/* SUPERLAN Sales Theme V4 shared base */
:root{--bg:#fff;--ink:#0b1728;--muted:#667085;--line:#e7eaf0;--accent:#0b78ff;--accent2:#082a50;--soft:#f5f8fc;--radius:20px;--shadow:0 20px 55px rgba(15,23,42,.10);--serif:Georgia,'Times New Roman',serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--bg);font-family:var(--sans);line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.dv-container{width:min(1180px,calc(100% - 40px));margin:auto}.dv-header{height:76px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);display:flex;align-items:center;position:relative;z-index:20;border-bottom:1px solid rgba(10,20,35,.06)}.dv-nav{display:flex;align-items:center;justify-content:space-between;gap:28px}.dv-brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:25px;letter-spacing:-.6px}.dv-brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--accent),var(--accent2));display:grid;place-items:center;color:#fff;font-weight:900}.dv-brand small{display:block;font-size:9px;letter-spacing:2.2px;font-weight:700;color:var(--muted)}.dv-menu{display:flex;align-items:center;gap:30px;font-weight:650;font-size:14px}.dv-menu a:hover{color:var(--accent)}.dv-actions{display:flex;align-items:center;gap:10px}.dv-phone,.dv-btn{min-height:44px;padding:0 19px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800}.dv-phone{border:1px solid var(--line);background:#fff}.dv-btn{background:var(--accent);color:#fff;border:0;box-shadow:0 8px 24px color-mix(in srgb,var(--accent) 25%,transparent)}.dv-btn.dark{background:var(--ink)}.dv-btn.light{background:#fff;color:var(--ink)}.dv-btn.ghost{background:transparent;border:1px solid currentColor;box-shadow:none}.dv-hero{position:relative;overflow:hidden}.dv-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:560px}.dv-hero-copy{padding:86px 48px 80px max(32px,calc((100vw - 1180px)/2));display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.dv-kicker{font-size:12px;font-weight:900;letter-spacing:3px;color:var(--accent);text-transform:uppercase}.dv-hero h1{font-family:var(--serif);font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-2.8px;margin:18px 0 22px}.dv-hero p{font-size:18px;color:var(--muted);max-width:600px}.dv-hero-media{min-height:560px;position:relative;overflow:hidden}.dv-hero-media img{width:100%;height:100%;object-fit:cover}.dv-hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.22),transparent 30%)}.dv-trust{display:flex;gap:26px;margin-top:32px;font-size:13px;font-weight:750}.dv-trust span{display:flex;align-items:center;gap:8px}.dv-dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.dv-section{padding:82px 0}.dv-section.soft{background:var(--soft)}.dv-heading{text-align:center;max-width:760px;margin:0 auto 38px}.dv-heading.left{text-align:left;margin-left:0}.dv-heading h2{font-family:var(--serif);font-size:clamp(36px,4vw,54px);line-height:1.05;margin:8px 0 14px;letter-spacing:-1.5px}.dv-heading p{color:var(--muted);font-size:17px}.dv-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}.dv-tab{padding:10px 24px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:750}.dv-tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}.dv-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dv-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dv-card{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.04)}.dv-card-media{aspect-ratio:1.28/1;overflow:hidden;background:#e9eef4}.dv-card-media img{width:100%;height:100%;object-fit:cover;transition:.35s transform}.dv-card:hover .dv-card-media img{transform:scale(1.03)}.dv-card-body{padding:18px}.dv-card small{color:var(--accent);font-weight:800}.dv-card h3{font-family:var(--serif);font-size:22px;line-height:1.12;margin:6px 0}.dv-card p{color:var(--muted);margin:5px 0}.dv-price{font-family:var(--serif);font-size:22px;color:var(--accent)!important;font-weight:800}.dv-link{display:inline-flex;align-items:center;gap:8px;margin-top:12px;font-weight:850;color:var(--accent)}.dv-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.dv-split.reverse .dv-split-media{order:-1}.dv-split-media{border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.dv-split-media img{width:100%;height:440px;object-fit:cover}.dv-list{display:grid;gap:16px;margin:28px 0}.dv-list-item{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start}.dv-list-icon{width:48px;height:48px;border-radius:50%;background:color-mix(in srgb,var(--accent) 12%,white);color:var(--accent);display:grid;place-items:center;font-weight:900}.dv-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dv-stat{padding:25px;border-radius:18px;background:#fff;border:1px solid var(--line)}.dv-stat strong{display:block;font-family:var(--serif);font-size:36px;color:var(--accent)}.dv-cta{position:relative;min-height:330px;overflow:hidden;color:#fff;display:flex;align-items:center}.dv-cta img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.dv-cta:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,16,28,.92),rgba(6,16,28,.32))}.dv-cta .dv-container{position:relative;z-index:2}.dv-cta h2{font-family:var(--serif);font-size:48px;line-height:1.05;margin:0 0 14px}.dv-footer{background:#07131f;color:#d9e2ec;padding:48px 0 22px}.dv-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:42px}.dv-footer h4{color:#fff;margin:0 0 14px}.dv-footer a,.dv-footer p{color:#b7c1ce;font-size:14px}.dv-footer-brand{font-family:var(--serif);font-size:28px;color:#fff;margin-bottom:12px}.dv-copy{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px;font-size:12px;color:#8795a4}.dv-assistant{position:fixed;right:22px;bottom:22px;width:315px;background:#fff;border:1px solid #dce3ec;border-radius:18px;box-shadow:0 24px 60px rgba(7,19,31,.22);z-index:40;padding:16px}.dv-assistant strong{display:block}.dv-assistant p{font-size:12px;color:#667085}.dv-assistant-row{display:flex;gap:6px;flex-wrap:wrap}.dv-assistant button{border:1px solid #b8ccff;background:#fff;color:#1967d2;padding:6px 10px;border-radius:8px}.dv-form{display:grid;gap:12px}.dv-form input,.dv-form select,.dv-form textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;font:inherit}.dv-mobile{display:none}.dv-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:color-mix(in srgb,var(--accent) 14%,white);color:var(--accent);font-size:12px;font-weight:850}.dv-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dv-feature{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.dv-feature h3{margin:10px 0 6px}.dv-feature p{color:var(--muted);font-size:14px}.dv-feature-icon{width:52px;height:52px;border-radius:16px;background:color-mix(in srgb,var(--accent) 12%,white);display:grid;place-items:center;color:var(--accent);font-size:24px;font-weight:900}.dv-modal{display:none;position:fixed;inset:0;background:rgba(7,19,31,.65);z-index:80;place-items:center;padding:20px}.dv-modal.open{display:grid}.dv-modal-card{background:#fff;max-width:520px;border-radius:20px;padding:28px}.dv-modal-close{float:right;border:0;background:transparent;font-size:24px}.dv-menu-toggle{display:none}
@media(max-width:900px){.dv-menu{display:none}.dv-menu-toggle{display:inline-flex}.dv-actions .dv-phone{display:none}.dv-hero-grid,.dv-split{grid-template-columns:1fr}.dv-hero-copy{padding:64px 24px}.dv-hero-media{min-height:380px}.dv-grid4{grid-template-columns:repeat(2,1fr)}.dv-grid3{grid-template-columns:1fr 1fr}.dv-feature-grid,.dv-stats{grid-template-columns:1fr 1fr}.dv-footer-grid{grid-template-columns:1fr 1fr}.dv-assistant{display:none}}
@media(max-width:560px){.dv-container{width:min(100% - 28px,1180px)}.dv-header{height:68px}.dv-brand{font-size:20px}.dv-brand-mark{width:38px;height:38px}.dv-hero h1{font-size:46px}.dv-hero-copy{padding:48px 18px}.dv-hero-media{min-height:300px}.dv-grid4,.dv-grid3,.dv-feature-grid,.dv-stats,.dv-footer-grid{grid-template-columns:1fr}.dv-section{padding:58px 0}.dv-split{gap:30px}.dv-split-media img{height:320px}.dv-cta h2{font-size:38px}.dv-trust{flex-direction:column;gap:10px}.dv-actions .dv-btn{padding:0 13px}.dv-mobile{display:block}}

:root{--accent:#1269e8;--accent2:#062b5b;--bg:#fff;--soft:#f4f8ff}.demo-v4 .dv-hero-copy{background:linear-gradient(135deg,#f4f8ff,#fff)}.demo-v4 .dv-hero h1 strong{color:var(--accent)}.corp-service .dv-card-media{aspect-ratio:1.45/1}.corp-band{background:#062b5b;color:#fff;padding:32px 0}.corp-band .dv-stats .dv-stat{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}.corp-band .dv-stat span{color:#d9e7fb}

.slt-custom-logo{max-width:180px;max-height:50px;width:auto;height:auto;object-fit:contain}.dv-menu-list{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.dv-menu-list a{font-weight:650;font-size:14px}.dv-menu-list a:hover{color:var(--accent)}@media(max-width:900px){.dv-menu-list{display:none}}


:root{--accent:#c99532;--accent2:#1b2634;--soft:#f7f5f0}.construction .dv-header{position:absolute;top:0;left:0;right:0;background:rgba(17,29,42,.88);color:#fff;border:0}.construction .dv-menu a{color:#fff}.construction .dv-phone{background:transparent;color:#fff;border-color:#ffffff55}.construction .dv-brand small{color:#dbc99c}.construction .hero-build{min-height:670px;position:relative;display:flex;align-items:center;color:#fff;background:#1a2734}.construction .hero-build>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.construction .hero-build:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,20,31,.91),rgba(9,20,31,.46) 48%,rgba(9,20,31,.05))}.construction .hero-inner{position:relative;z-index:2;padding-top:80px}.construction .hero-inner h1{font:700 clamp(48px,6vw,78px)/1.02 var(--sans);max-width:760px;margin:18px 0}.construction .hero-inner h1 span{color:#e1b64d}.construction .hero-inner p{font-size:19px;max-width:600px}.construction .benefit-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:26px 0}.construction .benefit{display:flex;gap:14px;align-items:center}.construction .benefit b{font-size:32px;color:var(--accent)}.construction .service5{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.construction .service5 article{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.construction .service5 img{aspect-ratio:1.55/1;object-fit:cover;width:100%}.construction .service5 div{padding:15px}.construction .gallery5{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.construction .gallery5 img{width:100%;height:180px;object-fit:cover;border-radius:12px}.construction .process4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.construction .process4 article{padding:22px;border-top:3px solid var(--accent);background:#fff}.construction .process4 strong{display:block;font-size:30px;color:var(--accent)}@media(max-width:900px){.construction .service5,.construction .gallery5{grid-template-columns:repeat(2,1fr)}.construction .benefit-strip,.construction .process4{grid-template-columns:1fr 1fr}.construction .dv-header{position:relative;background:#172535}}@media(max-width:560px){.construction .service5,.construction .gallery5,.construction .benefit-strip,.construction .process4{grid-template-columns:1fr}}
