/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*h1 {
  font-size: 2em;
  margin: 0.67em 0;
}*/
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Mixins
**/
/**
 * Marketing Landing Page Color Variables
**/
/**
 * Marketing Landing Page
**/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.marketing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
@media only screen and (min-device-width: 768px) {
  .marketing-container {
    padding: 0 32px;
  }
}

.marketing-hero {
  background: linear-gradient(135deg, rgb(255, 217, 79) 0%, rgb(255, 98, 46) 100%);
  color: white;
  padding: 64px 0;
  position: relative;
}
@media only screen and (min-device-width: 768px) {
  .marketing-hero {
    padding: 96px 0;
  }
}

.marketing-hero-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.marketing-private-badge {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 4px 16px;
}
.marketing-private-badge span {
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketing-hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-device-width: 768px) {
  .marketing-hero-title {
    font-size: 4rem;
  }
}

.marketing-hero-subtitle {
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0;
}
@media only screen and (min-device-width: 768px) {
  .marketing-hero-subtitle {
    font-size: 2rem;
  }
}

.marketing-hero-description {
  max-width: 600px;
  opacity: 0.95;
  margin: 0;
}

.marketing-hero-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
@media only screen and (min-device-width: 768px) {
  .marketing-hero-buttons {
    flex-direction: row;
  }
}
.marketing-hero-buttons .marketing-button-primary {
  min-width: 200px;
}
.marketing-hero-buttons .marketing-button-secondary {
  min-width: 200px;
  border-color: white;
  color: white;
}
.marketing-hero-buttons .marketing-button-secondary:hover {
  border-color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.marketing-button-primary,
.marketing-button-secondary {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.marketing-button-primary {
  background-color: white;
  color: rgb(255, 204, 23);
  border-color: white;
}
.marketing-button-primary:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.marketing-button-secondary {
  background-color: transparent;
  border-color: white;
  color: white;
}
.marketing-button-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.marketing-section {
  padding: 48px 0;
}
@media only screen and (min-device-width: 768px) {
  .marketing-section {
    padding: 80px 0;
  }
}
.marketing-section.marketing-section-alt {
  background-color: #f5f5f5;
}

.marketing-section-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
  text-align: center;
}

.marketing-section-title {
  font-size: 2rem;
  margin: 0 0 16px 0;
}
@media only screen and (min-device-width: 768px) {
  .marketing-section-title {
    font-size: 2.5rem;
  }
}

.marketing-section-description {
  max-width: 700px;
  margin: 0 auto;
}

.marketing-feature-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 8px 0;
}
.marketing-feature-content p {
  margin: 0;
  line-height: 1.6;
}

.marketing-access-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media only screen and (min-device-width: 768px) {
  .marketing-access-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.marketing-access-card {
  height: 100%;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.marketing-access-card-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  text-align: center;
  height: 100%;
}

.marketing-access-icon {
  color: rgb(255, 204, 23);
}
.marketing-access-icon svg {
  width: 3rem;
  height: 3rem;
  color: inherit;
}
.marketing-access-icon .material-icons {
  font-size: 3rem;
  color: inherit;
}

.marketing-access-description {
  flex: 1;
}

.marketing-access-button {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  background-color: rgb(255, 204, 23) !important;
  color: #333 !important;
  border-color: rgb(255, 204, 23) !important;
}
.marketing-access-button:hover {
  background-color: rgb(255, 199.1110344828, 0.76) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.marketing-coming-soon {
  width: 100%;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  color: #999;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
}

.marketing-access-note {
  opacity: 0.5;
}

.marketing-email-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}
@media only screen and (min-device-width: 768px) {
  .marketing-email-form {
    flex-direction: row;
    align-items: center;
  }
  .marketing-email-form input[type=email] {
    flex: 1;
    min-width: 0;
  }
  .marketing-email-form .marketing-access-button {
    width: auto;
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.marketing-email-form input[type=email] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
}
.marketing-email-form input[type=email]:focus {
  outline: 2px solid rgb(255, 204, 23);
  outline-offset: -1px;
  border-color: rgb(255, 204, 23);
}

.marketing-email-success {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #2e7d32;
}

.marketing-benefit-item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.marketing-benefit-item p {
  margin: 0;
  line-height: 1.5;
}

.marketing-cta-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.marketing-cta-content p {
  margin: 0;
  line-height: 1.6;
}

.marketing-footer-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.marketing-footer-content p {
  margin: 0;
}

.marketing-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media only screen and (min-device-width: 768px) {
  .marketing-features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.marketing-feature-card {
  height: 100%;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.marketing-feature-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (min-device-width: 768px) {
  .marketing-feature-content {
    flex-direction: column;
  }
}

.marketing-feature-icon {
  color: rgb(255, 204, 23);
  line-height: 1;
}
.marketing-feature-icon .material-icons {
  font-size: 3rem;
  color: inherit;
}

.marketing-benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media only screen and (min-device-width: 768px) {
  .marketing-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.marketing-benefits-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.marketing-benefit-items {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.marketing-benefit-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.marketing-benefit-icon {
  color: #2e7d32;
  margin-top: 4px;
  flex-shrink: 0;
}
.marketing-benefit-icon .material-icons {
  font-size: 1.5rem;
  color: inherit;
}

.marketing-cta-card {
  padding: 32px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.marketing-cta-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.marketing-cta-icon {
  color: rgb(255, 204, 23);
}
.marketing-cta-icon .material-icons {
  font-size: 5rem;
  color: inherit;
}

.marketing-cta-link {
  margin-top: 16px;
}
.marketing-cta-link a {
  color: inherit;
  text-decoration: underline;
}

.marketing-footer {
  background-color: #1a1a1a;
  color: #f5f5f5;
  padding: 32px 0;
}

.marketing-footer-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.marketing-footer-description {
  opacity: 0.8;
}

.marketing-footer-divider {
  width: 100%;
  margin: 16px 0;
}

.marketing-footer-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-device-width: 768px) {
  .marketing-footer-links {
    flex-direction: row;
  }
}

.marketing-footer-link {
  color: inherit;
  text-decoration: none;
}

.marketing-footer-copyright {
  opacity: 0.6;
  margin-top: 16px;
}

.terms-block {
  padding: 0 30px;
}

/*# sourceMappingURL=marketing.css.map */
