:root{--blue:#1457ff;--blue-dark:#0b2f8f;--sky:#bfe8ff;--yellow:#ffd83d;--ink:#0d1835;--muted:#5e6880;--line:#dce4f1;--bg:#f6f9ff;--white:#fff;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff;line-height:1.55}h1,h2,h3,b,strong,.btn,.brand{font-family:'Manrope',sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-header{height:82px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;gap:32px;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(13,24,53,.07)}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:38px;height:38px;border-radius:50%;background:var(--blue);display:grid;place-items:center;color:var(--yellow);font-size:13px;position:relative;overflow:hidden}.brand-mark:before{content:'';position:absolute;width:26px;height:26px;border-radius:50%;box-shadow:-8px 0 0 1px var(--white);right:-2px;top:4px}.brand-mark span{position:relative;z-index:1;margin-left:-12px}.brand-copy{display:flex;flex-direction:column;line-height:.9}.brand-copy b{font-size:18px;letter-spacing:.07em}.brand-copy small{font-size:9px;letter-spacing:.42em;margin-top:8px;color:var(--blue)}.desktop-nav{display:flex;gap:30px;font-size:14px;font-weight:600}.desktop-nav a{transition:.2s}.desktop-nav a:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:16px}.lang-switch{border:0;background:#eef3ff;border-radius:999px;padding:6px;display:flex;gap:3px;cursor:pointer}.lang-switch b,.lang-switch span{padding:5px 9px;border-radius:999px;font-size:12px}.lang-switch b{background:#fff;color:var(--blue);box-shadow:0 2px 8px #a6baff55}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;border:0;border-radius:999px;padding:15px 24px;font-weight:800;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #1457ff44}.btn-small{padding:11px 18px;font-size:13px}.menu-btn{display:none;border:0;background:none;font-size:24px}.hero{min-height:calc(100vh - 82px);position:relative;overflow:hidden;display:flex;align-items:center;padding:8vw 6vw}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,#f4f8ff 0%,#f4f8fff2 31%,#f4f8ff55 58%,transparent 76%)}.hero-copy{position:relative;z-index:2;max-width:690px}.trust-pill{display:inline-flex;align-items:center;gap:9px;background:#fff;padding:8px 13px;border-radius:999px;box-shadow:0 8px 30px #23479914;font-size:13px;font-weight:700}.trust-pill span{width:9px;height:9px;background:var(--yellow);border:3px solid #fff;outline:1px solid var(--blue);border-radius:50%}.trust-pill em{font-style:normal}.hero h1{font-size:clamp(42px,5.5vw,78px);line-height:1.02;letter-spacing:-.055em;margin:24px 0 22px;max-width:820px}.hero-copy>p{font-size:18px;max-width:610px;color:#40506e}.hero-buttons{display:flex;align-items:center;gap:24px;margin-top:34px}.text-link{font-weight:800;color:var(--blue)}.hero-card{position:absolute;right:5vw;bottom:5vw;z-index:3;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);width:290px;border-radius:24px;padding:23px;box-shadow:0 24px 60px #08183f30;border:1px solid #fff}.hero-card small{text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:700}.hero-card strong{display:block;font-size:21px;line-height:1.2;margin:8px 0 14px}.hero-card ul{padding:0;margin:0;list-style:none}.hero-card li{border-top:1px solid var(--line);padding:8px 0;font-size:14px}.hero-card li:before{content:'✓';color:var(--blue);font-weight:900;margin-right:8px}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:#fff}.proof-strip div{padding:24px 4vw;border-right:1px solid var(--line)}.proof-strip b,.proof-strip span{display:block}.proof-strip b{color:var(--blue);font-size:15px}.proof-strip span{font-size:13px;color:var(--muted);margin-top:3px}.section{padding:110px 6vw}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:54px}.section-head>div{max-width:780px}.section-head>p{max-width:360px;color:var(--muted);margin:0;font-size:16px}.section-no{font-weight:800;color:var(--blue);letter-spacing:.18em;font-size:13px}.section h2,.eligibility h2,.final-cta h2{font-size:clamp(36px,5vw,64px);line-height:1.05;letter-spacing:-.05em;margin:14px 0 0}.need-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.need-card{min-height:250px;border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s;overflow:hidden;position:relative}.need-card:hover{transform:translateY(-6px)}.need-card>span{font-weight:800;font-size:13px}.need-card h3{font-size:25px;margin:auto 0 6px}.need-card p{margin:0;max-width:260px}.need-card.cobalt{background:var(--blue);color:#fff}.need-card.yellow{background:var(--yellow)}.need-card.sky{background:var(--sky)}.need-card.dark{background:var(--ink);color:#fff}.need-card.white{border:1px solid var(--line);background:#fff}.need-card.line{background:linear-gradient(135deg,#eef4ff,#fff);border:1px solid #c9d7ff}.solutions{background:var(--bg)}.solution-title{max-width:920px;margin-bottom:60px}.solution-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw}.big-quote{background:var(--yellow);border-radius:var(--radius);padding:38px;min-height:400px;display:flex;flex-direction:column;justify-content:flex-end;position:relative}.big-quote:before{content:'“';position:absolute;top:0;left:25px;font:800 150px/1 'Manrope';color:#ffffffaa}.big-quote strong{font-size:35px;line-height:1.1}.big-quote p{font-size:17px;margin-bottom:0}.solution-list article{display:grid;grid-template-columns:55px 1fr;gap:24px;padding:24px 0;border-top:1px solid #ccd8eb}.solution-list article>span{font-weight:800;color:var(--blue)}.solution-list h3{margin:0;font-size:23px}.solution-list p{margin:7px 0 0;color:var(--muted)}.industry-section{background:var(--blue);color:#fff;overflow:hidden}.marquee{white-space:nowrap;font:800 clamp(52px,9vw,130px)/1 'Manrope';letter-spacing:-.06em;opacity:.12;padding-top:44px}.industry-inner{padding-top:55px}.section-head.compact{margin-bottom:35px}.section-head.compact p{color:#d8e3ff}.industry-track{display:flex;gap:14px;overflow-x:auto;padding-bottom:18px;scroll-snap-type:x mandatory;scrollbar-color:var(--yellow) transparent}.industry-card{flex:0 0 210px;min-height:240px;background:#fff;color:var(--ink);border-radius:24px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;scroll-snap-align:start}.industry-card b{font-size:55px;color:var(--blue)}.industry-card span{font-size:18px;font-weight:700}.industry-card.featured{background:var(--yellow)}.industry-card.featured b{color:var(--ink)}.eligibility{display:grid;grid-template-columns:1fr 1fr;gap:7vw;background:var(--ink);color:#fff;padding:110px 6vw;align-items:start}.section-no.light{color:var(--yellow)}.elig-copy>p{color:#b9c5df;max-width:650px;font-size:17px}.elig-copy ul{padding:0;margin:38px 0 0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:13px}.elig-copy li{background:#152341;border:1px solid #293957;padding:15px;border-radius:14px;font-weight:600}.elig-copy li:before{content:'✓';color:var(--yellow);margin-right:10px}.check-form{background:#fff;color:var(--ink);padding:34px;border-radius:30px}.form-title small{color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.12em}.form-title h3{font-size:27px;line-height:1.2;margin:8px 0 24px}.check-form label{display:block;margin:15px 0}.check-form label>span{display:block;font-weight:700;font-size:13px;margin-bottom:7px}.check-form input,.check-form select{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px;background:#f9fbff;outline:none}.check-form input:focus,.check-form select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1457ff18}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.btn-submit{width:100%;margin-top:10px}.privacy{display:block;color:var(--muted);font-size:12px;margin-top:12px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line)}.steps article{padding:28px;border-right:1px solid var(--line);position:relative}.steps article:last-child{border-right:0}.steps b{color:var(--blue)}.steps h3{font-size:21px;margin:38px 0 8px}.steps p{color:var(--muted);margin:0}.why{display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;background:var(--bg);align-items:center}.why-photo{position:relative}.why-photo img{width:100%;display:block;border-radius:30px;aspect-ratio:4/3;object-fit:cover}.photo-note{position:absolute;left:22px;right:22px;bottom:22px;background:#fff;border-radius:18px;padding:18px;display:flex;justify-content:space-between;align-items:center}.photo-note b{font-size:18px}.photo-note span{color:var(--muted);font-size:13px}.why-copy h2{font-size:clamp(35px,4vw,55px)}.why-points article{padding:20px 0;border-top:1px solid var(--line)}.why-points b{font-size:18px}.why-points p{color:var(--muted);margin:6px 0 0}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw}.faq-title{position:sticky;top:120px;align-self:start}.faq-title h2{font-size:clamp(38px,4.5vw,60px)}details{border-top:1px solid var(--line);padding:22px 0}details:last-child{border-bottom:1px solid var(--line)}summary{font:700 18px 'Manrope';cursor:pointer;list-style:none;display:flex;justify-content:space-between}summary:after{content:'+';font-size:24px;color:var(--blue)}details[open] summary:after{content:'−'}details p{color:var(--muted);max-width:650px}.final-cta{background:var(--blue);color:#fff;padding:80px 6vw;display:flex;justify-content:space-between;align-items:end;gap:50px}.final-cta>div{max-width:900px}.final-cta span{font-weight:800;color:var(--yellow);font-size:13px;letter-spacing:.14em}.btn-yellow{background:var(--yellow);color:var(--ink);white-space:nowrap}.btn-yellow:hover{box-shadow:0 12px 30px #ffd83d44}footer{background:#071126;color:#fff;padding:70px 6vw 30px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.light-brand .brand-copy small{color:var(--yellow)}.footer-brand p{color:#a9b6ce;max-width:350px}.footer-brand~div{display:flex;flex-direction:column;gap:10px;font-size:14px}.footer-brand~div>b{color:var(--yellow);margin-bottom:8px}.footer-brand~div>a,.footer-brand~div>span{color:#bdc7d9}.footer-bottom{grid-column:1/-1!important;border-top:1px solid #1b2a47;margin-top:20px;padding-top:25px;display:grid!important;grid-template-columns:auto auto 1fr;flex-direction:unset!important;gap:28px!important;color:#8794ad!important}.footer-bottom p{margin:0;font-size:12px;text-align:right}.floating-wa{position:fixed;right:22px;bottom:22px;width:56px;height:56px;background:var(--yellow);color:var(--ink);border-radius:50%;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 30px #07112644;z-index:20}.toast{position:fixed;left:50%;bottom:30px;transform:translateX(-50%);background:#fff;color:var(--ink);padding:14px 20px;border-radius:12px;box-shadow:0 15px 50px #0004;z-index:50;font-weight:700}
@media(max-width:1000px){.desktop-nav{display:none}.menu-btn{display:block}.hero{min-height:760px;align-items:flex-start;padding-top:120px}.hero-copy{max-width:600px}.hero-wash{background:linear-gradient(90deg,#f4f8fff7 0%,#f4f8ffe8 50%,#f4f8ff33 100%)}.hero-card{right:4vw;bottom:4vw}.need-grid{grid-template-columns:repeat(2,1fr)}.solution-layout,.why,.faq{grid-template-columns:1fr}.big-quote{min-height:320px}.eligibility{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.faq-title{position:static}footer{grid-template-columns:2fr 1fr 1fr}.footer-brand~div:nth-of-type(4){display:none}.footer-bottom{grid-template-columns:1fr 1fr!important}.footer-bottom p{grid-column:1/-1;text-align:left}}
@media(max-width:680px){.site-header{height:70px;padding:0 18px}.header-actions .btn-small{display:none}.hero{min-height:780px;padding:75px 22px 220px;align-items:center}.hero-photo{object-position:63% center}.hero-wash{background:linear-gradient(180deg,#f4f8fff8 0%,#f4f8ffd8 52%,#f4f8ff0c 78%)}.hero h1{font-size:43px}.hero-copy>p{font-size:16px}.hero-buttons{align-items:flex-start;flex-direction:column;gap:16px}.hero-card{left:18px;right:18px;bottom:18px;width:auto}.proof-strip{grid-template-columns:1fr}.proof-strip div{border-right:0;border-bottom:1px solid var(--line);padding:18px 24px}.section{padding:80px 22px}.section-head{display:block}.section-head>p{margin-top:18px}.need-grid{grid-template-columns:1fr}.need-card{min-height:210px}.solution-layout{gap:20px}.industry-inner{padding-top:38px}.eligibility{padding:80px 22px}.elig-copy ul{grid-template-columns:1fr}.check-form{padding:24px 18px}.form-row{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.steps article{border-right:0;border-bottom:1px solid var(--line);padding:24px 0}.steps h3{margin-top:20px}.photo-note{display:block}.photo-note span{display:block;margin-top:3px}.final-cta{padding:70px 22px;display:block}.final-cta .btn{margin-top:30px;white-space:normal}footer{grid-template-columns:1fr 1fr;padding:55px 22px 25px}.footer-brand{grid-column:1/-1}.footer-bottom{grid-template-columns:1fr!important}.floating-wa{width:50px;height:50px}}

/* Official Ikhtiar Capital identity */
:root{--blue:#1048d8}
.official-brand{display:block;line-height:0}
.official-brand img{display:block;width:62px;height:62px;object-fit:cover;border-radius:12px}
.footer-logo img{width:112px;height:112px;border-radius:18px}
@media(max-width:680px){.official-brand img{width:50px;height:50px;border-radius:10px}.footer-logo img{width:104px;height:104px}}

/* Official WhatsApp floating action */
.floating-wa{background:#25d366;color:#fff;font-size:0;transition:.2s}
.floating-wa:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 14px 34px #128c5a55}
.floating-wa svg{width:29px;height:29px;fill:currentColor;display:block}
