.top-strip{height:33px;background:var(--brand-900);color:#ebe1ef;font-size:10px;letter-spacing:.03em}
.top-strip .container{display:flex;justify-content:space-between;align-items:center;height:100%}
.top-strip a{margin-left:22px}
.site-header{height:91px;background:#fffffffa;position:sticky;top:0;z-index:40;border-bottom:1px solid #ece7ee;backdrop-filter:blur(12px)}
.navbar{height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:flex;align-items:center;gap:9px;flex-shrink:0}
.brand img{width:49px;height:49px;object-fit:contain}
.brand strong{font-size:22px;letter-spacing:-.05em;display:block;line-height:1.2;color:var(--brand-900)}
.brand strong span{font-weight:500;font-size:18px}
.brand small{font-size:8px;letter-spacing:.05em;color:var(--ink-700)}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links>a{font-size:12px;font-weight:600;position:relative;padding-block:16px}
.nav-links>a.active{color:var(--brand-700)}
.nav-links>a.active::after{content:'';width:5px;height:5px;border-radius:50%;background:var(--brand-700);position:absolute;bottom:4px;left:50%}
.nav-links>a:hover{color:var(--brand-600)}
.nav-phone{display:flex;align-items:center;gap:10px;color:var(--brand-700);border-left:1px solid var(--border);padding-left:24px}
.nav-phone small{font-size:9px;display:block;font-weight:600}
.nav-phone strong{font-size:12px;display:block}
.menu-toggle{display:none}
.hero-wrap{padding:22px 24px 0}
.hero{position:relative;isolation:isolate;min-height:605px;display:flex;align-items:center;border-radius:24px;overflow:hidden;background:var(--brand-900)}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 45%;z-index:-2}
.hero::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#3d0655f7 0%,#460661e8 28%,#4c09698c 53%,#430a5b08 80%),linear-gradient(0deg,#3d06554a,transparent 35%);z-index:-1}
.hero .container{padding-block:65px}
.hero-content{max-width:650px}
.hero-badge{display:inline-flex;align-items:center;gap:9px;border:1px solid #ffffff40;background:#ffffff0e;color:#f0e5f4;border-radius:30px;padding:6px 13px;font-size:10px;letter-spacing:.035em;margin-bottom:26px}
.hero-badge span{height:6px;width:6px;background:#c9a5d8;border-radius:50%}
.hero h1{font-size:clamp(38px,4.15vw,60px);color:white;line-height:1.13;letter-spacing:-.045em}
.hero h1 em{color:#decce6}
.hero p{max-width:415px;color:#eae0ee;font-size:14px;margin:23px 0 30px;line-height:1.9}
.hero .btn{font-size:12px;min-height:49px}
.hero-bottom{margin-top:39px;display:flex;align-items:center;gap:12px;color:white;font-size:10px}
.hero-bottom .icon{width:32px;height:32px;padding:6px;border:1px solid #ffffff50;border-radius:50%}
.hero-bottom span{display:block;color:#dcd0e1;font-size:9px}
.hero-note{position:absolute;right:38px;bottom:35px;background:#ffffffec;backdrop-filter:blur(12px);padding:17px 22px;border-radius:15px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow)}
.hero-note .icon-box{margin:0;width:39px;height:39px;border-radius:50%}
.hero-note strong{display:block;font-size:12px}
.hero-note small{font-size:10px;color:var(--ink-700)}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0;border-bottom:1px solid var(--border)}
.trust-item{display:flex;gap:15px;justify-content:center;align-items:center;border-right:1px solid var(--border)}
.trust-item:last-child{border:0}
.trust-item>.icon{color:var(--brand-700);width:27px;height:27px}
.trust-item strong{display:block;font-size:13px}
.trust-item small{display:block;font-size:10px;color:var(--ink-700)}
.why-visual{height:405px;position:relative;border-radius:22px;overflow:hidden;display:flex;align-items:end;padding:22px}
.why-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}
.why-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#3d0655bb,transparent 80%)}
.why-cards{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:15px;width:100%}
.why-cards .card{padding:22px;border:0;border-radius:14px}
.why-cards .icon-box{width:37px;height:37px;border-radius:8px;margin-bottom:12px}
.why-cards h3{font-size:16px;letter-spacing:-.025em}
.why-cards p{font-size:12px;margin-top:8px}
.service-card{display:flex;flex-direction:column;padding:25px;border-radius:18px;background:#fff;border:1px solid var(--border);transition:box-shadow .2s,transform .2s}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.service-card .service-top{display:flex;justify-content:space-between;align-items:start}
.service-card .service-no{font-size:11px;color:#a394aa}
.service-card h3{font-size:18px;margin:2px 0 12px;max-width:270px;line-height:1.5;letter-spacing:-.025em}
.service-card p{font-size:12px;flex:1}
.service-card .text-link{margin-top:16px;font-size:11px}
.service-card .text-link .icon{width:17px}
.service-footer{display:flex;justify-content:center;gap:8px;align-items:center;flex-wrap:wrap;margin-top:30px;font-size:12px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:45px}
.step-number{display:flex;align-items:center;gap:15px;margin-bottom:22px}
.step-number span{display:grid;place-items:center;width:43px;height:43px;background:var(--brand-100);border:1px solid #decce5;border-radius:50%;font-size:13px;color:var(--brand-700);flex-shrink:0}
.step-number::after{content:'';height:1px;flex:1;background:var(--border)}
.steps h3{font-size:16px;margin-bottom:12px}
.steps p{font-size:12px}
.cta-banner{border-radius:23px;background:radial-gradient(ellipse at 90% 100%,#74438955,transparent 60%),var(--brand-900);color:white;display:flex;align-items:center;justify-content:space-between;gap:35px;padding:43px 50px;position:relative;overflow:hidden}
.cta-banner h2{font-size:30px;max-width:530px}
.cta-banner p{color:#d7c8de;font-size:13px;margin-top:14px}
.cta-banner .eyebrow{color:#d4b9df}
.cta-banner .btn{flex-shrink:0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-photo{position:relative;padding:0 25px 25px 0}
.about-photo>img{width:100%;height:440px;object-fit:cover;border-radius:22px}
.about-label{position:absolute;bottom:0;right:0;background:#eee6f1;border:7px solid white;border-radius:22px;padding:22px 30px}
.about-label strong{font-size:35px;color:var(--brand-900);display:block;line-height:1.2}
.about-label small{font-size:11px}
.about-copy>p{margin:22px 0;font-size:14px}
.values{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-bottom:20px}
.values span{font-size:12px;display:flex;gap:9px;align-items:center}
.values .icon{width:17px;color:var(--brand-700)}
.testimonial{padding:27px;background:white;border:1px solid var(--border);border-radius:18px}
.quote-mark{font-family:Georgia,serif;font-size:50px;height:44px;color:var(--brand-700);line-height:1}
.testimonial blockquote{margin:10px 0 22px;font-size:13px;line-height:1.9;color:var(--ink-700)}
.person{display:flex;align-items:center;gap:12px}
.avatar{display:grid;place-items:center;flex-shrink:0;width:39px;height:39px;border-radius:50%;color:var(--brand-800);background:var(--brand-100);font-size:12px;font-weight:700}
.person strong{display:block;font-size:12px}
.person small{display:block;font-size:10px;color:var(--ink-700)}
.coverage{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}
.coverage p{margin:20px 0;font-size:14px}
.area-tags{display:flex;gap:10px;flex-wrap:wrap}
.area-tags span{border:1px solid var(--border);padding:8px 15px;border-radius:9px;font-size:12px}
.coverage-art{background:#f0eaf2;border-radius:24px;padding:45px;position:relative;overflow:hidden}
.coverage-art .island{font-family:Georgia,serif;font-style:italic;font-size:56px;color:var(--brand-800);line-height:1.3}
.coverage-art small{font-size:11px}
.coverage-art .icon{width:38px;height:38px;margin-bottom:15px;color:var(--brand-700)}
.blog-card{border:1px solid var(--border);padding:10px;border-radius:18px;background:white;overflow:hidden}
.blog-card img{width:100%;height:205px;object-fit:cover;border-radius:12px}
.blog-body{padding:20px 14px 13px}
.blog-meta{display:flex;justify-content:space-between;color:var(--brand-700);font-size:9px;letter-spacing:.07em;margin-bottom:15px}
.blog-card h3{font-size:18px;line-height:1.5;letter-spacing:-.03em}
.blog-card p{font-size:12px;margin-top:10px}
.blog-card .text-link{font-size:11px;margin-top:10px}
.contact-band{background:#f0eaf3;padding:53px 0}
.contact-band .container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.contact-band h2{font-size:31px}
.contact-band p{font-size:13px;margin-top:12px}
.footer{background:#fbfafc;padding:55px 0 0}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:45px;padding-bottom:45px}
.footer-brand p{font-size:12px;margin-top:20px;max-width:260px}
.footer h3{font-size:12px;letter-spacing:0;margin-bottom:18px}
.footer a:not(.brand){font-size:12px;display:block;color:var(--ink-700);margin-bottom:10px}
.footer a:hover{color:var(--brand-700)}
.footer p{font-size:12px}
.footer-bottom{border-top:1px solid var(--border);padding:20px 0;display:flex;justify-content:space-between;font-size:10px;color:var(--ink-700)}
.footer-bottom a{font-size:10px!important;margin:0!important}
.floating-wa{position:fixed;bottom:22px;right:24px;z-index:35;background:var(--brand-700);border:4px solid #fff;border-radius:50%;width:57px;height:57px;display:grid;place-items:center;color:white;box-shadow:0 5px 25px #36094933}
.floating-wa:hover{background:var(--brand-900);transform:translateY(-3px)}
.page-hero{text-align:center;background:var(--surface-soft);padding:65px 24px}
.page-hero h1{font-size:46px}
.page-hero p{max-width:600px;margin:20px auto 0;font-size:14px}
.page-hero .eyebrow{margin-bottom:14px}
.service-search{max-width:560px;margin:0 auto 35px}
.contact-card .icon-box{margin-top:10px}
.contact-card h3{margin-bottom:12px}
.contact-card p{margin-bottom:15px}
.contact-card a{overflow-wrap:anywhere}
.article{max-width:800px;margin:auto}
.article>img{width:100%;height:340px;object-fit:cover;border-radius:20px;margin-bottom:30px}
.article h1{font-size:40px;margin:15px 0 25px}
.article p{margin:20px 0}
.article li{margin:15px 0}
.article h2{font-size:26px;margin-top:35px}
