/* Dilworld: approved reference implementation, first-screen checkpoint. */
:root{--dw-navy:#061d45;--dw-red:#ed1c2a;--dw-text:#3c4962;--dw-ice:#eef7ff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.dw-site{margin:0;background:#fff;color:var(--dw-navy);font-family:"Barlow",sans-serif}
.dw-site a{color:inherit;text-decoration:none}
.dw-site button{font:inherit}
.dw-site svg{display:block}
.dw-sr{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.dw-skip{position:fixed;top:-80px;left:15px;z-index:2000;background:#fff;padding:12px}
.dw-skip:focus{top:10px}
.dw-site a:focus-visible,.dw-site button:focus-visible{outline:3px solid #2478d3;outline-offset:5px}
.dw-header{position:relative;z-index:20;background:#fff}
.dw-contact-top{position:sticky;top:0;z-index:60;background:#08264a;color:#fff;box-shadow:0 2px 8px #061d4515}.dw-contact-top-inner{width:90%;max-width:1410px;margin:auto;display:flex;align-items:center;justify-content:flex-end;gap:18px;min-height:48px}.dw-contact-top-note{margin-right:auto;font-size:14px}.dw-contact-top a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;font-size:16px;font-weight:600;white-space:nowrap}.dw-contact-top svg{width:20px;height:20px;flex:none}.dw-contact-top a.dw-contact-top-whatsapp{background:#087c47;padding:0 17px;color:#fff}.dw-contact-top a:focus-visible{outline:2px solid #fff;outline-offset:-4px}body.admin-bar .dw-contact-top{top:32px}html{scroll-padding-top:64px}@media(max-width:782px){body.admin-bar .dw-contact-top{top:46px}}@media(max-width:600px){.dw-contact-top-inner{width:100%;gap:0;min-height:48px;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.dw-contact-top-note{display:none}.dw-contact-top a{flex:1;font-size:14px;min-height:48px;gap:6px;padding:0 6px}.dw-contact-top a.dw-contact-top-whatsapp{padding:0 8px}.dw-contact-top svg{width:18px;height:18px}body.admin-bar .dw-contact-top{top:0}}
.dw-header-inner{width:84.3%;max-width:1410px;height:86px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px}
.dw-logo{display:block;flex:none;width:218px;height:64px;background-image:var(--dw-approved-hero);background-repeat:no-repeat;background-size:1672px 941px;background-position:-140px -12px}
.dw-nav{display:flex;align-items:center;gap:35px;font-size:16px;font-weight:600}
.dw-nav a{white-space:nowrap}
.dw-nav a:hover{color:var(--dw-red)}
.dw-button{display:inline-flex;align-items:center;justify-content:center;gap:17px;min-height:62px;border-radius:14px;padding:0 29px;font-size:21px;line-height:1.1;font-weight:600;border:1.5px solid transparent;cursor:pointer;transition:box-shadow .18s,transform .18s}
.dw-button svg{width:24px;height:24px}
.dw-button:hover{transform:translateY(-2px);box-shadow:0 7px 18px #061d451c}
.dw-site .dw-red{background:linear-gradient(110deg,#de2733,#ee1b29);color:#fff}
.dw-header-cta{min-height:51px;min-width:211px;font-size:22px;border-radius:16px}
.dw-site .dw-navy{background:#061d45;color:#fff;box-shadow:0 6px 16px #061d450d}
.dw-site .dw-outline{border-color:#061d45;background:#ffffffc9;color:#061d45}
.dw-menu-toggle{display:none;background:transparent;border:0;color:var(--dw-navy);padding:9px}
.dw-menu-toggle svg{width:29px;height:29px}
.dw-hero{position:relative;width:100%;max-width:1920px;min-height:720px;height:43.7vw;max-height:838px;margin:0 auto;overflow:hidden;background:radial-gradient(ellipse at 3% 76%,#edf7ff 0,transparent 27%),#fff}
.dw-hero-art{position:absolute;z-index:1;left:39.65%;top:0;width:60.35%;height:100%;background-image:var(--dw-approved-hero);background-size:165.7% auto;background-position:100% -5.14vw;background-repeat:no-repeat}
.dw-hero-copy{position:relative;z-index:2;margin-left:7.85%;padding-top:66px;width:34%;max-width:665px}
.dw-eyebrow{display:flex;align-items:center;gap:19px;margin:0 0 17px;font-size:14px;letter-spacing:2px;font-weight:600;white-space:nowrap}
.dw-eyebrow span{display:inline-block;background:var(--dw-red);width:34px;height:4px;border-radius:3px}
.dw-hero h1{font-family:"Poppins",sans-serif;font-weight:800;letter-spacing:-4.9px;font-size:clamp(50px,4.55vw,87px);line-height:1.035;margin:0 0 32px}
.dw-last-line{white-space:nowrap}
.dw-hero h1 em{position:relative;color:var(--dw-red);font-style:normal}
.dw-hero h1 em:after{position:absolute;content:"";width:100%;height:16px;left:9%;bottom:-16px;border-top:7px solid var(--dw-red);border-radius:50%;transform:rotate(-6deg)}
.dw-hero-description{font-size:24px;line-height:1.17;margin:0 0 26px;letter-spacing:-.3px;color:var(--dw-text)}
.dw-hero-actions{display:flex;gap:17px}
.dw-trust{display:flex;align-items:center;gap:20px;list-style:none;margin:28px 0 0;padding:0;white-space:nowrap;font-size:14px;font-weight:500}
.dw-trust li{display:flex;align-items:center;gap:9px}
.dw-trust li>span{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#e9f5ff}
.dw-trust svg{width:25px;height:25px}
.dw-wave{position:absolute;bottom:-1px;left:0;z-index:3;width:100%;height:74px}
.dw-next-section{position:relative;z-index:5;text-align:center;background:#f0f8ff;padding:10px 20px 38px;margin-top:-1px}
.dw-red-dash{display:block;width:49px;height:4px;border-radius:4px;background:var(--dw-red);margin:0 auto 15px;transform:rotate(2deg)}
.dw-next-section h2{font:700 34px/1.2 "Poppins",sans-serif;letter-spacing:-1.2px;margin:0}
.dw-mobile-contact{display:none}
@media(min-width:1700px){.dw-hero-copy{padding-top:4vw}.dw-hero-description{font-size:1.44vw}.dw-trust{font-size:15px}.dw-hero-actions .dw-button{min-height:66px}}
@media(min-width:1001px) and (max-width:1450px){
 .dw-header-inner{height:76px;width:86%}.dw-logo{width:183px;height:54px;background-size:1404.5px 790.4px;background-position:-117.6px -10px}
 .dw-nav{gap:23px;font-size:15px}.dw-header-cta{min-width:175px;min-height:45px;font-size:19px;padding:0 20px}
 .dw-hero{min-height:610px}.dw-hero-copy{padding-top:55px}
 .dw-eyebrow{font-size:11px;letter-spacing:1.8px;gap:15px}.dw-hero h1{letter-spacing:-3.8px;font-size:4.36vw;margin-bottom:28px}
 .dw-hero-description{font-size:21px}.dw-button{font-size:18px;min-height:54px;padding:0 24px}
 .dw-trust{gap:13px;font-size:12px}.dw-trust li{gap:6px}.dw-trust li>span{width:36px;height:36px}
 .dw-hero-art{background-position:100% -5.14vw}
}
@media(max-width:1000px){
 .dw-header-inner{width:90%;height:77px}.dw-logo{width:174px;height:51px;background-size:1337.6px 752.8px;background-position:-112px -9.6px}
 .dw-header-cta{margin-left:auto;min-width:165px;font-size:18px;min-height:45px}
 .dw-menu-toggle{display:block}
 .dw-nav{display:none;position:absolute;top:77px;left:0;right:0;padding:24px 6%;background:#fff;box-shadow:0 12px 15px #061d4510;flex-direction:column;align-items:flex-start;gap:20px;font-size:18px}
 .dw-nav.is-open{display:flex}
 .dw-hero{height:auto;min-height:0;max-height:none;display:flex;flex-direction:column;overflow:hidden;padding-bottom:33px}
 .dw-hero-copy{margin:0 6%;padding-top:25px;width:88%;max-width:none;order:0}
 .dw-eyebrow{font-size:12px;letter-spacing:1.2px;margin-bottom:20px;gap:12px}
 .dw-hero h1{font-size:clamp(43px,7.6vw,72px);letter-spacing:-3px;margin-bottom:26px}
 .dw-hero-description{font-size:22px;max-width:550px;line-height:1.25}
 .dw-hero-art{position:relative;left:auto;top:auto;margin-top:20px;width:100%;aspect-ratio:1007/710;height:auto;order:1;background-size:166.04% auto;background-position:100% -8.54vw}
 .dw-trust{white-space:normal;font-size:14px;margin-top:24px;gap:20px}
 .dw-wave{height:42px}.dw-next-section h2{font-size:30px}
}
@media(max-width:600px){
 body.dw-site{padding-bottom:76px}
 .dw-header-inner{height:71px;width:90%;gap:12px}.dw-header-cta{display:none}
 .dw-logo{width:157px;height:46px;background-size:1203.8px 677.5px;background-position:-100.8px -8.6px}
 .dw-nav{top:71px}
 .dw-hero-copy{margin:0 5.5%;width:89%;padding-top:23px}
 .dw-eyebrow{font-size:9px;letter-spacing:1.2px;gap:9px;white-space:normal}.dw-eyebrow span{width:23px;flex:none;height:3px}
 .dw-hero h1{font-size:clamp(36px,9.2vw,53px);letter-spacing:-2.2px;line-height:1.07;margin-bottom:28px}
 .dw-hero h1 em:after{border-top-width:4px;height:9px;bottom:-9px}
 .dw-hero-description{font-size:19px;line-height:1.3;margin-bottom:21px;letter-spacing:0}
 .dw-desktop-br{display:none}
 .dw-hero-actions{gap:10px}.dw-button{min-height:47px;border-radius:10px;padding:0 12px;gap:8px;font-size:14px;white-space:nowrap}
 .dw-button svg{width:19px;height:19px}
 .dw-trust{gap:8px;align-items:flex-start;font-size:11px;line-height:1.15}
 .dw-trust li{flex:1;gap:5px}.dw-trust li>span{width:30px;height:30px;flex:none}.dw-trust svg{width:19px;height:19px}
 .dw-hero-art{margin-top:16px}
 .dw-next-section{padding-bottom:24px}.dw-next-section h2{font-size:26px}.dw-red-dash{width:34px;height:3px;margin-bottom:12px}
 .dw-mobile-contact{position:fixed;display:flex;z-index:50;bottom:0;left:0;width:100%;gap:8px;background:#fff;padding:9px 12px calc(9px + env(safe-area-inset-bottom));box-shadow:0 -3px 18px #061d4512}
 .dw-mobile-contact a{display:flex;flex:1;align-items:center;justify-content:center;gap:9px;min-height:45px;border-radius:9px;background:var(--dw-navy);color:#fff;font-size:16px;font-weight:600}
 .dw-mobile-contact a:last-child{background:#00ad57}
 .dw-mobile-contact svg{width:20px;height:20px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.dw-button{transition:none}.dw-button:hover{transform:none}}
