
:root {
    --primary: #0f766e;
    --primary-dark: #0b5f59;
    --accent: #f59e0b;
    --dark: #082f49;
    --ink: #12212f;
    --muted: #607080;
    --surface: #ffffff;
    --soft: #f3f7f7;
    --line: #dfe8e8;
    --shadow: 0 20px 60px rgba(8, 47, 73, .12);
    --radius: 22px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; position: relative; }
.skip-link { position: fixed; left: 12px; top: -80px; padding: 10px 14px; background: #fff; z-index: 9999; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.announcement { background: var(--dark); color: #dceff4; font-size: 13px; }
.announcement-inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.announcement-dot { width: 7px; height: 7px; background: #52d3c8; border-radius: 50%; box-shadow: 0 0 0 5px rgba(82, 211, 200, .12); }
.announcement a { margin-left: 8px; color: #fff; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.announcement a svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(223,232,232,.65); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; position: relative; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--primary), var(--dark)); overflow: hidden; box-shadow: 0 10px 24px rgba(15, 118, 110, .24); }
.brand-mark > span { position: absolute; width: 5px; border-radius: 5px 5px 1px 1px; background: #fff; bottom: 9px; transform-origin: bottom; }
.brand-mark > span:nth-child(1) { height: 13px; left: 10px; transform: rotate(-8deg); opacity: .82; }
.brand-mark > span:nth-child(2) { height: 22px; left: 19px; }
.brand-mark > span:nth-child(3) { height: 17px; right: 9px; transform: rotate(8deg); opacity: .9; }
.brand-mark::after { content: ""; position: absolute; width: 23px; height: 12px; border: 2px solid rgba(255,255,255,.7); border-top: 0; border-radius: 0 0 50% 50%; bottom: 5px; }
.brand-mark.small { width: 34px; height: 34px; border-radius: 10px; box-shadow: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: "Segoe UI", Arial, sans-serif; font-size: 21px; letter-spacing: -.5px; color: var(--dark); }
.brand-copy small { color: var(--primary); font-size: 10px; text-transform: uppercase; letter-spacing: 1.7px; font-weight: 700; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 14px; color: #38505e; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 26px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 20px; width: 0; height: 2px; background: var(--primary); transition: .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { padding: 12px 20px; color: #fff; background: var(--primary); border-radius: 11px; box-shadow: 0 9px 22px rgba(15,118,110,.18); transition: .25s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--primary-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--soft); border-radius: 11px; place-items: center; color: var(--dark); }
.nav-toggle svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2; }
.icon-close { display: none; }

.hero { overflow: hidden; padding-top: 90px; min-height: 760px; display: flex; align-items: center; background: radial-gradient(circle at 76% 28%, rgba(15,118,110,.11), transparent 35%), linear-gradient(180deg, #fbfefe 0%, #f7fbfb 100%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; position: relative; z-index: 2; }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-shape-one { width: 310px; height: 310px; right: -130px; top: 80px; border: 50px solid rgba(245,158,11,.08); }
.hero-shape-two { width: 160px; height: 160px; left: -80px; bottom: 15px; background: rgba(15,118,110,.05); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--primary); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 18px; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #82e2db; }
.hero h1, h2, h3 { font-family: "Segoe UI", Arial, sans-serif; }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(45px, 5.2vw, 72px); line-height: 1.07; letter-spacing: -3.5px; color: var(--dark); }
.hero-lead { max-width: 660px; font-size: 18px; color: var(--muted); margin: 25px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 12px; border: 1px solid transparent; font-weight: 800; font-size: 14px; transition: .25s ease; }
.btn svg, .text-link svg, .service-card a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 12px 26px rgba(15,118,110,.22); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 15px 30px rgba(15,118,110,.27); }
.btn-secondary { background: #fff; color: var(--dark); border-color: var(--line); }
.btn-secondary:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: #cddada; color: var(--dark); width: 100%; }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.btn-light { background: #fff; color: var(--dark); margin-top: 28px; }
.btn-light:hover { transform: translateY(-2px); }
.hero-trust { margin-top: 34px; display: flex; align-items: center; gap: 14px; }
.hero-trust p { margin: 0; max-width: 350px; font-size: 13px; color: #5d727f; }
.trust-icons { display: flex; }
.trust-icons span { width: 32px; height: 32px; display: grid; place-items: center; margin-left: -7px; border: 2px solid #fff; border-radius: 50%; background: #dcecea; color: var(--primary); font-weight: 800; font-size: 10px; }
.trust-icons span:first-child { margin-left: 0; }

.hero-visual { position: relative; min-height: 550px; display: flex; align-items: center; justify-content: center; }
.visual-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(15,118,110,.2), rgba(15,118,110,0) 70%); }
.dashboard-window { width: 100%; max-width: 690px; background: #fff; border-radius: 18px; box-shadow: 0 35px 85px rgba(8,47,73,.22); border: 1px solid rgba(255,255,255,.7); overflow: hidden; transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); position: relative; z-index: 3; }
.dashboard-topbar { height: 46px; display: flex; align-items: center; padding: 0 16px; border-bottom: 1px solid #edf2f2; gap: 18px; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #d9e2e2; }
.window-dots span:nth-child(1) { background: #ff8a7a; }
.window-dots span:nth-child(2) { background: #f9c45d; }
.window-dots span:nth-child(3) { background: #64d49f; }
.dashboard-date { font-size: 9px; color: #7b8d95; flex: 1; text-align: center; }
.dashboard-avatar { width: 25px; height: 25px; border-radius: 8px; display: grid; place-items: center; background: var(--dark); color: #fff; font-size: 8px; font-weight: 800; }
.dashboard-body { display: grid; grid-template-columns: 55px 1fr; min-height: 360px; background: #f7faf9; }
.dashboard-sidebar { background: var(--dark); display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 17px; }
.mini-logo { width: 24px; height: 24px; background: #fff; border-radius: 7px; display: grid; place-items: center; margin-bottom: 10px; }
.mini-logo span { width: 10px; height: 13px; border-bottom: 3px solid var(--primary); border-left: 3px solid var(--primary); transform: skew(-12deg); }
.dashboard-sidebar i { width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid rgba(255,255,255,.28); }
.dashboard-sidebar i.active { background: var(--primary); border-color: var(--primary); box-shadow: 0 0 0 4px rgba(15,118,110,.2); }
.dashboard-content { padding: 22px; }
.dashboard-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.dashboard-heading div { display: flex; flex-direction: column; }
.dashboard-heading small { color: #8a999f; font-size: 8px; }
.dashboard-heading strong { color: var(--dark); font-size: 15px; }
.dashboard-heading button { border: 0; background: var(--primary); color: #fff; font-size: 8px; padding: 7px 9px; border-radius: 7px; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.metric-card { background: #fff; border-radius: 11px; padding: 12px; box-shadow: 0 6px 20px rgba(8,47,73,.05); display: flex; flex-direction: column; }
.metric-card span { font-size: 8px; color: #7b8c94; }
.metric-card strong { font-size: 19px; color: var(--dark); line-height: 1.2; margin: 4px 0; }
.metric-card small { font-size: 7px; color: var(--primary); }
.dashboard-lower { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10px; margin-top: 10px; }
.calendar-card, .status-card { background: #fff; border-radius: 11px; padding: 12px; box-shadow: 0 6px 20px rgba(8,47,73,.05); }
.card-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.card-title strong { font-size: 9px; color: var(--dark); }
.card-title span { font-size: 7px; color: var(--primary); }
.calendar-days, .calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.calendar-days span { text-align: center; font-size: 6px; color: #9aa7ac; }
.calendar-grid span { aspect-ratio: 1; display: grid; place-items: center; font-size: 6px; border-radius: 4px; color: #576b75; }
.calendar-grid span.booked { background: #e4f3f1; color: var(--primary); }
.calendar-grid span.selected { background: var(--primary); color: #fff; }
.status-row { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 7px; padding: 7px 0; border-top: 1px solid #eef3f3; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; }
.status-dot.arrival { background: #27b799; }
.status-dot.occupied { background: #f2a62b; }
.status-dot.cleaning { background: #8396dc; }
.status-row div { display: flex; flex-direction: column; line-height: 1.3; }
.status-row strong { font-size: 7px; color: var(--dark); }
.status-row small { font-size: 6px; color: #8b9ba2; }
.status-row b { font-size: 7px; background: #f0f5f5; border-radius: 5px; padding: 3px 5px; }
.floating-card { position: absolute; z-index: 5; background: rgba(255,255,255,.96); border: 1px solid #e2ebeb; box-shadow: 0 20px 40px rgba(8,47,73,.15); border-radius: 14px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; animation: float 4s ease-in-out infinite; }
.floating-card div { display: flex; flex-direction: column; line-height: 1.35; }
.floating-card small { font-size: 9px; color: #87979e; }
.floating-card strong { font-size: 11px; color: var(--dark); }
.floating-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #e7f5f3; color: var(--primary); }
.floating-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.floating-booking { left: -18px; bottom: 32px; }
.floating-booking b { margin-left: 8px; color: var(--primary); font-size: 8px; background: #e4f5f2; padding: 4px 6px; border-radius: 5px; }
.floating-payment { right: -7px; top: 61px; animation-delay: -1.5s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.stats-strip { background: #fff; border-top: 1px solid #edf2f2; border-bottom: 1px solid #edf2f2; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { min-height: 125px; display: flex; flex-direction: column; justify-content: center; padding: 20px 35px; border-left: 1px solid #edf2f2; }
.stat-item:last-child { border-right: 1px solid #edf2f2; }
.stat-item strong { color: var(--primary); font-family: "Manrope"; font-size: 27px; line-height: 1.1; }
.stat-item span { color: #6e7f88; font-size: 12px; margin-top: 7px; }

.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .about-copy h2, .contact-copy h2, .feature-copy h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.13; letter-spacing: -2px; color: var(--dark); margin: 0; }
.section-heading p, .about-copy > p, .feature-copy > p, .contact-copy > p { color: var(--muted); font-size: 17px; margin: 20px 0 0; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: #fff; transition: .3s ease; position: relative; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: auto -45px -55px auto; width: 120px; height: 120px; border-radius: 50%; background: rgba(15,118,110,.045); transition: .35s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(15,118,110,.35); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scale(1.5); background: rgba(15,118,110,.08); }
.service-icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: #e8f5f3; color: var(--primary); }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 23px 0 10px; color: var(--dark); font-size: 20px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0 0 22px; }
.service-card a { color: var(--primary); display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; }

.feature-section { background: var(--dark); color: #fff; overflow: hidden; }
.feature-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -230px; bottom: -300px; border: 70px solid rgba(255,255,255,.025); border-radius: 50%; }
.feature-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; position: relative; z-index: 1; }
.feature-copy { position: sticky; top: 130px; align-self: start; }
.feature-copy h2 { color: #fff; }
.feature-copy > p { color: #b9cad2; }
.feature-callout { display: flex; gap: 13px; margin-top: 30px; padding: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.feature-callout > span { flex: 0 0 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; background: var(--primary); }
.feature-callout svg { width: 16px; height: 16px; fill: none; stroke: #fff; stroke-width: 2.2; }
.feature-callout div { display: flex; flex-direction: column; }
.feature-callout strong { font-size: 14px; }
.feature-callout small { color: #a9bec7; font-size: 11px; margin-top: 2px; }
.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.feature-item { display: grid; grid-template-columns: 42px 1fr; gap: 15px; border: 1px solid rgba(255,255,255,.1); padding: 23px; border-radius: 17px; background: rgba(255,255,255,.035); transition: .25s; }
.feature-item:hover { background: rgba(255,255,255,.07); border-color: rgba(82,211,200,.35); transform: translateY(-3px); }
.feature-item > span { color: #63d6cd; font-family: "Manrope"; font-size: 12px; font-weight: 800; }
.feature-item h3 { margin: 0 0 7px; color: #fff; font-size: 16px; }
.feature-item p { margin: 0; color: #aac0c9; font-size: 12.5px; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.process-card { position: relative; padding-right: 12px; }
.process-number { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; font-family: "Manrope"; font-weight: 800; color: var(--primary); background: #fff; position: relative; z-index: 2; }
.process-line { position: absolute; top: 25px; left: 50px; right: -27px; height: 1px; background: var(--line); }
.process-card:last-child .process-line { display: none; }
.process-card h3 { font-size: 18px; color: var(--dark); margin: 23px 0 9px; }
.process-card p { color: var(--muted); font-size: 13px; margin: 0; }

.plans-section { background: #f5f9f8; }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.plan-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 34px; display: flex; flex-direction: column; box-shadow: 0 10px 35px rgba(8,47,73,.05); }
.plan-card.featured { border: 2px solid var(--primary); transform: translateY(-10px); box-shadow: 0 24px 55px rgba(15,118,110,.15); }
.plan-badge { position: absolute; top: 0; right: 26px; transform: translateY(-50%); background: var(--accent); color: #fff; border-radius: 99px; padding: 6px 12px; text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 800; }
.plan-card h3 { margin: 0; color: var(--dark); font-size: 21px; }
.plan-price { display: block; color: var(--primary); font-family: "Manrope"; font-size: 24px; margin: 16px 0 8px; }
.plan-card > p { margin: 0; color: var(--muted); font-size: 13px; min-height: 66px; }
.plan-card ul { list-style: none; padding: 23px 0; margin: 22px 0; border-top: 1px solid #edf2f2; border-bottom: 1px solid #edf2f2; flex: 1; }
.plan-card li { display: flex; gap: 10px; align-items: flex-start; margin: 11px 0; color: #526671; font-size: 13px; }
.plan-card li span { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: #e6f4f2; color: var(--primary); flex: 0 0 20px; }
.plan-card li svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2.4; }

.about-section { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-visual { min-height: 490px; position: relative; border-radius: 30px; background: linear-gradient(145deg, #e7f4f2, #f8fbfb); display: grid; place-items: center; overflow: hidden; }
.about-visual::before, .about-visual::after { content: ""; position: absolute; border-radius: 50%; }
.about-visual::before { width: 310px; height: 310px; border: 45px solid rgba(15,118,110,.07); left: -120px; bottom: -120px; }
.about-visual::after { width: 180px; height: 180px; background: rgba(245,158,11,.07); right: -70px; top: -60px; }
.about-panel { position: absolute; background: #fff; border: 1px solid #dfe9e8; border-radius: 20px; box-shadow: var(--shadow); z-index: 2; }
.main-panel { width: 75%; padding: 24px; transform: rotate(-2deg); }
.panel-brand { display: flex; align-items: center; gap: 9px; color: var(--dark); }
.panel-brand strong { font-family: "Manrope"; }
.panel-chart { height: 190px; margin: 25px 0 15px; display: flex; gap: 11px; align-items: flex-end; border-bottom: 1px solid var(--line); padding: 0 8px; }
.panel-chart span { flex: 1; background: linear-gradient(180deg, #59cabe, var(--primary)); border-radius: 7px 7px 0 0; }
.panel-caption { display: flex; justify-content: space-between; align-items: flex-end; gap: 15px; }
.panel-caption small { color: var(--muted); }
.panel-caption strong { color: var(--dark); font-size: 12px; }
.small-panel { bottom: 38px; right: 28px; padding: 15px; display: flex; align-items: center; gap: 11px; transform: rotate(3deg); }
.panel-icon { width: 38px; height: 38px; border-radius: 11px; background: #e5f3f1; color: var(--primary); display: grid; place-items: center; }
.panel-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.small-panel div { display: flex; flex-direction: column; }
.small-panel strong { font-size: 11px; color: var(--dark); }
.small-panel small { font-size: 8px; color: var(--muted); }
.about-copy > p { margin-bottom: 28px; }
.about-highlight { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fbfdfd; display: flex; gap: 15px; }
.about-highlight > span { flex: 0 0 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: #e7f5f3; color: var(--primary); }
.about-highlight svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.about-highlight h3 { margin: 0 0 5px; font-size: 16px; color: var(--dark); }
.about-highlight p { margin: 0; font-size: 12.5px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-weight: 800; font-size: 14px; margin-top: 27px; }

.proof-section { background: #fbfdfd; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testimonial-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 27px; }
.quote-mark { font-family: Georgia, serif; display: block; height: 34px; color: var(--primary); font-size: 52px; line-height: 1; }
.testimonial-card blockquote { margin: 12px 0 26px; color: #4c626d; font-size: 14px; }
.testimonial-card > div { display: flex; flex-direction: column; padding-top: 18px; border-top: 1px solid #eef2f2; }
.testimonial-card strong { font-size: 13px; color: var(--dark); }
.testimonial-card small { color: var(--muted); font-size: 11px; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 130px; }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; padding: 23px 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; color: var(--dark); font-family: "Manrope"; font-weight: 700; font-size: 17px; }
.accordion-item button i { flex: 0 0 22px; width: 22px; height: 22px; border: 1px solid #cddada; border-radius: 50%; position: relative; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; width: 8px; height: 1.5px; background: var(--primary); left: 6px; top: 9px; transition: .2s; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item.open button i::after { transform: rotate(0); }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: .3s ease; }
.accordion-content p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; }
.accordion-item.open .accordion-content { grid-template-rows: 1fr; }
.accordion-item.open .accordion-content p { padding-bottom: 24px; }

.contact-section { background: var(--dark); overflow: hidden; }
.contact-section::before { content: ""; position: absolute; width: 600px; height: 600px; right: -250px; top: -250px; border: 90px solid rgba(255,255,255,.025); border-radius: 50%; }
.contact-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; position: relative; z-index: 2; }
.contact-copy { color: #fff; padding-top: 28px; }
.contact-copy h2 { color: #fff; }
.contact-copy > p { color: #b8cad3; }
.contact-details { display: grid; gap: 15px; margin-top: 34px; }
.contact-details > * { display: flex; align-items: center; gap: 13px; }
.contact-details > * > span { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #75dcd4; }
.contact-details svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.contact-details div div, .contact-details a div { display: flex; flex-direction: column; }
.contact-details small { color: #88a4af; font-size: 10px; }
.contact-details strong { color: #fff; font-size: 13px; }
.contact-form-card { background: #fff; border-radius: 24px; padding: 34px; box-shadow: 0 30px 75px rgba(0,0,0,.18); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label.full { grid-column: 1/-1; }
.form-grid label > span { color: #425660; font-size: 11px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #dce6e5; background: #fbfdfd; border-radius: 10px; padding: 12px 13px; outline: none; color: var(--ink); transition: .2s; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(15,118,110,.1); background: #fff; }
.form-grid textarea { resize: vertical; min-height: 125px; }
.submit-btn { width: 100%; margin-top: 19px; border: 0; }
.form-note { color: #8a9aa0; font-size: 10px; text-align: center; margin: 12px 0 0; }
.honeypot { position: absolute !important; left: -99999px !important; width: 1px; height: 1px; overflow: hidden; }
.alert { padding: 12px 14px; border-radius: 10px; margin-bottom: 17px; font-size: 12px; }
.alert.success { background: #e8f7f0; color: #16714d; border: 1px solid #bfe8d2; }
.alert.error { background: #fff0ef; color: #a33b35; border: 1px solid #f2cbc7; }

.site-footer { background: #061f30; color: #9bb0ba; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .75fr .75fr 1fr; gap: 55px; padding-bottom: 52px; }
.light-brand .brand-copy strong { color: #fff; }
.light-brand .brand-copy small { color: #7cdcd4; }
.footer-brand p { max-width: 390px; font-size: 13px; margin: 22px 0 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid h3 { color: #fff; margin: 0 0 11px; font-size: 13px; }
.footer-grid a, .footer-grid span { font-size: 12px; transition: .2s; }
.footer-grid a:hover { color: #fff; transform: translateX(2px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); min-height: 70px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #d3e4e9; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
    .main-nav { gap: 18px; }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .dashboard-window { transform: none; }
    .feature-layout, .contact-shell { gap: 50px; }
    .about-grid { gap: 50px; }
}

@media (max-width: 920px) {
    .section-pad { padding: 88px 0; }
    .announcement-inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
    .announcement-inner > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; }
    .announcement a { display: none; }
    .nav-toggle { display: grid; }
    .main-nav { position: fixed; inset: 120px 20px auto; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 18px; padding: 20px; flex-direction: column; align-items: stretch; gap: 0; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
    .nav-open .main-nav { opacity: 1; visibility: visible; transform: translateY(0); }
    .nav-open .icon-open { display: none; }
    .nav-open .icon-close { display: block; }
    .main-nav > a:not(.nav-cta) { padding: 12px 8px; border-bottom: 1px solid #edf2f2; }
    .main-nav > a:not(.nav-cta)::after { display: none; }
    .nav-cta { margin-top: 12px; text-align: center; }
    .hero { min-height: auto; padding-top: 65px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
    .hero h1, .hero-lead { margin-left: auto; margin-right: auto; }
    .hero-visual { max-width: 700px; width: 100%; margin: 0 auto; }
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    .stat-item:nth-child(3) { border-top: 1px solid #edf2f2; }
    .stat-item:nth-child(4) { border-top: 1px solid #edf2f2; border-right: 1px solid #edf2f2; }
    .service-grid { grid-template-columns: repeat(2,1fr); }
    .feature-layout { grid-template-columns: 1fr; }
    .feature-copy { position: static; }
    .process-grid { grid-template-columns: repeat(2,1fr); gap: 40px 24px; }
    .process-card:nth-child(2) .process-line { display: none; }
    .plan-grid { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
    .plan-card.featured { transform: none; }
    .about-grid { grid-template-columns: 1fr; }
    .about-visual { order: 2; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .faq-layout { grid-template-columns: 1fr; gap: 35px; }
    .faq-layout .section-heading { position: static; }
    .contact-shell { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2/-1; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section-pad { padding: 72px 0; }
    .nav-wrap { min-height: 68px; }
    .brand-mark { width: 38px; height: 38px; }
    .brand-copy strong { font-size: 18px; }
    .brand-copy small { font-size: 8.5px; }
    .main-nav { top: 108px; left: 14px; right: 14px; }
    .hero { padding-top: 55px; }
    .hero h1 { font-size: 44px; letter-spacing: -2.5px; }
    .hero-lead { font-size: 16px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-trust { align-items: flex-start; text-align: left; }
    .hero-visual { min-height: 390px; margin-top: 10px; }
    .dashboard-window { width: 118%; max-width: none; transform: scale(.83); }
    .floating-card { transform: scale(.85); }
    .floating-booking { left: -15px; bottom: 3px; }
    .floating-payment { right: -7px; top: 34px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stat-item { min-height: 112px; padding: 18px; }
    .stat-item strong { font-size: 23px; }
    .section-heading h2, .about-copy h2, .contact-copy h2, .feature-copy h2 { font-size: 36px; letter-spacing: -1.6px; }
    .section-heading p, .about-copy > p, .feature-copy > p, .contact-copy > p { font-size: 15px; }
    .service-grid, .feature-list { grid-template-columns: 1fr; }
    .service-card { padding: 25px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-line { display: none !important; }
    .process-card { display: grid; grid-template-columns: 50px 1fr; column-gap: 17px; }
    .process-card h3 { margin: 0 0 5px; align-self: end; }
    .process-card p { grid-column: 2; }
    .about-visual { min-height: 380px; }
    .main-panel { width: 85%; }
    .panel-chart { height: 135px; }
    .small-panel { right: 12px; bottom: 25px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid label.full { grid-column: auto; }
    .contact-form-card { padding: 23px; border-radius: 18px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
    .footer-brand { grid-column: 1/-1; }
    .footer-grid > div:last-child { grid-column: 1/-1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

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