/* [project]/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --ink: #1b2427;
  --muted: #57676c;
  --muted-soft: #7c8a8e;
  --line: #e4e9ea;
  --brand: #0b6e82;
  --brand-dark: #084d5c;
  --brand-soft: #e6f3f4;
  --accent: #f2732e;
  --accent-dark: #d55a1c;
  --accent-soft: #fef0e6;
  --success: #1f9d55;
  --success-soft: #e9f8ee;
  --bg: #f7f8f6;
  --card: #fff;
  --shadow: 0 10px 30px -12px #0f282e2e;
  --shadow-sm: 0 4px 14px -6px #0f282e24;
  --radius: 18px;
  --radius-sm: 12px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  min-height: 100%;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

img, svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button {
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 72px 0;
}

@media (max-width: 720px) {
  .section {
    padding: 52px 0;
  }
}

.section--tint {
  background: linear-gradient(180deg, #fff 0%, var(--brand-soft) 100%);
}

.section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
}

.eyebrow {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--brand);
  background: var(--brand-soft);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 14px;
  font-size: .8rem;
  font-weight: 700;
  display: inline-flex;
}

h1, h2, h3, h4 {
  letter-spacing: -.01em;
  margin: 0;
  font-weight: 800;
  line-height: 1.15;
}

h2 {
  font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

.lede {
  font-size: 1.1rem;
  line-height: 1.65;
}

.btn {
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s, background .15s;
  display: inline-flex;
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 24px -10px #f2732e8c;
}

.btn--primary:hover {
  background: var(--accent-dark);
}

.btn--ghost {
  color: var(--ink);
  border: 1.5px solid var(--line);
  background: #ffffff26;
}

.btn--ghost:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.btn--block {
  width: 100%;
}

.btn--lg {
  padding: 18px 34px;
  font-size: 1.05rem;
}

.trust-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin-top: 22px;
  display: flex;
}

.trust-row__item {
  color: var(--muted);
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  font-weight: 600;
  display: flex;
}

.trust-row__item svg {
  color: var(--success);
  flex-shrink: 0;
}

.header {
  z-index: 50;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
  background: #ffffffe6;
  position: sticky;
  top: 0;
}

.header__bar {
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  display: flex;
}

.brand {
  color: var(--ink);
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.brand__mark {
  background: var(--brand);
  color: #fff;
  border-radius: 10px;
  flex-shrink: 0;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.header__nav {
  align-items: center;
  gap: 28px;
  display: flex;
}

.header__nav a {
  color: var(--muted);
  font-size: .94rem;
  font-weight: 600;
  text-decoration: none;
}

.header__nav a:hover {
  color: var(--brand);
}

.header__cta {
  display: none;
}

@media (min-width: 860px) {
  .header__cta {
    display: inline-flex;
  }
}

@media (max-width: 860px) {
  .header__nav {
    display: none;
  }
}

.hero {
  padding: 48px 0 64px;
}

.hero__grid {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 48px;
  display: grid;
}

@media (max-width: 900px) {
  .hero__grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .hero__ctas, .trust-row {
    justify-content: center;
  }
}

.hero__title {
  margin-bottom: 20px;
  font-size: clamp(2rem, 1.5rem + 2.2vw, 3.1rem);
}

.hero__title mark {
  color: var(--brand);
  background: none;
}

.hero__ctas {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  display: flex;
}

.hero__art {
  place-items: center;
  display: grid;
  position: relative;
}

.hero__art-glow {
  background: radial-gradient(closest-side, var(--brand-soft), transparent 70%);
  z-index: 0;
  position: absolute;
  inset: -10%;
}

.hero__art svg {
  z-index: 1;
  width: min(380px, 82vw);
  height: auto;
  position: relative;
}

.pain-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  display: grid;
}

@media (max-width: 720px) {
  .pain-grid {
    grid-template-columns: 1fr;
  }
}

.pain-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  display: flex;
}

.pain-card__icon {
  background: var(--accent-soft);
  width: 40px;
  height: 40px;
  color: var(--accent-dark);
  border-radius: 12px;
  flex-shrink: 0;
  place-items: center;
  display: grid;
}

.pain-card p {
  color: var(--ink);
  font-size: .98rem;
  font-weight: 600;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}

@media (max-width: 900px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

.feature-card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  padding: 26px 22px;
}

.feature-card__icon {
  background: var(--brand-soft);
  width: 48px;
  height: 48px;
  color: var(--brand);
  border-radius: 14px;
  place-items: center;
  margin-bottom: 16px;
  display: grid;
}

.feature-card h3 {
  margin-bottom: 8px;
}

.feature-card p {
  font-size: .94rem;
}

.steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  display: grid;
  position: relative;
}

@media (max-width: 780px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

.step {
  text-align: center;
  padding: 0 10px;
}

.step__num {
  background: var(--brand);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  font-size: 1.2rem;
  font-weight: 800;
  display: grid;
}

.step h3 {
  margin-bottom: 8px;
}

.step p {
  font-size: .94rem;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}

@media (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  flex-direction: column;
  gap: 14px;
  padding: 26px;
  display: flex;
}

.stars {
  color: var(--accent);
  gap: 4px;
  display: flex;
}

.testimonial-card p {
  color: var(--ink);
  font-size: .96rem;
}

.testimonial-card__author {
  align-items: center;
  gap: 12px;
  margin-top: auto;
  display: flex;
}

.avatar {
  background: var(--brand-soft);
  width: 40px;
  height: 40px;
  color: var(--brand-dark);
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  font-weight: 800;
  display: grid;
}

.testimonial-card__author strong {
  font-size: .92rem;
  display: block;
}

.testimonial-card__author span {
  color: var(--muted-soft);
  font-size: .82rem;
}

.offer {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 40px;
  display: grid;
}

@media (max-width: 940px) {
  .offer {
    grid-template-columns: 1fr;
  }
}

.price-list {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.price-card {
  background: var(--card);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  transition: border-color .15s, box-shadow .15s;
  display: flex;
  position: relative;
}

.price-card:hover {
  border-color: var(--brand);
}

.price-card--selected {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-soft);
}

.price-card__radio {
  border: 2px solid var(--line);
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 22px;
  height: 22px;
  display: grid;
}

.price-card--selected .price-card__radio {
  border-color: var(--brand);
}

.price-card--selected .price-card__radio:after {
  content: "";
  background: var(--brand);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.price-card__body {
  flex: 1;
}

.price-card__badge {
  background: var(--accent);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: .72rem;
  font-weight: 800;
  position: absolute;
  top: -12px;
  left: 22px;
}

.price-card__title {
  font-size: 1rem;
  font-weight: 800;
}

.price-card__sub {
  color: var(--muted-soft);
  font-size: .84rem;
}

.price-card__price {
  text-align: right;
  flex-shrink: 0;
}

.price-card__now {
  color: var(--brand-dark);
  font-size: 1.3rem;
  font-weight: 800;
}

.price-card__was {
  color: var(--muted-soft);
  font-size: .84rem;
  text-decoration: line-through;
}

.guarantee-strip {
  background: var(--success-soft);
  border-radius: var(--radius-sm);
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 16px 18px;
  display: flex;
}

.guarantee-strip svg {
  color: var(--success);
  flex-shrink: 0;
}

.guarantee-strip strong {
  color: var(--ink);
  font-size: .94rem;
  display: block;
}

.guarantee-strip span {
  color: var(--muted);
  font-size: .84rem;
}

.order-form {
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 28px;
}

.order-form h3 {
  margin-bottom: 4px;
}

.order-form__intro {
  margin-bottom: 20px;
  font-size: .9rem;
}

.form-row {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
}

@media (max-width: 520px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.field {
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
  display: flex;
}

.field label {
  color: var(--ink);
  font-size: .84rem;
  font-weight: 700;
}

.field input, .field textarea {
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: #fff;
  padding: 12px 14px;
  font-family: inherit;
  font-size: .96rem;
}

.field input:focus, .field textarea:focus {
  border-color: var(--brand);
  outline: none;
}

.form-note {
  color: var(--muted-soft);
  text-align: center;
  margin-top: 12px;
  font-size: .78rem;
}

.form-feedback {
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
  padding: 14px 16px;
  font-size: .92rem;
  font-weight: 600;
}

.form-feedback--success {
  background: var(--success-soft);
  color: #157a41;
}

.form-feedback--error {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.faq {
  flex-direction: column;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.faq-item__q {
  text-align: left;
  width: 100%;
  color: var(--ink);
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  font-size: .98rem;
  font-weight: 700;
  display: flex;
}

.faq-item__q svg {
  color: var(--brand);
  flex-shrink: 0;
  transition: transform .2s;
}

.faq-item[data-open="true"] .faq-item__q svg {
  transform: rotate(180deg);
}

.faq-item__a {
  padding: 0 20px 18px;
  font-size: .92rem;
}

.sticky-cta {
  z-index: 60;
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 12px 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -8px 24px -12px #0f282e40;
}

@media (min-width: 860px) {
  .sticky-cta {
    display: none;
  }
}

.footer {
  background: var(--brand-dark);
  color: #dceef1;
  padding: 48px 0 90px;
}

@media (min-width: 860px) {
  .footer {
    padding: 48px 0;
  }
}

.footer__grid {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  display: flex;
}

.footer .brand {
  color: #fff;
}

.footer p {
  color: #a9cdd3;
  max-width: 320px;
  font-size: .9rem;
}

.footer__col h4 {
  color: #fff;
  margin-bottom: 12px;
  font-size: .9rem;
}

.footer__col a {
  color: #a9cdd3;
  margin-bottom: 8px;
  font-size: .88rem;
  text-decoration: none;
  display: block;
}

.footer__col a:hover {
  color: #fff;
}

.footer__bottom {
  color: #7fa9b0;
  text-align: center;
  border-top: 1px solid #ffffff1f;
  margin-top: 36px;
  padding-top: 20px;
  font-size: .8rem;
}

.admin-table {
  border-collapse: collapse;
  border-radius: var(--radius-sm);
  width: 100%;
  box-shadow: var(--shadow-sm);
  background: #fff;
  font-size: .88rem;
  overflow: hidden;
}

.admin-table th, .admin-table td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
  padding: 12px 14px;
}

.admin-table th {
  background: var(--brand-soft);
  color: var(--brand-dark);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .78rem;
}

.admin-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow-x: auto;
}

.admin-empty {
  color: var(--muted);
  text-align: center;
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 40px;
}

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