@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--navy:#111d33;--red:#df452f;--ink:#182237;--muted:#606776;--line:#dfe3e9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a,button,input,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #ff9a77;outline-offset:5px}.topbar{background:var(--navy);color:#d5d9e2;display:flex;justify-content:space-between;padding:10px 6%;font-size:12px;letter-spacing:1.1px}.topbar a{letter-spacing:0;font-size:13px}header{height:104px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:13px;font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-weight:800;font-size:32px;line-height:.95;letter-spacing:1px}.brand small{display:block;color:var(--red);font:700 13px 'DM Sans',sans-serif;letter-spacing:5.4px;margin-top:7px}.brand-mark{position:relative;background:var(--navy);color:#fff;width:50px;height:51px;display:grid;place-content:center;font-size:29px;transform:skew(-7deg)}.brand-mark span{position:absolute;bottom:0;left:0;width:100%;height:5px;background:var(--red)}nav{display:flex;gap:30px;font-size:14px;font-weight:600}nav a:hover{color:var(--red)}.header-call{border:1px solid var(--line);padding:12px 20px;font-size:14px;font-weight:700;display:flex;gap:28px}.hero{position:relative;min-height:680px;color:white;background:var(--navy);overflow:hidden}.hero-image,.hero-shade{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.hero-image{object-position:center 58%}.hero-shade{background:linear-gradient(90deg,rgba(10,21,38,.94) 0%,rgba(10,21,38,.8) 32%,rgba(10,21,38,.18) 75%),linear-gradient(0deg,rgba(10,21,38,.9),transparent 25%)}.hero-content{position:relative;padding:66px 6% 100px;max-width:820px}.eyebrow,.section-label{font-size:12px;font-weight:700;letter-spacing:2.3px}.eyebrow{display:flex;align-items:center;gap:12px;color:#fff}.eyebrow span{height:2px;width:30px;background:var(--red)}h1,h2{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-weight:700;margin:20px 0;line-height:1.02;letter-spacing:-.5px}h1{font-size:clamp(56px,6.2vw,91px)}em{font-style:normal;color:#f1684d}.hero p{max-width:450px;color:#d5dae2;font-size:16px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:30px}.button{min-height:54px;padding:15px 24px;display:inline-flex;align-items:center;justify-content:space-between;gap:24px;font-size:14px;font-weight:700;border:0;cursor:pointer}.red{color:#fff;background:#ce3926}.red:hover{background:#ad2d1d}.text-link{font-size:15px;border-bottom:1px solid #a7afbc;padding:7px 0;white-space:nowrap}.hero-bottom{position:absolute;bottom:0;left:6%;right:6%;display:flex;align-items:center;gap:35px;border-top:1px solid #ffffff38;padding:21px 0;color:#d6dce5;font-size:13px}.hero-bottom>span:first-child{font-size:11px;letter-spacing:2px}.hero-bottom a{margin-left:auto;font-size:25px}.section{padding:90px 6%}.section-label{color:var(--red)}.intro-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;margin-bottom:44px}h2{font-size:clamp(40px,4.3vw,62px)}.intro-heading p{max-width:460px;color:var(--muted);line-height:1.8}.principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.principles article{padding:28px 32px 0 0}.principles article+article{border-left:1px solid var(--line);padding-left:32px}.number{font-family:'Barlow Condensed',sans-serif;font-size:30px;color:#98a2b0}h3{font-size:20px;line-height:1.3;margin:15px 0 12px}.principles p{font-size:15px;color:var(--muted);max-width:320px}.quote-section{background:var(--navy);color:white;padding:80px 6%;display:grid;grid-template-columns:1fr 1.15fr;gap:9%}.quote-copy{padding-top:15px}.quote-copy .section-label{color:#f28a74}.quote-copy h2{font-size:clamp(60px,6vw,86px);margin-top:27px}.quote-copy p{max-width:340px;color:#bfc8d7}.quote-phone{font-size:26px;font-weight:600;display:block;margin-top:34px}.quote-phone span{color:#f1684d;margin-left:15px}.small-note{font-size:13px;color:#bfc8d7}form{background:white;color:var(--ink);padding:32px}form h3{margin:0 0 25px;font-size:23px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}label{display:block;font-size:14px;font-weight:600;margin-bottom:18px}label span{font-weight:400;color:var(--muted)}input,textarea{display:block;width:100%;border:1px solid #dce0e7;background:#f8f9fb;padding:12px;margin-top:7px;border-radius:0;color:var(--ink);font-size:16px;min-width:0}input:focus,textarea:focus{outline:2px solid var(--navy);outline-offset:1px}textarea{resize:vertical}form .button{width:100%}.form-note{font-size:12px;line-height:1.6;color:var(--muted);margin:14px 0 0}#form-status{background:#f1f4f8;font-size:14px;padding:12px;margin-top:14px}.contact{display:grid;grid-template-columns:1.2fr 1fr;gap:8%}.contact p{color:var(--muted)}.contact-details> *{display:block;padding:18px 0;border-bottom:1px solid var(--line)}.contact-details small{display:block;color:var(--muted);font-size:11px;letter-spacing:1.5px;margin-bottom:5px}.contact-details span{font-size:20px;overflow-wrap:anywhere}.contact-details a:hover{color:var(--red)}address{font-style:normal;font-size:16px}footer{border-top:1px solid var(--line);padding:30px 6%;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:13px;color:var(--muted)}.footer-brand{color:var(--navy);font-size:25px}.footer-brand small{font-size:10px;letter-spacing:4.4px}footer>a:last-child{color:var(--navy)}
@media(min-width:1600px){header,.topbar,.section,.quote-section,footer{padding-left:calc((100vw - 1400px)/2);padding-right:calc((100vw - 1400px)/2)}.hero-content{margin-left:calc((100vw - 1400px)/2 - 6vw)}}
@media(max-width:850px){nav{gap:16px;font-size:13px}.header-call{display:none}.hero{min-height:660px}.hero-content{max-width:650px}.intro-heading{gap:30px}.quote-section{gap:35px}.quote-phone{font-size:22px}form{padding:25px}.form-grid{grid-template-columns:1fr}.section{padding-top:65px;padding-bottom:65px}}
@media(max-width:600px){.topbar{padding:8px 6%;font-size:10px}.topbar a{font-size:11px}header{height:87px;gap:15px}.brand{font-size:27px}.brand small{font-size:11px;letter-spacing:4.5px}.brand-mark{width:39px;height:43px;font-size:25px}nav a{display:none}nav a:last-child{display:block;font-size:14px}.hero{min-height:710px}.hero-image{object-position:65% center}.hero-shade{background:linear-gradient(90deg,rgba(10,21,38,.91),rgba(10,21,38,.4)),linear-gradient(0deg,#101b30,transparent 45%)}.hero-content{padding-top:55px}h1{font-size:64px}.hero p{max-width:330px}.hero-actions{flex-direction:column;align-items:flex-start;gap:14px}.hero-bottom{gap:15px}.hero-bottom>span:nth-child(2){max-width:130px;font-size:11px}.intro-heading,.quote-section,.contact{grid-template-columns:1fr;gap:20px}.intro-heading{margin-bottom:25px}.intro-heading p{margin:0}.principles{grid-template-columns:1fr}.principles article,.principles article+article{padding:22px 0;border-left:0;border-bottom:1px solid var(--line)}.principles article:last-child{border-bottom:0}.principles h3{margin-top:6px}.principles p{max-width:none}.quote-section{padding-top:48px;padding-bottom:48px;gap:35px}.quote-copy h2{font-size:66px}.quote-copy h2 br:nth-child(2){display:none}.quote-copy p{max-width:100%}form{padding:23px}.contact h2{font-size:44px}.contact-details span{font-size:18px}footer{flex-wrap:wrap;font-size:12px}.footer-brand{width:100%;margin-bottom:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* Multilingual editions: retain the brand while allowing scripts room to breathe. */
header{height:auto;min-height:104px;flex-wrap:wrap;padding-top:18px;padding-bottom:18px;gap:18px}header nav{gap:18px;flex:1;justify-content:center;flex-wrap:wrap}header .header-call{display:none}.language-switch{display:flex;flex-direction:column;gap:4px;max-width:100%;width:210px}.language-switch label{font-size:12px;margin:0;color:var(--muted)}.language-switch label span{font-family:'DM Sans',Arial,sans-serif}.language-switch select{font:400 14px var(--locale-font,'DM Sans',Arial,sans-serif);width:100%;padding:10px 28px 10px 10px;min-height:44px;border:1px solid #cbd1dc;background:#fff;color:var(--navy);border-radius:3px}.language-switch select:focus-visible{outline:3px solid var(--red);outline-offset:2px}html:not([lang="en"]):not([lang="de"]) body{font-family:var(--locale-font),sans-serif;line-height:1.85}html:not([lang="en"]):not([lang="de"]) h1,html:not([lang="en"]):not([lang="de"]) h2{font-family:var(--locale-font),sans-serif;letter-spacing:0;line-height:1.45;font-weight:700}html:not([lang="en"]):not([lang="de"]) h1{font-size:clamp(34px,4.1vw,60px)}html:not([lang="en"]):not([lang="de"]) h2{font-size:clamp(28px,3vw,43px)}html:not([lang="en"]) .eyebrow,html:not([lang="en"]) .section-label{letter-spacing:.3px;line-height:1.7}html:not([lang="en"]) .hero-content{padding-bottom:35px;max-width:850px}html:not([lang="en"]) .hero-bottom{position:relative;left:auto;right:auto;margin:0 6%;width:auto}html:not([lang="en"]) .hero{padding-bottom:0}.hero p,.quote-copy p,.intro-heading p,.principles p,h1,h2,h3,.button{overflow-wrap:break-word}html:not([lang="en"]) .hero-actions{flex-wrap:wrap}.quote-section>*{min-width:0}html[lang="de"] h1{font-size:clamp(45px,5.4vw,77px)}html[lang="de"] .hero-content{max-width:900px}html[dir="rtl"] .brand,html[dir="rtl"] .eyebrow,html[dir="rtl"] .topbar{direction:ltr}html[dir="rtl"] .hero-content{margin-inline-start:auto;text-align:right}html[dir="rtl"] .hero-shade{background:linear-gradient(270deg,rgba(10,21,38,.95),rgba(10,21,38,.74) 45%,rgba(10,21,38,.25))}html[dir="rtl"] .hero-image{transform:scaleX(-1)}html[dir="rtl"] .hero-actions{justify-content:flex-start}html[dir="rtl"] .hero-bottom a{margin-left:0;margin-right:auto}html[dir="rtl"] .principles article+article{border-left:0;border-right:1px solid var(--line);padding-right:32px;padding-left:0}html[dir="rtl"] .principles article{padding-right:0;padding-left:32px}html[dir="rtl"] .contact-details a{text-align:right}html[dir="rtl"] input[type="tel"],html[dir="rtl"] input[type="date"]{direction:ltr;text-align:right}html[dir="rtl"] .language-switch select{padding-right:10px;padding-left:28px}.brand,.footer-brand{flex-shrink:0}.hero-bottom>span{min-width:0}
@media(max-width:900px){header nav{order:3;flex-basis:100%;justify-content:flex-start;gap:12px 24px}header{justify-content:space-between}.language-switch{width:190px}.intro-heading{gap:25px}.quote-section{gap:30px}html:not([lang="en"]) .form-grid{grid-template-columns:1fr}}
@media(max-width:600px){header{min-height:100px;gap:12px}.language-switch{width:155px}.language-switch select{font-size:13px}header nav{display:none}.brand{gap:8px;font-size:25px}.brand-mark{width:32px;height:39px;font-size:23px}.brand small{font-size:10px;letter-spacing:4.3px}.hero-bottom{flex-wrap:wrap}.hero-bottom>span:nth-child(2){max-width:180px}html:not([lang="en"]) .hero-content{padding-top:40px}.hero{min-height:660px}html:not([lang="en"]) .hero{min-height:0}.quote-section{grid-template-columns:1fr}html[dir="rtl"] .principles article,html[dir="rtl"] .principles article+article{border-right:0;padding:22px 0}html:not([lang="en"]) .quote-copy h2 br:nth-child(2){display:initial}}
@media(max-width:380px){.language-switch{width:140px}.brand-mark{display:none}header{gap:8px}.topbar{flex-wrap:wrap;gap:3px}.hero-actions .button{width:100%}}

/* Narration mode */
.narration-controls{position:fixed;inset-inline-end:22px;bottom:22px;z-index:1000;display:flex;align-items:center;gap:7px;padding:7px;background:rgba(17,29,51,.96);border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 34px rgba(8,17,31,.25);backdrop-filter:blur(8px);border-radius:999px;color:#fff}.narration-controls button{border:0;cursor:pointer;color:#fff;font:600 13px 'DM Sans',Arial,sans-serif}.narration-main{display:flex;align-items:center;gap:8px;min-height:42px;padding:9px 15px;background:transparent;border-radius:999px}.narration-main:hover,.narration-main:focus-visible{background:rgba(255,255,255,.1)}.narration-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;font-size:16px}.narration-stop{width:40px;height:40px;padding:0;background:#ce3926;border-radius:50%;font-size:15px!important}.narration-stop:hover,.narration-stop:focus-visible{background:#ad2d1d}.narration-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.narration-controls.is-speaking{box-shadow:0 12px 34px rgba(8,17,31,.28),0 0 0 2px rgba(223,69,47,.28)}
@media(max-width:600px){.narration-controls{inset-inline-end:14px;bottom:14px}.narration-main{min-height:40px;padding:8px 12px}.narration-label{font-size:12px}.narration-stop{width:38px;height:38px}}


/* Samajik Pahal */
.social-initiative{background:#f4f1e9;display:grid;grid-template-columns:1fr 1.12fr;gap:9%;align-items:start}.social-initiative h2{margin-top:20px}.social-initiative h2 em{color:var(--red);font-style:normal}.social-lead{max-width:570px;font-size:18px;line-height:1.8;color:#4e5968}.social-content{padding-top:48px}.social-content>p{color:var(--muted);line-height:1.85;margin:0 0 20px}.revenue-commitment{display:flex;gap:18px;align-items:flex-start;background:var(--navy);color:#fff;padding:24px 26px;margin:30px 0}.revenue-commitment p{margin:0;line-height:1.65}.revenue-icon{flex:0 0 auto;color:#f1684d;font-size:26px;line-height:1}.instagram-link{display:inline-flex;flex-wrap:wrap;gap:8px 14px;align-items:center;border-bottom:1px solid var(--navy);padding-bottom:6px;font-weight:600}.instagram-link span{color:var(--red)}
/* WhatsApp quick contact */
.whatsapp-quick{position:fixed;inset-inline-end:22px;bottom:86px;z-index:999;display:flex;align-items:center;gap:8px;min-height:44px;padding:10px 15px;border-radius:999px;background:#128c4a;color:white;box-shadow:0 10px 28px rgba(8,17,31,.22);font:600 13px 'DM Sans',Arial,sans-serif}.whatsapp-quick:hover,.whatsapp-quick:focus-visible{filter:brightness(.95);outline:3px solid rgba(18,140,74,.25);outline-offset:2px}.whatsapp-quick span{font-size:18px}.whatsapp-quick strong{font-weight:600}
@media(max-width:850px){.social-initiative{grid-template-columns:1fr;gap:20px}.social-content{padding-top:0}}
@media(max-width:600px){.social-initiative{padding-top:58px;padding-bottom:58px}.social-lead{font-size:16px}.revenue-commitment{padding:20px;margin-top:24px}.whatsapp-quick{inset-inline-end:14px;bottom:70px;padding:9px 12px}.whatsapp-quick strong{display:none}}
