:root{--bg:#fcfcfd;--surface:#fff;--surface-soft:#f8fbff;--text:#202020;--muted:#6d7179;--line:rgba(32,32,32,.1);--blue:#b8c9ff;--blue-strong:#a7dfff;--yellow:#fdc90d;--yellow-strong:#ffd84d;--shadow:0 24px 70px rgba(111,138,210,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(184,201,255,.18),transparent 28%),radial-gradient(circle at top right,rgba(167,223,255,.16),transparent 30%),linear-gradient(180deg,#fff 0,var(--bg) 100%)}a{color:inherit;text-decoration:none}img{max-width:100%}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;width:100%;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(32,32,32,.05);box-shadow:0 10px 28px rgba(32,32,32,.08)}.topbar-inner{width:min(1400px,calc(100% - 40px));margin:0 auto;min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center}.brand-logo{display:block;width:auto;height:44px}.nav{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 36px;font-size:.95rem}.nav a{color:rgba(32,32,32,.92)}.nav a:hover{color:#7ea3ff}.eyebrow{margin:0;font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;color:#5e87df}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:999px;font-size:1rem;font-weight:600;transition:transform .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:linear-gradient(135deg,var(--yellow-strong),var(--yellow));box-shadow:0 12px 24px rgba(253,201,13,.26)}.button.secondary{border:1px solid rgba(32,32,32,.1);background:hsla(0,0%,100%,.88)}.hero-frame{width:min(1400px,calc(100% - 40px));margin:0 auto;position:relative;padding:68px 0 54px;overflow:hidden}.hero-art{position:absolute;z-index:0;color:hsla(0,0%,100%,.78);font-size:clamp(16rem,32vw,34rem);font-weight:700;line-height:.8;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero-art-left{left:-2%;top:12%}.hero-art-right{right:-1%;top:10%}.hero-card{position:relative;z-index:1;min-height:620px;display:grid;align-items:center;border-radius:44px;overflow:hidden;background:linear-gradient(135deg,rgba(184,201,255,.92),rgba(167,223,255,.82));box-shadow:var(--shadow)}.hero-card-media{position:absolute;inset:0;opacity:.16}.hero-card-media img{width:100%;height:100%;object-fit:cover}.hero-card-copy{position:relative;z-index:1;width:min(720px,100%);margin:0 auto;text-align:center;padding:80px 24px}.hero-card-copy h1{margin:18px 0 12px;font-size:clamp(3rem,7vw,5.8rem);line-height:.94;font-weight:800;letter-spacing:-.04em;text-shadow:0 8px 18px rgba(0,0,0,.1)}.hero-subtitle{margin:0;font-size:clamp(1.1rem,2vw,1.5rem);letter-spacing:.16em;text-transform:uppercase}.hero-divider{width:220px;max-width:100%;height:1px;background:rgba(32,32,32,.6);margin:24px auto 0}.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:28px}.section-block,.split-section{width:min(1400px,calc(100% - 40px));margin-left:auto;margin-right:auto;margin-top:72px}.split-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.section-title h2,.split-copy h2{margin:12px 0 0;font-size:clamp(2.1rem,4vw,4rem);line-height:1.08;letter-spacing:-.03em}.editor-content,.faq-card p,.form-placeholder p,.package-card p,.process-step p,.service-card p,.split-copy p:not(.eyebrow){color:var(--muted);font-size:1.05rem;line-height:1.8}.split-copy .button{margin-top:26px}.media-frame{padding:18px;border-radius:36px;background:linear-gradient(135deg,rgba(184,201,255,.9),rgba(167,223,255,.75));box-shadow:var(--shadow)}.media-frame-soft{background:linear-gradient(135deg,rgba(184,201,255,.76),rgba(167,223,255,.64))}.media-frame img{display:block;width:100%;aspect-ratio:16/11;object-fit:cover;border-radius:28px;background:#fff}.section-title{margin-bottom:28px}.package-grid,.service-grid{display:grid;grid-gap:22px;gap:22px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.package-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-content,.form-placeholder,.package-card,.process-step,.service-card{background:hsla(0,0%,100%,.92);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow)}.package-card,.service-card{padding:28px}.package-card h3,.process-step h3,.service-card h3{margin:0 0 14px;font-size:1.45rem;line-height:1.2}.faq-accordion{display:grid;grid-gap:16px;gap:16px}.faq-item{background:hsla(0,0%,100%,.94);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 26px;font-size:1.18rem;font-weight:700}.faq-item summary::-webkit-details-marker{display:none}.faq-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:rgba(184,201,255,.2);color:#5e87df;font-size:1.35rem;font-weight:500;flex:0 0 auto}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 26px 24px}.faq-answer p{margin:0;color:var(--muted);font-size:1rem;line-height:1.8}.package-card span{display:inline-flex;margin-bottom:14px;padding:7px 12px;border-radius:999px;background:rgba(184,201,255,.24);color:#5e87df;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.process-steps{display:grid;grid-gap:16px;gap:16px;margin-top:26px}.process-step{padding:22px 24px}.editor-content{padding:30px}.editor-content :first-child{margin-top:0}.editor-content :last-child{margin-bottom:0}.form-placeholder{padding:30px}.form-box,.form-placeholder code{display:block;margin-top:18px;padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,rgba(184,201,255,.18),rgba(167,223,255,.18));color:#4a5d8a;font-family:inherit}.site-footer{margin-top:72px}.footer-main{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(184,201,255,.92),rgba(167,223,255,.82))}.footer-wave{position:absolute;top:-90px;left:0;right:0;height:180px;background:#fff;border-bottom-left-radius:50% 100%;border-bottom-right-radius:50% 100%}.footer-bottom,.footer-brand-area,.footer-columns,.footer-top-links{width:min(1400px,calc(100% - 40px));margin:0 auto;position:relative;z-index:1}.footer-brand-area{padding-top:118px}.footer-logo{height:54px;width:auto}.footer-top-links{display:flex;justify-content:center;flex-wrap:wrap;gap:20px 52px;padding:24px 0 40px;font-size:1.02rem}.footer-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:40px;gap:40px;padding-bottom:72px}.footer-column h3{margin:0 0 18px;font-size:1.2rem}.footer-column p{margin:0 0 8px;color:rgba(32,32,32,.84);line-height:1.65}.footer-socials{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.footer-socials span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:999px;background:hsla(0,0%,100%,.7);font-size:.9rem;font-weight:700}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:20px;padding-bottom:20px;font-size:.98rem}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:16px 34px}@media (max-width:1100px){.nav{gap:14px 20px;font-size:.9rem}.package-grid,.service-grid,.split-section{grid-template-columns:1fr}.footer-columns{grid-template-columns:1fr 1fr;gap:28px;padding-bottom:40px}}@media (max-width:900px){.footer-bottom,.footer-brand-area,.footer-columns,.footer-top-links,.hero-frame,.section-block,.split-section,.topbar-inner{width:min(100% - 24px,1400px)}.topbar-inner{min-height:auto;padding:18px 0;flex-direction:column;align-items:flex-start}.nav{justify-content:flex-start}.hero-frame{padding-top:32px;padding-bottom:24px}.hero-card{min-height:420px;border-radius:30px}.hero-card-copy{padding:56px 18px}.hero-card-copy h1{font-size:clamp(2.4rem,12vw,4rem)}.hero-art{font-size:12rem;opacity:.75}.section-block,.split-section{margin-top:48px}.split-section{gap:28px}.section-title h2,.split-copy h2{font-size:clamp(1.8rem,8vw,2.6rem)}.editor-content,.faq-item,.form-placeholder,.package-card,.process-step,.service-card{border-radius:22px}.editor-content,.faq-answer,.form-placeholder,.package-card,.process-step,.service-card{padding-left:20px;padding-right:20px}.faq-item summary{padding:18px 20px;font-size:1.05rem}.faq-answer{padding:0 20px 20px}.button{width:100%}.hero-actions{flex-direction:column;align-items:stretch}.brand-logo{height:38px}.media-frame{padding:12px;border-radius:24px}.media-frame img{border-radius:18px;aspect-ratio:4/3}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.topbar-inner{gap:16px;padding:16px 0}.nav{gap:10px 16px;font-size:.88rem}.hero-card-copy{padding:38px 14px}.hero-subtitle{font-size:1rem;letter-spacing:.12em}.hero-divider{width:160px}.hero-art{font-size:8rem}.footer-brand-area{padding-top:92px}.footer-bottom-links,.footer-columns,.footer-top-links{gap:14px 18px}.footer-columns{grid-template-columns:1fr}.editor-content,.faq-answer p,.form-placeholder p,.package-card p,.process-step p,.service-card p,.split-copy p:not(.eyebrow){font-size:.98rem;line-height:1.7}.package-card h3,.process-step h3,.service-card h3{font-size:1.2rem}.form-box,.form-placeholder code{padding:16px}}