:root { color-scheme: light; --violet: #41265f; --deep-violet: #241532; --lavender: #e9e6f6; --silver: #d4d0df; --paper: #fbfaff; --ink: #322a3c; --line: rgba(65, 38, 95, 0.16); font-family: "Avenir Next", "Century Gothic", "Trebuchet MS", ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
html { min-width: 320px; background: var(--paper); }
body { min-width: 320px; min-height: 100vh; margin: 0; overflow-x: hidden; color: var(--ink); background: linear-gradient(112deg, #f7f5ff 0%, var(--paper) 52%, #f0eef8 100%); }
a { color: inherit; }
a:focus-visible { outline: 3px solid #7451a1; outline-offset: 5px; }
.site-frame { width: min(100%, 1440px); min-height: 100vh; margin: 0 auto; padding: clamp(1.15rem, 3vw, 3.25rem) clamp(1rem, 6.4vw, 6.5rem) 1.3rem; display: grid; grid-template-rows: auto 1fr auto auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 2.8rem; color: var(--violet); }
.wordmark { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.84rem; font-weight: 700; letter-spacing: -0.015em; text-decoration: none; }
.wordmark-g { display: grid; width: 2rem; aspect-ratio: 1; place-items: center; color: var(--paper); background: var(--violet); border-radius: 0.45rem 0.45rem 0.45rem 0.05rem; font-size: 1rem; }
.place, .panel-label { margin: 0; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(21rem, 0.8fr); align-items: center; gap: clamp(2rem, 8vw, 8rem); min-height: clamp(34rem, 71vh, 47rem); padding: 3rem 0 2.5rem; }
.hero-copy { position: relative; z-index: 1; max-width: 41rem; }
.kicker { display: flex; align-items: center; gap: 0.65rem; margin: 0 0 1.4rem; color: var(--violet); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.kicker span { width: 1.5rem; height: 2px; background: #9679bc; }
h1 { max-width: 8.5ch; margin: 0; color: var(--deep-violet); font-size: clamp(3.2rem, 7.5vw, 7.6rem); font-weight: 650; letter-spacing: -0.075em; line-height: 0.88; }
h1 i { color: #725195; font-style: normal; font-weight: 450; }
.lead { max-width: 30rem; margin: clamp(1.5rem, 3vw, 2.35rem) 0 0; font-size: clamp(1rem, 1.3vw, 1.13rem); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; padding: 0.8rem 1.2rem; border: 1px solid var(--violet); border-radius: 0.35rem; font-size: 0.88rem; font-weight: 700; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.button-primary { color: var(--paper); background: var(--violet); box-shadow: 0 0.7rem 1.5rem rgba(65, 38, 95, 0.18); }
.button-quiet { color: var(--violet); background: rgba(255, 255, 255, 0.42); }
.button:hover { transform: translateY(-2px); box-shadow: 0 0.95rem 1.7rem rgba(65, 38, 95, 0.2); }
.lock-display { position: relative; z-index: 0; justify-self: end; width: min(100%, 30rem); aspect-ratio: 0.83; display: grid; place-items: center; isolation: isolate; }
.lock-display::before { position: absolute; z-index: -2; inset: 10% 3% 5% 9%; border: 1px solid var(--line); border-radius: 52% 48% 40% 48%; background: linear-gradient(145deg, rgba(233, 230, 246, 0.92), rgba(255, 255, 255, 0.3)); content: ""; }
.lock-display svg { width: 87%; filter: drop-shadow(0 1.35rem 1.3rem rgba(54, 35, 78, 0.19)); }
.step { position: absolute; z-index: -1; width: 19%; height: 11%; border: 1px solid rgba(65, 38, 95, 0.22); background: rgba(212, 208, 223, 0.58); }
.step-one { top: 16%; right: 3%; }.step-two { top: 27%; right: 10%; }.step-three { top: 38%; right: 17%; }
.contact-panel { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid var(--line); color: var(--violet); }
.phone-number { min-width: 0; text-align: center; font-size: clamp(1.05rem, 2vw, 1.42rem); font-weight: 700; letter-spacing: -0.035em; overflow-wrap: anywhere; text-decoration: none; }
.panel-note { justify-self: end; margin: 0; font-size: 0.82rem; }
footer { padding-top: 0.75rem; color: rgba(50, 42, 60, 0.72); font-size: 0.72rem; line-height: 1.45; } footer p { margin: 0; }
@media (max-width: 760px) { .site-header { align-items: flex-start; }.place { max-width: 10ch; text-align: right; line-height: 1.35; }.hero { grid-template-columns: 1fr; gap: 0; min-height: auto; padding: 3.3rem 0 2.5rem; }.lock-display { width: min(85vw, 24rem); margin: 1.4rem -0.5rem -1rem auto; }.contact-panel { grid-template-columns: 1fr; gap: 0.65rem; padding: 1.35rem 0; }.phone-number, .panel-note { justify-self: start; text-align: left; } }
@media (max-width: 380px) { .site-frame { padding-inline: 1rem; }h1 { font-size: clamp(2.8rem, 16vw, 3.6rem); }.hero-actions { display: grid; }.button { width: 100%; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; } }

.demo-note { padding: 10px 16px; text-align: center; background: #e9e6f6; color: #594765; font-size: 12px; }
