:root {
  --forest: #073d31;
  --forest-2: #0d513f;
  --teal: #477e73;
  --sage: #b8c9bb;
  --cream: #fcf9f1;
  --cream-2: #eee8da;
  --coral: #d94f38;
  --coral-bright: #ed654b;
  --ink: #133e35;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { height: 94px; max-width: 1400px; margin: auto; padding: 0 64px; display: flex; align-items: center; gap: 44px; position: relative; z-index: 20; }
.brand { margin-right: auto; color: var(--forest); font-size: 28px; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 42px; font-size: 16px; font-weight: 600; }
nav a { position: relative; padding: 12px 0; }
nav a::after { content: ""; position: absolute; left: 0; bottom: 5px; height: 2px; width: 100%; background: var(--coral-bright); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { padding: 13px 20px; border: 1.5px solid var(--forest); border-radius: 10px; font-weight: 700; }

.hero { max-width: 1400px; min-height: calc(100vh - 94px); margin: auto; padding: 55px 64px 85px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 35px; align-items: center; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; animation: rise .42s ease-out both; }
.eyebrow { color: var(--teal); text-transform: uppercase; letter-spacing: .15em; font-size: 13px; font-weight: 800; margin: 0 0 20px; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; color: var(--forest); font-weight: 600; letter-spacing: -.045em; }
h1 { max-width: 690px; margin: 0; font-size: clamp(3.7rem, 5.5vw, 5.6rem); line-height: .99; }
.lead { max-width: 630px; margin: 30px 0 0; font-size: 21px; line-height: 1.58; }
.hero-actions { display: flex; gap: 20px; margin-top: 38px; }
.button { min-height: 60px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; border-radius: 12px; font-size: 17px; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--coral); box-shadow: 0 10px 24px rgba(217,79,56,.17); }
.primary:hover { background: #c94430; box-shadow: 0 14px 28px rgba(217,79,56,.23); }
.secondary { border: 2px solid var(--forest); background: transparent; }
.secondary:hover { background: #f1f5ef; }
.trust-row { display: flex; align-items: center; gap: 19px; margin-top: 42px; font-size: 15px; font-weight: 650; }
.trust-row span { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.trust-row > b { color: var(--coral-bright); font-size: 19px; }
.trust-row i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); }
.trust-row svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.website-visual { height: 620px; position: relative; animation: fade .55s .07s ease-out both; }
.website-visual > div { position: absolute; background: #fffdf8; border: 1px solid var(--cream-2); box-shadow: 0 18px 40px rgba(7,61,49,.1); border-radius: 14px; transition: transform .2s ease, box-shadow .2s ease; }
.website-visual > div:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(7,61,49,.14); }
.browser-card { width: 472px; height: 365px; left: 38px; top: 45px; overflow: hidden; }
.browser-bar { height: 32px; padding-left: 16px; background: var(--forest); display: flex; align-items: center; gap: 7px; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d9e3d7; }
.browser-content { display: flex; gap: 25px; padding: 28px; height: 205px; }
.fake-image { width: 114px; display: grid; place-items: center; background: #e5ece4; color: var(--forest); font: 700 48px Georgia,serif; }
.fake-copy { flex: 1; padding-top: 15px; }
.fake-copy b, .mobile-card > b, .type-card b { display: block; height: 7px; margin-bottom: 13px; border-radius: 9px; background: var(--sage); }
.fake-copy b:nth-child(1) { width: 70%; }.fake-copy b:nth-child(2) { width: 45%; }.fake-copy b:nth-child(3) { width: 78%; margin-top: 24px; }.fake-copy b:nth-child(4) { width: 58%; }
.fake-copy em { display: block; width: 86px; height: 22px; margin-top: 18px; background: var(--forest); border-radius: 5px; }
.feature-row { height: 128px; display: grid; grid-template-columns: repeat(3,1fr); padding: 18px; color: white; background: var(--forest-2); }
.feature-row div { display: flex; flex-direction: column; align-items: center; gap: 10px; border-right: 1px solid rgba(255,255,255,.2); }
.feature-row div:last-child { border: 0; }.feature-row b { width: 55px; height: 4px; background: rgba(255,255,255,.45); border-radius: 4px; }
.mobile-card { width: 205px; height: 260px; right: 0; top: 105px; padding: 25px 20px; }
.mini-nav { display: flex; justify-content: space-between; font-weight: 800; margin-bottom: 28px; }.mini-nav i { width: 19px; border-top: 2px solid var(--forest); border-bottom: 2px solid var(--forest); }
.mobile-card > b { height: 5px; margin-bottom: 9px; }.mobile-card > b:nth-of-type(1){width:80%}.mobile-card > b:nth-of-type(2){width:62%}.mobile-card > b:nth-of-type(3){width:72%}
.mobile-card > em { display: block; width: 62px; height: 20px; margin-top: 18px; border-radius: 4px; background: var(--forest); }.mini-panel { height: 48px; margin-top: 18px; background: #e4ece4; }
.form-card { width: 174px; height: 255px; left: 0; bottom: 5px; padding: 26px 20px; }.form-card b { display: block; width: 70px; height: 5px; background: var(--sage); margin-bottom: 10px; }.form-card label { display: block; height: 30px; border: 1px solid #d8d3c7; border-radius: 4px; margin-top: 12px; }.form-card .fake-submit { display: block; width: 100%; height: 30px; margin-top: 13px; border-radius: 4px; background: var(--forest); }
.type-card { width: 112px; height: 140px; left: 300px; bottom: 0; padding: 20px; }.type-card strong { display: block; color: var(--forest); font: 600 38px Georgia,serif; margin-bottom: 14px; }.type-card b { height: 5px; margin-bottom: 8px; }
.palette-card { width: 245px; height: 98px; right: -2px; bottom: 32px; padding: 23px 18px; display: flex; gap: 10px; }.palette-card i { flex: 1; border-radius: 4px; background: var(--forest); }.palette-card i:nth-child(2){background:var(--teal)}.palette-card i:nth-child(3){background:var(--sage)}.palette-card i:nth-child(4){background:#f1d8b5}.palette-card i:nth-child(5){background:var(--coral-bright)}
.device-card { width: 220px; height: 160px; left: 178px; bottom: 48px; padding: 10px; border: 5px solid var(--forest)!important; }.device-card div { height: 100%; padding: 20px; background: #eef2e9; }.device-card b { display: block; width: 80%; height: 6px; margin-bottom: 12px; background: var(--sage); }.device-card em { display: block; width: 70px; height: 22px; margin-top: 22px; background: var(--forest); }

.audience { padding: 120px max(64px, calc((100vw - 1272px)/2)); background: var(--forest); color: white; }
.audience .eyebrow { color: #adcabd; }.audience h2 { color: white; font-size: clamp(2.6rem,4.2vw,4.3rem); line-height: 1.05; margin: 0; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; max-width: 1000px; margin: 52px 0 0 auto; font-size: 18px; line-height: 1.7; color: #d9e5df; }

.section-shell { max-width: 1272px; margin: auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 65px; }
.section-heading h2, .pricing-head h2, .faq-intro h2, .contact h2 { margin: 0; font-size: clamp(2.7rem,4.4vw,4.4rem); line-height: 1.04; }
.section-heading > p, .pricing-head > p, .faq-intro > p { margin: 0; font-size: 18px; line-height: 1.7; color: #527269; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #dcd5c6; border-left: 1px solid #dcd5c6; }
.service-grid article { min-height: 250px; padding: 34px; border-right: 1px solid #dcd5c6; border-bottom: 1px solid #dcd5c6; }
.service-grid span { color: var(--coral); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.service-grid h3, .process-list h3 { margin: 42px 0 12px; color: var(--forest); font-size: 21px; }.service-grid p, .process-list p { margin: 0; color: #55746c; line-height: 1.65; }

.process { background: #e8efe8; }.process .section-shell { padding-top: 115px; padding-bottom: 115px; }.process-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #cbd9d1; border: 1px solid #cbd9d1; }
.process-list li { min-height: 300px; padding: 32px; background: #f7f8f1; }.process-list > li > b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: white; background: var(--forest); }.process-list h3 { margin-top: 60px; }

.pricing-head { max-width: 760px; margin-bottom: 65px; }.pricing-head > p:last-child { margin-top: 24px; }.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 18px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 610px; padding: 36px; border: 1px solid #dcd5c6; border-radius: 18px; background: #fffdf8; }
.price-card.featured { border: 2px solid var(--forest); box-shadow: 0 20px 50px rgba(7,61,49,.1); }.popular { position: absolute; right: 22px; top: 22px; padding: 7px 11px; color: white; background: var(--coral); border-radius: 99px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.package-name { margin: 0 0 22px; color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: 13px; font-weight: 800; }.price-card h3 { margin: 0 0 22px; color: var(--forest); font: 600 38px Georgia,serif; }.price-card h3 small { font: 600 16px "Segoe UI",sans-serif; }.price-card > p:not(.package-name) { min-height: 72px; margin: 0; color: #58736c; line-height: 1.55; }
.price-card ul { list-style: none; padding: 24px 0; margin: 20px 0; border-top: 1px solid #e3ddcf; }.price-card li { position: relative; padding: 8px 0 8px 26px; }.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--forest-2); font-weight: 800; }.price-card .button { width: 100%; margin-top: auto; }
.price-note { margin: 18px 0 0; color: #688078; font-size: 13px; }.care-plan { margin-top: 45px; padding: 40px; border-radius: 18px; color: white; background: var(--forest); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }.care-plan .eyebrow { color: #9fc2b5; }.care-plan h3 { margin: 0; font: 600 29px Georgia,serif; }.care-plan > p { margin: 0; line-height: 1.65; color: #d7e4df; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; border-top: 1px solid #ded7ca; }.faq-intro > p { margin-top: 24px; }.faq-list { border-top: 1px solid #d8d1c3; }.faq-list details { border-bottom: 1px solid #d8d1c3; }.faq-list summary { cursor: pointer; list-style: none; padding: 26px 45px 26px 0; color: var(--forest); font-size: 19px; font-weight: 700; position: relative; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary::after { content:"+"; position:absolute; right:5px; top:22px; font-size:28px; font-weight:400; }.faq-list details[open] summary::after { content:"−"; }.faq-list details p { margin: -4px 45px 25px 0; color: #55746c; line-height: 1.65; }

.contact { padding: 125px 24px; text-align: center; background: #e8efe8; }.contact-inner { max-width: 940px; margin: auto; }.contact h2 { max-width: 850px; margin: auto; }.contact-inner > p:not(.eyebrow) { max-width: 620px; margin: 28px auto 35px; font-size: 19px; line-height: 1.65; color: #54736a; }.contact .button { min-width: 270px; }.contact small { display: block; margin-top: 25px; color: #74877f; }
footer { min-height: 150px; max-width: 1400px; margin: auto; padding: 45px 64px; display: flex; gap: 35px; align-items: center; color: #5d766e; font-size: 14px; }footer .brand { font-size: 22px; }footer p:nth-of-type(1) { margin-right: auto; }

a:focus-visible, button:focus-visible { outline: 3px solid rgba(237,101,75,.45); outline-offset: 4px; }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } }

@media (max-width: 1100px) {
  .site-header, .hero { padding-left: 36px; padding-right: 36px; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }.website-visual { width: 620px; max-width: 100%; margin: auto; }.hero-copy { max-width: 750px; }
  .section-shell { padding-left: 36px; padding-right: 36px; }.service-grid { grid-template-columns: repeat(2,1fr); }.process-list { grid-template-columns: repeat(2,1fr); }.pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin: auto; }.price-card { min-height: auto; }.price-card > p:not(.package-name) { min-height: 0; }.faq { grid-template-columns: 1fr; gap: 55px; }
}
@media (max-width: 680px) {
  .site-header { height: 76px; padding: 0 20px; gap: 14px; }.brand { font-size: 18px; letter-spacing: .08em; }.header-cta { padding: 10px 11px; font-size: 13px; white-space: nowrap; }
  .hero { padding: 44px 20px 70px; min-height: auto; }.eyebrow { margin-bottom: 14px; } h1 { font-size: clamp(3rem,14vw,4.4rem); }.lead { font-size: 18px; }
  .hero-actions { flex-direction: column; }.button { width: 100%; }.trust-row { flex-wrap: wrap; gap: 12px 16px; }.trust-row > b { display: none; }
  .website-visual { height: 485px; transform: scale(.75); transform-origin: top left; width: 130%; margin-bottom: -110px; }
  .audience { padding: 85px 20px; }.audience-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 35px; }
  .section-shell { padding: 85px 20px; }.section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 45px; }.service-grid { grid-template-columns: 1fr; }.service-grid article { min-height: 220px; }.process .section-shell { padding: 85px 20px; }.process-list { grid-template-columns: 1fr; }.process-list li { min-height: 245px; }.process-list h3 { margin-top: 35px; }.price-card { padding: 28px 24px; }.care-plan { grid-template-columns: 1fr; gap: 20px; padding: 28px 24px; }.faq { gap: 40px; }.contact { padding: 90px 20px; }footer { padding: 45px 20px; flex-direction: column; align-items: flex-start; }footer p:nth-of-type(1) { margin: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none!important; transition: none!important; } }
