:root {
  --purple: #7e14ff;
  --purple-2: #863bff;
  --blue: #47bfff;
  --lavender: #ede6ff;
  --ink: #292532;
  --muted: #6f697a;
  --surface: #f8f7fb;
  --white: #fff;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 18px 55px rgba(62, 39, 91, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
svg { display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 100; padding: 12px 18px; border-radius: 10px; color: white; background: var(--purple); }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 24px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 750; letter-spacing: -.45px; }
.logo svg { width: 38px; height: 38px; fill: var(--purple); }
.logo strong { color: var(--purple); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.nav-cta) { transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: var(--purple); }
.nav-cta { padding: 11px 19px; color: var(--purple); border: 1px solid rgba(126, 20, 255, .23); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: white; box-shadow: 0 5px 20px rgba(47,30,70,.1); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 760px; padding: 160px 0 105px; overflow: hidden; background: linear-gradient(125deg, #fff 10%, #fbf9ff 56%, #f1ebff 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -240px; border: 1px solid rgba(126,20,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(126,20,255,.025), 0 0 0 140px rgba(126,20,255,.018); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 28px; height: 2px; background: linear-gradient(90deg, var(--purple), var(--blue)); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(52px, 5.5vw, 78px); line-height: 1.02; letter-spacing: -.055em; font-weight: 770; }
h1 em, .contact h2 em { color: var(--purple); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 600px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 55px; padding: 0 25px; border: 0; border-radius: 999px; font-weight: 720; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(120deg, var(--purple), var(--purple-2)); box-shadow: 0 12px 28px rgba(126,20,255,.25); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(126,20,255,.32); }
.text-link { padding-bottom: 2px; font-size: 14px; font-weight: 700; border-bottom: 1px solid #b7b0bf; }
.hero-notes { display: flex; gap: 28px; margin: 38px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; font-weight: 600; }
.hero-notes span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 5px; color: var(--purple); background: var(--lavender); border-radius: 50%; }
.hero-visual { position: relative; min-height: 490px; }
.clean-card { position: absolute; inset: 20px 15px 15px 25px; border-radius: 50% 50% 44% 56% / 42% 46% 54% 58%; background: linear-gradient(145deg, #e9dcff, #f7f2ff); box-shadow: inset 0 0 80px rgba(255,255,255,.65); }
.clean-card::before { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(126,20,255,.12); border-radius: 50%; }
.home-illustration { position: absolute; width: 93%; left: 1%; bottom: 9%; }
.home-fill { fill: rgba(255,255,255,.72); }
.home-line { fill: none; stroke: var(--purple); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.window { fill: white; stroke: #9560f6; stroke-width: 5; }
.window-line, .plant { fill: none; stroke: var(--blue); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.fresh-badge { position: absolute; right: -15px; bottom: 43px; display: flex; align-items: center; gap: 12px; padding: 15px 23px 15px 15px; background: rgba(255,255,255,.94); border-radius: 18px; box-shadow: var(--shadow); }
.badge-icon { display: grid; place-items: center; width: 39px; height: 39px; color: white; background: linear-gradient(145deg, var(--blue), #67d5ff); border-radius: 12px; }
.fresh-badge strong, .fresh-badge small { display: block; line-height: 1.35; }
.fresh-badge strong { font-size: 13px; }
.fresh-badge small { color: var(--muted); font-size: 11px; }
.sparkle { position: absolute; z-index: 2; color: var(--purple); line-height: 1; }
.sparkle-a { left: 25px; top: 95px; font-size: 36px; }
.sparkle-b { right: 44px; top: 76px; color: var(--blue); font-size: 22px; }
.orb { position: absolute; border-radius: 50%; }
.orb-one { width: 55px; height: 55px; right: -6px; top: 25px; background: rgba(71,191,255,.22); }
.orb-two { width: 28px; height: 28px; left: 10px; bottom: 45px; background: rgba(126,20,255,.18); }

h2 { margin-bottom: 24px; font-size: clamp(38px, 4.2vw, 56px); line-height: 1.1; letter-spacing: -.045em; }
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; }
.about-copy { padding: 4px 0 0 55px; border-left: 1px solid #ddd7e5; color: var(--muted); }
.about-copy .large-text { color: var(--ink); font-size: 22px; line-height: 1.55; font-weight: 620; }
.about-sign { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--purple); font-size: 13px; font-weight: 750; }
.about-sign span { font-size: 20px; }

.services { background: var(--surface); }
.section-heading { max-width: 690px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 310px; padding: 30px; overflow: hidden; background: white; border: 1px solid #efecf2; border-radius: var(--radius-md); box-shadow: 0 8px 32px rgba(46,31,62,.045); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { color: white; background: linear-gradient(145deg, #7410ee, #944fff); border-color: transparent; }
.service-card.featured p { color: rgba(255,255,255,.78); }
.service-card.featured .card-number { color: rgba(255,255,255,.3); }
.service-card.wide { grid-column: span 2; display: flex; align-items: center; gap: 30px; min-height: 220px; }
.icon-box { display: grid; place-items: center; width: 61px; height: 61px; margin-bottom: 42px; color: var(--purple); background: var(--lavender); border-radius: 18px; }
.icon-box svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.featured .icon-box { color: white; background: rgba(255,255,255,.17); }
.icon-box.blue { color: #1696d5; background: #e3f6ff; }
.icon-box.pink { color: #db55a7; background: #fde9f6; }
.icon-box.mint { color: #23a480; background: #e3f8f2; }
.icon-box.gold { flex: 0 0 auto; margin: 0; color: #d08b17; background: #fff3dc; }
.card-number { position: absolute; right: 25px; top: 22px; color: #dad4df; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.service-card h3 { max-width: 270px; margin-bottom: 13px; font-size: 21px; line-height: 1.25; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.benefits { color: white; background: var(--ink); }
.benefits-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.section-kicker.light { color: #b58afc; }
.benefits-copy > p:not(.section-kicker) { max-width: 450px; color: #aaa4b3; }
.button-white { margin-top: 20px; color: var(--purple); background: white; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; }
.benefit-list article { display: flex; gap: 20px; min-height: 180px; padding: 30px; border: solid rgba(255,255,255,.11); border-width: 0 0 1px 1px; }
.benefit-list article:nth-child(3), .benefit-list article:nth-child(4) { border-bottom: 0; }
.benefit-num { color: #a66fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.benefit-list h3 { margin-bottom: 10px; font-size: 18px; }
.benefit-list p { margin: 0; color: #aaa4b3; font-size: 13px; line-height: 1.65; }

.price { padding-block: 90px; background: white; }
.price-heading { margin-bottom: 42px; }
.price-card { padding: 32px 38px 38px; background: linear-gradient(110deg, #f4efff, #f9f7ff 60%, #eefaff); border: 1px solid #e9e0fb; border-radius: var(--radius-lg); }
.price-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
.price-item { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 74px; padding: 15px 4px; border-bottom: 1px solid rgba(126,20,255,.13); }
.price-item > span { font-size: 15px; font-weight: 650; }
.price-item strong { flex: 0 0 auto; color: var(--purple); font-size: 17px; white-space: nowrap; }
.price-item small { display: block; color: var(--muted); font-size: 11px; font-weight: 500; }
.price-item strong small { display: inline; color: inherit; }
.price-footer { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding-top: 30px; }
.price-footer p { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; }

.contact { background: #fbfaff; }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.contact-copy > p:not(.section-kicker) { max-width: 490px; color: var(--muted); font-size: 17px; }
.contact-links { display: grid; gap: 16px; margin-top: 35px; }
.contact-item { display: grid; grid-template-columns: 145px 1fr; padding-bottom: 13px; border-bottom: 1px solid #e5e0e9; }
.contact-item span { color: var(--muted); font-size: 12px; }
.contact-item strong { color: var(--purple); font-size: 14px; }
.contact-form { padding: 42px; background: white; border: 1px solid #eee9f4; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-form h3 { margin-bottom: 5px; font-size: 27px; }
.contact-form > p { margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.contact-form label { display: block; margin-bottom: 16px; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 16px; color: var(--ink); background: #faf9fc; border: 1px solid #e8e4eb; border-radius: 12px; outline: none; resize: vertical; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--purple-2); box-shadow: 0 0 0 3px rgba(126,20,255,.1); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #aaa5b0; }
.form-submit { width: 100%; margin-top: 4px; }
.contact-form small { display: block; margin-top: 14px; color: #9993a1; font-size: 10px; line-height: 1.5; text-align: center; }

.site-footer { padding: 28px 0; color: #a9a2b2; background: #201d26; font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-inner p { margin: 0; }
.footer-logo { color: white; font-size: 14px; }
.footer-logo svg { width: 28px; height: 28px; fill: #a66fff; }
.footer-inner > a:last-child { color: white; }

@media (max-width: 960px) {
  .section { padding: 85px 0; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid { gap: 30px; }
  .hero-visual { min-height: 420px; }
  .about-grid, .benefits-grid, .contact-grid { gap: 55px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.wide { grid-column: span 2; }
  .price-list { column-gap: 30px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .site-header { padding-top: 16px; }
  .menu-toggle { display: block; position: relative; z-index: 30; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 25; display: flex; flex-direction: column; justify-content: center; gap: 27px; padding: 90px 30px; font-size: 20px; background: rgba(250,247,255,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav-cta { margin-top: 8px; }
  .hero { padding: 125px 0 70px; }
  .hero-grid, .about-grid, .benefits-grid, .contact-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(46px, 13vw, 64px); }
  .hero-lead { font-size: 16px; }
  .hero-visual { min-height: 420px; margin-top: 10px; }
  .clean-card { inset: 15px 5px; }
  .fresh-badge { right: 0; bottom: 20px; }
  .about-copy { padding: 28px 0 0; border: 0; border-top: 1px solid #ddd7e5; }
  .benefits-grid { gap: 40px; }
  .benefit-list { margin-inline: -16px; }
  .benefit-list article { padding: 24px 16px; }
  .price-card { padding: 25px 28px 30px; }
  .price-list { grid-template-columns: 1fr; }
  .price-footer { align-items: stretch; flex-direction: column; gap: 22px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 540px) {
  .section { padding: 70px 0; }
  .logo { font-size: 16px; }
  .logo svg { width: 33px; height: 33px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .text-link { align-self: flex-start; }
  .hero-notes { flex-direction: column; gap: 9px; margin-top: 28px; }
  .hero-visual { min-height: 335px; }
  .fresh-badge { padding: 12px 16px 12px 12px; }
  .sparkle-a { left: 10px; top: 65px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.wide { grid-column: auto; min-height: 285px; }
  .service-card.wide { display: block; }
  .service-card.wide .icon-box { margin-bottom: 42px; }
  .benefit-list { grid-template-columns: 1fr; }
  .benefit-list article { min-height: 140px; border-width: 0 0 1px; }
  .benefit-list article:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.11); }
  .price-card { padding-inline: 20px; }
  .price-item { align-items: flex-start; gap: 14px; }
  .price-item > span { font-size: 14px; }
  .price-item strong { font-size: 15px; }
  .contact-item { grid-template-columns: 1fr; gap: 3px; }
  .contact-form { padding: 28px 20px; border-radius: 24px; }
  .footer-inner { flex-direction: column; text-align: center; }
}

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