:root { color-scheme: dark; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #121212; }
::selection { background: #ff6b00; color: #fff; }
.glass { background: rgba(29, 29, 29, .86); backdrop-filter: blur(18px); }
.noise { background-image: radial-gradient(circle at 20% 20%, rgba(255,107,0,.11), transparent 35%), radial-gradient(circle at 80% 0%, rgba(255,255,255,.05), transparent 28%); }
.input-field { width: 100%; border: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.28); border-radius: .85rem; padding: .8rem 1rem; color: #fff; outline: none; transition: border-color .2s, box-shadow .2s; }
.input-field:focus { border-color: #ff6b00; box-shadow: 0 0 0 3px rgba(255,107,0,.14); }
.input-field::placeholder { color: #71717a; }
.booking-logo { display: block; width: auto; max-width: 160px; height: 52px; object-fit: contain; object-position: left center; }
.booking-services-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.booking-service-option { display: flex; min-height: 76px; align-items: flex-start; gap: 11px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(0,0,0,.22); padding: 13px; cursor: pointer; transition: border-color .2s,background .2s,transform .2s,box-shadow .2s; }
.booking-service-option:hover { border-color: rgba(255,107,0,.38); background: rgba(255,107,0,.045); transform: translateY(-1px); }
.booking-service-option.is-selected,.booking-service-option:has(input:checked) { border-color: rgba(255,107,0,.7); background: rgba(255,107,0,.1); box-shadow: inset 0 0 0 1px rgba(255,107,0,.08),0 8px 24px rgba(0,0,0,.16); }
.booking-service-check { display: grid; width: 21px; height: 21px; flex: 0 0 21px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(255,255,255,.035); color: transparent; transition: color .2s,background .2s,border-color .2s,transform .2s; }
.booking-service-check svg { width: 13px; height: 13px; fill: currentColor; }
.booking-service-option input:checked + .booking-service-check { border-color: #ff6b00; background: #ff6b00; color: #fff; transform: scale(1.04); }
.booking-service-option input:focus-visible + .booking-service-check { outline: 3px solid rgba(255,107,0,.22); outline-offset: 2px; }
.booking-service-modal-scroll { min-height: 0; flex: 1 1 auto; overscroll-behavior: contain; scrollbar-color: #52525b #18181b; scrollbar-width: thin; }
.kanban-scroll { scrollbar-color: #52525b #18181b; scrollbar-width: thin; }
.kanban-column { width: min(86vw, 320px); min-width: min(86vw, 320px); }
.kanban-list { min-height: 240px; }
.mobile-stage-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 2px 1px 8px; scrollbar-width: none; }
.mobile-stage-tabs::-webkit-scrollbar { display: none; }
.mobile-stage-tab { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.025); padding: 0 12px; color: #a1a1aa; font-size: 11px; font-weight: 800; transition: border-color .2s,background .2s,color .2s; }
.mobile-stage-tab.is-active { border-color: rgba(255,107,0,.55); background: rgba(255,107,0,.12); color: #fff; box-shadow: 0 8px 24px rgba(255,107,0,.08); }
.mobile-stage-count { display: grid; min-width: 21px; height: 21px; place-items: center; border-radius: 999px; background: rgba(255,255,255,.07); padding: 0 6px; color: #d4d4d8; font-size: 10px; }
.mobile-stage-actions { display: none; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 8px; margin-top: 12px; }
.mobile-advance-button,.mobile-back-button { display: flex; min-height: 46px; align-items: center; justify-content: center; gap: 7px; border-radius: 12px; font-size: 11px; font-weight: 900; }
.mobile-advance-button { border: 1px solid rgba(255,107,0,.45); background: #ff6b00; color: #fff; box-shadow: 0 10px 28px rgba(255,107,0,.16); }
.mobile-back-button { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); color: #d4d4d8; }
.mobile-stage-actions > :only-child { grid-column: 1 / -1; }
.mobile-advance-button:disabled,.mobile-back-button:disabled { cursor: wait; opacity: .55; }
.sortable-ghost { opacity: .25; border: 1px dashed #ff6b00 !important; }
.sortable-drag { transform: rotate(1deg); box-shadow: 0 24px 50px rgba(0,0,0,.55); }
.card-grip { cursor: grab; }
.card-grip:active { cursor: grabbing; }
.modal-open { overflow: hidden; }
.schedule-scroll { padding-top: 11px; scrollbar-color: #3f3f46 transparent; scrollbar-width: thin; }
.schedule-day { min-width: 72px; height: 104px; border: 1px solid rgba(255,255,255,.1); border-radius: 1rem; background: rgba(0,0,0,.22); color: #a1a1aa; transition: border-color .18s, background .18s, color .18s, transform .18s; }
.schedule-day:not(:disabled):hover { border-color: rgba(255,107,0,.55); color: #fff; transform: translateY(-2px); }
.schedule-day.is-selected { border-color: #ff6b00; background: #ff6b00; color: #fff; box-shadow: 0 10px 28px rgba(255,107,0,.22); }
.schedule-day.is-selected::after { content: '✓'; position: absolute; top: 7px; right: 8px; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 999px; background: #fff; color: #ff6b00; font-size: 10px; font-weight: 900; }
.schedule-day:disabled { cursor: not-allowed; opacity: .3; }
.schedule-today { position: absolute; top: -8px; left: 50%; transform: translateX(-50%); border-radius: 999px; background: #ff6b00; padding: 2px 8px; color: #fff; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.schedule-day.is-selected .schedule-today { background: #fff; color: #ff6b00; }
.booking-service-chip { display: inline-flex; min-height: 32px; align-items: center; gap: 7px; border: 1px solid rgba(255,107,0,.25); border-radius: 999px; background: rgba(255,107,0,.09); padding: 5px 7px 5px 11px; color: #e4e4e7; font-size: 12px; line-height: 1.2; }
.booking-service-chip button { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #fb923c; font-size: 14px; transition: background .2s,color .2s; }
.booking-service-chip button:hover { background: #ff6b00; color: #fff; }
.schedule-admin-day { transition: border-color .2s, opacity .2s, background .2s; }
.schedule-admin-day.is-open { border-color: rgba(255,107,0,.2); background: rgba(255,107,0,.035); }
.schedule-admin-day.is-closed .schedule-admin-times { opacity: .35; filter: grayscale(1); }
.schedule-slot { min-height: 48px; border: 1px solid rgba(255,255,255,.09); border-radius: .8rem; background: rgba(0,0,0,.24); color: #d4d4d8; font-weight: 800; transition: border-color .18s, background .18s, color .18s; }
.schedule-slot:not(:disabled):hover { border-color: rgba(255,107,0,.55); color: #fff; }
.schedule-slot.is-selected { border-color: #ff6b00; background: #ff6b00; color: #fff; }
.schedule-slot:not(:disabled) { animation: schedule-in .22s ease both; }
.schedule-slot:disabled { cursor: not-allowed; border-color: transparent; background: rgba(255,255,255,.025); color: #52525b; text-decoration: line-through; }
@keyframes schedule-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 768px) { .kanban-column { width: 310px; min-width: 310px; } .mobile-stage-tabs { display: none; } }
@media (max-width: 767px) {
    .kanban-scroll { display: block; overflow: visible; }
    .kanban-column { display: none; width: 100%; min-width: 0; }
    .kanban-column.is-mobile-active { display: block; animation: mobile-column-in .2s ease both; }
    .kanban-list { min-height: 180px; }
    .kanban-list:empty::after { content: 'Nenhum atendimento nesta etapa.'; display: grid; min-height: 150px; place-items: center; border: 1px dashed rgba(255,255,255,.08); border-radius: 14px; color: #52525b; font-size: 12px; text-align: center; }
    .appointment-card { cursor: pointer; }
    .card-grip,.card-grip:active { cursor: pointer; }
    .mobile-stage-actions { display: grid; }
    .appointment-card [data-action] { min-height: 44px; }
    .kanban-whatsapp-button { display: inline-flex; min-height: 36px; align-items: center; padding-inline: 10px; font-size: 10px; }
}
@keyframes mobile-column-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

/* Landing page */
.landing-body { overflow-x: hidden; background: #080808; }
.landing-display { font-family: 'Barlow Condensed', 'Inter', sans-serif; }
.landing-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, padding .25s; }
.landing-header.is-scrolled { border-color: rgba(255,255,255,.07); background: rgba(8,8,8,.88); box-shadow: 0 12px 35px rgba(0,0,0,.24); backdrop-filter: blur(20px); }
.brand-logo { display: block; max-width: 176px; height: 58px; object-fit: contain; object-position: left center; }
.brand-fallback { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: linear-gradient(145deg, #ff7a16, #d94d00); box-shadow: 0 10px 30px rgba(255,107,0,.24); color: #fff; font-weight: 950; letter-spacing: -.06em; }
.brand-fallback[hidden] { display: none; }
.landing-nav-link { position: relative; color: #a1a1aa; transition: color .2s; }
.landing-nav-link::after { content: ''; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; transform: scaleX(0); border-radius: 999px; background: #ff6b00; transition: transform .2s; }
.landing-nav-link:hover { color: #fff; }
.landing-nav-link:hover::after { transform: scaleX(1); }
.landing-hero { position: relative; isolation: isolate; min-height: 760px; overflow: hidden; padding-top: 108px; }
.landing-grid { position: absolute; inset: 0; z-index: -4; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 15%, transparent 92%); animation: landing-grid-drift 20s linear infinite; }
.landing-orb { position: absolute; z-index: -3; border-radius: 999px; filter: blur(6px); pointer-events: none; }
.landing-orb-one { top: -220px; right: -180px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(255,107,0,.2), rgba(255,107,0,0) 68%); animation: landing-orbit 11s ease-in-out infinite alternate; }
.landing-orb-two { bottom: -300px; left: -230px; width: 650px; height: 650px; background: radial-gradient(circle, rgba(255,255,255,.06), transparent 68%); animation: landing-orbit 14s ease-in-out infinite alternate-reverse; }
.landing-eyebrow { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,107,0,.28); border-radius: 999px; background: rgba(255,107,0,.08); padding: 9px 14px; color: #ff9b55; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.landing-eyebrow-dot { width: 7px; height: 7px; border-radius: 999px; background: #ff6b00; box-shadow: 0 0 0 6px rgba(255,107,0,.11), 0 0 20px #ff6b00; animation: landing-pulse 2s ease-in-out infinite; }
.landing-title { max-width: 760px; color: #fff; font-size: clamp(4.3rem, 9vw, 8.5rem); font-weight: 900; line-height: .79; letter-spacing: -.045em; text-transform: uppercase; }
.landing-title-accent { display: block; color: #ff6b00; text-shadow: 0 12px 50px rgba(255,107,0,.18); }
.landing-cta-primary { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 12px; border-radius: 16px; background: #ff6b00; padding: 0 24px; color: #fff; font-weight: 900; box-shadow: 0 18px 45px rgba(255,107,0,.22); transition: transform .2s, background .2s, box-shadow .2s; }
.landing-cta-primary:hover { transform: translateY(-3px); background: #ff7a18; box-shadow: 0 22px 60px rgba(255,107,0,.32); }
.landing-cta-secondary { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.035); padding: 0 22px; color: #d4d4d8; font-weight: 750; transition: border-color .2s, background .2s, color .2s; }
.landing-cta-secondary:hover { border-color: rgba(255,107,0,.42); background: rgba(255,107,0,.07); color: #fff; }
.hero-stage { --mouse-x: 0px; --mouse-y: 0px; position: relative; display: grid; min-height: 560px; place-items: center; transform: translate(var(--mouse-x), var(--mouse-y)); transition: transform .25s ease-out; }
.hero-stage::before { content: '607'; position: absolute; top: 42px; left: 50%; transform: translateX(-50%); color: transparent; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(13rem, 28vw, 24rem); font-weight: 900; line-height: 1; -webkit-text-stroke: 1px rgba(255,255,255,.075); }
.hero-ring { position: absolute; top: 50%; left: 50%; width: min(82vw, 510px); aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(255,107,0,.24); border-radius: 999px; box-shadow: inset 0 0 100px rgba(255,107,0,.045), 0 0 100px rgba(255,107,0,.08); animation: landing-ring 16s linear infinite; }
.hero-ring::before,.hero-ring::after { content: ''; position: absolute; border-radius: inherit; }
.hero-ring::before { inset: 11%; border: 1px dashed rgba(255,255,255,.12); }
.hero-ring::after { inset: 24%; border: 1px solid rgba(255,107,0,.12); }
.hero-logo-glow { position: absolute; top: 53%; left: 50%; width: 72%; height: 46%; transform: translate(-50%,-50%); border-radius: 999px; background: rgba(255,107,0,.24); filter: blur(70px); animation: hero-logo-breathe 4s ease-in-out infinite; }
.hero-logo-frame { position: relative; z-index: 2; display: grid; width: min(90%,500px); min-height: 410px; place-items: center; animation: hero-logo-float 5s ease-in-out infinite; }
.hero-main-logo { position: relative; z-index: 2; display: block; width: 86%; max-height: 330px; object-fit: contain; filter: drop-shadow(0 20px 32px rgba(0,0,0,.6)); transition: transform .5s ease,filter .5s ease; }
.hero-logo-shine { position: absolute; z-index: 3; width: 86%; max-height: 330px; object-fit: contain; opacity: .3; filter: brightness(2.1) saturate(.35); mix-blend-mode: screen; clip-path: polygon(-18% 0,-10% 0,-24% 100%,-32% 100%); pointer-events: none; animation: hero-logo-shimmer 5.6s ease-in-out infinite; transition: transform .5s ease; }
.hero-logo-frame:hover .hero-main-logo { transform: scale(1.045); filter: drop-shadow(0 24px 38px rgba(0,0,0,.7)) drop-shadow(0 0 20px rgba(255,107,0,.15)); }
.hero-logo-frame:hover .hero-logo-shine { transform: scale(1.045); }
.hero-logo-fallback { position: relative; z-index: 2; text-align: center; text-transform: uppercase; }
.hero-logo-fallback[hidden] { display: none; }
.hero-logo-fallback strong { display: block; color: #ff6b00; font-size: 9rem; font-weight: 900; line-height: .72; text-shadow: 0 0 45px rgba(255,107,0,.3); }
.hero-logo-fallback small { display: block; margin-top: 22px; color: #fff; font-size: 1.6rem; font-weight: 800; letter-spacing: .18em; }
.hero-floating-card { position: absolute; right: 0; bottom: 42px; max-width: 220px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(20,20,20,.74); padding: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.38); backdrop-filter: blur(16px); animation: landing-card-float 6s ease-in-out 1s infinite reverse; }
.landing-marquee { overflow: hidden; border-block: 1px solid rgba(255,255,255,.07); background: #ff6b00; color: #090909; }
.landing-marquee-track { display: flex; width: max-content; animation: landing-marquee 28s linear infinite; }
.landing-marquee-group { display: flex; align-items: center; gap: 22px; padding: 15px 11px; font-size: 13px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.landing-marquee-star { font-size: 9px; }
.service-cards-section { position: relative; isolation: isolate; background: linear-gradient(180deg,#080808,#0d0d0d 45%,#080808); }
.service-cards-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.service-plan-card { position: relative; isolation: isolate; display: flex; min-height: 440px; flex-direction: column; gap: 18px; overflow: hidden; border-radius: 22px; background: transparent; padding: 24px; box-shadow: 0 16px 42px rgba(0,0,0,.3); transition: translate .35s ease,scale .35s ease,box-shadow .35s ease; }
.service-plan-card::before { content: ''; position: absolute; inset: 2px; z-index: 1; border-radius: 20px; background: linear-gradient(155deg,#18181b,#0e0e10 60%,#17100b); }
.service-plan-card::after { content: ''; position: absolute; right: -60px; bottom: -80px; z-index: 1; width: 210px; height: 210px; border-radius: 999px; background: rgba(255,107,0,.11); filter: blur(65px); opacity: .7; pointer-events: none; transition: opacity .35s,transform .45s; }
.service-plan-card:hover,.service-plan-card:focus-within { translate: 0 -7px; scale: 1.012; box-shadow: 0 26px 65px rgba(0,0,0,.48),0 10px 34px rgba(255,107,0,.09); }
.service-plan-card:hover::after,.service-plan-card:focus-within::after { opacity: 1; transform: scale(1.25); }
.service-plan-border { position: absolute; inset: 0; z-index: 0; overflow: hidden; border-radius: inherit; background: #35353b; pointer-events: none; }
.service-plan-border::before { content: ''; position: absolute; top: 50%; left: 50%; width: 180%; height: 120px; transform: translate(-50%,-50%) rotate(0deg); background: linear-gradient(90deg,transparent 7%,rgba(255,107,0,.15) 25%,#ff6b00 47%,#fff 50%,#ff6b00 53%,rgba(255,107,0,.15) 75%,transparent 93%); transform-origin: center; animation: service-border-rotate 7s linear infinite; }
.service-plan-topline,.service-plan-heading,.service-plan-line,.service-plan-list,.service-plan-button { position: relative; z-index: 2; }
.service-plan-topline { display: flex; align-items: center; justify-content: space-between; }
.service-plan-number { color: #71717a; font-family: 'Barlow Condensed',sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .2em; }
.service-plan-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,107,0,.28); border-radius: 14px; background: rgba(255,107,0,.075); color: #ff6b00; transition: color .3s,background .3s,transform .35s; }
.service-plan-icon svg { width: 24px; height: 24px; }
.service-plan-card:hover .service-plan-icon,.service-plan-card:focus-within .service-plan-icon { transform: rotate(-5deg) scale(1.06); background: #ff6b00; color: #fff; }
.service-plan-heading { min-height: 128px; }
.service-plan-kicker { display: block; margin-bottom: 8px; color: #ff8b38; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-plan-title { color: #fff; font-size: 29px; font-weight: 900; line-height: .94; letter-spacing: .01em; text-wrap: balance; text-transform: uppercase; }
.service-plan-description { margin-top: 11px; color: #a1a1aa; font-size: 12px; line-height: 1.55; }
.service-plan-line { width: 100%; height: 1px; margin: 0; border: 0; background: linear-gradient(90deg,rgba(255,107,0,.5),rgba(255,255,255,.1),transparent); }
.service-plan-list { display: flex; flex-direction: column; gap: 9px; margin: 0; padding: 0; list-style: none; }
.service-plan-list li { display: flex; align-items: center; gap: 9px; color: #e4e4e7; font-size: 11px; font-weight: 650; }
.service-plan-check { display: grid; width: 18px; height: 18px; flex: 0 0 18px; place-items: center; border-radius: 999px; background: rgba(255,107,0,.14); color: #ff7a18; box-shadow: inset 0 0 0 1px rgba(255,107,0,.28); }
.service-plan-check svg { width: 11px; height: 11px; fill: currentColor; }
.service-plan-button { display: flex; min-height: 46px; overflow: hidden; align-items: center; justify-content: center; gap: 9px; margin-top: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: #ff6b00; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 12px 26px rgba(255,107,0,.16); transition: background .25s,transform .25s,box-shadow .25s; }
.service-plan-button::after { content: ''; position: absolute; inset: 0; transform: translateX(-120%); background: linear-gradient(110deg,transparent 30%,rgba(255,255,255,.42) 50%,transparent 70%); animation: service-button-shine 3.6s ease-in-out infinite; }
.service-plan-button:hover,.service-plan-button:focus-visible { transform: translateY(-2px); background: #ff7a18; box-shadow: inset 0 1px 0 rgba(255,255,255,.3),0 16px 34px rgba(255,107,0,.25); }
.landing-feature { border: 1px solid rgba(255,255,255,.075); border-radius: 24px; background: rgba(255,255,255,.025); padding: 28px; }
.landing-feature-icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,107,0,.25); border-radius: 15px; background: rgba(255,107,0,.08); color: #ff6b00; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.service-plan-card.reveal { transition: opacity .65s ease,transform .65s ease,translate .35s ease,scale .35s ease,box-shadow .35s ease; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 45; display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: #25d366; box-shadow: 0 16px 35px rgba(0,0,0,.35); color: #fff; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
@keyframes landing-grid-drift { to { background-position: 64px 64px; } }
@keyframes landing-orbit { to { transform: translate3d(70px,45px,0) scale(1.12); } }
@keyframes landing-pulse { 50% { opacity: .55; transform: scale(.82); } }
@keyframes landing-ring { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes landing-float { 50% { transform: translate(-50%,calc(-50% - 12px)); } }
@keyframes landing-card-float { 50% { transform: translateY(-10px); } }
@keyframes landing-marquee { to { transform: translateX(-50%); } }
@keyframes hero-logo-float { 50% { transform: translateY(-12px); } }
@keyframes hero-logo-shimmer { 0%,22% { clip-path: polygon(-18% 0,-10% 0,-24% 100%,-32% 100%); } 66%,100% { clip-path: polygon(124% 0,132% 0,118% 100%,110% 100%); } }
@keyframes hero-logo-breathe { 50% { opacity: .62; transform: translate(-50%,-50%) scale(1.12); } }
@keyframes service-border-rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes service-button-shine { 0%,28% { transform: translateX(-120%); } 68%,100% { transform: translateX(120%); } }
@media (max-width: 1023px) {
    .landing-header-inner { justify-content: flex-end; }
    .landing-hero { padding-top: 132px; }
    .hero-stage { min-height: 420px; }
    .hero-logo-frame { width: min(84vw,480px); min-height: 365px; }
    .hero-main-logo { max-height: 285px; }
    .hero-floating-card { right: 5%; bottom: 10px; }
    .service-cards-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 639px) {
    .booking-logo { max-width: 128px; height: 46px; }
    .booking-services-grid { grid-template-columns: 1fr; }
    .landing-header { display: none; }
    .brand-logo { max-width: 126px; height: 48px; }
    .landing-hero { min-height: auto; padding-top: 20px; }
    .landing-title { font-family: 'Inter',system-ui,sans-serif; font-size: clamp(3.3rem,16vw,4.7rem); line-height: .9; letter-spacing: -.055em; }
    .hero-layout { gap: 0; }
    .hero-stage { order: -1; display: flex; min-height: 292px; margin-top: 0; flex-direction: column; justify-content: center; gap: 0; }
    .hero-stage::before { top: 2px; font-size: 18rem; -webkit-text-stroke-color: rgba(255,255,255,.11); }
    .hero-ring { top: 43%; width: 330px; }
    .hero-logo-glow { top: 43%; }
    .hero-logo-frame { width: min(94vw,370px); min-height: 258px; }
    .hero-main-logo,.hero-logo-shine { width: 88%; max-height: 245px; }
    .hero-logo-fallback strong { font-size: 7.5rem; }
    .hero-logo-fallback small { font-size: 1.25rem; }
    .hero-floating-card { display: none; }
    .hero-copy { margin-top: -3.5rem; padding-top: 0; text-align: center; }
    .hero-copy .landing-title { margin-top: 1rem; }
    .hero-copy > p { margin-right: auto; margin-left: auto; }
    .hero-actions { align-items: center; }
    .hero-actions > a { width: min(88vw,320px); }
    .hero-copy > div:last-child { justify-content: center; }
    .service-cards-grid { grid-template-columns: 1fr; gap: 14px; }
    .service-plan-card { min-height: 430px; padding: 22px; }
    .service-plan-title { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
    .landing-grid,.landing-orb,.landing-eyebrow-dot,.hero-ring,.hero-logo-glow,.hero-logo-frame,.hero-logo-shine,.hero-floating-card,.landing-marquee-track { animation: none !important; }
    .reveal { opacity: 1; transform: none; }
    .service-plan-card,.service-plan-card::after,.service-plan-icon,.service-plan-button { transition: none; }
    .service-plan-border::before,.service-plan-button::after { animation: none !important; }
    * { scroll-behavior: auto !important; }
}
