*{margin:0;padding:0;box-sizing:border-box}
html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'DM Sans',sans-serif;color:#0E1A24;background:#fff}
img{display:block;max-width:100%}
button,a.btn{font-family:inherit;cursor:pointer;border:none;background:none;text-decoration:none;color:inherit;display:inline-flex;align-items:center;justify-content:center}
a{text-decoration:none;color:inherit}
.intro{padding:80px 60px 40px;max-width:1100px;margin:0 auto}
.intro .eyebrow{font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:0.1em;color:#999;text-transform:uppercase;margin-bottom:14px}
.intro h1{font-family:'Fraunces',serif;font-weight:300;font-size:42px;line-height:1.05;letter-spacing:-0.02em;margin-bottom:18px;color:#0E1A24}
.intro p{font-size:17px;line-height:1.6;color:#445662;max-width:720px}
.dir-label{
background:#0E1A24;color:#F8F5EE;
padding:22px 60px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;
font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:0.08em;text-transform:uppercase
}
.dir-label .num{color:#7A8A98;font-weight:500}
.dir-label .name{color:#F8F5EE;font-weight:500}
.dir-label .desc{color:#A8B5C0;font-family:'DM Sans',sans-serif;text-transform:none;letter-spacing:0;font-size:14px;margin-left:auto;max-width:540px;text-align:right;font-weight:400}
.d-site{
background:#F8F5EE;color:#0E1A24;
position:relative;overflow:hidden
}
.d-site::before{
content:'';position:absolute;inset:0;
background-image:radial-gradient(circle at 1px 1px, rgba(14,26,36,0.05) 1px, transparent 0);
background-size:30px 30px;pointer-events:none
}
.d-site .container{max-width:1320px;margin:0 auto;padding:0 50px;position:relative;z-index:1}
.d-statusbar{
border-bottom:1px solid rgba(14,26,36,0.08);
padding:12px 0;display:flex;align-items:center;justify-content:space-between;
font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.1em;
color:#5A6470;text-transform:uppercase
}
.d-statusbar .left{display:flex;gap:24px;flex-wrap:wrap}
.d-statusbar .live{
display:flex;align-items:center;gap:8px;color:#D86D4E;font-weight:600;
transition:color 0.2s
}
.d-statusbar .live:hover{color:#1B4960}
.d-statusbar .live:hover::before{background:#1B4960}
.d-statusbar .live::before{
content:'';width:7px;height:7px;background:#D86D4E;border-radius:50%;
animation:pulse 2s ease-in-out infinite
}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.35}}
.d-header{padding:24px 0;display:flex;align-items:center;justify-content:space-between}
.d-logo{
font-family:'DM Sans',sans-serif;font-size:28px;font-weight:700;
letter-spacing:-0.03em;color:#0E1A24
}
.d-logo em{font-style:normal;font-weight:700;color:#0E1A24}
.d-nav{display:flex;gap:36px;font-size:16px;color:#445662;align-items:center}
.d-nav a{display:flex;align-items:baseline;gap:6px;transition:color 0.2s;font-weight:500}
.d-nav a:hover{color:#1B4960}
.d-nav .nav-num{font-family:'JetBrains Mono',monospace;font-size:10px;color:#A8B0B8;font-weight:400}
.d-header-cta{display:flex;align-items:center;gap:22px}
.d-header-cta .phone{font-family:'JetBrains Mono',monospace;font-size:15px;color:#0E1A24;font-weight:500}
.d-header-cta .btn-rounded{
background:#1B4960;color:#F8F5EE;padding:14px 28px;border-radius:11px;
font-family:'DM Sans',sans-serif;font-size:16px;font-weight:600;letter-spacing:0.01em;
transition:all 0.2s
}
.d-header-cta .btn-rounded:hover{background:#0E2C3F;transform:translateY(-1px)}
.d-hero{padding:90px 0 90px;position:relative}
.d-hero-pre{display:flex;align-items:center;gap:14px;margin-bottom:36px}
.d-hero-pre .line{width:50px;height:1px;background:#1B4960}
.d-hero-pre .text{
font-family:'JetBrains Mono',monospace;font-size:12px;color:#1B4960;
letter-spacing:0.15em;text-transform:uppercase;font-weight:500
}
.d-hero h1{
font-family:'DM Sans',sans-serif;font-weight:700;
font-size:104px;line-height:0.96;letter-spacing:-0.04em;color:#0E1A24;
margin-bottom:40px;max-width:1240px
}
.d-hero h1 .editorial{
font-family:'Fraunces',serif;font-weight:300;font-style:italic;color:#D86D4E;
letter-spacing:-0.035em
}
.d-hero h1 .accent{
font-family:'Fraunces',serif;font-weight:400;font-style:italic;color:#1B4960
}
.d-hero-tagline{
display:block;
font-family:'Fraunces',serif;font-style:italic;font-weight:300;
font-size:34px;color:#D86D4E;letter-spacing:-0.02em;line-height:1.2;
margin-bottom:30px
}
.d-hero-band{
padding:0 0 50px;
text-align:center
}
.d-hero-band p{
font-family:'Fraunces',serif;font-style:italic;font-weight:300;
font-size:56px;color:#D86D4E;letter-spacing:-0.025em;line-height:1.1;
margin:0
}
.d-hero-sub{
display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end;
margin-bottom:60px;padding-bottom:50px;border-bottom:1px solid rgba(14,26,36,0.1)
}
.d-hero-sub p{
font-size:19px;line-height:1.55;color:#445662;max-width:640px;font-weight:400
}
.d-hero-sub .meta{
font-family:'JetBrains Mono',monospace;font-size:11px;color:#5A6470;
letter-spacing:0.1em;text-transform:uppercase;text-align:right;line-height:1.9
}
.d-hero-sub .meta strong{color:#1B4960;font-weight:600}
.d-hero-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:70px}
.d-bigcard{
background:#FFFFFF;border:1px solid rgba(14,26,36,0.08);border-radius:18px;
padding:38px 36px 32px;position:relative;overflow:hidden;
transition:all 0.3s;cursor:pointer
}
.d-bigcard::before{
content:'';position:absolute;left:0;top:0;width:3px;height:100%;
background:#D86D4E;transform:scaleY(0);transform-origin:bottom;transition:transform 0.35s;
border-radius:0 3px 3px 0
}
.d-bigcard:hover{border-color:rgba(216,109,78,0.4);transform:translateY(-3px)}
.d-bigcard:hover::before{transform:scaleY(1)}
.d-bigcard .top{display:flex;justify-content:space-between;align-items:start;margin-bottom:22px}
.d-bigcard .label{
font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.15em;
color:#D86D4E;text-transform:uppercase;font-weight:600;display:flex;align-items:center;gap:10px
}
.d-bigcard .count{
font-family:'JetBrains Mono',monospace;font-size:11px;color:#A8B0B8;letter-spacing:0.1em
}
.d-bigcard h3{
font-family:'DM Sans',sans-serif;font-weight:700;font-size:36px;
letter-spacing:-0.025em;color:#0E1A24;margin-bottom:14px;line-height:1.05
}
.d-bigcard p{font-size:15px;color:#445662;line-height:1.6;margin-bottom:28px;font-weight:400}
.d-bigcard .cta-line{
display:flex;align-items:center;justify-content:space-between;
padding-top:22px;border-top:1px solid rgba(14,26,36,0.08)
}
.d-bigcard .cta-line span{font-size:14px;font-weight:600;color:#0E1A24;letter-spacing:0.01em}
.d-bigcard .cta-line .arrow-box{
width:40px;height:40px;background:#1B4960;color:#F8F5EE;border-radius:10px;
display:flex;align-items:center;justify-content:center;transition:all 0.25s
}
.d-bigcard:hover .arrow-box{transform:translateX(4px);background:#D86D4E}
.d-stats{
display:grid;grid-template-columns:repeat(4,1fr);gap:0;
background:#FFFFFF;border:1px solid rgba(14,26,36,0.08);border-radius:18px;
overflow:hidden
}
.d-stat{padding:32px 32px;border-right:1px solid rgba(14,26,36,0.08)}
.d-stat:last-child{border-right:none}
.d-stat .label-top{
font-family:'JetBrains Mono',monospace;font-size:10px;letter-spacing:0.15em;
color:#A8B0B8;text-transform:uppercase;margin-bottom:16px;font-weight:500
}
.d-stat .num{
font-family:'Fraunces',serif;font-weight:300;font-size:60px;
color:#0E1A24;letter-spacing:-0.035em;line-height:1;display:block;margin-bottom:10px
}
.d-stat .num-prefix{
display:block;font-family:'DM Sans',sans-serif;font-size:14px;
font-weight:500;color:#5A6470;letter-spacing:0.01em;
margin-bottom:4px
}
.d-stat .num em{color:#D86D4E;font-style:italic;font-weight:400}
.d-stat .num .unit{font-size:26px;color:#1B4960;font-weight:400;font-style:italic}
.d-stat .label{font-size:13px;color:#5A6470;font-weight:500}
.d-trust{padding:40px 0;border-top:1px solid rgba(14,26,36,0.08);border-bottom:1px solid rgba(14,26,36,0.08);margin-top:70px}
.d-trust-row{display:flex;align-items:center;justify-content:space-between;gap:30px}
.d-trust-label{
font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.15em;
color:#5A6470;text-transform:uppercase;font-weight:500;display:flex;align-items:center;gap:12px
}
.d-trust-label::before{content:'→';color:#D86D4E}
.d-trust-clients{display:flex;gap:40px;align-items:center}
.d-trust-client{
font-family:'DM Sans',sans-serif;font-weight:600;font-size:17px;
color:#0E1A24;letter-spacing:-0.01em;opacity:0.7
}
.d-trust-client:last-child{
font-family:'Fraunces',serif;font-style:italic;font-weight:400;color:#D86D4E;opacity:0.85
}
.d-pillars{padding:100px 0 80px}
.d-section-head{
display:flex;justify-content:space-between;align-items:end;margin-bottom:40px;
padding-bottom:24px;border-bottom:1px solid rgba(14,26,36,0.08)
}
.d-section-head .h2-block .pre{
font-family:'JetBrains Mono',monospace;font-size:11px;color:#D86D4E;letter-spacing:0.15em;
text-transform:uppercase;margin-bottom:18px;display:flex;align-items:center;gap:10px;font-weight:600
}
.d-section-head .h2-block .pre::before{content:'';width:30px;height:1px;background:#D86D4E}
.d-section-head .h2-block h2{
font-family:'DM Sans',sans-serif;font-weight:700;font-size:60px;
letter-spacing:-0.035em;color:#0E1A24;line-height:1
}
.d-section-head .h2-block h2 em{
font-family:'Fraunces',serif;font-weight:300;font-style:italic;color:#D86D4E
}
.d-section-head .count{
font-family:'JetBrains Mono',monospace;font-size:13px;color:#A8B0B8;
letter-spacing:0.1em;font-weight:500
}
.d-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.d-pillar{
background:#FFFFFF;border:1px solid rgba(14,26,36,0.08);border-radius:18px;
padding:34px 30px;transition:all 0.25s;position:relative
}
.d-pillar:hover{border-color:#1B4960;transform:translateY(-2px)}
.d-pillar .num-tag{
font-family:'JetBrains Mono',monospace;font-size:11px;color:#A8B0B8;
letter-spacing:0.15em;margin-bottom:20px;font-weight:500
}
.d-pillar .icon-num{
font-family:'Fraunces',serif;font-weight:300;font-style:italic;
font-size:48px;color:#D86D4E;line-height:1;margin-bottom:20px;display:block
}
.d-pillar h4{
font-family:'DM Sans',sans-serif;font-weight:700;font-size:22px;
color:#0E1A24;margin-bottom:12px;letter-spacing:-0.02em;line-height:1.2
}
.d-pillar p{font-size:14px;color:#445662;line-height:1.6}
.d-services{padding:30px 0 110px}
.d-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.d-svc{
background:#FFFFFF;border:1px solid rgba(14,26,36,0.08);border-radius:14px;
padding:26px 24px;transition:all 0.25s;cursor:pointer;position:relative
}
.d-svc:hover{border-color:#1B4960;background:#FBFAF6;transform:translateY(-2px)}
.d-svc .num{
font-family:'JetBrains Mono',monospace;font-size:11px;color:#A8B0B8;
margin-bottom:20px;letter-spacing:0.1em;font-weight:500;display:block;
transition:color 0.2s
}
.d-svc:hover .num{color:#D86D4E}
.d-svc h4{
font-family:'DM Sans',sans-serif;font-weight:700;font-size:17px;
color:#0E1A24;margin-bottom:8px;line-height:1.25;letter-spacing:-0.015em
}
.d-svc p{font-size:13px;color:#5A6470;line-height:1.55}
.d-svc .tag{
position:absolute;top:14px;right:14px;
font-family:'JetBrains Mono',monospace;font-size:9px;letter-spacing:0.1em;
color:#D86D4E;text-transform:uppercase;font-weight:600;
background:rgba(216,109,78,0.1);padding:3px 8px;border-radius:6px
}
.d-footer{
background:#0E1A24;color:#F8F5EE;
position:relative;overflow:hidden
}
.d-footer::before{
content:'';position:absolute;inset:0;
background-image:radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
background-size:30px 30px;pointer-events:none
}
.d-footer .container{
max-width:1320px;margin:0 auto;padding:0 50px;position:relative;z-index:1
}
.d-footer-tagline-band{
padding:70px 0 60px;text-align:center;
border-bottom:1px solid rgba(248,245,238,0.1)
}
.d-footer-tagline-band p{
font-family:'Fraunces',serif;font-style:italic;font-weight:300;
font-size:64px;color:#D86D4E;letter-spacing:-0.025em;line-height:1.1;margin:0
}
.d-footer-cta{
padding:60px 0 50px;text-align:center;
border-bottom:1px solid rgba(248,245,238,0.1)
}
.d-footer-cta .pre{
font-family:'JetBrains Mono',monospace;font-size:11px;color:#D86D4E;
letter-spacing:0.15em;text-transform:uppercase;margin-bottom:14px;font-weight:600
}
.d-footer-cta h3{
font-family:'DM Sans',sans-serif;font-weight:700;font-size:42px;
color:#F8F5EE;margin-bottom:14px;letter-spacing:-0.03em;line-height:1.1
}
.d-footer-cta h3 em{
font-family:'Fraunces',serif;font-weight:300;font-style:italic;color:#D86D4E
}
.d-footer-cta p{
font-size:15px;color:rgba(248,245,238,0.65);
max-width:520px;margin:0 auto 26px;line-height:1.55
}
.d-footer-cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.d-footer-cta .btn-fp{
padding:15px 30px;border-radius:11px;font-size:15px;font-weight:600;
transition:all 0.2s;display:inline-flex;align-items:center;gap:10px;letter-spacing:0.01em
}
.d-footer-cta .btn-primary{background:#D86D4E;color:#0E1A24}
.d-footer-cta .btn-primary:hover{background:#F8F5EE;transform:translateY(-1px)}
.d-footer-cta .btn-secondary{background:transparent;color:#F8F5EE;border:1.5px solid rgba(248,245,238,0.25)}
.d-footer-cta .btn-secondary:hover{border-color:#D86D4E;color:#D86D4E}
.d-footer-cols{
padding:45px 0;
display:grid;grid-template-columns:1.6fr 1fr 1.2fr;gap:50px
}
.d-footer-col-label{
font-family:'JetBrains Mono',monospace;font-size:11px;color:#D86D4E;
letter-spacing:0.15em;text-transform:uppercase;margin-bottom:18px;font-weight:600;
display:flex;align-items:center;gap:10px
}
.d-footer-col-label::before{content:'→'}
.d-footer-brand .d-footer-logo{
font-family:'DM Sans',sans-serif;font-size:24px;font-weight:700;
letter-spacing:-0.03em;color:#F8F5EE;margin-bottom:12px
}
.d-footer-brand .d-footer-logo span{
font-size:24px;font-weight:700;color:#F8F5EE;
letter-spacing:-0.03em;margin-left:8px
}
.d-footer-brand p{
font-size:13.5px;color:rgba(248,245,238,0.6);line-height:1.6;max-width:340px;margin-bottom:18px
}
.d-footer-brand .d-footer-tagline{
display:block;
font-family:'Fraunces',serif;font-style:italic;font-weight:300;
font-size:19px;color:#D86D4E;letter-spacing:-0.01em;
margin-bottom:14px;line-height:1.3
}
.d-footer-brand .d-footer-tag{
font-family:'JetBrains Mono',monospace;font-size:11px;
letter-spacing:0.1em;color:rgba(248,245,238,0.4);text-transform:uppercase
}
.d-footer-col-list a, .d-footer-col-list > div{
display:block;font-size:14px;color:rgba(248,245,238,0.7);
margin-bottom:10px;transition:color 0.2s
}
.d-footer-col-list a:hover{color:#D86D4E}
.d-footer-col-list .label{
font-size:11px;color:rgba(248,245,238,0.4);
font-family:'JetBrains Mono',monospace;letter-spacing:0.05em;margin-bottom:4px;margin-top:12px;text-transform:uppercase
}
.d-footer-col-list .label:first-of-type{margin-top:0}
.d-footer-bottom{
padding:22px 0;border-top:1px solid rgba(248,245,238,0.1);
display:flex;justify-content:space-between;align-items:center;
font-size:13px;color:rgba(248,245,238,0.45);gap:20px;flex-wrap:wrap
}
.d-footer-bottom .legal-links{display:flex;gap:24px}
.d-footer-bottom a{color:rgba(248,245,238,0.45);transition:color 0.2s}
.d-footer-bottom a:hover{color:#D86D4E}
@media (max-width: 900px){
.d-hero h1{font-size:58px}
.d-hero-sub{grid-template-columns:1fr;gap:30px}
.d-hero-sub .meta{text-align:left}
.d-hero-cards{grid-template-columns:1fr}
.d-stats{grid-template-columns:repeat(2,1fr);border-radius:14px}
.d-stat{border-right:none}
.d-stat:nth-child(odd){border-right:1px solid rgba(14,26,36,0.08)}
.d-stat:nth-child(-n+2){border-bottom:1px solid rgba(14,26,36,0.08)}
.d-section-head{flex-direction:column;align-items:start;gap:20px}
.d-section-head .h2-block h2{font-size:42px}
.d-pillars-grid{grid-template-columns:1fr}
.d-services-grid{grid-template-columns:repeat(2,1fr)}
.d-trust-row{flex-direction:column;align-items:start;gap:18px}
.d-trust-clients{flex-wrap:wrap;gap:20px}
.d-footer-cta h3{font-size:30px}
.d-footer-cta p{font-size:14px}
.d-footer-cols{grid-template-columns:1fr 1fr;gap:30px 40px;padding:40px 0}
.d-footer-brand{grid-column:1 / -1}
.d-footer-bottom{flex-direction:column;gap:14px;text-align:center;align-items:center}
.d-footer-bottom .legal-links{flex-wrap:wrap;justify-content:center;gap:16px}
}
.d-site{background:#F8F5EE;color:#0E1A24;position:relative;overflow:hidden}
.d-statusbar .live{
display:flex;align-items:center;gap:8px;color:#D86D4E;font-weight:600;transition:color 0.2s
}
.d-logo{font-family:'DM Sans',sans-serif;font-size:28px;font-weight:700;letter-spacing:-0.03em;color:#0E1A24}
.d-nav a.active{color:#D86D4E;font-weight:600}
.d-page-hero{padding:40px 0 50px}
.d-page-hero .pre{
font-family:'JetBrains Mono',monospace;font-size:12px;color:#D86D4E;
letter-spacing:0.15em;text-transform:uppercase;font-weight:600;
margin-bottom:24px;display:flex;align-items:center;gap:14px
}
.d-page-hero .pre::before{content:'';width:50px;height:1px;background:#D86D4E}
.d-page-hero h1{
font-family:'DM Sans',sans-serif;font-weight:700;font-size:84px;
line-height:0.98;letter-spacing:-0.04em;color:#0E1A24;margin-bottom:30px
}
.d-page-hero h1 em{
font-family:'Fraunces',serif;font-weight:300;font-style:italic;color:#D86D4E
}
.d-page-hero p{
font-size:19px;line-height:1.55;color:#445662;max-width:720px;font-weight:400
}
.d-services-section{
padding:30px 0 100px;
border-top:1px solid rgba(14,26,36,0.08);
margin-top:30px
}
.d-svc-grid{display:grid !important;grid-template-columns:1fr 1fr !important;column-gap:22px !important;row-gap:32px !important;margin-top:40px !important}
.d-svc-card{
background:#FFFFFF !important;border:1px solid rgba(14,26,36,0.08) !important;border-radius:18px !important;
padding:44px 40px !important;transition:all 0.25s;position:relative;overflow:hidden
}
.d-svc-card::before{
content:'';position:absolute;left:0;top:0;width:3px;height:100%;
background:#D86D4E;transform:scaleY(0);transform-origin:bottom;transition:transform 0.3s;
border-radius:0 3px 3px 0
}
.d-svc-card:hover{border-color:rgba(216,109,78,0.4);transform:translateY(-2px)}
.d-svc-card:hover::before{transform:scaleY(1)}
.d-svc-card h3{
font-family:'DM Sans',sans-serif !important;font-weight:700 !important;font-size:26px !important;
letter-spacing:-0.02em !important;color:#0E1A24 !important;margin-bottom:16px !important;line-height:1.2 !important
}
.d-svc-card p{font-size:15px !important;color:#445662 !important;line-height:1.65 !important}
.d-svc-card.soon{
background:transparent;border:1.5px dashed rgba(216,109,78,0.45)
}
.d-svc-card.soon:hover{
background:#FFFFFF;border:1.5px solid #D86D4E;border-style:solid
}
.d-svc-card.soon::before{display:none}
.d-svc-tag{
display:inline-block;
font-family:'JetBrains Mono',monospace;font-size:11px;
background:rgba(216,109,78,0.12);color:#D86D4E;
padding:5px 12px;border-radius:6px;
letter-spacing:0.1em;text-transform:uppercase;font-weight:600;
margin-bottom:14px
}
.d-svc-card .signup-link{
display:inline-flex;align-items:center;gap:8px;margin-top:18px;
font-size:14px;font-weight:600;color:#D86D4E;transition:all 0.2s
}
.d-svc-card .signup-link:hover{color:#1B4960;gap:12px}
.d-svc-card.cta{
background:#0E1A24;color:#F8F5EE;border:none;
display:flex;flex-direction:column;justify-content:center;
padding:36px 32px
}
.d-svc-card.cta::before{display:none}
.d-svc-card.cta .pre{
font-family:'JetBrains Mono',monospace;font-size:11px;color:#D86D4E;
letter-spacing:0.15em;text-transform:uppercase;font-weight:600;
margin-bottom:14px;display:flex;align-items:center;gap:10px
}
.d-svc-card.cta .pre::before{content:'→'}
.d-svc-card.cta h3{color:#F8F5EE;font-size:26px;margin-bottom:12px}
.d-svc-card.cta h3 em{font-family:'Fraunces',serif;font-weight:300;font-style:italic;color:#D86D4E}
.d-svc-card.cta p{color:rgba(248,245,238,0.7);font-size:15px;margin-bottom:22px}
.d-svc-card.cta .cta-btn{
display:inline-flex;align-items:center;gap:10px;
background:#D86D4E;color:#0E1A24;padding:13px 24px;border-radius:11px;
font-weight:600;font-size:14px;align-self:flex-start;
transition:all 0.2s;letter-spacing:0.01em
}
.d-svc-card.cta .cta-btn:hover{background:#F8F5EE;transform:translateY(-1px)}
.d-svc-card.cta.wide{
grid-column:1 / -1;
flex-direction:row;align-items:center;gap:40px;
padding:38px 44px
}
.d-svc-card.cta.wide .text-block{flex:1}
.d-svc-card.cta.wide h3{font-size:32px;max-width:560px}
.d-svc-card.cta.wide p{max-width:520px;margin-bottom:0}
.d-footer{background:#0E1A24;color:#F8F5EE;position:relative;overflow:hidden}
.d-footer-cta h3 em{font-family:'Fraunces',serif;font-weight:300;font-style:italic;color:#D86D4E}
.d-footer-cta p{font-size:15px;color:rgba(248,245,238,0.65);max-width:520px;margin:0 auto 26px;line-height:1.55}
.d-footer-brand p{font-size:13.5px;color:rgba(248,245,238,0.6);line-height:1.6;max-width:340px;margin-bottom:18px}
@media (max-width: 900px){
.d-site .container, .d-footer .container{padding:0 24px}
.d-page-hero{padding:50px 0 40px}
.d-page-hero h1{font-size:48px}
.d-page-hero p{font-size:16px}
.d-svc-grid{grid-template-columns:1fr}
.d-svc-card{padding:26px 24px}
.d-svc-card h3{font-size:21px}
.d-svc-card.cta.wide{flex-direction:column;align-items:start;gap:0;padding:28px 24px}
.d-svc-card.cta.wide h3{font-size:24px}
.d-svc-card.cta.wide p{margin-bottom:22px}
.d-services-section{padding:24px 0 70px}
.d-footer-cta h3{font-size:30px}
.d-footer-cta p{font-size:14px}
.d-footer-cols{grid-template-columns:1fr 1fr;gap:30px 40px;padding:40px 0}
.d-footer-brand{grid-column:1 / -1}
.d-footer-bottom{flex-direction:column;gap:14px;text-align:center;align-items:center}
.d-footer-bottom .legal-links{flex-wrap:wrap;justify-content:center;gap:16px}
.d-statusbar{font-size:10px}
.d-statusbar .left{gap:16px}
.d-header{flex-wrap:wrap;gap:16px}
.d-nav{order:3;width:100%;justify-content:start;flex-wrap:wrap;gap:18px}
}
.d-trust-bar{
margin-top:50px !important;padding:36px 0 !important;
border-top:1px solid rgba(14,26,36,0.08);
border-bottom:1px solid rgba(14,26,36,0.08);
display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:40px !important
}
.d-trust-item{display:flex !important;align-items:flex-start !important;gap:16px !important}
.d-trust-item .icon{
flex-shrink:0;width:36px;height:36px;
background:rgba(216,109,78,0.1);color:#D86D4E;
display:flex;align-items:center;justify-content:center;border-radius:10px;
font-family:'Fraunces',serif;font-style:italic;font-size:18px;font-weight:400
}
.d-trust-item h4{
font-family:'DM Sans',sans-serif !important;font-weight:700 !important;font-size:16px !important;
color:#0E1A24 !important;margin-bottom:10px !important;letter-spacing:-0.01em
}
.d-trust-item p{
font-size:14px !important;color:#5A6470 !important;line-height:1.55 !important;margin:0
}
.d-products-section{
padding:60px 0 100px !important
}
.d-products-grid{display:grid !important;grid-template-columns:1fr 1fr !important;column-gap:22px !important;row-gap:32px !important}
.d-product-card{
background:#FFFFFF !important;border:1px solid rgba(14,26,36,0.08) !important;border-radius:18px !important;
padding:44px 40px !important;transition:all 0.25s;position:relative;overflow:hidden
}
.d-product-card::before{
content:'';position:absolute;left:0;top:0;width:3px;height:100%;
background:#D86D4E;transform:scaleY(0);transform-origin:bottom;transition:transform 0.3s;
border-radius:0 3px 3px 0
}
.d-product-card:hover{border-color:rgba(216,109,78,0.4);transform:translateY(-2px)}
.d-product-card:hover::before{transform:scaleY(1)}
.d-product-card h3{
font-family:'DM Sans',sans-serif !important;font-weight:700 !important;font-size:26px !important;
letter-spacing:-0.02em !important;color:#0E1A24 !important;margin-bottom:16px !important;line-height:1.2 !important
}
.d-product-card p{font-size:15px !important;color:#445662 !important;line-height:1.65 !important}
.d-product-card.cta{
background:#0E1A24;color:#F8F5EE;border:none;
display:flex;flex-direction:column;justify-content:center;
padding:38px 34px
}
.d-product-card.cta::before{display:none}
.d-product-card.cta .pre{
font-family:'JetBrains Mono',monospace;font-size:11px;color:#D86D4E;
letter-spacing:0.15em;text-transform:uppercase;font-weight:600;
margin-bottom:14px;display:flex;align-items:center;gap:10px
}
.d-product-card.cta .pre::before{content:'→'}
.d-product-card.cta h3{color:#F8F5EE;font-size:26px;margin-bottom:12px;line-height:1.15}
.d-product-card.cta h3 em{font-family:'Fraunces',serif;font-weight:300;font-style:italic;color:#D86D4E}
.d-product-card.cta p{color:rgba(248,245,238,0.7);font-size:15px;margin-bottom:22px}
.d-product-card.cta .cta-btn{
display:inline-flex;align-items:center;gap:10px;
background:#D86D4E;color:#0E1A24;padding:13px 24px;border-radius:11px;
font-weight:600;font-size:14px;align-self:flex-start;
transition:all 0.2s;letter-spacing:0.01em
}
.d-product-card.cta .cta-btn:hover{background:#F8F5EE;transform:translateY(-1px)}
@media (max-width: 900px){
.d-site .container, .d-footer .container{padding:0 24px}
.d-page-hero{padding:50px 0 40px}
.d-page-hero h1{font-size:48px}
.d-page-hero p{font-size:16px}
.d-trust-bar{grid-template-columns:1fr;gap:20px;padding:24px 0}
.d-products-section{padding:40px 0 70px}
.d-products-grid{grid-template-columns:1fr}
.d-product-card{padding:26px 24px}
.d-product-card h3{font-size:21px}
.d-footer-cta h3{font-size:30px}
.d-footer-cta p{font-size:14px}
.d-footer-cols{grid-template-columns:1fr 1fr;gap:30px 40px;padding:40px 0}
.d-footer-brand{grid-column:1 / -1}
.d-footer-bottom{flex-direction:column;gap:14px;text-align:center;align-items:center}
.d-footer-bottom .legal-links{flex-wrap:wrap;justify-content:center;gap:16px}
.d-statusbar{font-size:10px}
.d-statusbar .left{gap:16px}
.d-header{flex-wrap:wrap;gap:16px}
.d-nav{order:3;width:100%;justify-content:start;flex-wrap:wrap;gap:18px}
}
.d-contact-section{padding:30px 0 100px}
.d-contact-grid{display:grid !important;grid-template-columns:1fr 1.4fr !important;gap:30px !important}
.d-contact-info{display:flex !important;flex-direction:column !important;gap:24px !important}
.d-contact-block{
padding:36px 34px !important;background:#FFFFFF !important;
border:1px solid rgba(14,26,36,0.08) !important;border-radius:18px !important;
transition:all 0.25s;position:relative;overflow:hidden;
box-sizing:border-box !important;max-width:100% !important;margin:0 !important
}
.d-contact-block::before{
content:'';position:absolute;left:0;top:0;width:3px;height:100%;
background:#D86D4E;transform:scaleY(0);transform-origin:bottom;transition:transform 0.3s;
border-radius:0 3px 3px 0
}
a.d-contact-block:hover{border-color:rgba(216,109,78,0.4);transform:translateY(-2px)}
a.d-contact-block:hover::before{transform:scaleY(1)}
.d-contact-label{
font-family:'JetBrains Mono',monospace !important;font-size:11px !important;color:#D86D4E !important;
letter-spacing:0.15em !important;text-transform:uppercase !important;margin:0 0 10px 0 !important;
display:block !important;font-weight:600 !important;max-width:100% !important
}
.d-contact-value{
display:block !important;font-family:'DM Sans',sans-serif !important;font-size:26px !important;font-weight:700 !important;
letter-spacing:-0.025em !important;color:#0E1A24 !important;margin:0 0 4px 0 !important;line-height:1.2 !important;max-width:100% !important
}
.d-contact-value-small{
font-family:'DM Sans',sans-serif !important;font-size:18px !important;font-weight:700 !important;
color:#0E1A24 !important;margin:0 0 6px 0 !important;max-width:100% !important
}
.d-contact-note{font-size:13px !important;color:#5A6470 !important;line-height:1.5 !important;display:block !important;margin:0 !important;max-width:100% !important}
.d-form-wrap{
padding:40px !important;background:#FFFFFF !important;
border:1px solid rgba(14,26,36,0.08) !important;border-radius:18px !important;
box-sizing:border-box !important;max-width:100% !important
}
.d-form-title{
font-family:'DM Sans',sans-serif;font-size:28px;font-weight:700;
letter-spacing:-0.025em;color:#0E1A24;margin-bottom:8px;line-height:1.2
}
.d-form-title em{font-family:'Fraunces',serif;font-weight:300;font-style:italic;color:#D86D4E}
.d-form-note{font-size:14px;color:#5A6470;margin-bottom:28px;line-height:1.5}
.d-cf7-placeholder{
padding:40px 30px;background:#F8F5EE;
border:2px dashed rgba(14,26,36,0.18);border-radius:11px;
text-align:center;color:#5A6470
}
.d-cf7-placeholder code{
font-family:'JetBrains Mono',monospace;font-size:13px;
background:rgba(14,26,36,0.06);padding:4px 8px;border-radius:6px;
color:#0E1A24;display:inline-block;margin:8px 0
}
.d-cf7-placeholder small{
display:block;margin-top:10px;font-size:12px;color:#778090;line-height:1.5
}
.d-form-wrap .wpcf7-form p{margin-bottom:14px} .d-form-wrap .wpcf7-form .cf-row{
display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:14px
}
.d-form-wrap .wpcf7-form .cf-row label{margin-bottom:0}
@media (max-width:600px){
.d-form-wrap .wpcf7-form .cf-row{grid-template-columns:1fr;gap:14px}
}
.d-form-wrap .wpcf7-form label{
display:block;font-size:13px;color:#5A6470;font-weight:500;
margin-bottom:6px;letter-spacing:0.01em
}
.d-form-wrap .wpcf7-form input[type="text"],
.d-form-wrap .wpcf7-form input[type="email"],
.d-form-wrap .wpcf7-form input[type="tel"],
.d-form-wrap .wpcf7-form input[type="url"],
.d-form-wrap .wpcf7-form textarea,
.d-form-wrap .wpcf7-form select{
width:100%;padding:14px 18px;
border:1px solid rgba(14,26,36,0.15);border-radius:11px;
background:#F8F5EE;
font-family:'DM Sans',sans-serif;font-size:15px;color:#0E1A24;
transition:all 0.2s
}
.d-form-wrap .wpcf7-form input[type="text"]:focus,
.d-form-wrap .wpcf7-form input[type="email"]:focus,
.d-form-wrap .wpcf7-form input[type="tel"]:focus,
.d-form-wrap .wpcf7-form input[type="url"]:focus,
.d-form-wrap .wpcf7-form textarea:focus,
.d-form-wrap .wpcf7-form select:focus{
outline:none;border-color:#D86D4E;background:#FFFFFF
}
.d-form-wrap .wpcf7-form input::placeholder,
.d-form-wrap .wpcf7-form textarea::placeholder{color:#9CA5AE}
.d-form-wrap .wpcf7-form textarea{
min-height:130px;resize:vertical
}
.d-form-wrap .wpcf7-form .wpcf7-submit{
background:#1B4960;color:#F8F5EE;padding:15px 32px;
border:none;border-radius:11px;cursor:pointer;
font-family:'DM Sans',sans-serif;font-size:16px;font-weight:600;
letter-spacing:0.01em;transition:all 0.2s;margin-top:10px
}
.d-form-wrap .wpcf7-form .wpcf7-submit:hover{
background:#0E2C3F;transform:translateY(-1px)
}
.d-form-wrap .wpcf7-not-valid-tip{
color:#D86D4E;font-size:13px;margin-top:6px;display:block
}
.d-form-wrap .wpcf7-response-output{
margin-top:24px;padding:14px 18px;border-radius:11px;
font-size:14px;border:1px solid transparent
}
.d-form-wrap .wpcf7 form.sent .wpcf7-response-output{
background:rgba(46,160,67,0.08);border-color:rgba(46,160,67,0.3);color:#1B4960
}
.d-form-wrap .wpcf7 form.failed .wpcf7-response-output,
.d-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.d-form-wrap .wpcf7 form.unaccepted .wpcf7-response-output{
background:rgba(216,109,78,0.08);border-color:rgba(216,109,78,0.3);color:#D86D4E
}
@media (max-width: 900px){
.d-site .container, .d-footer .container{padding:0 24px}
.d-page-hero{padding:50px 0 30px}
.d-page-hero h1{font-size:48px}
.d-page-hero p{font-size:16px}
.d-contact-section{padding:20px 0 70px}
.d-contact-grid{grid-template-columns:1fr;gap:20px}
.d-contact-block{padding:22px 24px}
.d-contact-value{font-size:22px}
.d-form-wrap{padding:28px 22px}
.d-form-title{font-size:24px}
.d-footer-cta h3{font-size:30px}
.d-footer-cta p{font-size:14px}
.d-footer-cols{grid-template-columns:1fr 1fr;gap:30px 40px;padding:40px 0}
.d-footer-brand{grid-column:1 / -1}
.d-footer-bottom{flex-direction:column;gap:14px;text-align:center;align-items:center}
.d-footer-bottom .legal-links{flex-wrap:wrap;justify-content:center;gap:16px}
.d-statusbar{font-size:10px}
.d-statusbar .left{gap:16px}
.d-header{flex-wrap:wrap;gap:16px}
.d-nav{order:3;width:100%;justify-content:start;flex-wrap:wrap;gap:18px}
}
.d-statusbar{border-bottom:1px solid rgba(14,26,36,0.08);padding:12px 0;display:flex;align-items:center;justify-content:space-between;font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.1em;color:#5A6470;text-transform:uppercase}
.d-statusbar .live{display:flex;align-items:center;gap:8px;color:#D86D4E;font-weight:600;transition:color 0.2s}
.d-statusbar .live::before{content:'';width:7px;height:7px;background:#D86D4E;border-radius:50%;animation:pulse 2s ease-in-out infinite}
.d-header-cta .btn-rounded{background:#1B4960;color:#F8F5EE;padding:14px 28px;border-radius:11px;font-family:'DM Sans',sans-serif;font-size:16px;font-weight:600;letter-spacing:0.01em;transition:all 0.2s}
.d-legal-hero{padding:40px 0 30px}
.d-legal-hero .pre{font-family:'JetBrains Mono',monospace;font-size:12px;color:#D86D4E;letter-spacing:0.15em;text-transform:uppercase;font-weight:600;margin-bottom:24px;display:flex;align-items:center;gap:14px}
.d-legal-hero .pre::before{content:'';width:50px;height:1px;background:#D86D4E}
.d-legal-hero h1{font-family:'DM Sans',sans-serif;font-weight:700;font-size:60px;line-height:1;letter-spacing:-0.035em;color:#0E1A24;margin-bottom:24px}
.d-legal-hero .updated{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;background:rgba(216,109,78,0.08);border-radius:8px;font-family:'JetBrains Mono',monospace;font-size:12px;color:#D86D4E;font-weight:600;letter-spacing:0.05em}
.d-legal-body{padding:30px 0 100px;max-width:820px}
.d-legal-section{margin-bottom:40px}
.d-legal-section h2{
font-family:'DM Sans',sans-serif;font-weight:700;font-size:24px;
letter-spacing:-0.02em;color:#0E1A24;margin-bottom:14px;line-height:1.25
}
.d-legal-section h3{
font-family:'DM Sans',sans-serif;font-weight:700;font-size:17px;
color:#0E1A24;margin-top:18px;margin-bottom:8px
}
.d-legal-section p{font-size:16px;color:#2A3845;line-height:1.75;margin-bottom:14px}
.d-legal-section ul, .d-legal-section ol{margin:8px 0 14px 24px}
.d-legal-section li{font-size:16px;color:#2A3845;line-height:1.7;margin-bottom:8px}
.d-legal-section strong{font-weight:600;color:#0E1A24}
.d-legal-section a{color:#D86D4E;border-bottom:1px solid transparent;transition:border-color 0.2s}
.d-legal-section a:hover{border-bottom-color:#D86D4E}
.d-legal-info-block{
padding:36px 34px !important;background:#FFFFFF !important;border:1px solid rgba(14,26,36,0.08) !important;
border-radius:14px !important;margin:24px 0 !important;
box-sizing:border-box !important;max-width:100% !important
}
.d-legal-info-block p{margin:0 0 8px 0 !important;font-size:15px !important;max-width:100% !important}
.d-legal-info-block p:last-child{margin-bottom:0 !important}
.d-footer::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);background-size:30px 30px;pointer-events:none}
.d-footer .container{max-width:1320px;margin:0 auto;padding:0 50px;position:relative;z-index:1}
.d-footer-cta{padding:60px 0 50px;text-align:center;border-bottom:1px solid rgba(248,245,238,0.1)}
.d-footer-cta .pre{font-family:'JetBrains Mono',monospace;font-size:11px;color:#D86D4E;letter-spacing:0.15em;text-transform:uppercase;margin-bottom:14px;font-weight:600}
.d-footer-cta h3{font-family:'DM Sans',sans-serif;font-weight:700;font-size:42px;color:#F8F5EE;margin-bottom:14px;letter-spacing:-0.03em;line-height:1.1}
.d-footer-cta .btn-fp{padding:15px 30px;border-radius:11px;font-size:15px;font-weight:600;transition:all 0.2s;display:inline-flex;align-items:center;gap:10px;letter-spacing:0.01em}
.d-footer-cols{padding:45px 0;display:grid;grid-template-columns:1.6fr 1fr 1.2fr;gap:50px}
.d-footer-col-label{font-family:'JetBrains Mono',monospace;font-size:11px;color:#D86D4E;letter-spacing:0.15em;text-transform:uppercase;margin-bottom:18px;font-weight:600;display:flex;align-items:center;gap:10px}
.d-footer-brand .d-footer-logo{font-family:'DM Sans',sans-serif;font-size:24px;font-weight:700;letter-spacing:-0.03em;color:#F8F5EE;margin-bottom:12px}
.d-footer-brand .d-footer-logo span{font-size:24px;font-weight:700;color:#F8F5EE;letter-spacing:-0.03em;margin-left:8px}
.d-footer-brand .d-footer-tagline{display:block;font-family:'Fraunces',serif;font-style:italic;font-weight:300;font-size:19px;color:#D86D4E;letter-spacing:-0.01em;margin-bottom:14px;line-height:1.3}
.d-footer-col-list a, .d-footer-col-list > div{display:block;font-size:14px;color:rgba(248,245,238,0.7);margin-bottom:10px;transition:color 0.2s}
.d-footer-bottom{padding:22px 0;border-top:1px solid rgba(248,245,238,0.1);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:rgba(248,245,238,0.45);gap:20px;flex-wrap:wrap}
.d-recaptcha-note{padding:0 0 22px;font-size:11px;line-height:1.6;color:rgba(248,245,238,0.3)}
.d-recaptcha-note a{color:rgba(248,245,238,0.5);border-bottom:1px solid rgba(248,245,238,0.2)}
.d-recaptcha-note a:hover{color:rgba(248,245,238,0.75)}
@media (max-width: 900px){
.d-site .container, .d-footer .container{padding:0 24px}
.d-legal-hero{padding:40px 0 20px}
.d-legal-hero h1{font-size:38px}
.d-legal-body{padding:20px 0 60px}
.d-legal-section h2{font-size:21px}
.d-legal-section p, .d-legal-section li{font-size:15px}
.d-footer-cta h3{font-size:30px}
.d-footer-cta p{font-size:14px}
.d-footer-cols{grid-template-columns:1fr 1fr;gap:30px 40px;padding:40px 0}
.d-footer-brand{grid-column:1 / -1}
.d-footer-bottom{flex-direction:column;gap:14px;text-align:center;align-items:center}
.d-footer-bottom .legal-links{flex-wrap:wrap;justify-content:center;gap:16px}
.d-statusbar{font-size:10px}
.d-statusbar .left{gap:16px}
.d-header{flex-wrap:wrap;gap:16px}
.d-nav{order:3;width:100%;justify-content:start;flex-wrap:wrap;gap:18px}
}    .d-svc-card, .d-product-card{
box-sizing:border-box !important;
max-width:100% !important;
margin:0 !important
}
.d-svc-card h3, .d-svc-card p,
.d-product-card h3, .d-product-card p{
max-width:100%;
word-wrap:break-word;
overflow-wrap:break-word;
margin-left:0;
margin-right:0
}
.d-svc-grid, .d-products-grid{
width:100%;
box-sizing:border-box
} .d-svc-card > p:empty, .d-product-card > p:empty{display:none}    @media (max-width:768px){ .d-svc-grid, .d-products-grid{
grid-template-columns:1fr !important;
column-gap:0 !important;
row-gap:18px !important;
margin-top:32px !important;
align-items:stretch !important;
}
.d-svc-card, .d-product-card{
padding:30px 26px !important;
}
.d-svc-card h3, .d-product-card h3{
font-size:23px !important;
line-height:1.25 !important;
margin-bottom:14px !important;
}
.d-svc-card p, .d-product-card p{
font-size:15px !important;
line-height:1.6 !important;
} .d-trust-bar{
grid-template-columns:1fr !important;
gap:24px !important;
margin-top:36px !important;
padding:28px 0 !important;
} .d-contact-grid{
grid-template-columns:1fr !important;
gap:20px !important;
}
.d-contact-info{gap:18px !important;}
.d-form-wrap{padding:28px 24px !important;}
.d-form-wrap .wpcf7-form .cf-row{
grid-template-columns:1fr !important;
gap:14px !important;
} .d-legal-info-block{padding:28px 24px !important;} .d-hero h1{font-size:46px !important;line-height:1.02 !important;margin-bottom:28px !important;}
.d-page-hero h1{font-size:40px !important;line-height:1.05 !important;}
.d-legal-hero h1{font-size:36px !important;} .d-header-cta{gap:14px !important;flex-wrap:wrap !important;align-items:center !important;}
.d-header-cta .phone{
white-space:nowrap !important;
font-size:15px !important;
}
.d-header-cta .btn-rounded{
padding:13px 22px !important;
font-size:15px !important;
white-space:nowrap !important;
line-height:1 !important;
} .d-hero{padding-top:28px !important;} .d-products-section{padding-top:24px !important;} .grecaptcha-badge{display:none !important;visibility:hidden !important;}
}