.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-family: "Exo 2", system-ui, sans-serif;
  font-size: var(--font-size-sm);
  line-height: 22.5px;
  padding: 8px 16px;
}

.button-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--color-brand);
}

.button-primary:hover {
  background: var(--color-brand-dark);
}

.button-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: var(--color-brand);
}

.button-light:hover {
  background: var(--color-sunken);
}

.button-glass {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  background-color: rgb(255 255 255 / 0.15);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-glass:hover {
  background-color: rgb(255 255 255 / 0.25);
}

.button-outline-light {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.6);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-outline-light:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.section-heading {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 680px;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.section-heading h2 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 2.25rem;
  letter-spacing: -0.02em;
}

@media (min-width: 640px) {
  .section-heading h2 {
    font-size: var(--font-size-h2);
    line-height: 54px;
  }
}

.section-heading p {
  max-width: 448px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  .section-heading p {
    font-size: var(--font-size-lg);
    line-height: 1.75rem;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--color-panel);
  font-family: "Exo 2", system-ui, sans-serif;
  line-height: 20px;
}

.form-control {
  min-height: 3rem;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-control::-moz-placeholder {
  color: rgb(0 0 0 / 0.35);
}

.form-control::placeholder {
  color: rgb(0 0 0 / 0.35);
}

.form-control:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.form-control {
  color: var(--color-ink);
}

.form-control:focus {
  --tw-ring-color: rgb(var(--color-brand-rgb) / 0.2);
}

@font-face {
  font-family: "Exo 2";

  font-style: normal;

  font-weight: 100 900;

  font-display: swap;

  src: url("assets/fonts/Exo2-variable-cyrillic.woff2") format("woff2");

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Exo 2";

  font-style: normal;

  font-weight: 100 900;

  font-display: swap;

  src: url("assets/fonts/Exo2-variable-latin.woff2") format("woff2");

  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("assets/fonts/GolosText-400-cyrillic.woff2") format("woff2");

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("assets/fonts/GolosText-400-latin.woff2") format("woff2");

  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url("assets/fonts/GolosText-500-cyrillic.woff2") format("woff2");

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url("assets/fonts/GolosText-500-latin.woff2") format("woff2");

  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url("assets/fonts/GolosText-600-cyrillic.woff2") format("woff2");

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url("assets/fonts/GolosText-600-latin.woff2") format("woff2");

  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url("assets/fonts/GolosText-700-cyrillic.woff2") format("woff2");

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url("assets/fonts/GolosText-700-latin.woff2") format("woff2");

  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 800;

  font-display: swap;

  src: url("assets/fonts/GolosText-800-cyrillic.woff2") format("woff2");

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 800;

  font-display: swap;

  src: url("assets/fonts/GolosText-800-latin.woff2") format("woff2");

  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url("assets/fonts/GolosText-900-cyrillic.woff2") format("woff2");

  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Golos Text";

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url("assets/fonts/GolosText-900-latin.woff2") format("woff2");

  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-canvas: #fdfcfa;
  --color-sunken: #f7f5f1;
  --color-panel: #f2ece5;
  --color-ink: #131413;
  --color-muted: #665d50;
  --color-line: #e1dad0;
  --color-brand: #0ca194;
  --color-brand-dark: #0b8a7f;
  --color-whatsapp: #24d366;
  --color-pill: #efeae3;
  --color-brand-subtle: #e9f7f4;
  --color-whatsapp-dark: #1da851;
  --color-canvas-rgb: 253 252 250;
  --color-sunken-rgb: 247 245 241;
  --color-ink-rgb: 19 20 19;
  --color-muted-rgb: 102 93 80;
  --color-line-rgb: 225 218 208;
  --color-panel-rgb: 242 236 229;
  --color-pill-rgb: 239 234 227;
  --color-brand-rgb: 12 161 148;
  --color-brand-dark-rgb: 11 138 127;
  --color-brand-subtle-rgb: 233 247 244;
  --color-whatsapp-rgb: 36 211 102;
  --color-whatsapp-dark-rgb: 29 168 81;
  --font-size-xs: 13px;
  --font-size-sm: 15px;
  --font-size-base: 17px;
  --font-size-lg: 20px;
  --font-size-h2: 48px;
  --font-size-hero: 54px;
}

html {
  scroll-behavior: smooth;
  background: var(--color-canvas);
}

body {
  margin: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--color-canvas);
  color: var(--color-ink);
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: var(--font-size-base);
  line-height: 1.5;
}

h1,
h2,
h3 {
  margin: 0px;
  font-family: "Exo 2", system-ui, sans-serif;
}

p {
  margin: 0px;
}

button,
input,
select,
textarea {
  font-family: "Golos Text", system-ui, sans-serif;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 2px;
  --tw-ring-color: var(--color-brand);
}

[hidden],
[x-cloak] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
