:root {
    --ink: #10241f;
    --muted: #596b65;
    --paper: #f4f7f3;
    --white: #ffffff;
    --line: #dce5df;
    --green: #16a66a;
    --green-dark: #08794a;
    --lime: #b9ef6f;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(16, 36, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 790px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 20; padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(244, 247, 243, .9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(16, 36, 31, .07); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 36px; aspect-ratio: 1; border-radius: 12px; color: white; background: var(--ink); }
nav { display: flex; gap: 26px; margin-left: auto; }
nav a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--ink); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; color: white; background: var(--green-dark); font-weight: 750; text-decoration: none; box-shadow: 0 10px 24px rgba(8, 121, 74, .18); }
.button:hover { background: var(--ink); }
.button-disabled { cursor: default; opacity: .68; box-shadow: none; }
.button-disabled:hover { background: var(--green-dark); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.button-light { color: var(--ink); background: var(--lime); }
.button-secondary { color: var(--green-dark); border: 1px solid #a8d9b9; background: #edf8f0; box-shadow: none; }
.button-secondary:hover { color: white; }
.hero { overflow: hidden; padding: 92px 0 96px; background: radial-gradient(circle at 78% 16%, rgba(185,239,111,.36), transparent 30%), linear-gradient(140deg, #f7faf6 0%, #eef5ef 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-block; margin-bottom: 17px; color: var(--green-dark); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
h3 { font-size: 22px; letter-spacing: -.025em; }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { color: var(--green-dark); font-weight: 750; text-decoration: none; }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 36px 0 0; padding: 0; color: var(--muted); font-size: 14px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--green-dark); font-weight: 900; }
.signal-card { position: relative; min-height: 470px; display: grid; place-items: center; border: 1px solid rgba(16,36,31,.08); border-radius: 44px; background: linear-gradient(145deg, #10241f, #1b483a); box-shadow: var(--shadow); overflow: hidden; }
.signal-rings span { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(185,239,111,.24); border-radius: 50%; transform: translate(-50%, -50%); }
.signal-rings span:nth-child(1) { width: 230px; height: 230px; }
.signal-rings span:nth-child(2) { width: 350px; height: 350px; }
.signal-rings span:nth-child(3) { width: 470px; height: 470px; }
.phone-card { position: relative; z-index: 2; width: 230px; padding: 30px; border: 1px solid rgba(255,255,255,.22); border-radius: 30px; background: rgba(255,255,255,.95); box-shadow: 0 28px 60px rgba(0,0,0,.3); text-align: center; }
.phone-card span, .phone-card small { display: block; color: var(--muted); }
.phone-card strong { display: block; margin: 8px 0 22px; font-size: 22px; }
.phone-card button { width: 112px; aspect-ratio: 1; border: 10px solid #dff3e8; border-radius: 50%; color: white; background: var(--green); font-weight: 800; }
.phone-card small { margin-top: 18px; }
.section { padding: 96px 0; }
.section h2 { max-width: 690px; }
.card-grid { display: grid; gap: 22px; margin-top: 42px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.info-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.info-card p { margin-bottom: 0; color: var(--muted); }
.step { display: inline-block; margin-bottom: 46px; color: var(--green-dark); font-size: 13px; font-weight: 900; }
.section-dark { color: white; background: var(--ink); }
.section-dark .eyebrow { color: var(--lime); }
.section-dark p { color: #bdd0c9; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.page-hero { padding: 96px 0 70px; background: linear-gradient(145deg, #f8faf7, #eaf3ec); }
.page-hero h1 { font-size: clamp(42px, 6vw, 68px); }
.timeline { max-width: 850px; }
.timeline article { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.timeline article > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 18px; color: white; background: var(--green-dark); font-weight: 850; }
.timeline h2 { margin-bottom: 8px; font-size: 28px; }
.timeline p { margin-bottom: 0; color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 24px 0; }
.faq-list summary { cursor: pointer; font-size: 20px; font-weight: 750; }
.faq-list p { padding-right: 40px; color: var(--muted); }
.notice { margin-top: 32px; padding: 18px 22px; border: 1px solid #c9decf; border-radius: 16px; color: var(--green-dark); background: #edf8f0; font-weight: 650; }
.messages { padding-top: 18px; }
.message { padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.message.success { border-color: #a8d9b9; color: var(--green-dark); background: #edf8f0; }
.message.error { border-color: #efb7b3; color: #8f2820; background: #fff1f0; }
.form-shell { max-width: 720px; }
.form-card { margin-top: 34px; padding: clamp(24px, 5vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-card p, .field { margin: 0 0 22px; }
.form-card fieldset { margin: 0 0 32px; padding: 0; border: 0; }
.form-card legend { width: 100%; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 22px; font-weight: 800; }
.form-card label, .field > label { display: block; margin-bottom: 7px; font-weight: 750; }
.form-card input:not([type="checkbox"]), .form-card select, .form-card textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbd8d0; border-radius: 12px; color: var(--ink); background: #fbfdfb; font: inherit; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { outline: 3px solid rgba(22,166,106,.16); border-color: var(--green); }
.form-card ul.errorlist { margin: 7px 0 0; padding: 0; color: #9e3028; font-size: 14px; list-style: none; }
.button-wide { width: 100%; }
.separator { display: flex; align-items: center; gap: 12px; margin: 25px 0; color: var(--muted); font-size: 13px; }
.separator::before, .separator::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.form-footnote { margin: 22px 0 0 !important; color: var(--muted); text-align: center; }
.otp-form input[name="code"] { font-size: 28px; font-weight: 800; letter-spacing: .28em; text-align: center; }
.booking-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.booking-card, .row-card { display: flex; text-decoration: none; border: 1px solid var(--line); background: white; }
.booking-card { min-height: 220px; flex-direction: column; align-items: flex-start; padding: 28px; border-radius: var(--radius); }
.booking-card h2 { margin: auto 0 6px; font-size: 27px; }
.booking-card p { margin-bottom: 5px; color: var(--muted); }
.booking-card small { color: #87958f; overflow-wrap: anywhere; }
.status { display: inline-flex; padding: 5px 10px; border-radius: 999px; color: #6c5c14; background: #fff4bd; font-size: 12px; font-weight: 800; }
.status-confirmed, .status-completed { color: var(--green-dark); background: #dcf5e6; }
.status-cancelled, .status-failed { color: #8f2820; background: #fee4e2; }
.empty-state { padding: 50px; border: 1px dashed #b9c9c0; border-radius: var(--radius); text-align: center; }
.detail-card { padding: clamp(24px, 5vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.detail-card dl { margin: 0 0 34px; }
.detail-card dl > div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.detail-card dt { color: var(--muted); }
.detail-card dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.note { margin-bottom: 30px; padding: 18px; border-radius: 14px; background: var(--paper); }
.note p { margin-bottom: 0; }
.button-danger { background: #a33930; box-shadow: none; }
.product-card { display: flex; flex-direction: column; align-items: flex-start; }
.product-card h2 { font-size: 30px; }
.product-card h2 a { text-decoration: none; }
.product-card .button { margin-top: 24px; }
.product-image-link { display: block; width: 100%; margin-bottom: 24px; text-decoration: none; }
.product-image, .product-image-placeholder { display: grid; width: 100%; aspect-ratio: 4 / 3; border-radius: 16px; object-fit: cover; }
.product-image-placeholder { place-items: center; color: #d9efe2; background: linear-gradient(145deg, #10241f, #1b483a); font-size: 54px; font-weight: 900; }
.product-meta { display: flex; flex-direction: column; gap: 3px; margin-top: auto; padding-top: 24px; }
.product-meta strong { font-size: 22px; }
.product-meta small, .selection-row small { display: block; color: var(--muted); }
.old-price { color: var(--muted); text-decoration: line-through; }
.product-actions { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 24px; }
.product-actions .button { margin-top: 0; }
.section-catalog-alt { background: #eaf1eb; }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.product-detail-media img, .product-image-placeholder-large { width: 100%; aspect-ratio: 4 / 3; border-radius: 28px; object-fit: cover; }
.product-detail-copy h1 { font-size: clamp(40px, 5vw, 66px); }
.product-detail-price { display: flex; align-items: baseline; gap: 16px; margin: 28px 0 10px; }
.product-detail-price strong { font-size: 34px; }
.product-detail-price .old-price { font-size: 18px; }
.sku { color: var(--muted); font-size: 14px; }
.product-description-section { background: white; }
.product-description { color: var(--muted); font-size: 18px; }
.order-dialog { width: min(520px, calc(100% - 28px)); padding: 0; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.order-dialog::backdrop { background: rgba(10, 25, 21, .65); backdrop-filter: blur(4px); }
.order-dialog form { position: relative; padding: 38px; }
.order-dialog input[type="number"] { width: 100%; margin: 8px 0 24px; padding: 13px 14px; border: 1px solid #cbd8d0; border-radius: 12px; font: inherit; }
.dialog-close { position: absolute; right: 18px; top: 14px; border: 0; background: none; cursor: pointer; font-size: 30px; }
.selection-list { display: flex; flex-direction: column; gap: 12px; }
.selection-row { display: grid; grid-template-columns: 1fr 130px; align-items: center; gap: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; }
.selection-row .field { margin: 0; }
.selection-row label { font-size: 13px; }
.order-summary { margin: 26px 0; padding: 20px 24px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.order-summary ul { margin: 6px 0 14px; }
.field-grid { display: grid; gap: 18px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.drop-zone { display: grid !important; place-items: center; min-height: 180px; padding: 26px; border: 2px dashed #9ebcaf; border-radius: 16px; background: #f5faf6; cursor: pointer; text-align: center; }
.drop-zone:hover { border-color: var(--green); background: #edf8f0; }
.drop-zone.drag-active { border-color: var(--green-dark); background: #dcf5e6; }
.drop-zone span { color: var(--muted); font-weight: 500; }
.drop-zone input { margin-top: 18px; }
.file-list { margin-top: 10px; color: var(--muted); font-size: 14px; overflow-wrap: anywhere; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 14px; }
.photo-grid img { display: block; width: 100%; aspect-ratio: 1; border-radius: 10px; object-fit: cover; }
.dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.stack { display: flex; flex-direction: column; gap: 10px; }
.row-card { align-items: center; justify-content: space-between; gap: 18px; padding: 17px 18px; border-radius: 14px; }
.row-card small { display: block; color: var(--muted); }
.link-button { padding: 0; border: 0; color: #9e3028; background: none; cursor: pointer; font: inherit; font-weight: 700; }
.appointment-choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 24px; max-height: 520px; overflow-y: auto; }
.appointment-choices label { margin: 0; cursor: pointer; }
.appointment-choices input { position: absolute; opacity: 0; pointer-events: none; }
.appointment-choices span { display: block; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.appointment-choices small { display: block; color: var(--muted); }
.appointment-choices input:checked + span { border-color: var(--green); outline: 3px solid rgba(22,166,106,.15); background: #edf8f0; }
.appointment-choices input:focus-visible + span { outline: 3px solid rgba(22,166,106,.25); }
.calendar-connection { display: flex; align-items: center; gap: 16px; margin-top: 28px; }
.site-footer { padding: 66px 0 26px; color: #bdd0c9; background: #0a1915; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a { text-decoration: none; }
.brand-footer { color: white; }
.copyright { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }

@media (max-width: 860px) {
    nav { display: none; }
    .nav-wrap .button { margin-left: auto; }
    .hero { padding-top: 64px; }
    .hero-grid, .split, .product-detail-grid { grid-template-columns: 1fr; gap: 50px; }
    .signal-card { min-height: 390px; }
    .card-grid.three, .footer-grid { grid-template-columns: 1fr; }
    .booking-grid, .dashboard-grid { grid-template-columns: 1fr; }
    .appointment-choices { grid-template-columns: 1fr; }
    .selection-row, .field-grid.two { grid-template-columns: 1fr; }
    .step { margin-bottom: 20px; }
}

@media (max-width: 520px) {
    .container { width: min(100% - 26px, 1160px); }
    .brand span:last-child { display: none; }
    h1 { font-size: 43px; }
    .actions { align-items: stretch; flex-direction: column; }
    .text-link { text-align: center; }
    .signal-card { min-height: 350px; }
    .section { padding: 70px 0; }
    .detail-card dl > div { grid-template-columns: 1fr; gap: 3px; }
}
