.sdpl-landing{--sdpl-pink:#ff375f;font-family:Inter,Arial,sans-serif;background:#fff;color:#111;overflow:hidden}
.sdpl-landing *{box-sizing:border-box}
.sdpl-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}

.sdpl-hero{position:relative;min-height:650px;display:flex;align-items:flex-end;background:#111 center/cover no-repeat;background-image:var(--sdpl-hero,linear-gradient(135deg,#141414,#373737));overflow:hidden}
.sdpl-hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.42) 42%,rgba(0,0,0,.9) 100%)}
.sdpl-hero-inner{position:relative;z-index:1;color:#fff;padding:120px 0 72px}
.sdpl-kicker{margin:0 0 12px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#fff}.sdpl-kicker.dark{color:#30343a}
.sdpl-hero h1{max-width:850px;margin:0;font:800 clamp(42px,7vw,86px)/.96 Manrope,Inter,Arial,sans-serif;letter-spacing:-.05em;color:#fff}
.sdpl-lead{max-width:680px;margin:24px 0 0;font-size:clamp(17px,2vw,21px);line-height:1.55;color:rgba(255,255,255,.9)}
.sdpl-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.sdpl-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:7px;text-decoration:none!important;font-weight:800;line-height:1.1}
.sdpl-btn.sdpl-primary,.sdpl-primary{background:var(--sdpl-pink);color:#fff!important}
.sdpl-btn.sdpl-glass,.sdpl-glass{border:1px solid rgba(255,255,255,.6);background:rgba(0,0,0,.28);color:#fff!important;backdrop-filter:blur(8px)}
.sdpl-btn.full{width:100%}
.sdpl-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:26px;font-size:13px;font-weight:700;color:rgba(255,255,255,.82)}
.sdpl-trust span+span:before{content:'•';margin-right:20px;color:var(--sdpl-pink)}

.sdpl-proof{background:#111;color:#fff}
.sdpl-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:0}
.sdpl-proof-grid>div{padding:28px 26px;border-left:1px solid rgba(255,255,255,.12)}
.sdpl-proof-grid>div:last-child{border-right:1px solid rgba(255,255,255,.12)}
.sdpl-proof strong,.sdpl-proof span{display:block}.sdpl-proof strong{font-size:17px}.sdpl-proof span{margin-top:5px;font-size:13px;color:rgba(255,255,255,.65);line-height:1.45}

.sdpl-section{padding:86px 0}
.sdpl-section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end;margin-bottom:34px}
.sdpl-section-head.compact{grid-template-columns:1fr}.sdpl-section-head h2{margin:0;font:800 clamp(34px,5vw,58px)/1 Manrope,Inter,Arial,sans-serif;letter-spacing:-.04em}.sdpl-section-head>p{margin:0;color:#5c6167;line-height:1.6;max-width:520px}

.sdpl-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.sdpl-project{display:block;color:inherit;text-decoration:none!important;min-width:0}
.sdpl-project-image{position:relative;aspect-ratio:4/3;background:#ececea;overflow:hidden;border-radius:9px}
.sdpl-project-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.sdpl-project:hover img{transform:scale(1.035)}
.sdpl-project-image>span{position:absolute;left:12px;bottom:12px;background:rgba(17,17,17,.88);color:#fff;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.sdpl-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#777}
.sdpl-project-copy{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:13px 2px 6px}.sdpl-project-copy h3{margin:0;font-size:17px;line-height:1.3}.sdpl-project-copy span{font-size:12px;font-weight:800;white-space:nowrap;color:#666}
.sdpl-center{text-align:center;margin-top:30px}.sdpl-text-link{font-weight:800;color:#111;text-decoration:none;border-bottom:2px solid var(--sdpl-pink);padding-bottom:3px}.sdpl-empty{padding:32px;border:1px solid #ddd;border-radius:12px;background:#fafafa}

.sdpl-services{background:#f4f4f1}
.sdpl-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.sdpl-service-grid>a{display:block;padding:25px;background:#fff;border:1px solid #e1e1dd;border-radius:9px;color:#111;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease}
.sdpl-service-grid>a:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.07)}
.sdpl-service-grid h3{margin:0 0 8px;font-size:19px}.sdpl-service-grid p{margin:0 0 20px;color:#666;line-height:1.5;font-size:14px}.sdpl-service-grid span{font-size:12px;font-weight:800}

.sdpl-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#ddd;border:1px solid #ddd}
.sdpl-process-grid>div{background:#fff;padding:28px}.sdpl-process-grid b{display:block;color:var(--sdpl-pink);font-size:12px;margin-bottom:35px}.sdpl-process-grid h3{font-size:18px;margin:0 0 8px}.sdpl-process-grid p{font-size:14px;line-height:1.55;color:#666;margin:0}

.sdpl-quote{background:#161616;color:#fff}
.sdpl-quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}
.sdpl-quote h2{margin:0;font:800 clamp(36px,5vw,60px)/1 Manrope,Inter,Arial,sans-serif;letter-spacing:-.04em;color:#fff}
.sdpl-quote-lead{font-size:17px;line-height:1.65;color:rgba(255,255,255,.74);max-width:520px}
.sdpl-contact{display:grid;gap:10px;margin-top:25px}.sdpl-contact a{display:flex;gap:6px;align-items:baseline;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.16);color:#fff;text-decoration:none}.sdpl-contact span{color:rgba(255,255,255,.74);font-size:14px}
.sdpl-form-card{background:#fff;color:#111;border-radius:12px;padding:28px;box-shadow:0 18px 55px rgba(0,0,0,.26);overflow:hidden}
.sdpl-form-card h1,.sdpl-form-card h2,.sdpl-form-card h3,.sdpl-form-card h4{color:#111}
.sdpl-form-card form{max-width:none!important;width:100%!important;margin:0!important}
.sdpl-form-card label{display:block;font-weight:700;margin:0 0 6px}
.sdpl-form-card input[type=text],.sdpl-form-card input[type=email],.sdpl-form-card input[type=tel],.sdpl-form-card input[type=number],.sdpl-form-card input[type=date],.sdpl-form-card input[type=url],.sdpl-form-card select,.sdpl-form-card textarea{display:block;width:100%!important;max-width:100%!important;min-height:44px;padding:10px 12px;border:1px solid #d6d6d6;border-radius:6px;background:#fff;color:#111;font:inherit;line-height:1.35}
.sdpl-form-card textarea{min-height:120px;resize:vertical}
.sdpl-form-card input[type=file]{max-width:100%;font:inherit}
.sdpl-form-card button,.sdpl-form-card input[type=submit],.sdpl-form-card .button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:0;border-radius:7px;background:var(--sdpl-pink);color:#fff;font-weight:800;cursor:pointer;text-decoration:none}
.sdpl-form-card table{width:100%!important;max-width:100%!important;table-layout:auto;border-collapse:collapse}.sdpl-form-card td,.sdpl-form-card th{padding:7px!important;vertical-align:top}
.sdpl-form-card p{line-height:1.5}
.sdpl-form-card [style*="width"]{max-width:100%}
.sdpl-form-card .form-row,.sdpl-form-card [class*="form-row"],.sdpl-form-card [class*="field-row"]{max-width:100%}
.sdpl-mobile-cta{display:none}

.site-footer{margin-bottom:0}

@media(max-width:900px){
  .sdpl-hero{min-height:590px}.sdpl-proof-grid{grid-template-columns:1fr}.sdpl-proof-grid>div{border-left:0;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12);padding:18px 0}.sdpl-section{padding:64px 0}.sdpl-section-head{grid-template-columns:1fr;gap:12px}.sdpl-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sdpl-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sdpl-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sdpl-quote-grid{grid-template-columns:1fr;gap:32px}
}

@media(max-width:600px){
  .topbar{display:none}.sd2-mobile-language-strip{display:none!important}.site-header{position:absolute;top:0;left:0;right:0;z-index:20;background:linear-gradient(180deg,rgba(0,0,0,.55),transparent)!important;border:0;box-shadow:none}.site-header .primary-nav,.site-header .menu-toggle{display:none!important}.site-header .nav-row{justify-content:center;min-height:74px}.site-header .brand{filter:drop-shadow(0 2px 4px rgba(0,0,0,.35))}
  .sdpl-landing{padding-bottom:72px}.sdpl-wrap{width:min(100% - 24px,1180px)}
  .sdpl-hero{min-height:540px;align-items:flex-end}.sdpl-hero-inner{padding:92px 0 32px}.sdpl-hero h1{font-size:40px;line-height:.98}.sdpl-lead{margin-top:16px;font-size:15px;line-height:1.42}.sdpl-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:20px}.sdpl-btn{padding:0 12px;font-size:14px}.sdpl-trust{margin-top:16px;gap:8px;font-size:11px;line-height:1.25}.sdpl-trust span{width:100%}.sdpl-trust span+span:before{content:'✓';margin-right:7px;color:var(--sdpl-pink)}
  .sdpl-proof-grid{grid-template-columns:repeat(3,1fr);gap:0}.sdpl-proof-grid>div{padding:13px 8px!important;text-align:center;border-right:1px solid rgba(255,255,255,.12)!important;border-bottom:0!important}.sdpl-proof strong{font-size:12px;line-height:1.2}.sdpl-proof span{display:none}
  .sdpl-section{padding:44px 0}.sdpl-section-head{margin-bottom:20px}.sdpl-section-head h2{font-size:34px}.sdpl-section-head>p{font-size:14px;line-height:1.45}
  .sdpl-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sdpl-project-image{aspect-ratio:1/1}.sdpl-project-image>span{font-size:8px;left:7px;bottom:7px;padding:5px 7px}.sdpl-project-copy{display:block;padding-top:8px}.sdpl-project-copy h3{font-size:12px;line-height:1.25;white-space:normal;overflow:hidden;text-overflow:clip;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:30px}.sdpl-project-copy span{display:none}.sdpl-center{margin-top:20px}
  .sdpl-services{padding:40px 0}.sdpl-service-grid{grid-template-columns:1fr 1fr;gap:9px}.sdpl-service-grid>a{padding:15px 13px;min-height:122px;display:flex;flex-direction:column;justify-content:space-between}.sdpl-service-grid h3{font-size:15px;line-height:1.15;margin:0 0 6px}.sdpl-service-grid p{font-size:11px;line-height:1.3;margin:0 0 10px}.sdpl-service-grid span{font-size:10px}
  .sdpl-process{padding:40px 0}.sdpl-process-grid{grid-template-columns:1fr 1fr}.sdpl-process-grid>div{padding:17px 12px}.sdpl-process-grid b{margin-bottom:12px}.sdpl-process-grid h3{font-size:14px;line-height:1.2}.sdpl-process-grid p{font-size:11px;line-height:1.4}
  .sdpl-quote{padding:38px 0 26px}.sdpl-quote-grid{gap:18px}.sdpl-quote h2{font-size:36px;line-height:1.02}.sdpl-quote-lead{font-size:14px;line-height:1.45;margin-bottom:8px}.sdpl-contact{display:none}.sdpl-form-card{padding:14px}.sdpl-form-card table,.sdpl-form-card tbody,.sdpl-form-card tr,.sdpl-form-card td,.sdpl-form-card th{display:block;width:100%!important}.sdpl-form-card td,.sdpl-form-card th{padding:4px 0!important}
  .sdpl-mobile-cta{position:fixed;display:grid;grid-template-columns:.75fr 1.25fr;left:0;right:0;bottom:0;z-index:9999;background:#fff;padding:10px max(12px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom));box-shadow:0 -6px 24px rgba(0,0,0,.15)}.sdpl-mobile-cta a{display:flex;align-items:center;justify-content:center;min-height:46px;font-weight:800;text-decoration:none;color:#111}.sdpl-mobile-cta a.primary{background:var(--sdpl-pink);color:#fff;border-radius:7px}.site-footer{padding-bottom:78px}
}
