:root{
  --red:#be3222;--red-dark:#9a2619;--red-soft:#f3d6d1;
  --indigo:#2d2857;--indigo-2:#3d376e;--indigo-deep:#211d44;
  --ink:#1f1b33;--muted:#6b6678;--line:#e7e3ec;
  --bg:#ffffff;--bg-soft:#f4f2fb;--bg-tint:#eef0fb;--maxw:1240px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Poppins',system-ui,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
h1,h2,h3,h4{line-height:1.15;letter-spacing:-.01em}
.display{font-family:'Fraunces','Poppins',serif}

/* fancy heading style used everywhere: plain indigo + italic-bold accent */
.h-fancy{font-weight:600;color:var(--indigo)}
.h-fancy .it{font-style:italic;font-weight:800;color:var(--red)}
.h-fancy .it2{font-style:italic;font-weight:800;color:var(--indigo)}
.sec-top{font-weight:500;color:var(--indigo);font-size:clamp(1.3rem,2.6vw,1.9rem);text-align:center}
.sec-h{font-style:italic;font-weight:800;font-size:clamp(1.7rem,4.4vw,3rem);text-align:center;letter-spacing:-.01em}
.sec-h .r{color:var(--red)}.sec-h .d{color:var(--indigo)}
.sec-sub{max-width:880px;margin:18px auto 0;text-align:center;color:var(--muted);font-size:1.02rem}
.section{padding:84px 0}
.bg-soft{background:var(--bg-soft)}
.bg-tint{background:var(--bg-tint)}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:.96rem;padding:13px 26px;border-radius:40px;cursor:pointer;border:0;transition:transform .15s,background .2s,box-shadow .2s;font-family:inherit}
.btn-red{background:var(--red);color:#fff;box-shadow:0 10px 24px -10px rgba(190,50,34,.6)}
.btn-red:hover{background:var(--red-dark);transform:translateY(-2px)}
.btn-indigo{background:var(--indigo);color:#fff}
.btn-indigo:hover{background:var(--indigo-2);transform:translateY(-2px)}
.btn-out{background:transparent;color:var(--indigo);border:1.6px solid var(--indigo)}
.btn-out:hover{background:var(--indigo);color:#fff}
.btn-sm{padding:9px 18px;font-size:.85rem}

/* split OR button */
.or-btn{display:inline-flex;align-items:center;background:var(--red);border-radius:40px;overflow:hidden;box-shadow:0 12px 28px -12px rgba(190,50,34,.55)}
.or-btn a{padding:14px 26px;color:#fff;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:8px}
.or-btn .a2{background:var(--indigo)}
.or-btn .or{width:40px;height:40px;background:#fff;color:var(--indigo);border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:.78rem;margin:0 -14px;z-index:2;position:relative}

/* ===== TOP BAR ===== */
.topbar{background:var(--bg-soft);font-size:.86rem;border-bottom:1px solid var(--line)}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;height:46px;flex-wrap:wrap;gap:10px}
.tb-left{display:flex;gap:22px;color:var(--indigo)}
.tb-left a{display:flex;align-items:center;gap:6px}
.tb-left a:hover{color:var(--red)}
.tb-right{display:flex;align-items:center;gap:18px}
.tb-links{display:flex;gap:16px}
.tb-links a{color:var(--indigo);font-weight:500}
.tb-links a:hover{color:var(--red)}
.tb-soc{display:flex;gap:11px;color:var(--indigo)}
.tb-soc a:hover{color:var(--red)}
.audit-btn{background:var(--red);color:#fff;padding:9px 18px;border-radius:30px;font-weight:600;font-size:.82rem}
.audit-btn:hover{background:var(--red-dark)}

/* ===== NAV ===== */
.nav{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:78px}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.5rem;color:var(--indigo)}
.logo .mb{width:38px;height:38px;border-radius:10px;background:var(--red);display:grid;place-items:center;color:#fff;font-size:.95rem;font-weight:800;font-family:'Fraunces',serif;transform:rotate(-4deg)}
.logo .reg{color:var(--red)}
.logo small{display:block;font-size:.5rem;font-weight:500;color:var(--muted);letter-spacing:.12em;margin-top:-3px}
.nav-links{display:flex;gap:26px;align-items:center}
.nav-links>a{font-size:.95rem;font-weight:500;color:var(--indigo);display:flex;align-items:center;gap:4px;transition:color .2s}
.nav-links>a:hover{color:var(--red)}
.nav-links .caret{font-size:.6rem;opacity:.7}
.wa-chip{display:flex;align-items:center;gap:9px;background:var(--bg-soft);border:1px solid var(--line);border-radius:30px;padding:7px 14px}
.wa-chip .ic{width:30px;height:30px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center}
.wa-chip b{font-size:.8rem;color:var(--indigo);display:block;line-height:1.2}
.wa-chip span{font-size:.74rem;color:var(--muted)}
.nav-burger{width:44px;height:44px;border-radius:12px;background:var(--indigo);color:#fff;border:0;display:none;place-items:center;cursor:pointer;font-size:1.3rem}

/* ===== NAV DROPDOWNS ===== */
.has-drop{position:relative}
.has-drop>a .caret{transition:transform .25s}
.has-drop:hover>a{color:var(--red)}
.has-drop:hover>a .caret{transform:rotate(180deg)}

/* dropdown panel */
.drop{position:absolute;top:calc(100% + 14px);left:0;min-width:240px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 26px 60px -28px rgba(45,40,87,.45);padding:8px;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:80}
.drop::before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}
.has-drop:hover>.drop{opacity:1;visibility:visible;transform:translateY(0)}
/* mega (wider, can hold flyout) */
.drop.mega{min-width:260px}

.drop a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-radius:9px;font-size:.9rem;font-weight:500;color:var(--indigo);transition:background .18s,color .18s;position:relative}
.drop a:hover{background:var(--bg-soft);color:var(--red)}
.drop a .arr{font-size:.62rem;opacity:.6}
.drop a.active-sub{background:var(--bg-tint);color:var(--red)}

/* stagger entrance for items */
.has-drop:hover>.drop>*{animation:dropIn .3s ease backwards}
.drop>*:nth-child(1){animation-delay:.02s}
.drop>*:nth-child(2){animation-delay:.05s}
.drop>*:nth-child(3){animation-delay:.08s}
.drop>*:nth-child(4){animation-delay:.11s}
.drop>*:nth-child(5){animation-delay:.14s}
.drop>*:nth-child(6){animation-delay:.17s}
.drop>*:nth-child(7){animation-delay:.20s}
@keyframes dropIn{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:none}}

/* nested flyout (sub-sub menu) */
.has-flyout{position:relative}
.flyout{position:absolute;top:-8px;left:calc(100% + 8px);min-width:260px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 26px 60px -28px rgba(45,40,87,.45);padding:8px;opacity:0;visibility:hidden;transform:translateX(10px);transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:90}
.flyout::before{content:"";position:absolute;left:-10px;top:0;bottom:0;width:10px}
.has-flyout:hover>.flyout{opacity:1;visibility:visible;transform:translateX(0)}
.has-flyout:hover>a{background:var(--bg-tint);color:var(--red)}
.flyout>*{animation:dropIn .28s ease backwards}
.flyout>*:nth-child(1){animation-delay:.02s}
.flyout>*:nth-child(2){animation-delay:.05s}
.flyout>*:nth-child(3){animation-delay:.08s}
.flyout>*:nth-child(4){animation-delay:.11s}
.flyout>*:nth-child(5){animation-delay:.14s}
.flyout>*:nth-child(6){animation-delay:.17s}

/* mobile accordion behaviour for dropdowns */
.drop-toggle{display:none}


/* ===== HERO ===== */
.hero{background:var(--bg-soft);padding:60px 0 74px;text-align:center;position:relative;overflow:hidden}
.hero .top{font-weight:600;color:var(--indigo);font-size:clamp(1.6rem,4vw,2.6rem)}
.hero h1{font-size:clamp(2.2rem,6.5vw,4.4rem);font-weight:600;color:var(--indigo);margin:6px 0 4px}
.hero h1 .r{color:var(--red)}
.hero h1 .app{font-family:'Fraunces',serif;font-style:italic;font-weight:900;color:var(--indigo)}
.hero p.intro{max-width:840px;margin:20px auto 0;color:var(--muted);font-size:1.05rem}
.hero p.intro b{color:var(--indigo)}
.badges{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin:38px 0 32px}
.badge-hex{width:108px;height:120px;background:#fff;border:1px solid var(--line);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px;text-align:center;box-shadow:0 8px 20px -14px rgba(45,40,87,.4)}
.badge-hex .cap{font-size:.5rem;letter-spacing:.05em;color:var(--muted);text-transform:uppercase;line-height:1.2}
.badge-hex .mid{background:var(--indigo);color:#fff;font-weight:700;font-size:.85rem;padding:3px 10px;border-radius:3px}
.badge-hex .mid.g{background:var(--red)}
.badge-hex .yr{font-size:.55rem;color:var(--muted)}
.badge-hex.glogo{justify-content:center;font-weight:700;color:var(--indigo);font-size:.9rem}
.badge-hex .gP{font-size:1.6rem}

/* ===== GROWTH ENGINE ===== */
.two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.ge-head .top{font-weight:500;color:var(--indigo);font-size:clamp(1.3rem,3vw,2rem)}
.ge-head h2{font-family:'Fraunces',serif;font-style:italic;font-weight:900;font-size:clamp(1.8rem,4.5vw,3rem);color:var(--indigo);margin:2px 0 14px}
.ge-head h2 .r{color:var(--red)}
.ge-head .sub{font-weight:500;color:var(--indigo);font-size:clamp(1.1rem,2.4vw,1.5rem);line-height:1.3;margin-bottom:22px}
.ge-body{border-left:3px solid var(--red);padding-left:20px}
.ge-body p{color:var(--muted);margin-bottom:14px;font-size:.97rem}
.ge-imgs{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:16px}
.ge-imgs .im{border-radius:16px;background:linear-gradient(135deg,var(--indigo),var(--indigo-2));aspect-ratio:3/4;display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:.85rem;text-align:center;padding:14px;overflow:hidden;position:relative}
.ge-imgs .tall{grid-row:span 2;aspect-ratio:auto}
.ge-imgs .note{background:#fff;border-radius:14px;padding:16px 18px;color:var(--indigo);font-weight:600;font-size:.9rem;display:grid;place-items:center;text-align:center;box-shadow:0 10px 24px -16px rgba(45,40,87,.4)}
.ge-imgs .ph{position:absolute;font-size:2.4rem;opacity:.4}

/* ===== STATS + FORM ===== */
.cr-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.cr-left .top{font-weight:600;color:var(--indigo);font-size:clamp(1.3rem,3vw,1.9rem)}
.cr-left h2{font-family:'Fraunces',serif;font-style:italic;font-weight:900;font-size:clamp(2rem,5vw,3.2rem);margin:4px 0 30px}
.cr-left h2 .r{color:var(--red)}.cr-left h2 .d{color:var(--indigo)}
.cr-stats{display:flex;gap:42px;flex-wrap:wrap}
.cr-stats .num{font-family:'Fraunces',serif;font-weight:800;font-size:2rem;color:var(--indigo)}
.cr-stats .lbl{color:var(--muted);font-size:.92rem;border-top:2px solid var(--red);padding-top:8px;margin-top:6px;display:inline-block}
.form-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px;box-shadow:0 26px 60px -34px rgba(45,40,87,.4)}
.fc-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.fc-field{margin-bottom:14px}
.fc-field input,.fc-field textarea{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:10px;font-family:inherit;font-size:.93rem;background:var(--bg-soft);transition:border-color .2s}
.fc-field input:focus,.fc-field textarea:focus{outline:none;border-color:var(--red);background:#fff}
.fc-field textarea{min-height:48px;resize:vertical}
.captcha{background:var(--bg-soft);border:1px solid var(--line);border-radius:8px;padding:14px 16px;display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:.86rem;color:var(--muted)}
.captcha .box{width:24px;height:24px;border:2px solid #b9b4c7;border-radius:4px;background:#fff;cursor:pointer}
.captcha .rc{margin-left:auto;text-align:center;font-size:.6rem;color:#9a93a8}
#formMsg{display:none;color:var(--red);font-weight:600;margin-top:12px;font-size:.9rem}

/* ===== SUCCESS / LOGOS ===== */
.logos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.logo-card{background:#fff;border:1px solid var(--line);border-radius:14px;height:96px;display:grid;place-items:center;color:var(--indigo);font-weight:700;font-size:.95rem;text-align:center;padding:14px;transition:transform .2s,box-shadow .2s}
.logo-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px -22px rgba(45,40,87,.35)}
.dots{display:flex;gap:9px;justify-content:flex-end;margin-top:18px}
.dot{width:13px;height:13px;border-radius:50%;border:2px solid var(--red);cursor:pointer}
.dot.on{background:var(--red)}

/* ===== HUB (digital solutions) ===== */
.hub{display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center;margin-top:50px}
.hub-col{display:flex;flex-direction:column;gap:26px}
.hub-item{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:40px 16px 16px 40px;padding:16px 22px 16px 16px;box-shadow:0 12px 30px -22px rgba(45,40,87,.35)}
.hub-col.right .hub-item{border-radius:16px 40px 40px 16px;flex-direction:row-reverse;text-align:right}
.hub-ic{width:54px;height:54px;border-radius:50%;background:var(--indigo);color:#fff;display:grid;place-items:center;font-size:1.3rem;flex-shrink:0}
.hub-item h4{color:var(--red);font-size:1rem;margin-bottom:3px;font-weight:600}
.hub-item p{color:var(--muted);font-size:.85rem;line-height:1.45}
.hub-center{width:230px;height:230px;border-radius:50%;background:var(--bg-tint);border:10px solid var(--indigo);display:grid;place-items:center;text-align:center;padding:24px}
.hub-center .ic{font-size:2.2rem;margin-bottom:8px}
.hub-center b{font-family:'Fraunces',serif;font-weight:800;font-size:1.4rem;line-height:1.15;color:var(--indigo)}
.hub-center b .r{color:var(--red)}
.hub-bar{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:46px}
.hub-bar .pill{display:flex;align-items:center;gap:10px;background:var(--bg-tint);border-radius:40px;padding:14px 26px;font-weight:600;color:var(--indigo);font-size:.95rem}
.hub-bar .pill .i{color:var(--red);font-size:1.2rem}

/* ===== TAB FEATURE (low cost) ===== */
.tabfeat{display:grid;grid-template-columns:auto auto 1fr;gap:18px;margin-top:46px}
.tabfeat-btns{display:grid;grid-template-columns:1fr 1fr;gap:14px;grid-column:1/3}
.tf-btn{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px 16px;text-align:center;cursor:pointer;transition:.2s;font-weight:600;color:var(--indigo);font-size:.92rem}
.tf-btn .i{font-size:1.4rem;display:block;margin-bottom:8px;color:var(--red)}
.tf-btn.on{background:var(--indigo);color:#fff}
.tf-btn.on .i{color:#fff}
.tf-panel{grid-column:3;display:flex;gap:22px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px}
.tf-img{width:200px;flex-shrink:0;border-radius:12px;background:linear-gradient(135deg,var(--indigo),var(--indigo-2));display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:2.4rem}
.tf-txt h3{color:var(--indigo);margin-bottom:10px}
.tf-txt p{color:var(--muted);font-size:.92rem}

/* ===== VIDEO TESTIMONIAL ===== */
.vid-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center}
.phone{width:240px;margin:0 auto;aspect-ratio:9/19;background:#111;border-radius:34px;padding:10px;box-shadow:0 30px 60px -30px rgba(0,0,0,.5)}
.phone .scr{width:100%;height:100%;border-radius:26px;background:linear-gradient(160deg,var(--indigo),var(--indigo-2));display:grid;place-items:center}
.phone .play{width:60px;height:60px;border-radius:14px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:1.5rem}
.vid-txt .top{font-weight:600;color:var(--indigo);font-size:clamp(1.3rem,3vw,1.9rem)}
.vid-txt h2{font-family:'Fraunces',serif;font-style:italic;font-weight:900;font-size:clamp(1.7rem,4vw,2.7rem);color:var(--indigo);margin:2px 0 16px}
.vid-txt h2 .r{color:var(--red)}
.vid-txt p{color:var(--muted);margin-bottom:22px}

/* ===== READY CTA ===== */
.ready{background:var(--bg-soft);position:relative;overflow:hidden}
.ready-inner{display:grid;grid-template-columns:1.3fr .7fr;gap:30px;align-items:center;min-height:300px}
.ready .top{font-weight:500;color:var(--indigo);font-size:clamp(1.4rem,3vw,2rem)}
.ready h2{font-family:'Fraunces',serif;font-style:italic;font-weight:900;font-size:clamp(1.8rem,4.6vw,3rem);color:var(--indigo);margin:4px 0 14px}
.ready h2 .r{color:var(--red)}
.ready p{color:var(--muted);max-width:520px;margin-bottom:24px}
.ready-person{aspect-ratio:1;border-radius:20px;background:linear-gradient(160deg,var(--indigo),var(--indigo-2));display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:3rem}

/* ===== ROADMAP ===== */
.road{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:50px;align-items:start}
.road-step{background:var(--bg-tint);border-radius:16px;padding:40px 22px 26px;text-align:center;position:relative;margin-top:26px}
.road-step .n{position:absolute;top:-26px;left:50%;transform:translateX(-50%);width:52px;height:52px;border-radius:50%;background:var(--indigo);color:#fff;display:grid;place-items:center;font-family:'Fraunces',serif;font-weight:800;font-size:1.3rem;border:5px solid #fff}
.road-step:nth-child(even){margin-top:60px}
.road-step h3{color:var(--red);font-size:1.05rem;margin-bottom:10px}
.road-step p{color:var(--muted);font-size:.86rem}

/* ===== SERVICES GRID ===== */
.serv-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:46px;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.serv-card{padding:26px 22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;transition:background .2s}
.serv-card:hover{background:var(--bg-tint)}
.serv-card .ic{width:54px;height:54px;border-radius:50%;background:var(--indigo);color:#fff;display:grid;place-items:center;font-size:1.3rem;margin-bottom:14px}
.serv-card h4{color:var(--indigo);font-size:1.02rem;margin-bottom:14px;min-height:48px}
.serv-card .pill{display:inline-block;background:var(--bg-soft);border:1px solid var(--line);border-radius:30px;padding:7px 16px;font-size:.82rem;color:var(--indigo);font-weight:500}

/* ===== HIRE / CHECKLIST ===== */
.hire-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.hire .top{font-weight:500;color:var(--indigo);font-size:clamp(1.4rem,3vw,2rem)}
.hire h2{font-family:'Fraunces',serif;font-style:italic;font-weight:900;font-size:clamp(1.9rem,4.6vw,3rem);margin:2px 0 18px}
.hire h2 .r{color:var(--red)}
.hire p.lead{color:var(--muted);margin-bottom:22px}
.hire-list{list-style:none;display:grid;gap:14px}
.hire-list li{display:flex;gap:12px;align-items:flex-start;color:var(--ink);font-size:.96rem}
.hire-list li .ck{color:var(--red);font-weight:800;flex-shrink:0}
.hire-imgs{display:grid;grid-template-columns:1fr;gap:16px}
.hire-imgs .im{border-radius:16px;background:linear-gradient(135deg,var(--indigo),var(--indigo-2));display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:2rem}
.hire-imgs .im1{aspect-ratio:16/9}
.hire-imgs .im2{aspect-ratio:21/9;margin:0 40px}

/* ===== PORTFOLIO ===== */
.port-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.port-devices{display:flex;align-items:flex-end;justify-content:center;gap:18px}
.port-tab{width:300px;aspect-ratio:4/3;background:#111;border-radius:14px;padding:8px;flex-shrink:0}
.port-tab .scr{width:100%;height:100%;border-radius:8px;background:linear-gradient(160deg,var(--indigo),var(--indigo-2));display:grid;place-items:center;color:rgba(255,255,255,.5)}
.port-phone{width:120px;aspect-ratio:9/18;background:#111;border-radius:18px;padding:6px}
.port-phone .scr{width:100%;height:100%;border-radius:12px;background:linear-gradient(160deg,var(--indigo),var(--indigo-2));display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:.7rem}
.port-txt .top{font-weight:600;color:var(--indigo);font-size:clamp(1.3rem,3vw,1.9rem)}
.port-txt h2{font-family:'Fraunces',serif;font-style:italic;font-weight:900;font-size:clamp(1.8rem,4.4vw,2.8rem);color:var(--red);margin:2px 0 16px;line-height:1.1}
.port-txt h2 .d{color:var(--indigo)}
.port-txt p{color:var(--muted);margin-bottom:22px}

/* ===== FAQ + BLOG ===== */
.fb-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.fb-h{font-family:'Fraunces',serif;font-style:italic;font-weight:900;font-size:2rem;color:var(--indigo);margin-bottom:24px}
.fb-h .r{color:var(--red)}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:14px;overflow:hidden}
.faq-q{width:100%;text-align:left;background:none;border:0;padding:18px 20px;font-weight:500;color:var(--indigo);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;font-family:inherit;font-size:.95rem}
.faq-q .plus{width:26px;height:26px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;flex-shrink:0;font-size:1rem;transition:transform .25s}
.faq-item.open .plus{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s,padding .3s;color:var(--muted);padding:0 20px;font-size:.9rem}
.faq-item.open .faq-a{max-height:220px;padding:0 20px 18px}
.blog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.blog-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;margin-bottom:18px}
.blog-card h3{color:var(--indigo);font-size:1.2rem;margin-bottom:12px;line-height:1.3}
.blog-meta{display:flex;gap:18px;color:var(--red);font-size:.82rem;margin-bottom:12px}
.blog-card p{color:var(--muted);font-size:.9rem}

/* ===== INDUSTRIES TABS ===== */
.ind-wrap{display:grid;grid-template-columns:.8fr 1.2fr;margin-top:46px;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px -36px rgba(45,40,87,.45)}
.ind-side{background:var(--indigo-deep);padding:22px}
.ind-tab{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:10px;color:rgba(255,255,255,.8);cursor:pointer;font-weight:500;transition:.2s;margin-bottom:4px}
.ind-tab .i{width:30px;height:30px;display:grid;place-items:center;font-size:1rem}
.ind-tab.on{background:linear-gradient(90deg,var(--red),var(--red-dark));color:#fff}
.ind-panel{background:#fff;padding:30px;display:none;grid-template-columns:1fr 1fr;gap:16px;align-content:start}
.ind-panel.on{display:grid}
.ind-chip{display:flex;align-items:center;gap:14px;background:var(--bg-soft);border-radius:10px;padding:16px 18px;color:var(--indigo);font-weight:500}
.ind-chip .i{width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:var(--red)}

/* ===== FOOTER ===== */
.footer{background:var(--bg-soft);padding:64px 0 0;border-top:1px solid var(--line)}
.foot-top{display:grid;grid-template-columns:1fr 1fr 1fr 1.1fr;gap:34px;padding-bottom:40px;border-bottom:1px solid var(--line)}
.foot-top h4{font-weight:700;color:var(--indigo);margin-bottom:16px}
.foot-top h4 .r{color:var(--red)}
.foot-top ul{list-style:none}
.foot-top li{margin-bottom:11px}
.foot-top a{color:var(--muted);font-size:.92rem;display:flex;align-items:center;gap:9px}
.foot-top a:hover{color:var(--red)}
.foot-rate p{color:var(--ink);font-size:.92rem;margin-bottom:14px}
.rate-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 16px;display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:.82rem;color:var(--muted)}
.rate-card .stars{color:#f5a623}
.foot-mid{display:grid;grid-template-columns:auto 1fr 1fr auto;gap:30px;padding:34px 0;align-items:start}
.foot-logo .logo{margin-bottom:16px}
.foot-soc{display:flex;gap:10px}
.foot-soc a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:.85rem;background:var(--indigo)}
.foot-soc a:hover{background:var(--red)}
.foot-addr{display:flex;gap:14px;font-size:.88rem;color:var(--muted)}
.foot-addr .cc{font-family:'Fraunces',serif;font-weight:800;font-size:1.4rem;color:var(--indigo)}
.foot-addr p{margin-bottom:8px}
.foot-mail b{color:var(--indigo)}
.foot-mail p{font-size:.9rem;color:var(--muted);margin-bottom:10px}
.foot-bot{border-top:1px solid var(--line);padding:20px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.85rem;color:var(--muted)}
.foot-bot a:hover{color:var(--red)}
.foot-bot .r{color:var(--red)}

/* ===== PRODUCT DETAIL PAGE ===== */
/* sticky quote bar */
.pd-bar{background:var(--indigo);color:#fff;padding:18px 0}
.pd-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.pd-bar h3{font-size:1.1rem;font-weight:600;max-width:620px}
.pd-bar .acts{display:flex;gap:12px;align-items:center}
.pd-bar .or-min{color:rgba(255,255,255,.7);font-size:.85rem;font-weight:600}

/* pd hero */
.pd-hero{background:var(--bg-soft);padding:64px 0;position:relative;overflow:hidden}
.pd-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}
.pd-hero .ey{display:inline-block;background:#fff;border:1px solid var(--line);color:var(--red);font-weight:600;font-size:.82rem;letter-spacing:.04em;padding:8px 18px;border-radius:30px;margin-bottom:18px}
.pd-hero h1{font-size:clamp(2rem,4.6vw,3.2rem);font-weight:700;color:var(--indigo);line-height:1.15;margin-bottom:18px}
.pd-hero h1 .r{color:var(--red)}
.pd-hero p{color:var(--muted);margin-bottom:16px}
.pd-hero .person{aspect-ratio:1;border-radius:20px;background:linear-gradient(160deg,var(--indigo),var(--indigo-2));display:grid;place-items:center;color:rgba(255,255,255,.5);font-size:3.5rem}

/* mid cta banner */
.mid-cta{background:var(--indigo-deep);color:#fff;border-radius:20px;padding:44px;text-align:center;position:relative;overflow:hidden;margin-top:8px}
.mid-cta::after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(190,50,34,.45),transparent 70%);top:-90px;right:-40px}
.mid-cta .small{position:relative;color:#ff9a8c;font-weight:600;letter-spacing:.04em;margin-bottom:8px}
.mid-cta h2{position:relative;font-family:'Fraunces',serif;font-style:italic;font-weight:900;font-size:clamp(1.4rem,3.4vw,2.2rem);margin-bottom:16px}
.mid-cta p{position:relative;color:rgba(255,255,255,.8);max-width:640px;margin:0 auto 22px}
.mid-cta .acts{position:relative;display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap}

/* offer tabs (vertical list + body) */
.offer-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:30px;margin-top:46px}
.offer-tabs{display:flex;flex-direction:column;gap:10px}
.offer-tab{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 20px;cursor:pointer;font-weight:600;color:var(--indigo);transition:.2s}
.offer-tab .n{width:30px;height:30px;border-radius:8px;background:var(--bg-soft);color:var(--red);display:grid;place-items:center;font-family:'Fraunces',serif;font-weight:800;flex-shrink:0;font-size:.9rem}
.offer-tab.on{background:var(--indigo);color:#fff}
.offer-tab.on .n{background:var(--red);color:#fff}
.offer-body{background:#fff;border:1px solid var(--line);border-radius:16px;padding:34px;display:flex;flex-direction:column;justify-content:center}
.offer-body h3{color:var(--red);font-size:1.4rem;margin-bottom:14px}
.offer-body p{color:var(--muted)}

/* purposes list */
.purpose-list{list-style:none;display:grid;gap:16px;margin-top:30px;max-width:900px}
.purpose-list li{display:flex;gap:14px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 22px;color:var(--ink);font-size:.96rem}
.purpose-list li .b{width:26px;height:26px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;flex-shrink:0;font-size:.85rem;font-weight:700}

/* guarantee cards */
.guar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:46px}
.guar-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px 28px;text-align:center;transition:transform .2s,box-shadow .2s}
.guar-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px -24px rgba(45,40,87,.3)}
.guar-card .ic{width:62px;height:62px;border-radius:50%;background:var(--indigo);color:#fff;display:grid;place-items:center;font-size:1.6rem;margin:0 auto 16px}
.guar-card h3{color:var(--indigo);margin-bottom:10px}
.guar-card p{color:var(--muted);font-size:.92rem;margin-bottom:18px}

/* process timeline */
.proc{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:50px}
.proc-step{background:var(--bg-tint);border-radius:16px;padding:38px 18px 24px;text-align:center;position:relative;margin-top:24px}
.proc-step .n{position:absolute;top:-24px;left:50%;transform:translateX(-50%);width:48px;height:48px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-family:'Fraunces',serif;font-weight:800;font-size:1.2rem;border:5px solid #fff}
.proc-step h4{color:var(--indigo);font-size:.98rem;margin-bottom:8px}
.proc-step p{color:var(--muted);font-size:.82rem}

/* why-choose split */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:46px}
.why-item{background:#fff;border:1px solid var(--line);border-left:4px solid var(--red);border-radius:12px;padding:22px 24px}
.why-item b{color:var(--indigo);display:block;margin-bottom:6px}
.why-item p{color:var(--muted);font-size:.92rem}

/* enquire split */
.enq-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.enq-left .ey{color:var(--red);font-weight:600;letter-spacing:.04em;margin-bottom:10px;display:block}
.enq-left h2{font-family:'Fraunces',serif;font-style:italic;font-weight:900;font-size:clamp(1.8rem,4vw,2.6rem);color:var(--indigo);margin-bottom:14px}
.enq-left p{color:var(--muted);margin-bottom:22px}
.enq-points{list-style:none;display:grid;gap:14px}
.enq-points li{display:flex;gap:12px;align-items:center;color:var(--ink);font-weight:500}
.enq-points li .ck{width:26px;height:26px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;flex-shrink:0;font-size:.8rem}

/* float */
.wa-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-size:1.6rem;box-shadow:0 12px 30px -8px rgba(190,50,34,.6);z-index:90;animation:pulse 2.4s infinite}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}

/* ===== INNER PAGE HERO ===== */
.page-hero{background:var(--indigo-deep);color:#fff;padding:74px 0 66px;text-align:center;position:relative;overflow:hidden}
.page-hero::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(190,50,34,.5),transparent 70%);top:-110px;right:5%;opacity:.7}
.page-hero::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(61,55,110,.7),transparent 70%);bottom:-100px;left:-40px}
.page-hero .crumb{position:relative;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:#ff9a8c;margin-bottom:14px}
.page-hero h1{position:relative;font-family:'Fraunces',serif;font-style:italic;font-weight:900;font-size:clamp(2.2rem,5.5vw,3.6rem)}
.page-hero h1 .r{color:#ff7a66}
.page-hero p{position:relative;max-width:620px;margin:18px auto 0;color:rgba(255,255,255,.78);font-size:1.08rem}

/* ===== ABOUT VALUES CARDS ===== */
.val-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:46px}
.val-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px 26px;transition:transform .2s,box-shadow .2s}
.val-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px -24px rgba(45,40,87,.3)}
.val-card .ic{width:56px;height:56px;border-radius:14px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:1.5rem;margin-bottom:16px}
.val-card h3{color:var(--indigo);margin-bottom:8px}
.val-card p{color:var(--muted);font-size:.94rem}

/* counters band */
.cband{background:var(--red);padding:54px 0}
.cband-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center;color:#fff}
.cband .num{font-family:'Fraunces',serif;font-weight:800;font-size:2.6rem}
.cband span{opacity:.92;font-size:.95rem}

/* ===== PRICING ===== */
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:46px}
.price{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px 28px;position:relative}
.price.feat{border-color:var(--red);box-shadow:0 24px 50px -26px rgba(190,50,34,.45)}
.price .badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--red);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:20px}
.price h3{color:var(--indigo)}
.price .amt{font-family:'Fraunces',serif;font-weight:800;font-size:2.4rem;color:var(--indigo);margin:12px 0 4px}
.price .amt small{font-size:.92rem;font-weight:500;color:var(--muted)}
.price ul{list-style:none;margin:20px 0 26px}
.price li{padding:8px 0;border-bottom:1px solid var(--line);font-size:.92rem;color:var(--muted)}
.price li::before{content:"✓";color:var(--red);font-weight:700;margin-right:10px}

/* ===== CONTACT PAGE ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;margin-top:8px}
.info-item{display:flex;gap:15px;margin-bottom:22px}
.info-item .ic{width:48px;height:48px;border-radius:12px;background:var(--red);color:#fff;display:grid;place-items:center;flex-shrink:0;font-size:1.2rem}
.info-item b{color:var(--indigo);display:block;margin-bottom:2px}
.info-item span{color:var(--muted);font-size:.94rem}
.map-box{background:linear-gradient(135deg,var(--indigo),var(--indigo-2));border-radius:18px;height:300px;display:grid;place-items:center;color:#fff;text-align:center;margin-top:8px}
.map-box .big{font-size:2.4rem;margin-bottom:8px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s,transform .6s}
.reveal.in{opacity:1;transform:none}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px){
  .serv-grid{grid-template-columns:1fr 1fr}
  .road{grid-template-columns:1fr 1fr}
  .road-step:nth-child(even){margin-top:26px}
}
@media(max-width:900px){
  .two-col,.cr-grid,.vid-grid,.ready-inner,.hire-grid,.port-grid,.fb-grid,.hub,.tabfeat,.ind-wrap,.contact-grid,.pd-hero-grid,.offer-wrap,.why-grid,.enq-grid{grid-template-columns:1fr;gap:36px}
  .val-grid,.price-grid,.guar-grid{grid-template-columns:1fr 1fr}
  .cband-grid{grid-template-columns:1fr 1fr;gap:34px}
  .proc{grid-template-columns:1fr 1fr 1fr}
  .hub-center{margin:0 auto}
  .hub-col.right .hub-item{flex-direction:row;text-align:left;border-radius:40px 16px 16px 40px}
  .tabfeat-btns{grid-column:1;grid-template-columns:1fr 1fr}
  .tf-panel{grid-column:1}
  .tf-panel{flex-direction:column}.tf-img{width:100%;aspect-ratio:16/9}
  .ge-imgs{max-width:440px;margin:0 auto}
  .ready-person{max-width:300px;margin:0 auto}
  .foot-top,.foot-mid{grid-template-columns:1fr 1fr}
  .nav-burger{display:grid}
  .section{padding:60px 0}
  /* full drawer styling lives in mb-mobile.css */
  .has-drop{width:100%}
  .has-drop>a{width:100%;justify-content:space-between}
  .has-drop.open>.drop,.has-flyout.open>.flyout{max-height:1200px}
}
@media(max-width:560px){
  .logos-grid,.serv-grid,.road,.foot-top,.foot-mid,.fc-row,.ind-panel.on,.val-grid,.price-grid,.cband-grid,.guar-grid,.proc{grid-template-columns:1fr}
  .pd-bar-inner{flex-direction:column;text-align:center}
  .offer-tab{font-size:.92rem}
  .badges{gap:14px}.badge-hex{width:90px;height:100px}
  .cr-stats{gap:26px}
  .foot-addr{flex-direction:column;gap:6px}
}