/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --ink: #07111f;
  --ink-2: #0d1b2c;
  --blue: #0877ff;
  --blue-2: #005eea;
  --cyan: #42c8ff;
  --white: #ffffff;
  --paper: #f5f8fc;
  --line: #dce5ef;
  --muted: #5f6f82;
  --success: #087f5b;
  --danger: #b42318;
  --radius: 8px;
  --shadow: 0 24px 60px rgba(11, 32, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
p { margin: 0; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: 0; }
h1 { font-size: clamp(2.5rem, 5.7vw, 5.6rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.45rem); }
h3 { font-size: 1.25rem; }
svg { flex: 0 0 auto; }
::selection { color: white; background: var(--blue); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 900px; }
.section { padding: 110px 0; }
.section-alt { background: var(--paper); }
.eyebrow { display: inline-flex; align-items: center; margin-bottom: 18px; color: var(--blue-2); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2 { max-width: 820px; }
.section-heading p { margin-top: 20px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; font-weight: 750; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 30px rgba(8, 119, 255, .3); }
.button-primary:hover { background: var(--blue-2); box-shadow: 0 16px 36px rgba(8, 119, 255, .38); }
.button-secondary { color: var(--ink); border-color: var(--line); background: white; }
.button-secondary:hover { border-color: #9fb3c8; }
.button-ghost { color: white; border-color: rgba(255,255,255,.3); background: rgba(5, 16, 30, .38); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.button-light { color: var(--blue-2); background: white; }
.button-small { min-height: 42px; padding: 0 16px; font-size: .9rem; }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-2); font-weight: 750; }
.text-link svg { width: 18px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }

/* Navigation */
.site-header { position: fixed; z-index: 100; top: 0; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(4, 13, 25, .9); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.nav-shell { width: min(1320px, calc(100% - 36px)); height: 74px; display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 1.18rem; font-weight: 850; white-space: nowrap; }
.brand-mark { display: grid; width: 38px; height: 34px; place-items: center; color: white; border: 1px solid #5db6ff; border-radius: 5px; background: #0769e7; font-size: .92rem; box-shadow: inset 0 0 16px rgba(255,255,255,.17), 0 0 24px rgba(8,119,255,.3); }
.desktop-nav { display: flex; align-self: stretch; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a { position: relative; display: flex; height: 100%; align-items: center; color: #c8d4e2; font-size: .84rem; font-weight: 650; white-space: nowrap; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.desktop-nav a.active::after { position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; content: ""; background: var(--cyan); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.nav-phone { display: flex; align-items: center; gap: 7px; color: #e7f2ff; font-size: .84rem; font-weight: 700; white-space: nowrap; }
.icon-button { width: 42px; height: 42px; display: inline-grid; flex: 0 0 42px; place-items: center; padding: 0; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: transparent; cursor: pointer; }
.login-link { display: flex; min-height: 42px; align-items: center; gap: 7px; padding: 0 11px; color: #dce8f5; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; font-size: .78rem; font-weight: 700; }
.menu-button { display: none; }
.mobile-nav { display: none; }
.mobile-nav[hidden] { display: none; }

/* Hero */
.home-hero { position: relative; min-height: min(760px, 82vh); display: flex; overflow: hidden; align-items: center; padding: 112px 0 94px; color: white; background: #020913; }
.home-hero > img { object-fit: cover; object-position: 54% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 9, 19, .99) 0%, rgba(2, 9, 19, .92) 37%, rgba(2, 9, 19, .32) 72%, rgba(2, 9, 19, .2) 100%), linear-gradient(0deg, rgba(2,9,19,.88) 0%, transparent 40%); }
.hero-content { position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: #a9d9ff; font-size: .84rem; font-weight: 750; }
.hero-content h1 { max-width: 970px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.hero-content > p { max-width: 720px; margin-top: 26px; color: #ccd9e7; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-phone { display: inline-flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; color: #aebed0; font-size: .92rem; }
.hero-phone strong { color: white; }
.hero-proof { position: absolute; z-index: 2; bottom: 27px; left: 50%; display: flex; gap: 30px; transform: translateX(-50%); }
.hero-proof span { display: flex; align-items: center; gap: 8px; color: #bdd0e4; font-size: .83rem; }
.hero-proof svg { width: 18px; color: #5bc6ff; }

/* Content blocks */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 48px 1fr; grid-gap: 18px; gap: 18px; padding: 38px 32px; border-right: 1px solid var(--line); transition: background .2s, transform .2s; }
.service-item:first-child { padding-left: 0; }
.service-item:last-child { padding-right: 0; border-right: 0; }
.service-item > svg { width: 38px; height: 38px; padding: 8px; color: var(--blue-2); border: 1px solid #bcdcff; border-radius: 6px; background: #eaf5ff; }
.service-item h3 { margin: 2px 0 10px; }
.service-item p { color: var(--muted); line-height: 1.7; }
.service-item span { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--blue-2); font-size: .9rem; font-weight: 750; }
.service-item span svg { width: 16px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; grid-gap: 18px; gap: 18px; }
.price-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(11,32,58,.05); }
.price-card.featured { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.popular { position: absolute; top: 0; right: 24px; display: flex; align-items: center; gap: 6px; padding: 8px 12px; color: white; border-radius: 0 0 5px 5px; background: var(--blue); font-size: .75rem; font-weight: 800; }
.price-top h3 { font-size: 1.7rem; }
.price-top p { min-height: 78px; margin-top: 14px; color: var(--muted); line-height: 1.6; }
.price { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.price strong { display: block; font-size: 2.75rem; line-height: 1; }
.price span { display: block; margin-top: 8px; color: var(--muted); font-size: .82rem; }
.hosting { min-height: 60px; margin: 20px 0; padding: 12px 14px; color: #173a62; border-left: 3px solid var(--blue); background: #edf6ff; font-size: .85rem; font-weight: 700; }
.price-card ul { flex: 1 1; display: grid; align-content: start; grid-gap: 12px; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { display: grid; grid-template-columns: 20px 1fr; grid-gap: 8px; gap: 8px; color: #3c4b5d; font-size: .9rem; line-height: 1.45; }
.price-card li svg { margin-top: 2px; color: var(--success); }
.split-section { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; grid-gap: 88px; gap: 88px; }
.split-section.reverse { grid-template-columns: .95fr 1.05fr; }
.split-section .section-heading { margin-bottom: 30px; }
.benefit-list { display: grid; grid-gap: 25px; gap: 25px; }
.benefit-list > div { display: grid; grid-template-columns: 24px 1fr; grid-gap: 14px; gap: 14px; }
.benefit-list svg { margin-top: 3px; color: var(--blue); }
.benefit-list span { color: var(--muted); }
.benefit-list strong { display: block; margin-bottom: 4px; color: var(--ink); }
.insight-panel { padding: 45px; color: white; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.panel-label { color: #78c7ff; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.insight-panel h3 { max-width: 480px; margin-top: 12px; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.insight-panel > p { color: #adbed0; }
.insight-flow { display: grid; grid-template-columns: 1fr 32px 1fr 32px 1fr; align-items: center; margin: 40px 0 30px; }
.insight-flow div { display: grid; justify-items: center; grid-gap: 10px; gap: 10px; color: #dfeeff; font-size: .82rem; font-weight: 700; }
.insight-flow svg { color: #55bdff; }
.insight-flow i { height: 1px; background: #3c536b; }
.process-section { color: white; background: #07111f; }
.process-section .eyebrow { color: #60c3ff; }
.process-section .section-heading p { color: #aebfd2; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #294059; }
.process-line article { position: relative; padding: 34px 28px 0 0; }
.process-line article::before { position: absolute; top: -4px; left: 0; width: 8px; height: 8px; content: ""; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.process-line b { color: #4baefc; font-size: .8rem; }
.process-line h3 { margin: 17px 0 12px; }
.process-line p { color: #9fb1c5; line-height: 1.65; }
.seo-feature { background: #eef6ff; }
.seo-visual { padding: 34px; border: 1px solid #bdd7f1; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.search-bar { display: flex; align-items: center; gap: 12px; padding: 14px 17px; color: #51647a; border: 1px solid #cddbea; border-radius: 5px; }
.search-bar svg { width: 19px; color: var(--blue); }
.result-preview { margin: 28px 12px; }
.result-preview small { display: block; color: #49745e; }
.result-preview strong { display: block; margin: 8px 0; color: #105cbd; font-size: 1.22rem; }
.result-preview p { color: var(--muted); }
.seo-metrics { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; gap: 10px; padding-top: 22px; border-top: 1px solid var(--line); }
.seo-metrics span { display: flex; align-items: center; gap: 8px; color: #31445a; font-size: .84rem; font-weight: 700; }
.seo-metrics svg { color: var(--blue); }
.cta-band { padding: 64px 0; color: white; background: var(--blue-2); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { max-width: 680px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.cta-band p { max-width: 650px; margin-top: 12px; color: #d9ecff; }
.cta-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.button-secondary.light { color: white; border-color: rgba(255,255,255,.4); background: transparent; }

/* Booking */
.booking-section { background: white; }
.booking-widget { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: #f8fbff; }
.booking-steps span { display: flex; min-height: 62px; align-items: center; justify-content: center; gap: 9px; color: #76869a; border-right: 1px solid var(--line); font-size: .87rem; font-weight: 700; }
.booking-steps span:last-child { border-right: 0; }
.booking-steps b { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid #b5c3d2; border-radius: 50%; font-size: .74rem; }
.booking-steps span.active { color: var(--blue-2); background: white; }
.booking-steps span.active b, .booking-steps span.done b { color: white; border-color: var(--blue); background: var(--blue); }
.booking-layout { display: grid; grid-template-columns: .83fr 1.17fr; min-height: 590px; }
.booking-picker { min-width: 0; padding: 34px; border-right: 1px solid var(--line); background: #f7faff; }
.picker-head { display: flex; gap: 14px; align-items: flex-start; }
.picker-head > svg { width: 38px; height: 38px; padding: 9px; color: var(--blue); border-radius: 6px; background: #e4f1ff; }
.picker-head h3 { font-size: 1.25rem; }
.picker-head p { margin-top: 4px; color: var(--muted); font-size: .8rem; }
.date-field { display: grid; grid-gap: 8px; gap: 8px; margin-top: 28px; color: #33475e; font-size: .84rem; font-weight: 750; }
.date-field input { width: 100%; height: 50px; padding: 0 14px; color: var(--ink); border: 1px solid #bdcad8; border-radius: 5px; background: white; }
.date-options { width: 100%; max-width: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: 132px; grid-gap: 9px; gap: 9px; margin-top: 26px; padding: 2px 2px 10px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; }
.date-options .empty-state { width: 100%; min-width: 310px; grid-column: 1 / -1; }
.date-option { min-height: 91px; display: grid; align-content: center; grid-gap: 3px; gap: 3px; padding: 10px; color: #263c54; border: 1px solid #b8cce0; border-radius: 4px; background: white; cursor: pointer; scroll-snap-align: start; transition: color .18s, border-color .18s, background .18s, transform .18s; }
.date-option:hover { color: var(--blue-2); border-color: var(--blue); transform: translateY(-2px); }
.date-option.selected { color: white; border-color: var(--blue); background: var(--blue); }
.date-option strong { font-size: .83rem; text-transform: capitalize; }
.date-option span { font-size: 1.08rem; font-weight: 800; }
.date-option small { color: #718096; font-size: .67rem; }
.date-option.selected small { color: #ddecff; }
.slots { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 8px; gap: 8px; margin-top: 20px; }
.slots button { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #24415f; border: 1px solid #b9cfe5; border-radius: 5px; background: white; cursor: pointer; transition: all .18s; }
.slots button:hover { color: var(--blue-2); border-color: var(--blue); }
.slots button.selected { color: white; border-color: var(--blue); background: var(--blue); }
.slots button svg:last-child { width: 14px; }
.empty-state { grid-column: 1 / -1; min-height: 120px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 20px; color: var(--muted); border: 1px dashed #c7d5e4; text-align: center; }
.booking-form { display: flex; flex-direction: column; padding: 34px; opacity: .75; }
.booking-form.ready { opacity: 1; }
.booking-summary { min-height: 70px; display: flex; gap: 14px; align-items: center; margin-bottom: 25px; padding: 14px 16px; border-left: 3px solid var(--blue); background: #eef6ff; }
.booking-summary > svg { color: var(--blue); }
.booking-summary strong, .booking-summary span { display: block; }
.booking-summary span { margin-top: 3px; color: var(--muted); font-size: .85rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 17px; gap: 17px; }
.field { display: grid; grid-gap: 7px; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: #34475c; font-size: .82rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); border: 1px solid #bdcad7; border-radius: 5px; background: white; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 3px rgba(8,119,255,.13); }
.field input:disabled, .field select:disabled, .field textarea:disabled { cursor: not-allowed; background: #f3f5f7; }
.booking-form > .button { margin-top: 18px; }
.back-link { align-self: center; display: flex; align-items: center; margin-top: 12px; padding: 5px; color: var(--muted); border: 0; background: transparent; cursor: pointer; font-size: .82rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { display: flex; align-items: center; gap: 8px; margin-top: 15px; font-size: .88rem; }
.form-message.success { color: var(--success); }
.form-message.error { color: var(--danger); }
.spin { animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* FAQ and contact */
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; grid-gap: 90px; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 45px 24px 0; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; grid-gap: 80px; gap: 80px; align-items: start; }
.contact-direct { display: grid; grid-gap: 8px; gap: 8px; }
.contact-direct a { color: var(--blue-2); font-weight: 750; overflow-wrap: anywhere; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .8rem; }
.consent input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; accent-color: var(--blue); }
.consent a { color: var(--blue-2); text-decoration: underline; }
.form-submit { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.form-submit .form-message { margin: 0; }

/* Inner pages */
.page-hero { padding: 170px 0 96px; color: white; background: linear-gradient(110deg, #06101e 0%, #0a1d35 70%, #08366c 100%); }
.page-hero .eyebrow { color: #67c7ff; }
.page-hero h1 { max-width: 980px; font-size: clamp(2.5rem, 5.1vw, 4.9rem); }
.page-hero p { max-width: 760px; margin-top: 24px; color: #c4d4e5; font-size: 1.15rem; line-height: 1.75; }
.page-hero .text-link { color: white; }
.feature-columns { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px; gap: 40px; }
.feature-column { padding-top: 22px; border-top: 2px solid var(--blue); }
.feature-column svg { color: var(--blue); }
.feature-column h3 { margin: 20px 0 12px; }
.feature-column p { color: var(--muted); }
.feature-column ul { display: grid; grid-gap: 8px; gap: 8px; margin: 18px 0 0; padding: 0; color: #46576a; list-style: none; }
.feature-column li::before { margin-right: 8px; color: var(--blue); content: "•"; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 60px 90px; gap: 60px 90px; }
.editorial-grid article { border-top: 1px solid var(--line); padding-top: 24px; }
.editorial-grid article > span { color: var(--blue-2); font-size: .78rem; font-weight: 800; }
.editorial-grid h3 { margin: 10px 0 12px; font-size: 1.45rem; }
.editorial-grid p { color: var(--muted); }
.notice-band { display: flex; align-items: flex-start; gap: 18px; padding: 28px; border-left: 4px solid var(--blue); background: #eaf4ff; }
.notice-band svg { color: var(--blue); }
.notice-band strong { display: block; margin-bottom: 4px; }
.notice-band p { color: var(--muted); }
.coming-soon { min-height: 70vh; display: grid; place-items: center; padding: 160px 0 90px; color: white; text-align: center; background: #06101e; }
.coming-soon-inner { width: min(860px, calc(100% - 40px)); }
.coming-status { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 30px; color: #70c7ff; font-weight: 750; }
.coming-soon h1 { font-size: clamp(3.2rem, 8vw, 7.5rem); }
.coming-soon p { max-width: 680px; margin: 28px auto 0; color: #b9cbe0; font-size: 1.14rem; }
.coming-soon .hero-actions { justify-content: center; }
.legal { padding: 145px 0 100px; }
.legal h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.legal .updated { margin: 15px 0 50px; color: var(--muted); }
.legal-content { max-width: 820px; }
.legal-content section { margin-top: 38px; }
.legal-content h2 { margin-bottom: 14px; font-size: 1.45rem; }
.legal-content p, .legal-content li { color: #506176; }
.legal-content a { color: var(--blue-2); text-decoration: underline; }
.legal-content ul { padding-left: 20px; }
.confirmation-page { text-align: center; }
.confirmation-page .eyebrow { margin-top: 18px; }
.confirmation-icon { display: grid; width: 76px; height: 76px; margin-inline: auto; place-items: center; color: white; border-radius: 50%; background: var(--success); box-shadow: 0 15px 35px rgba(8,127,91,.22); }
.confirmation-icon svg { width: 38px; height: 38px; }
.confirmation-lead { max-width: 650px; margin: 22px auto 36px; color: var(--muted); font-size: 1.1rem; }
.confirmation-details { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 1px; gap: 1px; margin: 35px 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); text-align: left; }
.confirmation-details > div { display: flex; gap: 14px; padding: 20px; background: white; }
.confirmation-details svg { color: var(--blue); }
.confirmation-details small, .confirmation-details strong { display: block; }
.confirmation-details small { color: var(--muted); }
.confirmation-page .notice-band { margin: 30px 0; text-align: left; }

/* Authentication */
.login-page { min-height: 100vh; display: grid; place-items: center; padding: 120px 20px 70px; background: #07111f; }
.login-form { width: min(460px, 100%); padding: 42px; border: 1px solid #223a54; border-radius: var(--radius); background: white; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.login-icon { display: grid; width: 50px; height: 50px; margin-bottom: 24px; place-items: center; color: white; border-radius: 6px; background: var(--blue); }
.login-form h1 { font-size: 2rem; }
.login-form > p { margin: 12px 0 28px; color: var(--muted); }
.login-form > .field { margin-bottom: 17px; }
.input-icon { position: relative; }
.input-icon svg { position: absolute; top: 14px; left: 13px; width: 18px; color: #708195; }
.input-icon input { padding-left: 42px; }
.login-form > .button { margin-top: 16px; }
.login-form > small { display: block; margin-top: 17px; color: #75869a; text-align: center; }

/* Admin */
.admin-page { min-height: 100vh; padding: 116px 0 100px; background: #eef2f6; }
.admin-shell { width: min(1380px, calc(100% - 40px)); margin-inline: auto; }
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.admin-heading h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); }
.admin-heading p { margin-top: 10px; color: var(--muted); }
.admin-head-actions { display: flex; gap: 10px; }
.admin-icon-button { width: 50px; height: 50px; display: grid; place-items: center; color: var(--danger); border: 1px solid #e2b6b1; border-radius: 6px; background: white; cursor: pointer; }
.admin-alert { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; padding: 18px 20px; color: #733c00; border: 1px solid #f0c36a; border-radius: 6px; background: #fff7e3; }
.admin-alert > svg { color: #a35d00; }
.admin-alert div { flex: 1 1; }
.admin-alert strong, .admin-alert p { display: block; }
.admin-alert p { font-size: .86rem; }
.admin-alert a { font-weight: 800; text-decoration: underline; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 12px; gap: 12px; margin-bottom: 22px; }
.admin-stats > div { display: flex; align-items: center; gap: 15px; padding: 20px; border: 1px solid #d9e2eb; border-radius: 6px; background: white; }
.admin-stats svg { width: 36px; height: 36px; padding: 8px; color: var(--blue); border-radius: 6px; background: #eaf4ff; }
.admin-stats small, .admin-stats strong { display: block; }
.admin-stats small { color: var(--muted); }
.admin-stats strong { font-size: 1.4rem; }
.admin-tabs { position: -webkit-sticky; position: sticky; z-index: 30; top: 74px; display: flex; overflow-x: auto; gap: 4px; margin-bottom: 18px; padding: 8px; border: 1px solid #d8e1eb; border-radius: 6px; background: rgba(255,255,255,.94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.admin-tabs a { padding: 9px 15px; color: #42566d; border-radius: 4px; white-space: nowrap; font-size: .84rem; font-weight: 750; }
.admin-tabs a:hover { color: var(--blue-2); background: #eaf4ff; }
.admin-section { margin-top: 18px; padding: 28px; border: 1px solid #d9e2eb; border-radius: 7px; background: white; }
.admin-section-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.admin-section-title span { color: var(--blue-2); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.admin-section-title h2 { margin-top: 3px; font-size: 1.8rem; }
.admin-section-title > svg { color: var(--blue); }
.month-nav { display: flex; align-items: center; gap: 15px; text-transform: capitalize; }
.month-nav a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.calendar-weekday { padding: 9px; color: var(--muted); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f6f8fa; text-align: center; font-size: .75rem; }
.calendar-day { min-height: 120px; padding: 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.calendar-day.empty { background: #fafbfc; }
.calendar-day > span { display: grid; width: 26px; height: 26px; place-items: center; color: #4b5c70; font-size: .78rem; font-weight: 800; }
.calendar-day > div { display: grid; grid-gap: 4px; gap: 4px; margin-top: 5px; }
.calendar-day a { overflow: hidden; padding: 5px 6px; color: #174a7b; border-left: 2px solid var(--blue); background: #eaf4ff; font-size: .68rem; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.calendar-day time { margin-right: 4px; font-weight: 850; }
.admin-filters { display: grid; grid-template-columns: 1.4fr .7fr 1fr auto; grid-gap: 10px; gap: 10px; margin-bottom: 20px; }
.admin-filters label { position: relative; }
.admin-filters label svg { position: absolute; top: 14px; left: 13px; width: 18px; color: var(--muted); }
.admin-filters input, .admin-filters select { width: 100%; min-height: 48px; padding: 9px 12px; border: 1px solid #c4d0dc; border-radius: 5px; background: white; }
.admin-filters label input { padding-left: 40px; }
.appointment-list { display: grid; grid-gap: 10px; gap: 10px; }
.appointment-list > article { display: grid; grid-template-columns: 90px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; }
.appointment-time { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; color: white; background: var(--ink); }
.appointment-time strong { font-size: 2rem; line-height: 1; }
.appointment-time span { margin-top: 3px; color: #91b0cf; text-transform: uppercase; }
.appointment-time time { margin-top: 14px; color: #67c6ff; font-weight: 800; }
.appointment-client { min-width: 0; padding: 20px; }
.client-title { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.client-title h3 { font-size: 1.15rem; }
.appointment-client > p { color: var(--muted); font-size: .86rem; }
.status { display: inline-flex; padding: 5px 9px; border-radius: 4px; font-size: .7rem; font-weight: 800; }
.status-pending { color: #744200; background: #fff1cc; }
.status-confirmed { color: #075d44; background: #dff7ed; }
.status-completed { color: #274d74; background: #e4effa; }
.status-cancelled { color: #8a2921; background: #fde7e5; }
.client-contact { display: flex; flex-wrap: wrap; gap: 14px; margin: 12px 0; }
.client-contact a { display: flex; align-items: center; gap: 6px; color: #405770; font-size: .8rem; }
.client-contact svg { width: 15px; color: var(--blue); }
.service-label { color: var(--blue-2); font-size: .8rem; }
.client-message { margin-top: 9px; padding: 9px 11px; background: #f6f8fa; }
.appointment-edit { display: grid; grid-template-columns: 180px 1fr auto; grid-gap: 8px; gap: 8px; margin-top: 14px; }
.appointment-edit input, .appointment-edit select { min-width: 0; padding: 8px 10px; border: 1px solid #c7d1dc; border-radius: 4px; }
.appointment-edit .button { min-height: 42px; }
.danger-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 12px; }
.danger-actions button { display: flex; align-items: center; gap: 5px; padding: 4px; color: #8a3932; border: 0; background: transparent; cursor: pointer; font-size: .72rem; }
.danger-actions svg { width: 14px; }
.admin-empty { padding: 30px; color: var(--muted); border: 1px dashed var(--line); text-align: center; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .8rem; }
.admin-table th { padding: 10px; color: var(--muted); background: #f5f7f9; text-align: left; }
.admin-table td { max-width: 260px; padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table td strong, .admin-table td small { display: block; }
.admin-table td small { color: var(--muted); }
.admin-table .message-cell { min-width: 240px; white-space: normal; }
.admin-table form { display: flex; gap: 4px; }
.admin-table select { min-height: 34px; border: 1px solid #c8d2dc; }
.admin-table button { border: 1px solid #c8d2dc; background: white; cursor: pointer; }
.table-delete { display: grid; width: 34px; height: 34px; place-items: center; padding: 0; color: var(--danger); border: 0 !important; background: transparent !important; cursor: pointer; }
.table-delete svg { width: 17px; }
.admin-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 12px; gap: 12px; }
.admin-plan-grid > form, .admin-card-form { padding: 20px; border: 1px solid var(--line); border-radius: 6px; background: #f8fafc; }
.admin-plan-grid h3, .admin-card-form h3 { margin-bottom: 17px; }
.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 12px; gap: 12px; }
.admin-form-grid label { display: grid; grid-gap: 6px; gap: 6px; color: #455a70; font-size: .76rem; font-weight: 750; }
.admin-form-grid label.wide { grid-column: 1 / -1; }
.admin-form-grid input, .admin-form-grid select, .admin-form-grid textarea { min-width: 0; width: 100%; padding: 9px 10px; border: 1px solid #c5d0dc; border-radius: 4px; background: white; }
.admin-form-grid textarea { resize: vertical; font-size: .8rem; line-height: 1.45; }
.admin-checks { display: grid; grid-gap: 8px; gap: 8px; margin: 15px 0; }
.admin-checks label, .checkbox-line { display: flex; align-items: center; gap: 7px; color: #43566b; font-size: .78rem; }
.admin-checks input, .checkbox-line input { width: 17px; height: 17px; accent-color: var(--blue); }
.admin-two-cols { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 24px; gap: 24px; }
.admin-two-cols > div > h3 { margin-bottom: 12px; }
.admin-card-form > .button { margin-top: 16px; }
.availability-list { display: grid; grid-gap: 7px; gap: 7px; margin-top: 12px; }
.availability-list > div { display: flex; align-items: center; gap: 10px; padding: 11px; border: 1px solid var(--line); border-radius: 5px; }
.availability-list > div > svg { color: var(--blue); }
.availability-list span { min-width: 0; flex: 1 1; color: var(--muted); font-size: .73rem; }
.availability-list strong { display: block; color: var(--ink); font-size: .82rem; }
.availability-list button:not(.table-delete) { padding: 5px 7px; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; background: white; cursor: pointer; font-size: .68rem; }
.availability-list button.active-toggle { color: var(--success); border-color: #9ed9c5; background: #ebfaf4; }
.blocked-list > div > svg { color: var(--danger); }

@media (max-width: 1100px) {
  .admin-plan-grid { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .calendar-day { min-height: 95px; }
  .calendar-day a { font-size: 0; }
  .calendar-day time { font-size: .66rem; }
}

@media (max-width: 760px) {
  .confirmation-details { grid-template-columns: 1fr; }
  .login-form { padding: 30px 22px; }
  .admin-page { padding-top: 95px; }
  .admin-shell { width: calc(100% - 22px); }
  .admin-heading { align-items: flex-start; flex-direction: column; }
  .admin-head-actions { width: 100%; }
  .admin-head-actions .button { flex: 1 1; }
  .admin-alert { align-items: flex-start; flex-wrap: wrap; }
  .admin-alert a { margin-left: 40px; }
  .admin-stats { grid-template-columns: 1fr; }
  .admin-tabs { top: 66px; margin-inline: -2px; }
  .admin-section { padding: 18px 12px; scroll-margin-top: 130px; }
  .month-nav { gap: 6px; }
  .month-nav strong { max-width: 110px; text-align: center; font-size: .8rem; }
  .calendar-day { min-height: 66px; padding: 3px; }
  .calendar-day > span { width: 22px; height: 22px; font-size: .7rem; }
  .calendar-day a { height: 14px; padding: 1px 3px; }
  .calendar-day time { font-size: .54rem; }
  .admin-filters { grid-template-columns: 1fr; }
  .appointment-list > article { grid-template-columns: 62px 1fr; }
  .appointment-time { padding: 8px 4px; }
  .appointment-time strong { font-size: 1.5rem; }
  .appointment-time time { font-size: .8rem; }
  .appointment-client { padding: 14px 10px; }
  .client-title { align-items: flex-start; flex-direction: column; gap: 6px; }
  .client-contact { flex-direction: column; gap: 5px; overflow-wrap: anywhere; }
  .appointment-edit { grid-template-columns: 1fr; }
  .danger-actions { justify-content: flex-start; }
  .admin-two-cols { grid-template-columns: 1fr; }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-form-grid label.wide { grid-column: 1; }
}

/* KG WEB signature direction */
:root {
  --ink: #090d16;
  --ink-2: #121722;
  --blue: #0875e8;
  --blue-2: #0064ce;
  --cyan: #54b9ff;
  --paper: #f5f6f8;
  --line: #d9dee6;
  --muted: #5b6472;
  --radius: 2px;
  --shadow: 0 24px 65px rgba(9, 13, 22, .10);
}

body { background: #fff; }
html, body { max-width: 100%; overflow-x: clip; }
.button { border-radius: 2px; }
.button-primary { background: var(--blue); box-shadow: none; }
.button-primary:hover { background: #005fc7; box-shadow: 0 12px 30px rgba(8, 117, 232, .2); }
.button-secondary { border-color: #adb5c0; }
.eyebrow { gap: 12px; color: var(--blue); }
.eyebrow::before { width: 34px; height: 2px; content: ""; background: currentColor; }
.section-heading h2 { font-weight: 760; }

/* Header and identity */
.site-header { color: var(--ink); border-bottom: 1px solid #d7dce3; background: rgba(255, 255, 255, .96); box-shadow: 0 5px 24px rgba(9, 13, 22, .04); }
.nav-shell { width: min(1390px, calc(100% - 40px)); height: 78px; }
.brand { gap: 8px; color: var(--ink); }
.header-logo-crop { position: relative; width: 106px; height: 48px; display: block; flex: 0 0 106px; overflow: hidden; }
.header-logo-crop img { width: 170px; max-width: none; height: auto; transform: translate(-35px, -9px); }
.header-wordmark { color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .28em; }
.desktop-nav { gap: 25px; }
.desktop-nav a { color: #4a5360; font-size: .8rem; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.desktop-nav a.active::after { height: 3px; background: var(--blue); }
.nav-phone { color: var(--ink); }
.nav-phone svg { color: var(--blue); }
.login-link { color: #303846; border-color: #cbd1d9; }
.icon-button { color: var(--ink); border-color: #cbd1d9; }
.header-cta { color: white; background: var(--ink); }
.header-cta { white-space: nowrap; }
.header-cta:hover { background: var(--blue); }
.mobile-nav { color: var(--ink); border-bottom: 1px solid #d8dde5; background: rgba(255, 255, 255, .99); }
.mobile-nav a { color: #252c36; border-bottom-color: #e1e5ea; }

/* Clear, conversion-focused home hero */
.home-hero.home-hero-clarity { min-height: 690px; height: calc(100svh - 76px); max-height: 830px; display: flex; align-items: center; overflow: hidden; padding: 108px 0 54px; color: white; background: #050a12; }
.home-hero-clarity > img { object-fit: cover; object-position: center; }
.hero-clarity-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(3,8,16,.98) 0%, rgba(3,8,16,.93) 38%, rgba(3,8,16,.52) 68%, rgba(3,8,16,.16) 100%); }
.hero-clarity-content { position: relative; z-index: 2; margin-top: 16px; }
.hero-kicker { display: flex; margin: 0 0 18px; color: #61b9ff; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.hero-clarity-content h1 { max-width: 875px; color: white; font-size: 4.1rem; font-weight: 760; line-height: 1.03; }
.hero-lead { max-width: 750px; margin-top: 24px; color: #d1d9e4; font-size: 1.08rem; line-height: 1.72; }
.hero-expertise-list { width: -moz-fit-content; width: fit-content; display: flex; flex-wrap: wrap; gap: 0; margin-top: 27px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.hero-expertise-list span { padding: 11px 22px; color: white; border-right: 1px solid rgba(255,255,255,.2); font-size: .82rem; font-weight: 750; }
.hero-expertise-list span:first-child { padding-left: 0; }
.hero-expertise-list span:last-child { border-right: 0; }
.hero-clarity-content .hero-actions { margin-top: 30px; }
.hero-clarity-content .button-ghost { color: white; border-color: rgba(255,255,255,.48); background: rgba(3,8,16,.3); }
.hero-clarity-content .button-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.hero-contact-line { display: flex; align-items: center; gap: 20px; margin-top: 23px; color: #aeb9c7; font-size: .85rem; }
.hero-contact-line a { color: white; font-size: 1rem; font-weight: 800; }
.hero-contact-line span { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.28); }
.brand-statement { border-bottom: 1px solid #dfe3e8; background: #fff; }
.brand-statement .container { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 27px; }
.brand-statement span { color: var(--ink); font-size: clamp(1rem, 2vw, 1.55rem); font-weight: 820; text-transform: uppercase; letter-spacing: .09em; }
.brand-statement i { width: 7px; height: 7px; display: block; transform: rotate(45deg); background: var(--blue); }

/* Editorial expertise rows */
.services-intro { padding-top: 125px; }
.service-grid { display: grid; grid-template-columns: 1fr; border-top: 2px solid var(--ink); border-bottom: 0; }
.service-item, .service-item:first-child, .service-item:last-child { display: grid; grid-template-columns: 74px 1fr; grid-gap: 25px; gap: 25px; align-items: center; padding: 30px 20px; border-right: 0; border-bottom: 1px solid #cfd5dd; transition: color .25s, background .25s, padding .25s; }
.service-item > svg { width: 50px; height: 50px; padding: 12px; color: var(--blue); border: 1px solid #a9cbed; border-radius: 0; background: transparent; }
.service-item > div { display: grid; grid-template-columns: .8fr 1.2fr auto; align-items: center; grid-gap: 34px; gap: 34px; }
.service-item h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); }
.service-item p { max-width: 540px; color: var(--muted); }
.service-item span { margin: 0; white-space: nowrap; }
.service-item:hover { padding-inline: 30px; color: white; background: var(--ink); }
.service-item:hover p { color: #bec6d0; }
.service-item:hover > svg { color: white; border-color: var(--blue); background: var(--blue); }
.service-item:hover span { color: #62baff; }

/* Premium offer architecture */
#offres.section-alt { background: #eef0f3; }
.pricing-grid { gap: 0; align-items: stretch; border: 1px solid #cbd1d9; }
.price-card { padding: 38px 32px; border: 0; border-right: 1px solid #cbd1d9; border-radius: 0; box-shadow: none; }
.price-card:last-child { border-right: 0; }
.price-card.featured { z-index: 2; color: white; border: 0; border-top: 5px solid var(--blue); background: var(--ink); box-shadow: 0 24px 50px rgba(9,13,22,.18); transform: translateY(-14px); }
.price-card.featured .price-top p, .price-card.featured .price span, .price-card.featured li { color: #b8c0cb; }
.price-card.featured .price { border-top-color: #333b46; }
.price-card.featured .hosting { color: #d9eaff; background: #17273a; }
.price-card.featured .button-primary { background: var(--blue); }
.popular { right: 22px; border-radius: 0; }
.price-top h3 { font-size: 2rem; }
.price strong { font-size: 3.2rem; }
.hosting { border-left-width: 4px; border-radius: 0; }

/* Stronger supporting sections */
.insight-panel { position: relative; overflow: hidden; border-radius: 0; background: var(--ink); }
.insight-panel::after { position: absolute; right: -10px; bottom: -55px; width: 32px; height: 190px; content: ""; background: var(--blue); transform: skew(-39deg); }
.process-section { background: var(--ink); }
.seo-feature { background: #f3f5f7; }
.seo-visual { border-radius: 0; box-shadow: 16px 16px 0 #dce8f4; }
.cta-band { position: relative; overflow: hidden; background: var(--ink); }
.cta-band::before { position: absolute; top: 0; bottom: 0; left: 0; width: 9px; content: ""; background: var(--blue); }
.booking-widget, .contact-form { border-radius: 0; }
.booking-steps span.active { box-shadow: inset 0 3px 0 var(--blue); }

/* Interior pages inherit the logo's editorial style */
.page-hero { position: relative; overflow: hidden; padding: 178px 0 100px; color: var(--ink); border-bottom: 1px solid #d8dde4; background: #f5f6f8; }
.page-hero::before { position: absolute; top: 50px; right: -105px; width: 690px; height: 390px; content: ""; opacity: .06; background: url('/images/kg-web-logo.jpeg') center / contain no-repeat; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow { color: var(--blue); }
.page-hero h1 { color: var(--ink); font-weight: 760; }
.page-hero p { color: #606b79; }
.page-hero .text-link { color: var(--ink); }
.page-hero .button-primary { color: white; }
.coming-soon { background: var(--ink); }

/* Footer lockup */
.site-footer { border-top: 8px solid var(--blue); background: var(--ink); }
.footer-logo { width: 270px; height: 145px; display: block; overflow: hidden; background: white; }
.footer-logo img { width: 270px; height: auto; transform: translateY(-10px); }

@media (max-width: 1160px) {
  .header-logo-crop { width: 86px; flex-basis: 86px; }
  .header-logo-crop img { width: 145px; transform: translate(-30px, -6px); }
  .header-wordmark { display: none; }
  .service-item > div { grid-template-columns: .8fr 1.2fr; }
  .service-item span { grid-column: 1 / -1; }
}

@media (max-width: 1320px) {
  .nav-phone { display: none; }
  .desktop-nav { gap: 18px; }
}

@media (max-width: 900px) {
  .nav-shell { height: 72px; }
  .mobile-nav { top: 72px; }
  .home-hero.home-hero-clarity { min-height: 680px; height: auto; padding: 130px 0 70px; }
  .home-hero-clarity > img { object-position: 63% center; }
  .hero-clarity-overlay { background: linear-gradient(90deg, rgba(3,8,16,.97) 0%, rgba(3,8,16,.9) 58%, rgba(3,8,16,.45) 100%); }
  .hero-clarity-content h1 { max-width: 720px; font-size: 3.35rem; }
  .service-item > div { grid-template-columns: 1fr; gap: 12px; }
  .service-item span { grid-column: auto; }
  .price-card.featured { transform: none; }
}

@media (max-width: 640px) {
  .nav-shell { height: 66px; }
  .header-logo-crop { width: 78px; height: 42px; flex-basis: 78px; }
  .header-logo-crop img { width: 130px; transform: translate(-27px, -7px); }
  .home-hero.home-hero-clarity { min-height: 0; height: auto; align-items: flex-start; padding: 82px 0 34px; }
  .home-hero-clarity > img { object-position: 69% center; }
  .hero-clarity-overlay { background: linear-gradient(90deg, rgba(3,8,16,.98) 0%, rgba(3,8,16,.91) 78%, rgba(3,8,16,.68) 100%); }
  .hero-kicker { max-width: 290px; margin-bottom: 15px; font-size: .67rem; line-height: 1.5; }
  .hero-clarity-content h1 { font-size: 2.42rem; line-height: 1.06; }
  .hero-lead { margin-top: 18px; font-size: .94rem; line-height: 1.62; }
  .hero-expertise-list { width: 100%; margin-top: 20px; }
  .hero-expertise-list span { flex: 1 1; min-width: 0; padding: 9px 7px; text-align: center; font-size: .68rem; }
  .hero-expertise-list span:first-child { padding-left: 7px; }
  .hero-clarity-content .hero-actions { display: grid; margin-top: 22px; }
  .hero-clarity-content .hero-actions .button { width: 100%; justify-content: center; }
  .hero-contact-line { align-items: flex-start; gap: 10px; margin-top: 18px; flex-direction: column; }
  .hero-contact-line span { padding-left: 0; border-left: 0; }
  .brand-statement .container { min-height: 62px; gap: 10px; }
  .brand-statement span { font-size: .72rem; letter-spacing: .05em; }
  .brand-statement i { width: 5px; height: 5px; }
  .services-intro { padding-top: 76px; }
  .service-item, .service-item:first-child, .service-item:last-child { grid-template-columns: 48px 1fr; gap: 15px; padding: 24px 5px; }
  .service-item > svg { width: 42px; height: 42px; padding: 10px; }
  .service-item h3 { font-size: 1.55rem; }
  .service-item:hover { padding-inline: 10px; }
  .pricing-grid { border: 0; gap: 12px; }
  .price-card { border: 1px solid #cbd1d9; }
  .price-card:last-child { border-right: 1px solid #cbd1d9; }
  .page-hero { padding: 132px 0 72px; }
  .page-hero::before { top: 70px; right: -210px; width: 500px; height: 280px; }
  .footer-logo { width: 230px; height: 122px; }
  .footer-logo img { width: 230px; }
}

/* Footer */
.site-footer { padding: 72px 0 20px; color: white; background: #050d17; }
.footer-main { display: grid; grid-template-columns: 1.3fr .85fr 1.1fr .85fr; grid-gap: 55px; gap: 55px; }
.footer-main h2 { margin-bottom: 20px; color: #87bcea; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-main a, .footer-main span, .footer-brand p { display: flex; align-items: flex-start; gap: 8px; color: #aebdcd; font-size: .88rem; }
.footer-main a:hover { color: white; }
.footer-main svg { width: 16px; margin-top: 3px; color: #55b9ff; }
.footer-brand p { max-width: 320px; margin-top: 22px; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 18px; color: #77899c; border-top: 1px solid #1f3042; font-size: .75rem; }
.floating-call { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: flex; height: 54px; align-items: center; gap: 9px; padding: 0 18px; color: white; border: 1px solid #3aa6ff; border-radius: 7px; background: #063b73; box-shadow: 0 14px 35px rgba(0,44,94,.35); font-size: .85rem; }
.floating-call > span:not(.pulse) { font-size: 1.1rem; }
.floating-call .pulse { width: 8px; height: 8px; border-radius: 50%; background: #54dc9e; box-shadow: 0 0 0 5px rgba(84,220,158,.12); }
.mobile-actions { display: none; }

@media (max-width: 1160px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: .76rem; }
  .nav-phone { display: none; }
  .login-link { width: 42px; justify-content: center; padding: 0; font-size: 0; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card:last-child { grid-column: 1 / -1; }
  .price-top p { min-height: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 720px); }
  .section { padding: 82px 0; }
  .desktop-nav, .login-link { display: none; }
  .nav-actions { margin-left: auto; }
  .menu-button { display: grid; }
  .mobile-nav { position: fixed; top: 74px; right: 0; left: 0; display: flex; max-height: 0; flex-direction: column; overflow: hidden; padding: 0 24px; background: rgba(4,13,25,.98); opacity: 0; transition: max-height .3s, opacity .2s, padding .3s; }
  .mobile-nav.open { max-height: calc(100vh - 74px); padding-block: 18px 28px; opacity: 1; }
  .mobile-nav a { display: flex; align-items: center; gap: 8px; padding: 13px 4px; color: #dce8f5; border-bottom: 1px solid #1c3045; font-weight: 650; }
  .home-hero { min-height: min(780px, 90vh); }
  .hero-shade { background: linear-gradient(90deg, rgba(2,9,19,.98), rgba(2,9,19,.64)), linear-gradient(0deg, rgba(2,9,19,.95), transparent 55%); }
  .hero-proof { gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item, .service-item:first-child, .service-item:last-child { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-item:last-child { border-bottom: 0; }
  .split-section, .split-section.reverse, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .seo-visual { order: 2; }
  .process-line { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .cta-band .container { align-items: flex-start; flex-direction: column; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-picker { border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-form { opacity: 1; }
  .feature-columns { grid-template-columns: 1fr; }
  .footer-main { gap: 42px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 64px; }
  .container { width: calc(100% - 28px); }
  .nav-shell { width: calc(100% - 22px); height: 66px; gap: 8px; }
  .site-header .button-small { width: 42px; padding: 0; font-size: 0; }
  .site-header .button-small svg { width: 19px; }
  .mobile-nav { top: 66px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 34px; height: 31px; }
  .section { padding: 66px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading p { font-size: 1rem; }
  .home-hero { min-height: 740px; padding: 104px 0 52px; }
  .home-hero > img { object-position: 63% center; }
  .hero-shade { background: rgba(2,9,19,.78); }
  .hero-content h1 { font-size: clamp(2.15rem, 10.5vw, 3.2rem); }
  .hero-content > p { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { bottom: 29px; width: calc(100% - 28px); justify-content: space-between; gap: 6px; }
  .hero-proof span { flex-direction: column; gap: 4px; text-align: center; font-size: .68rem; }
  .hero-proof { display: none; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card:last-child { grid-column: auto; }
  .price-card { padding: 28px 22px; }
  .insight-panel { padding: 30px 22px; }
  .insight-flow { grid-template-columns: 1fr 16px 1fr 16px 1fr; }
  .process-line { grid-template-columns: 1fr; }
  .process-line article { padding-right: 0; }
  .cta-actions { width: 100%; flex-direction: column; }
  .booking-steps span { min-height: 56px; font-size: .72rem; }
  .booking-steps b { width: 22px; height: 22px; }
  .booking-picker, .booking-form { padding: 24px 18px; }
  .slots { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field, .field-full { grid-column: 1; }
  .contact-form { padding: 24px 18px; }
  .faq-list summary { min-height: 66px; font-size: .92rem; }
  .faq-list details p { padding-right: 0; }
  .page-hero { padding: 135px 0 72px; }
  .page-hero p { font-size: 1rem; }
  .editorial-grid { grid-template-columns: 1fr; gap: 35px; }
  .seo-metrics { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 45px; }
  .floating-call { display: none; }
  .mobile-actions { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .8fr 1.2fr; height: 64px; padding: 7px; border-top: 1px solid #1b3e64; background: #06101e; box-shadow: 0 -8px 22px rgba(0,0,0,.17); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; color: white; border-right: 1px solid #284561; font-size: .83rem; font-weight: 750; }
  .mobile-actions a:last-child { color: white; border-right: 0; background: var(--blue); }
}

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

/* 2026 premium refresh */
:root {
  --ink: #1d1d1f;
  --ink-2: #101114;
  --blue: #0071e3;
  --blue-2: #0066cc;
  --cyan: #64b5ff;
  --paper: #f5f5f7;
  --line: #d2d2d7;
  --muted: #6e6e73;
  --radius: 8px;
  --shadow: 0 20px 60px rgba(0, 0, 0, .10);
}

* { letter-spacing: 0 !important; }
body { color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif; line-height: 1.5; }
h1, h2, h3 { font-weight: 650; }
h1 { font-size: clamp(3rem, 6vw, 6rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.7rem); }
.container { width: min(1200px, calc(100% - 48px)); }
.narrow { max-width: 980px; }
.section { padding: 128px 0; }
.section-alt { background: var(--paper); }
.section-heading { max-width: 780px; margin-bottom: 64px; }
.section-heading.center { max-width: 900px; }
.section-heading h2 { font-weight: 650; line-height: 1.05; }
.section-heading p { margin-top: 24px; color: var(--muted); font-size: 1.2rem; line-height: 1.55; }
.eyebrow { margin-bottom: 20px; color: var(--blue); font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.eyebrow::before { display: none; }
.button { min-height: 52px; padding: 0 24px; border-radius: 999px; font-size: .95rem; font-weight: 650; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: none; }
.button-primary:hover { background: #0077ed; box-shadow: 0 10px 28px rgba(0, 113, 227, .22); }
.button-secondary { color: var(--blue-2); border-color: var(--line); background: #fff; }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .5); background: rgba(0, 0, 0, .18); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.button-light { color: var(--blue-2); background: #fff; }
.text-link { color: var(--blue-2); font-weight: 600; }

/* Navigation */
.site-header { height: 64px; color: var(--ink); border-bottom: 1px solid rgba(0, 0, 0, .08); background: rgba(250, 250, 252, .86); box-shadow: none; -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); }
.nav-shell { width: min(1320px, calc(100% - 40px)); height: 64px; gap: 20px; }
.brand { height: 54px; color: var(--ink); }
.header-logo-crop { width: 102px; height: 54px; flex: 0 0 102px; overflow: hidden; }
.header-logo-crop img { width: 112px; height: 63px; max-width: none; object-fit: contain; transform: translate(-5px, -5px); }
.desktop-nav { gap: 25px; }
.desktop-nav a { color: #424245; font-size: .78rem; font-weight: 500; }
.desktop-nav a:hover, .desktop-nav a.active { color: #000; }
.desktop-nav a.active::after { bottom: 9px; height: 2px; border-radius: 2px; background: var(--blue); }
.nav-phone { color: #2d2d2f; font-size: .78rem; font-weight: 600; }
.login-link { width: 40px; height: 40px; min-height: 40px; justify-content: center; padding: 0; color: #333336; border: 0; border-radius: 50%; background: #e8e8ed; font-size: 0; }
.header-cta { min-height: 40px; padding: 0 17px; color: #fff; border-radius: 999px; background: var(--blue); font-size: .78rem; }
.icon-button { width: 40px; height: 40px; flex-basis: 40px; color: var(--ink); border: 0; border-radius: 50%; background: #e8e8ed; }
.mobile-nav { color: var(--ink); background: rgba(250, 250, 252, .98); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); }
.mobile-nav a { color: var(--ink); border-color: #dddde2; }

/* Cinematic home introduction */
.home-hero.home-hero-clarity { min-height: 680px; height: calc(100svh - 104px); max-height: 830px; align-items: center; padding: 108px 0 72px; color: #fff; background: #02060c; }
.home-hero-clarity > img { object-fit: cover; object-position: 56% center; transform: scale(1.015); animation: hero-image-in 1.4s cubic-bezier(.2, .7, .2, 1) both; }
.hero-clarity-overlay { background: linear-gradient(90deg, rgba(1, 5, 11, .98) 0%, rgba(1, 5, 11, .90) 43%, rgba(1, 5, 11, .34) 72%, rgba(1, 5, 11, .14) 100%), linear-gradient(0deg, rgba(1, 5, 11, .78), transparent 48%); }
.hero-clarity-content { max-width: 1200px; margin-top: 12px; }
.hero-kicker { margin-bottom: 24px; color: #6ab8ff; font-size: .82rem; font-weight: 650; text-transform: none; }
.hero-clarity-content h1 { max-width: 820px; color: #f5f5f7; font-size: clamp(3.8rem, 6vw, 6.25rem); font-weight: 650; line-height: .98; text-wrap: balance; animation: hero-copy-in .8s .08s cubic-bezier(.2, .7, .2, 1) both; }
.hero-lead { max-width: 680px; margin-top: 30px; color: #c7c7cc; font-size: clamp(1.12rem, 1.65vw, 1.35rem); line-height: 1.55; animation: hero-copy-in .8s .18s cubic-bezier(.2, .7, .2, 1) both; }
.hero-clarity-content .hero-actions { margin-top: 34px; animation: hero-copy-in .8s .28s cubic-bezier(.2, .7, .2, 1) both; }
.hero-clarity-content .button-ghost { border-color: rgba(255, 255, 255, .42); background: rgba(4, 8, 15, .32); }
.hero-trust-row { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 30px; color: #b9bac1; font-size: .82rem; animation: hero-copy-in .8s .36s cubic-bezier(.2, .7, .2, 1) both; }
.hero-trust-row span { display: flex; align-items: center; gap: 7px; }
.hero-trust-row svg { width: 15px; color: #64b5ff; }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-image-in { from { opacity: .6; transform: scale(1.05); } to { opacity: 1; transform: scale(1.015); } }

/* Editorial promise */
.brand-statement { padding: 135px 0 125px; border: 0; background: #fff; text-align: center; }
.brand-statement .container { min-height: 0; display: block; }
.brand-statement .eyebrow { display: block; margin-bottom: 24px; }
.brand-statement h2 { max-width: 970px; margin-inline: auto; color: var(--ink); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 650; line-height: 1.04; text-wrap: balance; }
.brand-statement p { max-width: 760px; margin: 30px auto 0; color: var(--muted); font-size: 1.25rem; line-height: 1.6; }

/* Expertise and offers */
.services-intro { padding-top: 118px; background: var(--paper); }
.service-grid { grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); overflow: hidden; }
.service-item, .service-item:first-child, .service-item:last-child { display: flex; min-height: 390px; align-items: flex-start; flex-direction: column; gap: 28px; padding: 42px 36px; border: 0; background: #fff; transition: background .28s ease, color .28s ease; }
.service-item > svg { width: 52px; height: 52px; padding: 13px; color: var(--blue); border: 0; border-radius: 50%; background: #eaf4ff; }
.service-item > div { display: flex; min-height: 0; flex: 1 1; align-items: flex-start; flex-direction: column; gap: 0; }
.service-item h3 { margin: 0 0 16px; font-size: clamp(1.8rem, 2.5vw, 2.6rem); }
.service-item p { color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.service-item span { margin-top: auto; padding-top: 26px; color: var(--blue-2); font-weight: 600; }
.service-item:hover { padding: 42px 36px; color: #fff; background: var(--ink-2); }
.service-item:hover p { color: #b9bac1; }
.service-item:hover > svg { color: #fff; background: var(--blue); }
.service-item:hover span { color: #6dbbff; }
.offers-section { overflow: hidden; }
.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; border: 0; background: transparent; }
.price-card { padding: 38px 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: none; }
.price-card:last-child { border-right: 1px solid var(--line); }
.price-card.featured { color: #fff; border: 1px solid #1b1b1f; border-top: 1px solid #1b1b1f; border-radius: var(--radius); background: var(--ink-2); box-shadow: 0 24px 55px rgba(0, 0, 0, .16); transform: none; }
.popular { top: 18px; right: 18px; padding: 7px 11px; border-radius: 999px; background: var(--blue); }
.price-top h3 { font-size: 2.15rem; }
.price-top p { min-height: 96px; }
.price { margin-top: 28px; }
.price strong { font-size: 3.35rem; }
.hosting { border-left: 0; border-radius: 6px; background: #edf6ff; }
.price-card.featured .hosting { background: #25262b; }

/* Story sections */
.philosophy-section { background: #fff; }
.split-section { gap: 105px; }
.benefit-list { gap: 30px; }
.benefit-list > div { gap: 16px; }
.benefit-list svg { color: var(--blue); }
.benefit-list strong { margin-bottom: 6px; font-size: 1.05rem; }
.insight-panel { padding: 54px; border-radius: var(--radius); background: var(--ink-2); box-shadow: none; }
.insight-panel::after { display: none; }
.insight-panel h3 { margin-top: 16px; font-size: clamp(2.2rem, 3.4vw, 3.5rem); line-height: 1.05; }
.insight-panel > p { color: #b9bac1; line-height: 1.6; }
.insight-flow { margin: 46px 0 35px; }
.process-section { color: #f5f5f7; background: #000; }
.process-section .section-heading { max-width: 840px; }
.process-line { gap: 28px; border-top-color: #35353a; }
.process-line article { padding-top: 42px; }
.process-line article::before { top: -5px; width: 9px; height: 9px; background: var(--blue); box-shadow: none; }
.process-line b { color: #86868b; }
.process-line h3 { font-size: 1.45rem; }
.process-line p { color: #a1a1a6; }
.seo-feature { background: #fff; }
.seo-visual { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: none; }
.search-bar { border-radius: 999px; background: #fff; }
.cta-band { padding: 86px 0; background: var(--blue); }
.cta-band::before { display: none; }
.cta-band h2 { max-width: 740px; }
.cta-band p { color: #d8ecff; font-size: 1.08rem; }

/* Booking and forms */
.booking-section { background: var(--paper); }
.booking-widget { border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 24px 65px rgba(0, 0, 0, .08); }
.booking-steps { background: #fafafa; }
.booking-steps span { min-height: 64px; color: #86868b; }
.booking-steps span.active { color: var(--blue-2); box-shadow: none; }
.booking-steps b { border-color: #c7c7cc; }
.booking-picker { padding: 40px; background: #fbfbfd; }
.booking-form { padding: 40px; }
.picker-head > svg { border-radius: 50%; background: #eaf4ff; }
.date-options { grid-auto-columns: 138px; gap: 10px; scrollbar-width: none; }
.date-options::-webkit-scrollbar { display: none; }
.date-option { min-height: 96px; border-color: var(--line); border-radius: 8px; }
.date-option:hover { transform: none; }
.date-option.selected { background: var(--blue); }
.slots { gap: 9px; }
.slots button { border-color: var(--line); border-radius: 8px; }
.booking-summary { border-left: 0; border-radius: 8px; background: #edf6ff; }
.field input, .field select, .field textarea { min-height: 50px; border-color: #c7c7cc; border-radius: 8px; }
.contact-form { padding: 38px; border-color: var(--line); border-radius: var(--radius); background: var(--paper); }
.notice-band { border-left: 0; border-radius: var(--radius); background: #edf6ff; }
.faq-layout { gap: 110px; }
.faq-list summary { min-height: 82px; font-size: 1.02rem; }

/* Interior pages */
.page-hero { padding: 176px 0 110px; color: var(--ink); border: 0; background: var(--paper); text-align: center; }
.page-hero::before { display: none; }
.page-hero .container { max-width: 1000px; }
.page-hero h1 { max-width: 990px; color: var(--ink); font-size: clamp(3.3rem, 6vw, 6rem); font-weight: 650; line-height: 1.02; text-wrap: balance; }
.page-hero p { max-width: 760px; margin: 28px auto 0; color: var(--muted); font-size: 1.22rem; line-height: 1.55; }
.page-hero .hero-actions { justify-content: center; }
.feature-columns { gap: 55px; }
.feature-column { padding-top: 30px; border-top: 1px solid var(--line); }
.feature-column > svg { width: 40px; height: 40px; padding: 9px; border-radius: 50%; background: #eaf4ff; }
.feature-column h3 { font-size: 1.45rem; }
.feature-column li::before { content: "•"; }
.editorial-grid { gap: 70px 95px; }
.editorial-grid article { position: relative; padding: 30px 0 0 58px; border-top: 1px solid var(--line); }
.editorial-grid article > span { display: none; }
.editorial-grid article > svg { position: absolute; top: 28px; left: 0; width: 38px; height: 38px; padding: 9px; color: var(--blue); border-radius: 50%; background: #eaf4ff; }
.editorial-grid h3 { font-size: 1.5rem; }
.coming-soon { min-height: calc(100svh - 64px); background: #000; }
.coming-soon h1 { font-weight: 650; }
.legal { padding-top: 150px; }

/* Footer */
.site-footer { padding: 72px 0 24px; color: var(--ink); border-top: 0; background: var(--paper); }
.footer-logo { width: 220px; height: 124px; border-radius: var(--radius); background: #fff; }
.footer-logo img { width: 220px; transform: translateY(0); }
.footer-main h2 { color: #6e6e73; font-weight: 650; text-transform: none; }
.footer-main a, .footer-main span, .footer-brand p { color: #5f5f64; }
.footer-main a:hover { color: var(--blue-2); }
.footer-bottom { color: #86868b; border-top-color: #d2d2d7; }
.floating-call { right: 20px; bottom: 20px; height: 52px; padding: 0 17px; border: 0; border-radius: 999px; background: rgba(29, 29, 31, .92); box-shadow: 0 12px 35px rgba(0, 0, 0, .2); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }

@media (max-width: 1180px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .72rem; }
  .service-item, .service-item:first-child, .service-item:last-child { padding: 34px 28px; }
  .service-item:hover { padding: 34px 28px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 760px); }
  .section { padding: 94px 0; }
  .mobile-nav { top: 64px; }
  .mobile-nav.open { max-height: calc(100svh - 64px); }
  .home-hero.home-hero-clarity { min-height: 720px; height: auto; padding: 122px 0 72px; }
  .home-hero-clarity > img { object-position: 64% center; }
  .hero-clarity-overlay { background: linear-gradient(90deg, rgba(1, 5, 11, .97) 0%, rgba(1, 5, 11, .86) 68%, rgba(1, 5, 11, .42) 100%); }
  .hero-clarity-content h1 { max-width: 700px; font-size: clamp(3.4rem, 9vw, 5rem); }
  .brand-statement { padding: 105px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item, .service-item:first-child, .service-item:last-child { min-height: 300px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 14px; }
  .price-card:last-child { grid-column: auto; }
  .price-top p { min-height: 0; }
  .split-section { gap: 64px; }
  .booking-picker, .booking-form { padding: 34px; }
  .page-hero { padding: 150px 0 92px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 68px; }
  .container { width: calc(100% - 32px); }
  .site-header { height: 60px; }
  .nav-shell { width: calc(100% - 20px); height: 60px; }
  .brand { height: 50px; }
  .header-logo-crop { width: 88px; height: 50px; flex-basis: 88px; }
  .header-logo-crop img { width: 98px; height: 55px; transform: translate(-5px, -3px); }
  .mobile-nav { top: 60px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2 { font-size: 2.55rem; }
  .section-heading p { margin-top: 18px; font-size: 1.02rem; }
  .home-hero.home-hero-clarity { min-height: 0; height: auto; padding: 94px 0 42px; }
  .home-hero-clarity > img { object-position: 72% center; }
  .hero-clarity-overlay { background: linear-gradient(90deg, rgba(1, 5, 11, .97) 0%, rgba(1, 5, 11, .88) 100%), linear-gradient(0deg, rgba(1, 5, 11, .65), transparent); }
  .hero-kicker { margin-bottom: 18px; font-size: .73rem; }
  .hero-clarity-content h1 { font-size: clamp(2.75rem, 13vw, 3.65rem); line-height: 1; }
  .hero-lead { margin-top: 22px; font-size: 1rem; line-height: 1.55; }
  .hero-clarity-content .hero-actions { display: flex; align-items: flex-start; margin-top: 27px; }
  .hero-clarity-content .hero-actions .button { width: auto; min-height: 48px; padding: 0 19px; font-size: .86rem; }
  .hero-trust-row { gap: 10px 18px; margin-top: 24px; font-size: .72rem; }
  .brand-statement { padding: 86px 0 82px; }
  .brand-statement h2 { font-size: 2.7rem; }
  .brand-statement p { margin-top: 24px; font-size: 1.06rem; }
  .services-intro { padding-top: 78px; }
  .service-grid { border-right: 0; border-left: 0; border-radius: 0; }
  .service-item, .service-item:first-child, .service-item:last-child { min-height: 280px; padding: 32px 25px; }
  .service-item:hover { padding: 32px 25px; }
  .service-item h3 { font-size: 2rem; }
  .price-card { padding: 32px 24px; }
  .insight-panel { padding: 38px 24px; }
  .cta-band { padding: 72px 0; }
  .booking-picker, .booking-form { padding: 26px 18px; }
  .date-options { grid-auto-columns: 128px; }
  .date-options .empty-state { min-width: 0; }
  .contact-form { padding: 26px 18px; }
  .page-hero { padding: 128px 0 78px; }
  .page-hero h1 { font-size: clamp(2.85rem, 13vw, 4rem); }
  .page-hero p { margin-top: 22px; font-size: 1.03rem; }
  .editorial-grid article { padding-left: 50px; }
  .footer-main { grid-template-columns: 1fr; }
  .mobile-actions { height: 68px; padding: 8px; border-top-color: rgba(255, 255, 255, .12); background: rgba(16, 17, 20, .92); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
  .mobile-actions a { border-right-color: rgba(255, 255, 255, .15); }
  .mobile-actions a:last-child { border-radius: 999px; }
}

/* Immersive product direction */
body { background: #fff; }
.site-scroll-progress { position: fixed; z-index: 220; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; }
.site-scroll-progress span { display: block; width: 100%; height: 100%; background: #1683ff; transform: scaleX(0); transform-origin: left center; will-change: transform; }
.site-header.scrolled { background: rgba(250,250,252,.94); box-shadow: 0 8px 30px rgba(0,0,0,.08); }

.home-hero.home-hero-clarity { min-height: 720px; height: calc(100svh - 42px); max-height: 900px; overflow: hidden; padding: 104px 0 72px; background: #000; isolation: isolate; }
.hero-ambient { position: absolute; z-index: -2; inset: 0; background: url('/images/kg-web-hero.png') 91% center / min(980px, 72vw) auto no-repeat; opacity: .22; transform: scale(1.08); filter: saturate(.72) contrast(1.15); will-change: transform; }
.home-hero.home-hero-clarity::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.98) 44%, rgba(0,0,0,.55) 72%, rgba(0,0,0,.72) 100%); }
.immersive-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; grid-gap: 70px; gap: 70px; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy .hero-kicker { color: #2997ff; font-size: .92rem; font-weight: 600; }
.hero-copy h1 { max-width: 850px; color: #f5f5f7; font-size: clamp(4rem, 6.1vw, 6.6rem); font-weight: 650; line-height: .94; text-wrap: balance; }
.hero-copy .hero-lead { max-width: 700px; color: #a1a1a6; font-size: clamp(1.12rem, 1.5vw, 1.35rem); }
.hero-copy .button-primary { color: #fff; background: #0077ed; }
.hero-copy .button-ghost { color: #f5f5f7; border-color: #424245; background: rgba(0,0,0,.28); }
.hero-copy .button-ghost:hover { border-color: #86868b; background: #1d1d1f; }
.hero-trust-row { color: #86868b; }
.hero-trust-row svg { color: #2997ff; }

.hero-device-stage { position: relative; z-index: 4; width: 350px; height: 650px; display: grid; align-items: center; justify-items: center; perspective: 1400px; }
.hero-phone { --phone-shift: 0px; --phone-tilt: -7deg; position: relative; width: 286px; height: 590px; padding: 7px; border: 1px solid #4f5055; border-radius: 48px; background: #08090b; box-shadow: 0 45px 90px rgba(0,0,0,.68), 0 0 0 2px #17181b, inset 0 0 0 1px #62636a; transform: translate3d(0, var(--phone-shift), 0) rotateY(var(--phone-tilt)) rotateX(2deg); transform-style: preserve-3d; animation: phone-arrival 1.25s .18s cubic-bezier(.18,.75,.18,1) both, phone-float 5.5s 1.5s ease-in-out infinite; will-change: transform; }
.phone-frame { position: relative; width: 100%; height: 100%; overflow: hidden; border: 1px solid #292a2f; border-radius: 41px; background: #05080d; }
.phone-island { position: absolute; z-index: 8; top: 12px; left: 50%; width: 88px; height: 25px; border-radius: 20px; background: #000; transform: translateX(-50%); box-shadow: 0 0 0 1px rgba(255,255,255,.04); }
.phone-screen { position: absolute; inset: 0; overflow: hidden; border-radius: 40px; background: #030711; }
.phone-screen > img { object-fit: cover; object-position: 62% center; transform: scale(1.04); }
.phone-screen-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,5,10,.32), rgba(2,5,10,.72) 58%, #02050a 100%); }
.phone-site-nav { position: relative; z-index: 3; height: 70px; display: flex; align-items: center; gap: 5px; padding: 21px 21px 0; color: #fff; }
.phone-site-nav strong { font-size: 1.18rem; font-style: italic; }
.phone-site-nav span { color: #2997ff; font-size: .6rem; font-weight: 800; }
.phone-site-nav i { margin-left: auto; color: #d2d2d7; font-size: .65rem; font-style: normal; }
.phone-site-content { position: absolute; z-index: 3; right: 22px; bottom: 104px; left: 22px; color: #fff; }
.phone-site-content small { display: block; margin-bottom: 11px; color: #55aaff; font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.phone-site-content > strong { display: block; font-size: 1.72rem; line-height: 1.02; }
.phone-site-content p { margin-top: 13px; color: #d2d2d7; font-size: .72rem; line-height: 1.5; }
.phone-site-button { width: -moz-fit-content; width: fit-content; display: block; margin-top: 17px; padding: 9px 14px; border-radius: 999px; background: #0077ed; font-size: .68rem; font-weight: 700; }
.phone-site-proof { position: absolute; z-index: 3; right: 18px; bottom: 33px; left: 18px; display: flex; justify-content: space-between; padding-top: 13px; color: #8e8e93; border-top: 1px solid rgba(255,255,255,.16); font-size: .53rem; }
.phone-side-button { position: absolute; right: -4px; width: 3px; border-radius: 0 3px 3px 0; background: #62636a; }
.phone-side-button-one { top: 130px; height: 68px; }
.phone-side-button-two { top: 216px; height: 98px; }
.device-caption { position: absolute; right: -18px; bottom: 24px; display: grid; padding: 13px 16px; color: #86868b; border-left: 2px solid #0077ed; background: rgba(10,10,12,.82); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.device-caption span { font-size: .63rem; text-transform: uppercase; }
.device-caption strong { margin-top: 2px; color: #f5f5f7; font-size: .84rem; }
.hero-scroll-cue { position: absolute; z-index: 5; bottom: 25px; left: 50%; display: flex; align-items: center; gap: 10px; color: #6e6e73; font-size: .68rem; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll-cue span { width: 34px; height: 1px; background: #6e6e73; transform-origin: left; animation: scroll-cue 1.9s ease-in-out infinite; }
@keyframes phone-arrival { from { opacity: 0; transform: translate3d(70px,70px,0) rotateY(-22deg) rotateX(8deg) scale(.86); } to { opacity: 1; transform: translate3d(0,var(--phone-shift),0) rotateY(var(--phone-tilt)) rotateX(2deg) scale(1); } }
@keyframes phone-float { 0%,100% { margin-top: 0; } 50% { margin-top: -12px; } }
@keyframes scroll-cue { 0%,100% { transform: scaleX(.25); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }

/* Scroll choreography, enabled only when JavaScript is active */
.motion-ready .scroll-reveal { opacity: 0; filter: blur(10px); transform: translate3d(0,54px,0) scale(.985); transition: opacity .85s cubic-bezier(.2,.75,.2,1), transform .95s cubic-bezier(.2,.75,.2,1), filter .75s ease; transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform, filter; }
.motion-ready .scroll-reveal.reveal-left { transform: translate3d(-64px,24px,0) scale(.985); }
.motion-ready .scroll-reveal.reveal-right { transform: translate3d(64px,24px,0) scale(.985); }
.motion-ready .scroll-reveal.is-visible { opacity: 1; filter: blur(0); transform: translate3d(0,0,0) scale(1); }
.motion-ready .service-item.scroll-reveal, .motion-ready .price-card.scroll-reveal { transition-duration: .8s; }
.motion-ready .process-line article.scroll-reveal::before { transition: transform .65s var(--reveal-delay,0ms), background .4s; transform: scale(0); }
.motion-ready .process-line article.scroll-reveal.is-visible::before { transform: scale(1); }
.motion-ready .section-heading.is-visible h2 { animation: heading-focus 1s cubic-bezier(.2,.75,.2,1) both; }
@keyframes heading-focus { from { opacity: .25; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.service-item { position: relative; overflow: hidden; }
.service-item::after { position: absolute; right: 30px; bottom: 30px; width: 34px; height: 1px; content: ""; background: currentColor; opacity: .2; transition: width .35s ease, opacity .35s ease; }
.service-item:hover::after { width: 82px; opacity: .7; }
.price-card { transition: transform .4s cubic-bezier(.2,.75,.2,1), box-shadow .4s ease, border-color .4s ease; }
.price-card:hover { z-index: 3; transform: translateY(-10px); border-color: #a1a1a6; box-shadow: 0 26px 70px rgba(0,0,0,.12); }
.price-card.featured:hover { border-color: #424245; box-shadow: 0 32px 75px rgba(0,0,0,.24); }

@media (max-width: 1100px) {
  .immersive-hero-grid { grid-template-columns: minmax(0,1fr) 285px; gap: 35px; }
  .hero-device-stage { width: 280px; transform: scale(.88); }
  .hero-copy h1 { font-size: clamp(3.7rem, 7vw, 5.4rem); }
}

@media (max-width: 760px) {
  .home-hero.home-hero-clarity { min-height: 790px; height: auto; padding: 96px 0 54px; }
  .home-hero.home-hero-clarity::after { background: rgba(0,0,0,.78); }
  .hero-ambient { background-position: 72% center; background-size: auto 88%; opacity: .28; }
  .immersive-hero-grid { display: block; }
  .hero-copy { z-index: 6; }
  .hero-copy h1 { max-width: 560px; font-size: clamp(3rem, 12.8vw, 4.2rem); }
  .hero-copy .hero-lead { max-width: 520px; }
  .hero-device-stage { position: absolute; z-index: 2; top: 150px; right: -110px; width: 250px; height: 520px; opacity: .38; transform: scale(.82); }
  .hero-phone { pointer-events: none; }
  .device-caption { display: none; }
  .hero-scroll-cue { display: none; }
}

@media (max-width: 480px) {
  .home-hero.home-hero-clarity { min-height: 740px; padding-top: 92px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 13vw, 3.45rem); }
  .hero-copy .hero-lead { max-width: 330px; }
  .hero-copy .hero-actions { max-width: 295px; }
  .hero-device-stage { top: 188px; right: -130px; opacity: .34; transform: scale(.74); }
  .hero-trust-row { max-width: 305px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-phone, .hero-scroll-cue span { animation: none !important; }
  .motion-ready .scroll-reveal { opacity: 1 !important; filter: none !important; transform: none !important; transition: none !important; }
}

/* Sites internet: bespoke product experience */
.site-product-hero { min-height: min(790px, calc(100svh - 20px)); display: grid; align-items: center; padding: 152px 0 100px; color: #1d1d1f; background: #fff; text-align: center; }
.site-product-hero-inner { max-width: 1120px; }
.site-product-hero h1 { max-width: 1080px; margin-inline: auto; font-size: clamp(4rem, 7.2vw, 7.3rem); font-weight: 650; line-height: .94; text-wrap: balance; }
.site-product-hero p { max-width: 790px; margin: 31px auto 0; color: #6e6e73; font-size: 1.34rem; line-height: 1.55; }
.site-product-hero .hero-actions { justify-content: center; }
.product-hero-signals { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 28px; margin-top: 42px; color: #6e6e73; font-size: .8rem; }
.product-hero-signals span { display: flex; align-items: center; gap: 7px; }
.product-hero-signals svg { width: 15px; color: #0071e3; }

.color-lab-section { position: relative; overflow: hidden; padding: 135px 0 155px; background: #f5f5f7; }
.color-lab-heading { max-width: 950px; text-align: center; }
.color-lab-heading h2 { font-size: clamp(4rem, 7.3vw, 7.4rem); line-height: .92; }
.color-lab-heading h2 span { color: transparent; background: linear-gradient(90deg, #ff375f 0%, #ff9f0a 23%, #30b85a 46%, #0a84ff 70%, #bf5af2 100%); background-clip: text; -webkit-background-clip: text; }
.color-lab-heading p { max-width: 735px; margin: 30px auto 0; color: #6e6e73; font-size: 1.18rem; }
.color-device-scene { --lab-primary: #0066ff; --lab-secondary: #55b7ff; --lab-soft: #f5f7fa; --lab-ink: #fff; --lab-background: #030712; position: relative; height: 750px; margin-top: 80px; perspective: 1500px; }
.design-phone { position: absolute; z-index: 5; top: 35px; left: 17%; width: 300px; height: 622px; padding: 8px; border: 1px solid #68686c; border-radius: 52px; background: #08080a; box-shadow: 0 50px 100px rgba(0,0,0,.24), inset 0 0 0 2px #242428; transform: rotateY(5deg) rotateX(1deg); transition: transform .8s cubic-bezier(.2,.75,.2,1); }
.design-phone:hover { transform: rotateY(0) rotateX(0) translateY(-8px); }
.design-phone-island { position: absolute; z-index: 9; top: 19px; left: 50%; width: 91px; height: 26px; border-radius: 20px; background: #000; transform: translateX(-50%); }
.design-phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 44px; color: var(--lab-ink); background: var(--lab-background); transition: color .55s ease, background .55s ease; }
.design-phone-screen > img { object-fit: cover; object-position: 60% center; opacity: .54; transform: scale(1.04); }
.design-phone-tint { position: absolute; inset: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--lab-primary) 38%, transparent), transparent 44%, var(--lab-background) 94%); transition: background .55s ease; }
.design-phone-nav { position: relative; z-index: 3; display: flex; align-items: center; gap: 5px; padding: 29px 22px 0; }
.design-phone-nav b { font-size: 1.15rem; font-style: italic; }
.design-phone-nav span { color: var(--lab-secondary); font-size: .58rem; font-weight: 800; }
.design-phone-nav i { margin-left: auto; color: currentColor; opacity: .7; font-size: .6rem; font-style: normal; }
.design-phone-copy { position: absolute; z-index: 3; right: 23px; bottom: 74px; left: 23px; }
.design-phone-copy small { color: var(--lab-secondary); font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.design-phone-copy strong { display: block; margin-top: 12px; font-size: 1.9rem; line-height: 1; }
.design-phone-copy p { margin-top: 13px; color: currentColor; opacity: .72; font-size: .73rem; }
.design-phone-copy i { width: -moz-fit-content; width: fit-content; display: block; margin-top: 18px; padding: 9px 15px; border-radius: 999px; background: var(--lab-primary); font-size: .68rem; font-style: normal; font-weight: 700; transition: background .55s ease; }
.palette-fan { position: absolute; z-index: 7; top: 136px; left: calc(17% + 252px); width: 590px; height: 450px; pointer-events: none; }
.palette-glass-card { position: absolute; width: 310px; height: 108px; display: grid; grid-template-columns: 105px 1fr; align-content: center; grid-column-gap: 17px; column-gap: 17px; padding: 15px 18px; color: #1d1d1f; border: 1px solid rgba(255,255,255,.82); border-radius: 8px; background: rgba(255,255,255,.72); box-shadow: 0 22px 55px rgba(0,0,0,.13), inset 0 1px 0 rgba(255,255,255,.95); -webkit-backdrop-filter: blur(24px) saturate(145%); backdrop-filter: blur(24px) saturate(145%); cursor: pointer; pointer-events: auto; transform-origin: 0 50%; transition: transform .55s cubic-bezier(.2,.75,.2,1), box-shadow .35s, opacity .35s; }
.palette-glass-card:hover, .palette-glass-card.active { z-index: 8; box-shadow: 0 28px 65px rgba(0,0,0,.2), inset 0 1px 0 #fff; }
.palette-card-1 { top: 0; left: 0; transform: rotate(-14deg) translateX(12px); }
.palette-card-2 { top: 94px; left: 25px; transform: rotate(-4deg); }
.palette-card-3 { top: 193px; left: 22px; transform: rotate(6deg); }
.palette-card-4 { top: 286px; left: -5px; transform: rotate(15deg); }
.palette-card-1:hover, .palette-card-1.active { transform: rotate(-14deg) translateX(34px) scale(1.03); }
.palette-card-2:hover, .palette-card-2.active { transform: rotate(-4deg) translateX(28px) scale(1.03); }
.palette-card-3:hover, .palette-card-3.active { transform: rotate(6deg) translateX(28px) scale(1.03); }
.palette-card-4:hover, .palette-card-4.active { transform: rotate(15deg) translateX(34px) scale(1.03); }
.palette-colors { grid-row: 1 / 3; display: grid; grid-template-columns: repeat(3, 1fr); height: 68px; overflow: hidden; border-radius: 6px; }
.palette-colors i { display: block; }
.palette-glass-card strong { align-self: end; font-size: 1rem; }
.palette-glass-card small { align-self: start; color: #86868b; font-size: .55rem; }
.color-lab-caption { position: absolute; z-index: 9; right: 15%; bottom: 75px; display: grid; min-width: 190px; padding: 17px 20px; border-left: 3px solid var(--lab-primary); background: rgba(255,255,255,.76); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); transition: border-color .55s ease; }
.color-lab-caption span { color: #86868b; font-size: .68rem; text-transform: uppercase; }
.color-lab-caption strong { margin-top: 3px; font-size: 1.1rem; }
.motion-ready .color-device-scene.scroll-reveal .palette-glass-card { opacity: 0; transform: translate3d(-190px,80px,0) rotate(0deg) scale(.72); }
.motion-ready .color-device-scene.scroll-reveal.is-visible .palette-glass-card { opacity: 1; transition-delay: calc(180ms + var(--palette-delay, 0ms)); }
.motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-1 { --palette-delay: 0ms; transform: rotate(-14deg) translateX(12px); }
.motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-2 { --palette-delay: 100ms; transform: rotate(-4deg); }
.motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-3 { --palette-delay: 200ms; transform: rotate(6deg); }
.motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-4 { --palette-delay: 300ms; transform: rotate(15deg); }

.profession-lab-section { padding: 135px 0 150px; color: #f5f5f7; background: #000; }
.profession-heading { max-width: 940px; text-align: center; }
.profession-heading .eyebrow { color: #2997ff; }
.profession-heading h2 { font-size: clamp(4rem, 7vw, 7rem); line-height: .94; }
.profession-heading p { max-width: 720px; margin: 29px auto 0; color: #a1a1a6; font-size: 1.18rem; }
.profession-stage { --profession-accent: #0a84ff; margin-top: 72px; }
.profession-tabs { width: -moz-fit-content; width: fit-content; display: flex; gap: 7px; margin: 0 auto 38px; padding: 6px; border: 1px solid #333337; border-radius: 999px; background: rgba(35,35,38,.75); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.profession-tabs button { min-height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 18px; color: #a1a1a6; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: .82rem; font-weight: 650; transition: color .25s, background .25s, transform .25s; }
.profession-tabs button:hover { color: #fff; }
.profession-tabs button.active { color: #fff; background: var(--profession-accent); transform: scale(1.03); }
.profession-tabs svg { width: 17px; }
.studio-display { position: relative; max-width: 1050px; margin: 0 auto; perspective: 1500px; }
.display-lid { padding: 12px; border: 1px solid #48484d; border-radius: 18px 18px 7px 7px; background: #121214; box-shadow: 0 40px 100px rgba(0,0,0,.65); transform: rotateX(-2deg); transform-origin: bottom; }
.display-screen { overflow: hidden; border-radius: 9px; background: #fff; }
.display-browser-bar { height: 43px; display: flex; align-items: center; gap: 7px; padding: 0 16px; color: #777; background: #ececef; }
.display-browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #b9b9be; }
.display-browser-bar span { margin-inline: auto; padding: 6px 85px; border-radius: 999px; background: #fff; font-size: .62rem; }
.profession-site-preview { position: relative; min-height: 485px; overflow: hidden; color: #1d1d1f; background: #f7f7f8; }
.profession-site-nav { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 52px; font-size: .7rem; }
.profession-site-nav b { color: var(--profession-accent); }
.profession-site-nav span { color: #6e6e73; }
.profession-site-copy { position: relative; z-index: 2; width: 58%; padding: 70px 0 65px 66px; }
.profession-site-copy small { color: var(--profession-accent); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.profession-site-copy strong { display: block; margin-top: 15px; font-size: clamp(2.5rem, 4.3vw, 4.5rem); line-height: .98; }
.profession-site-copy p { max-width: 420px; margin-top: 20px; color: #6e6e73; }
.profession-site-copy i { width: -moz-fit-content; width: fit-content; display: block; margin-top: 28px; padding: 11px 18px; color: #fff; border-radius: 999px; background: var(--profession-accent); font-size: .72rem; font-style: normal; font-weight: 700; }
.profession-site-aside { position: absolute; top: 105px; right: -25px; width: 42%; height: 330px; display: grid; grid-gap: 13px; gap: 13px; padding: 28px; transform: rotate(-4deg); }
.profession-site-aside span { display: block; border: 1px solid color-mix(in srgb, var(--profession-accent) 35%, #d2d2d7); border-radius: 8px; background: color-mix(in srgb, var(--profession-accent) 11%, #fff); }
.display-base { position: relative; width: 112%; height: 24px; margin-left: -6%; border-radius: 3px 3px 30px 30px; background: linear-gradient(180deg, #707075, #252529 54%, #111); box-shadow: 0 24px 35px rgba(0,0,0,.65); }
.display-base span { position: absolute; top: 0; left: 50%; width: 160px; height: 7px; border-radius: 0 0 8px 8px; background: #1a1a1d; transform: translateX(-50%); }

.concept-gallery-section { background: #fff; }
.site-style-carousel { position: relative; }
.carousel-viewport { overflow: hidden; border: 1px solid #d2d2d7; border-radius: 8px; background: #f5f5f7; box-shadow: 0 28px 75px rgba(0,0,0,.08); }
.carousel-track { display: flex; transition: transform .85s cubic-bezier(.2,.75,.2,1); will-change: transform; }
.concept-slide { min-width: 100%; display: grid; grid-template-columns: 1.45fr .55fr; min-height: 620px; }
.concept-browser { align-self: center; overflow: hidden; margin: 52px 20px 52px 52px; border: 1px solid rgba(0,0,0,.14); border-radius: 8px; background: #fff; box-shadow: 0 24px 55px rgba(0,0,0,.13); }
.concept-browser-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: #eaeaed; }
.concept-browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #b9b9be; }
.concept-browser-bar span { width: 46%; height: 17px; margin-inline: auto; border-radius: 10px; background: #fff; }
.concept-site { min-height: 460px; padding: 24px 28px 28px; }
.concept-site-nav { display: flex; align-items: center; justify-content: space-between; font-size: .62rem; }
.concept-site-hero { min-height: 270px; display: grid; align-content: center; margin-top: 24px; padding: 38px; border-radius: 6px; }
.concept-site-hero small { font-size: .62rem; text-transform: uppercase; }
.concept-site-hero strong { max-width: 520px; display: block; margin-top: 12px; font-size: clamp(2.4rem, 4.2vw, 4.2rem); line-height: .98; }
.concept-site-hero i { width: 80px; height: 10px; display: block; margin-top: 25px; border-radius: 10px; background: currentColor; opacity: .7; }
.concept-site-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 12px; gap: 12px; margin-top: 13px; }
.concept-site-grid i { height: 82px; border-radius: 5px; background: currentColor; opacity: .1; }
.concept-copy { display: flex; justify-content: center; flex-direction: column; padding: 55px 48px; color: #fff; background: #1d1d1f; }
.concept-copy > span { color: #64b5ff; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.concept-copy h3 { margin-top: 14px; font-size: 1.05rem; }
.concept-copy strong { display: block; margin-top: 8px; font-size: 2.25rem; line-height: 1.03; }
.concept-copy p { margin-top: 21px; color: #a1a1a6; }
.concept-atelier .concept-site { color: #372c25; background: #f5efe8; }
.concept-atelier .concept-site-hero { background: #d5b99e; }
.concept-cabinet .concept-site { color: #13263b; background: #f2f5f8; }
.concept-cabinet .concept-site-hero { color: #fff; background: #163a5f; }
.concept-local .concept-site { color: #25141c; background: #fff4f7; }
.concept-local .concept-site-hero { color: #fff; background: #d82f64; }
.concept-industrie .concept-site { color: #18201f; background: #f0f3f2; }
.concept-industrie .concept-site-hero { color: #d5ff48; background: #18201f; }
.carousel-controls { display: flex; justify-content: flex-end; align-items: center; gap: 8px; margin-top: 22px; }
.carousel-dots { display: flex; gap: 7px; margin-right: auto; }
.carousel-dots button { width: 30px; height: 4px; padding: 0; border: 0; border-radius: 3px; background: #d2d2d7; cursor: pointer; transition: width .3s, background .3s; }
.carousel-dots button.active { width: 58px; background: #0071e3; }
.carousel-icon-button { width: 44px; height: 44px; display: grid; place-items: center; color: #1d1d1f; border: 0; border-radius: 50%; background: #e8e8ed; cursor: pointer; }
.carousel-icon-button:hover { color: #fff; background: #1d1d1f; }
.carousel-icon-button svg { width: 18px; }

.site-luxury-statement { padding: 150px 0; color: #f5f5f7; background: #000; text-align: center; }
.site-luxury-statement .container { max-width: 1050px; }
.site-luxury-statement .eyebrow { color: #2997ff; }
.site-luxury-statement h2 { font-size: clamp(4rem, 7vw, 7.2rem); line-height: .94; text-wrap: balance; }
.site-luxury-statement p { max-width: 850px; margin: 35px auto 0; color: #a1a1a6; font-size: 1.28rem; line-height: 1.6; }
.site-luxury-statement .text-link { margin-top: 34px; color: #2997ff; }
.site-quality-list { border-top: 1px solid #d2d2d7; }
.editorial-feature { display: grid; grid-template-columns: 56px 58px 1fr; grid-gap: 28px; gap: 28px; align-items: start; padding: 42px 0; border-bottom: 1px solid #d2d2d7; }
.editorial-feature > span { padding-top: 6px; color: #86868b; font-size: .72rem; }
.editorial-feature > svg { width: 46px; height: 46px; padding: 11px; color: #0071e3; border-radius: 50%; background: #eaf4ff; }
.editorial-feature > div { display: grid; grid-template-columns: .65fr 1.35fr; grid-gap: 50px; gap: 50px; }
.editorial-feature h3 { font-size: 1.55rem; }
.editorial-feature p { max-width: 670px; color: #6e6e73; font-size: 1.02rem; line-height: 1.7; }
.site-possibilities-section { color: #f5f5f7; background: #111113; }
.site-possibilities-section .container { display: grid; grid-template-columns: .9fr 1.1fr; grid-gap: 105px; gap: 105px; }
.possibilities-intro { position: -webkit-sticky; position: sticky; top: 120px; align-self: start; }
.possibilities-intro .eyebrow { color: #2997ff; }
.possibilities-intro h2 { font-size: clamp(3rem, 4.8vw, 5rem); line-height: .98; }
.possibilities-intro p { margin-top: 26px; color: #a1a1a6; font-size: 1.08rem; }
.possibility-lines { border-top: 1px solid #3a3a3e; }
.possibility-lines > div { display: grid; grid-template-columns: 42px 1fr; grid-gap: 8px 18px; gap: 8px 18px; padding: 34px 0; border-bottom: 1px solid #3a3a3e; }
.possibility-lines svg { grid-row: 1 / 3; color: #2997ff; }
.possibility-lines strong { font-size: 1.18rem; }
.possibility-lines p { color: #a1a1a6; }

.site-pricing-section { background: #f5f5f7; }
.site-pricing-compact .pricing-grid { max-width: 1060px; margin-inline: auto; gap: 14px; }
.site-pricing-compact .price-card { padding: 26px 24px; border-color: rgba(255,255,255,.9); border-radius: 8px; background: rgba(255,255,255,.7); box-shadow: 0 18px 50px rgba(0,0,0,.08), inset 0 1px 0 #fff; -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); }
.site-pricing-compact .price-card.featured { border-color: #2d2d31; background: rgba(19,19,22,.96); }
.site-pricing-compact .price-top h3 { font-size: 1.55rem; }
.site-pricing-compact .price-top p { min-height: 0; margin-top: 10px; font-size: .82rem; }
.site-pricing-compact .price { margin-top: 18px; padding-top: 17px; }
.site-pricing-compact .price strong { font-size: 2.45rem; }
.site-pricing-compact .hosting { min-height: 0; margin: 14px 0; padding: 9px 11px; font-size: .72rem; }
.site-pricing-compact .price-card ul { gap: 7px; margin-bottom: 21px; }
.site-pricing-compact .price-card li { font-size: .75rem; }
.site-pricing-compact .price-card .button { min-height: 44px; padding: 0 15px; font-size: .78rem; }
.site-pricing-compact .popular { top: 13px; right: 13px; font-size: .62rem; }
.pricing-reassurance { max-width: 760px; display: flex; align-items: center; justify-content: center; gap: 9px; margin: 30px auto 0; color: #6e6e73; text-align: center; font-size: .82rem; }
.pricing-reassurance svg { width: 17px; color: #0071e3; }

@media (max-width: 900px) {
  .site-product-hero { min-height: 700px; padding: 130px 0 84px; }
  .site-product-hero h1 { font-size: clamp(3.5rem, 10vw, 5.5rem); }
  .color-device-scene { height: 700px; }
  .design-phone { left: 5%; }
  .palette-fan { left: calc(5% + 252px); transform: scale(.9); transform-origin: left center; }
  .color-lab-caption { right: 5%; }
  .concept-slide { grid-template-columns: 1fr; }
  .concept-browser { margin: 34px 34px 0; }
  .concept-copy { padding: 38px 36px; }
  .site-possibilities-section .container { grid-template-columns: 1fr; gap: 58px; }
  .possibilities-intro { position: static; }
}

@media (max-width: 640px) {
  .site-product-hero { min-height: 700px; padding: 110px 0 72px; }
  .site-product-hero h1 { font-size: clamp(3.05rem, 13.2vw, 4.2rem); }
  .site-product-hero p { margin-top: 24px; font-size: 1.04rem; }
  .site-product-hero .hero-actions { align-items: center; }
  .product-hero-signals { display: grid; grid-template-columns: 1fr 1fr; margin-top: 32px; text-align: left; }
  .color-lab-section, .profession-lab-section { padding: 92px 0 100px; }
  .color-lab-heading h2, .profession-heading h2 { font-size: 3.35rem; }
  .color-lab-heading p, .profession-heading p { font-size: 1rem; }
  .color-device-scene { height: min(620px, 175vw); display: block; margin-top: 55px; }
  .design-phone { top: 0; left: 0; width: min(72%, 245px); height: auto; aspect-ratio: 270 / 558; transform: none; }
  .design-phone-copy { right: 19px; bottom: 58px; left: 19px; }
  .design-phone-copy strong { font-size: 1.65rem; }
  .palette-fan { top: 12%; left: 34%; width: 66%; height: 62%; transform: none; }
  .palette-glass-card, .palette-card-1, .palette-card-2, .palette-card-3, .palette-card-4 { width: 96%; height: clamp(74px, 23vw, 90px); grid-template-columns: 35% 1fr; gap: 8px; padding: 10px 11px; }
  .palette-card-1 { top: 0; left: 0; transform: rotate(-10deg) translateX(2px) !important; }
  .palette-card-2 { top: 24%; left: 2%; transform: rotate(-3deg) translateX(5px) !important; }
  .palette-card-3 { top: 48%; left: 2%; transform: rotate(4deg) translateX(5px) !important; }
  .palette-card-4 { top: 72%; left: 0; transform: rotate(11deg) translateX(2px) !important; }
  .palette-card-1:hover, .palette-card-1.active { transform: rotate(-10deg) translateX(12px) scale(1.025) !important; }
  .palette-card-2:hover, .palette-card-2.active { transform: rotate(-3deg) translateX(15px) scale(1.025) !important; }
  .palette-card-3:hover, .palette-card-3.active { transform: rotate(4deg) translateX(15px) scale(1.025) !important; }
  .palette-card-4:hover, .palette-card-4.active { transform: rotate(11deg) translateX(12px) scale(1.025) !important; }
  .palette-colors { grid-row: 1 / 3; height: 55px; }
  .palette-glass-card strong { font-size: .78rem; }
  .palette-glass-card small { overflow: hidden; font-size: .4rem; white-space: nowrap; text-overflow: ellipsis; }
  .color-lab-caption { right: auto; bottom: 0; left: 0; width: 100%; }
  .motion-ready .color-device-scene.scroll-reveal .palette-glass-card { opacity: 0; transform: translate3d(-125px,65px,0) rotate(-18deg) scale(.58) !important; }
  .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-1 { opacity: 1; transform: rotate(-10deg) translateX(2px) !important; }
  .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-2 { opacity: 1; transform: rotate(-3deg) translateX(5px) !important; }
  .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-3 { opacity: 1; transform: rotate(4deg) translateX(5px) !important; }
  .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-4 { opacity: 1; transform: rotate(11deg) translateX(2px) !important; }
  .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-1:hover, .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-1.active { transform: rotate(-10deg) translateX(12px) scale(1.025) !important; }
  .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-2:hover, .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-2.active { transform: rotate(-3deg) translateX(15px) scale(1.025) !important; }
  .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-3:hover, .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-3.active { transform: rotate(4deg) translateX(15px) scale(1.025) !important; }
  .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-4:hover, .motion-ready .color-device-scene.scroll-reveal.is-visible .palette-card-4.active { transform: rotate(11deg) translateX(12px) scale(1.025) !important; }
  .profession-stage { margin-top: 46px; }
  .profession-tabs { width: 100%; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 5px; gap: 5px; border-radius: 8px; }
  .profession-tabs button { min-width: 0; justify-content: center; padding: 0 10px; }
  .display-lid { padding: 6px; border-radius: 10px 10px 4px 4px; }
  .display-browser-bar { height: 30px; padding: 0 8px; }
  .display-browser-bar span { padding: 4px 20px; }
  .profession-site-preview { min-height: 365px; }
  .profession-site-nav { height: 48px; padding: 0 18px; }
  .profession-site-nav span { display: none; }
  .profession-site-copy { width: 78%; padding: 55px 0 45px 24px; }
  .profession-site-copy strong { font-size: 2.25rem; }
  .profession-site-copy p { font-size: .82rem; }
  .profession-site-aside { top: 90px; right: -70px; width: 48%; height: 240px; padding: 14px; }
  .display-base { height: 14px; }
  .concept-slide { min-height: 0; }
  .concept-browser { margin: 18px 18px 0; }
  .concept-site { min-height: 345px; padding: 15px; }
  .concept-site-hero { min-height: 210px; padding: 22px; }
  .concept-site-hero strong { font-size: 2rem; }
  .concept-copy { padding: 30px 24px 35px; }
  .concept-copy strong { font-size: 1.8rem; }
  .carousel-controls { flex-wrap: wrap; }
  .carousel-dots button { width: 19px; }
  .carousel-dots button.active { width: 34px; }
  .site-luxury-statement { padding: 105px 0; }
  .site-luxury-statement h2 { font-size: 3.35rem; }
  .site-luxury-statement p { font-size: 1.04rem; }
  .editorial-feature { grid-template-columns: 34px 42px 1fr; gap: 15px; padding: 31px 0; }
  .editorial-feature > svg { width: 40px; height: 40px; }
  .editorial-feature > div { grid-template-columns: 1fr; gap: 12px; }
  .editorial-feature h3 { font-size: 1.3rem; }
  .editorial-feature p { font-size: .93rem; }
  .site-pricing-compact .pricing-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 88%; grid-template-columns: none; overflow-x: auto; padding: 8px 3px 24px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .site-pricing-compact .pricing-grid::-webkit-scrollbar { display: none; }
  .site-pricing-compact .price-card, .site-pricing-compact .price-card:last-child { grid-column: auto; scroll-snap-align: center; }
  .site-pricing-section .section-heading h2 { font-size: 2.15rem; overflow-wrap: anywhere; }
  .pricing-reassurance { align-items: flex-start; text-align: left; }
}

