:root{--ink:#172238;--muted:#68748a;--paper:#f7f7fa;--white:#fff;--purple:#6544dc;--purple-dark:#3e258e;--gold:#c9a244;--line:#e2e5ec;--radius:28px;--shadow:0 24px 70px rgba(25,31,49,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:0 auto;padding:18px 24px;background:rgba(247,247,250,.88);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;font-weight:850;text-decoration:none}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,var(--purple),var(--purple-dark));color:white;font-size:13px;letter-spacing:.5px}.site-header nav{display:flex;gap:24px}.site-header nav a{text-decoration:none;color:var(--muted);font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--purple)}main{overflow:hidden}.hero{min-height:780px;display:grid;grid-template-columns:1.06fr .7fr;align-items:center;gap:80px;max-width:1180px;margin:0 auto;padding:72px 40px 96px}.eyebrow{display:inline-block;color:var(--purple);font-size:12px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase}.hero h1,.section-heading h2,.split-copy h2,.cta-section h2{font-family:Georgia,"Times New Roman",serif;line-height:1.04;letter-spacing:-1.7px}.hero h1{max-width:720px;margin:18px 0 24px;font-size:clamp(48px,6vw,82px)}.hero-copy>p{max-width:650px;color:var(--muted);font-size:19px}.hero-actions{display:flex;align-items:center;gap:20px;margin:32px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:15px;background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:white;text-decoration:none;font-weight:850;box-shadow:0 12px 30px rgba(101,68,220,.25)}.button.disabled{cursor:default}.availability{color:var(--muted);font-size:14px;font-weight:750}.hero-points{display:flex;flex-wrap:wrap;gap:12px 24px;margin:34px 0 0;padding:0;list-style:none;color:var(--muted);font-size:14px}.hero-points li:before{content:"✓";margin-right:8px;color:var(--gold);font-weight:900}.phone{overflow:hidden;border:9px solid #161e32;border-radius:34px;background:#161e32;box-shadow:var(--shadow)}.phone img{width:100%;height:auto}.hero-phone{width:310px;justify-self:center;transform:rotate(2deg);box-shadow:0 40px 100px rgba(62,37,142,.24)}.section{max-width:1180px;margin:0 auto;padding:100px 24px}.section-heading{max-width:710px;margin-bottom:48px}.section-heading h2,.split-copy h2,.cta-section h2{margin:14px 0 16px;font-size:clamp(38px,5vw,60px)}.section-heading p,.split-copy p,.cta-section p{color:var(--muted);font-size:18px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid article{min-height:260px;padding:28px;border:1px solid var(--line);border-radius:24px;background:var(--white)}.feature-grid article>span{color:var(--gold);font-size:13px;font-weight:900}.feature-grid h3{margin:38px 0 10px;font-size:21px}.feature-grid p{margin:0;color:var(--muted);font-size:15px}.showcase{max-width:none;background:#171f34;color:white}.showcase>.section-heading,.showcase>.screen-row{max-width:1180px;margin-left:auto;margin-right:auto}.showcase .section-heading p,.showcase .screen-card p{color:#abb4c7}.showcase .eyebrow{color:#d9b85d}.screen-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:start}.screen-card{padding:22px}.screen-card .phone{margin-bottom:26px}.screen-card.featured{transform:translateY(-24px)}.screen-card h3{margin:0 0 8px;font-size:21px}.screen-card p{margin:0;font-size:15px}.split-section{display:grid;grid-template-columns:1fr .55fr;align-items:center;gap:100px;max-width:1040px;margin:0 auto;padding:120px 40px}.split-copy{max-width:590px}.text-link{display:inline-block;margin-top:20px;color:var(--purple);font-weight:850;text-decoration:none}.result-phone{width:300px;justify-self:center}.mini-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.mini-gallery figure{margin:0;overflow:hidden;border-radius:24px;background:white;box-shadow:var(--shadow)}.mini-gallery figure>img{aspect-ratio:9/15.5;width:100%;object-fit:cover;object-position:top}.mini-gallery figcaption{display:flex;flex-direction:column;gap:4px;padding:20px}.mini-gallery figcaption span{color:var(--muted);font-size:14px}.cta-section{margin:60px auto 110px;padding:80px 24px;max-width:1080px;border-radius:34px;background:linear-gradient(135deg,#fff 0%,#eee9ff 100%);text-align:center}.cta-section p{margin-bottom:28px}footer{display:grid;grid-template-columns:1fr auto;gap:20px;max-width:1180px;margin:0 auto;padding:42px 24px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}footer>div:first-child{display:flex;flex-direction:column;color:var(--ink)}.footer-links{display:flex;gap:20px}.footer-links a{text-decoration:none}footer>p{grid-column:1/-1;margin:12px 0 0}
@media(max-width:850px){.site-header nav a:nth-child(-n+2){display:none}.hero{grid-template-columns:1fr;padding-top:50px;text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-points{justify-content:center}.hero-phone{width:280px}.feature-grid{grid-template-columns:1fr 1fr}.screen-row{grid-template-columns:1fr;max-width:390px!important}.screen-card.featured{transform:none}.split-section{grid-template-columns:1fr;text-align:center}.split-copy{margin:auto}.mini-gallery{grid-template-columns:1fr;max-width:390px;margin:auto}}
@media(max-width:560px){.site-header{padding:14px 16px}.site-header nav{gap:14px}.site-header nav a{font-size:12px}.hero{gap:45px;padding:52px 20px 76px}.hero h1{font-size:47px}.hero-actions{flex-direction:column}.hero-points{flex-direction:column;gap:8px}.feature-grid{grid-template-columns:1fr}.section{padding:74px 18px}.showcase{padding-left:8px;padding-right:8px}.split-section{padding:86px 20px}.cta-section{margin:30px 14px 80px;padding:62px 20px}footer{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
