:root {
  --orange: #F58220;
  --orange-light: #F58220;
  --navy: #152338;
  --navy-2: #152338;
  --cream: #FDFBF9;
  --sand: #efe7da;
  --white: #fff;
  --green: #1f9d55;
  --ink-soft: #526071;
  --line: rgba(21, 35, 56, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 24px 70px rgba(21, 35, 56, .12);
  --max: 1240px;
  --display: "Montserrat", sans-serif;
  --body: "Plus Jakarta Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--cream);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .12;
  pointer-events: none;
  background-image: radial-gradient(rgba(21, 35, 56, .45) .6px, transparent .6px);
  background-size: 8px 8px;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; line-height: 1.02; letter-spacing: -.055em; }
h1 { font-size: clamp(3.5rem, 7vw, 7.25rem); }
h2 { font-size: clamp(2.75rem, 5.7vw, 6rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
em { color: var(--orange); font-style: normal; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: clamp(82px, 10vw, 145px) 0; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 12px 18px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 11px; color: var(--navy); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--orange); }
.eyebrow--light { color: var(--cream); }
.section-heading h2 { max-width: 900px; }
.section-heading--split { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.section-heading--split > p { max-width: 420px; color: var(--ink-soft); font-size: 1rem; }

.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: .76rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--navy); background: var(--orange); box-shadow: 0 13px 30px rgba(245, 130, 32, .2); }
.button--primary:hover { box-shadow: 0 18px 38px rgba(245, 130, 32, .3); }
.button--outline { color: var(--navy); border-color: rgba(21, 35, 56, .28); background: transparent; }
.button--outline:hover { background: var(--white); }
.button--cream { color: var(--navy); background: var(--cream); }

.topline { padding: 8px 0; color: var(--cream); background: var(--navy); font-size: .65rem; font-weight: 700; letter-spacing: .03em; }
.topline__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline a { color: var(--orange-light); }
.site-header { position: sticky; z-index: 40; top: 0; background: rgba(253, 251, 249, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: clamp(165px, 16vw, 210px); max-height: 54px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 27px; font-size: .72rem; font-weight: 800; }
.desktop-nav a { padding: 12px 0; }
.desktop-nav a:hover { color: var(--orange); }
.theme-toggle {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(21, 35, 56, .08);
  cursor: pointer;
}
.theme-toggle__icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.theme-toggle__icon--sun { display: none; }
.header__cta { min-height: 48px; padding-inline: 18px; }
.menu-toggle { width: 44px; height: 44px; display: none; padding: 10px; color: var(--navy); background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { width: 24px; height: 2px; display: block; background: currentColor; }
.menu-toggle span + span { margin-top: 7px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: calc(100vh - 106px); padding: clamp(62px, 8vw, 115px) 0; display: grid; align-items: center; background: var(--cream); overflow: hidden; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px, 7vw, 105px); }
.hero__copy h1 { max-width: 760px; }
.hero__lead { max-width: 680px; margin: 28px 0 31px; color: var(--ink-soft); font-size: clamp(1rem, 1.35vw, 1.15rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero__trust { margin-top: 32px; display: flex; align-items: center; gap: 14px; color: var(--ink-soft); font-size: .71rem; }
.hero__trust strong { color: var(--navy); }
.trust-mark { width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy); background: var(--orange); border-radius: 50%; font-family: var(--display); font-weight: 900; }
.hero__shape { position: absolute; border: 80px solid var(--orange); border-radius: 50%; opacity: .17; }
.hero__shape--one { width: 420px; height: 420px; top: -250px; left: 34%; }
.hero__shape--two { width: 260px; height: 260px; right: -145px; bottom: -90px; }

.diagnostic-card { position: relative; min-height: 620px; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: min(100%, 385px); padding: 12px; background: #101923; border: 1px solid rgba(255,255,255,.12); border-radius: 38px; box-shadow: 0 35px 90px rgba(21,35,56,.24); transform: rotate(2deg); }
.phone__top { min-height: 72px; padding: 12px 13px; display: flex; align-items: center; gap: 10px; color: var(--white); background: #1c3549; border-radius: 27px 27px 10px 10px; }
.phone__top strong, .phone__top span { display: block; }
.phone__top strong { font-size: .78rem; }
.phone__top span { color: rgba(255,255,255,.62); font-size: .58rem; }
.agent-avatar { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy); background: var(--orange); border-radius: 50%; font-family: var(--display); font-weight: 900; }
.phone__dots { margin-left: auto; letter-spacing: .08em; }
.phone__body { min-height: 445px; padding: 18px 13px; display: flex; flex-direction: column; gap: 10px; background: #e9e3da; background-image: radial-gradient(rgba(21,35,56,.12) .6px, transparent .6px); background-size: 8px 8px; }
.chat-date { align-self: center; padding: 3px 8px; color: var(--ink-soft); background: rgba(255,255,255,.75); border-radius: 8px; font-size: .52rem; font-weight: 700; }
.bubble { max-width: 82%; padding: 9px 11px; color: var(--navy); background: var(--white); border-radius: 11px; box-shadow: 0 3px 9px rgba(21,35,56,.06); font-size: .66rem; line-height: 1.45; }
.bubble--agent { align-self: flex-start; border-top-left-radius: 2px; }
.bubble--user { align-self: flex-end; background: #d4f1dc; border-top-right-radius: 2px; }
.handoff { margin-top: 5px; padding: 11px; display: flex; gap: 9px; align-items: center; color: var(--cream); background: var(--navy); border-radius: 12px; }
.handoff__icon { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy); background: var(--orange); border-radius: 50%; font-weight: 900; }
.handoff strong, .handoff small { display: block; }
.handoff strong { font-size: .61rem; }
.handoff small { margin-top: 2px; color: rgba(255,255,255,.63); font-size: .49rem; line-height: 1.35; }
.phone__input { min-height: 54px; padding: 9px 11px; display: flex; align-items: center; gap: 9px; background: #1c3549; border-radius: 10px 10px 27px 27px; }
.phone__input span { flex: 1; padding: 8px 12px; color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); border-radius: 20px; font-size: .57rem; }
.phone__input b { width: 32px; height: 32px; display: grid; place-items: center; color: var(--navy); background: var(--orange); border-radius: 50%; }
.diagnostic-stamp { position: absolute; z-index: 3; right: -18px; bottom: 36px; width: 155px; padding: 20px; color: var(--navy); background: var(--orange); border: 7px solid var(--cream); border-radius: 50% 50% 8px 50%; transform: rotate(-4deg); }
.diagnostic-stamp strong { display: block; font-family: var(--display); font-size: 2rem; line-height: 1; }
.diagnostic-stamp span { display: block; margin-top: 6px; font-size: .63rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; }

.problem { padding: clamp(85px, 9vw, 130px) 0; color: var(--cream); background: var(--navy); }
.problem__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.problem h2 em { color: var(--orange-light); }
.problem__cards { display: grid; gap: 14px; }
.problem-card { padding: 25px 27px; display: grid; grid-template-columns: 45px 1fr; gap: 7px 16px; border: 1px solid var(--line-light); border-radius: 14px; }
.problem-card > span { grid-row: 1 / span 2; color: var(--orange-light); font-family: var(--display); font-size: .78rem; font-weight: 800; }
.problem-card h3 { font-size: 1.15rem; letter-spacing: -.03em; }
.problem-card p { color: rgba(255,255,255,.62); font-size: .77rem; }

.method { background: var(--cream); }
.method__steps { margin-top: 60px; display: grid; border-top: 1px solid var(--line); }
.step { padding: 29px 0; display: grid; grid-template-columns: 100px 1fr; gap: 30px; border-bottom: 1px solid var(--line); }
.step__number { color: var(--orange); font-family: var(--display); font-size: 2.7rem; font-weight: 900; line-height: 1; }
.step__body { display: grid; grid-template-columns: .65fr .85fr 1.2fr; align-items: center; gap: 28px; }
.step__body > span { color: var(--orange); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.step__body h3 { font-size: clamp(1.6rem, 2.4vw, 2.5rem); }
.step__body p { color: var(--ink-soft); font-size: .82rem; }

.workflows { color: var(--cream); background: var(--navy); }
.workflows h2 em { color: var(--orange-light); }
.workflow-grid { margin-top: 57px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.workflow-card { min-height: 520px; padding: 25px; display: flex; flex-direction: column; color: var(--navy); background: var(--cream); border-radius: 16px; overflow: hidden; }
.workflow-card--booking { background: var(--orange); }
.workflow-card--product { background: var(--sand); }
.workflow-card__top { display: flex; align-items: center; justify-content: space-between; font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.workflow-card__top b { font-family: var(--display); font-size: 1.25rem; }
.workflow-card__visual { height: 245px; margin: 25px 0 28px; padding: 20px; position: relative; display: grid; place-items: center; border: 1px solid rgba(21,35,56,.14); border-radius: 13px; overflow: hidden; }
.workflow-card h3 { margin-top: auto; }
.workflow-card p { margin-top: 12px; color: var(--ink-soft); font-size: .79rem; }
.workflow-card--booking p { color: rgba(21,35,56,.7); }
.visual-order { align-content: center; gap: 8px; background: var(--sand); }
.mini-bubble { padding: 10px 12px; color: var(--cream); background: var(--navy); border-radius: 9px 9px 2px 9px; font-size: .66rem; font-weight: 700; transform: translateX(-15px); }
.mini-data { width: 64%; padding: 7px 10px; display: block; background: var(--white); border-radius: 7px; font-size: .56rem; font-weight: 700; transform: translateX(18px); }
.calendar { width: 130px; padding: 19px; display: grid; place-items: center; color: var(--cream); background: var(--navy); border-radius: 16px; }
.calendar span, .calendar small { font-size: .57rem; font-weight: 800; text-transform: uppercase; }
.calendar strong { color: var(--orange-light); font-family: var(--display); font-size: 3.4rem; line-height: 1; }
.people { margin-top: 13px; display: flex; gap: 4px; }
.people i { width: 15px; height: 15px; background: var(--navy); border-radius: 50%; }
.visual-product { grid-template-columns: .8fr 1.2fr; gap: 16px; }
.product-shape { width: 100px; height: 135px; display: block; background: var(--navy); border-radius: 50px 50px 12px 12px; transform: rotate(-6deg); }
.visual-product div { display: grid; gap: 8px; }
.visual-product div span { padding: 8px; background: var(--white); border-radius: 7px; font-size: .55rem; font-weight: 700; }
.workflows__note { max-width: 680px; margin: 37px auto 0; color: rgba(255,255,255,.6); font-size: .72rem; text-align: center; }

.control { padding: clamp(85px, 10vw, 145px) 0; color: var(--cream); background: var(--orange); }
.control__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(65px, 9vw, 130px); align-items: center; }
.control h2 em { color: var(--navy); }
.control__copy > p:not(.eyebrow) { max-width: 540px; margin: 27px 0 30px; color: rgba(21,35,56,.72); }
.control__copy .eyebrow { color: var(--navy); }
.control__copy .eyebrow span { background: var(--navy); }
.control__list { border-top: 1px solid rgba(21,35,56,.25); }
.control__list > div { padding: 24px 0; display: grid; grid-template-columns: 45px 1fr; gap: 3px 16px; border-bottom: 1px solid rgba(21,35,56,.25); }
.control__list span { grid-row: 1 / span 2; color: var(--navy); font-family: var(--display); font-size: .72rem; font-weight: 900; }
.control__list strong { color: var(--navy); font-family: var(--display); font-size: 1.15rem; }
.control__list p { color: rgba(21,35,56,.65); font-size: .72rem; }

.portfolio { background: var(--cream); }
.portfolio-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.project { min-height: 425px; position: relative; overflow: hidden; border-radius: 15px; background: var(--navy); }
.project--wide { grid-column: span 1; }
.project img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s ease; }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,20,32,.9), transparent 64%); }
.project:hover img { transform: scale(1.035); }
.project div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 27px; color: var(--cream); }
.project span { color: var(--orange-light); font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project h3 { margin-top: 5px; font-size: clamp(1.5rem, 2.5vw, 2.6rem); }
.project p { margin-top: 7px; color: rgba(255,255,255,.65); font-size: .72rem; }
.project .project__go { display: inline-block; margin-top: 14px; color: var(--orange); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .92; transition: opacity .2s ease, transform .2s ease; }
.project:hover .project__go { opacity: 1; transform: translateX(4px); }
.portfolio__disclaimer { max-width: 740px; margin: 28px auto 0; color: var(--ink-soft); font-size: .66rem; text-align: center; }

.pricing { color: var(--cream); background: var(--navy); }
.pricing h2 em { color: var(--orange-light); }
.pricing-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.price-card { position: relative; padding: 28px; display: flex; flex-direction: column; color: var(--navy); background: var(--cream); border-radius: 16px; }
.price-card--featured { background: var(--orange); transform: translateY(-14px); }
.price-card__badge { position: absolute; top: -13px; left: 22px; padding: 6px 10px; color: var(--cream); background: var(--green); border-radius: 7px; font-size: .56rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.price-card__top { display: flex; align-items: center; justify-content: space-between; font-family: var(--display); font-size: 1.3rem; font-weight: 800; }
.price-card__top b { color: var(--orange); font-size: .8rem; }
.price-card--featured .price-card__top b { color: var(--navy); }
.price-card__for { min-height: 58px; margin: 18px 0 23px; color: var(--ink-soft); font-size: .73rem; }
.price-card--featured .price-card__for { color: rgba(21,35,56,.67); }
.price { padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price small, .price strong, .price span { display: block; }
.price small { font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price strong { margin: 7px 0; font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1; letter-spacing: -.06em; }
.price span { color: var(--ink-soft); font-size: .62rem; }
.price-card--featured .price span { color: rgba(21,35,56,.7); }
.price-card ul { margin: 24px 0 29px; padding: 0; display: grid; gap: 10px; list-style: none; font-size: .69rem; font-weight: 700; }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.price-card--featured li::before { color: var(--navy); }
.price-card .button { margin-top: auto; }
.pricing__note { max-width: 700px; margin: 35px auto 0; color: rgba(255,255,255,.58); font-size: .68rem; text-align: center; }

.diagnosis { background: var(--sand); }
.diagnosis__box { padding: clamp(35px, 6vw, 75px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px 80px; align-items: end; background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
.diagnosis__box h2 { font-size: clamp(2.5rem, 5vw, 5.1rem); }
.diagnosis__list { display: grid; border-top: 1px solid var(--line); }
.diagnosis__list div { padding: 13px 0; display: grid; grid-template-columns: 36px 1fr; gap: 10px; border-bottom: 1px solid var(--line); }
.diagnosis__list span { color: var(--orange); font-family: var(--display); font-size: .65rem; font-weight: 900; }
.diagnosis__list p { font-size: .72rem; font-weight: 700; }
.diagnosis__box > .button { grid-column: 1 / -1; justify-self: start; }

.faq { background: var(--cream); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); }
.faq__list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-family: var(--display); font-size: clamp(1rem, 1.6vw, 1.3rem); font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--orange); transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 680px; padding: 0 45px 23px 0; color: var(--ink-soft); font-size: .78rem; }

.final-cta { padding: clamp(80px, 10vw, 140px) 0; color: var(--cream); background: var(--navy); }
.final-cta__inner { display: grid; justify-items: center; text-align: center; }
.final-cta img { width: min(260px, 72vw); margin-bottom: 35px; }
.final-cta h2 { max-width: 1000px; margin-bottom: 35px; }
.final-cta h2 em { color: var(--orange-light); }

.footer { padding: 64px 0 20px; color: var(--cream); background: var(--navy); }
.footer__grid { display: grid; grid-template-columns: 1.4fr .6fr .8fr; gap: 70px; }
.footer__brand img { width: 220px; }
.footer__brand p { max-width: 340px; margin-top: 15px; color: rgba(255,255,255,.55); font-size: .7rem; }
.footer__grid > div:not(.footer__brand) { display: grid; align-content: start; gap: 10px; font-size: .69rem; }
.footer__label { margin-bottom: 8px; color: var(--orange-light); font-size: .56rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer__grid a:hover { color: var(--orange-light); }
.footer__bottom { margin-top: 50px; padding-top: 18px; display: flex; justify-content: space-between; color: rgba(255,255,255,.4); border-top: 1px solid var(--line-light); font-size: .56rem; }

.sticky-diagnostic { position: fixed; z-index: 50; right: 18px; bottom: 18px; min-height: 49px; padding: 0 17px; display: none; align-items: center; gap: 14px; color: var(--navy); background: var(--orange); border: 2px solid var(--cream); border-radius: 12px; box-shadow: 0 14px 35px rgba(21,35,56,.28); font-size: .68rem; font-weight: 800; }
.sticky-diagnostic b { font-size: 1rem; }

html[data-theme="dark"] {
  color-scheme: dark;
  --orange: #F58220;
  --orange-light: #F58220;
  --navy: #FDFBF9;
  --navy-2: #dfe7f3;
  --cream: #0b1220;
  --sand: #10192a;
  --white: #111a2b;
  --ink-soft: #a8b4c7;
  --line: rgba(253, 251, 249, .12);
  --line-light: rgba(253, 251, 249, .16);
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

html[data-theme="dark"] body {
  color: #fdfbf9;
  background: #0b1220;
}
html[data-theme="dark"] body::before {
  opacity: .08;
  background-image: radial-gradient(rgba(253, 251, 249, .24) .6px, transparent .6px);
}
html[data-theme="dark"] .topline {
  color: rgba(253, 251, 249, .88);
  background: #09111d;
}
html[data-theme="dark"] .topline a { color: #f58220; }
html[data-theme="dark"] .site-header {
  background: rgba(11, 18, 32, .92);
  border-bottom-color: rgba(253, 251, 249, .08);
}
html[data-theme="dark"] .theme-toggle {
  color: #fdfbf9;
  background: #111a2b;
  border-color: rgba(253, 251, 249, .14);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}
html[data-theme="dark"] .theme-toggle__icon--moon { display: none; }
html[data-theme="dark"] .theme-toggle__icon--sun { display: block; }
html[data-theme="dark"] .hero,
html[data-theme="dark"] .method,
html[data-theme="dark"] .portfolio,
html[data-theme="dark"] .diagnosis,
html[data-theme="dark"] .faq {
  background: #0b1220;
}
html[data-theme="dark"] .problem,
html[data-theme="dark"] .workflows,
html[data-theme="dark"] .pricing,
html[data-theme="dark"] .final-cta,
html[data-theme="dark"] .footer {
  background: #0c1320;
  color: #fdfbf9;
}
html[data-theme="dark"] .control {
  color: #0b1220;
  background: #f58220;
}
html[data-theme="dark"] .control__copy .eyebrow,
html[data-theme="dark"] .control__copy .eyebrow span,
html[data-theme="dark"] .control h2 em {
  color: #0b1220;
}
html[data-theme="dark"] .control__copy > p:not(.eyebrow),
html[data-theme="dark"] .control__list p {
  color: rgba(11, 18, 32, .74);
}
html[data-theme="dark"] .control__list {
  border-top-color: rgba(11, 18, 32, .22);
}
html[data-theme="dark"] .control__list > div {
  border-bottom-color: rgba(11, 18, 32, .22);
}
html[data-theme="dark"] .button--outline {
  color: #fdfbf9;
  border-color: rgba(253, 251, 249, .22);
}
html[data-theme="dark"] .button--outline:hover {
  background: rgba(253, 251, 249, .06);
}
html[data-theme="dark"] .button--cream {
  color: #fdfbf9;
  background: #111a2b;
}
html[data-theme="dark"] .section-heading--split > p,
html[data-theme="dark"] .method p,
html[data-theme="dark"] .portfolio__disclaimer,
html[data-theme="dark"] .pricing__note,
html[data-theme="dark"] .footer__brand p,
html[data-theme="dark"] .footer__bottom,
html[data-theme="dark"] .hero__lead,
html[data-theme="dark"] .hero__trust,
html[data-theme="dark"] .bubble,
html[data-theme="dark"] .phone__top span,
html[data-theme="dark"] .handoff small {
  color: rgba(253, 251, 249, .68);
}
html[data-theme="dark"] .workflows__note,
html[data-theme="dark"] .footer__bottom,
html[data-theme="dark"] .project p,
html[data-theme="dark"] .price-card__for,
html[data-theme="dark"] .price span,
html[data-theme="dark"] .diagnosis__list p {
  color: rgba(253, 251, 249, .58);
}
html[data-theme="dark"] .brand img {
  filter: brightness(1.08) contrast(1.02);
}
html[data-theme="dark"] .problem-card,
html[data-theme="dark"] .workflow-card,
html[data-theme="dark"] .price-card,
html[data-theme="dark"] .diagnosis__box {
  background: #111a2b;
  color: #fdfbf9;
}
html[data-theme="dark"] .workflow-card__visual,
html[data-theme="dark"] .price,
html[data-theme="dark"] .diagnosis__list,
html[data-theme="dark"] .control__list {
  border-color: rgba(253, 251, 249, .14);
}
html[data-theme="dark"] .step,
html[data-theme="dark"] .method__steps,
html[data-theme="dark"] .faq details,
html[data-theme="dark"] .footer__bottom {
  border-color: rgba(253, 251, 249, .14);
}
html[data-theme="dark"] .problem-card > span,
html[data-theme="dark"] .step__number,
html[data-theme="dark"] .control__list span,
html[data-theme="dark"] .price-card__top b,
html[data-theme="dark"] .project span,
html[data-theme="dark"] .footer__label,
html[data-theme="dark"] .eyebrow span {
  color: #f58220;
}
html[data-theme="dark"] .eyebrow,
html[data-theme="dark"] .section-heading--split > p,
html[data-theme="dark"] .step__body p,
html[data-theme="dark"] .workflow-card p,
html[data-theme="dark"] .price-card__for,
html[data-theme="dark"] .project p {
  color: rgba(253, 251, 249, .72);
}
html[data-theme="dark"] .problem h2 em,
html[data-theme="dark"] .workflows h2 em,
html[data-theme="dark"] .pricing h2 em,
html[data-theme="dark"] .final-cta h2 em {
  color: #f58220;
}
html[data-theme="dark"] .phone,
html[data-theme="dark"] .workflow-card,
html[data-theme="dark"] .price-card,
html[data-theme="dark"] .diagnosis__box {
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.reveal { opacity: 1; transform: none; }

@media (min-width: 1100px) {
  .portfolio-grid { grid-template-columns: repeat(6, 1fr); }
  .project { grid-column: span 2; }
  .project--wide { grid-column: span 3; }
}

@media (max-width: 1020px) {
  .desktop-nav, .header__cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { padding: 10px 24px 22px; display: none; gap: 4px; background: var(--cream); border-top: 1px solid var(--line); }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu a:not(.button) { padding: 12px 0; font-size: .78rem; font-weight: 800; }
  .hero__grid, .problem__grid, .control__grid, .faq__grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero__copy { max-width: 780px; }
  .diagnostic-card { min-height: 650px; }
  .problem__grid { gap: 50px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .workflow-grid, .pricing-grid { grid-template-columns: 1fr; }
  .workflow-card { min-height: 480px; }
  .price-card--featured { transform: none; }
  .diagnosis__box { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 78px 0; }
  .topline__inner { justify-content: center; text-align: center; }
  .topline a { display: none; }
  .header__inner { min-height: 70px; }
  .brand img { width: 165px; }
  h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 4.2rem); }
  .hero { padding: 55px 0 75px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .diagnostic-card { min-height: 570px; margin-top: 12px; }
  .phone { width: min(100%, 350px); }
  .phone__body { min-height: 410px; }
  .diagnostic-stamp { right: -5px; bottom: 5px; width: 130px; padding: 16px; }
  .problem-card { grid-template-columns: 35px 1fr; padding: 22px; }
  .step { grid-template-columns: 55px 1fr; gap: 15px; }
  .step__number { font-size: 2rem; }
  .step__body { grid-template-columns: 1fr; gap: 7px; }
  .workflow-card { min-height: 450px; padding: 21px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .project { min-height: 360px; }
  .diagnosis__box { padding: 27px; gap: 35px; }
  .diagnosis__box > .button { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .footer__brand { grid-column: auto; }
  .footer__bottom { gap: 15px; flex-direction: column; }
  .sticky-diagnostic { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
