:root{
  --navy:#071121;
  --navy2:#101b2e;
  --red:#f3122f;
  --blue:#34399b;
  --green:#1c5a50;
  --ink:#101827;
  --muted:#647084;
  --line:#e7eaf0;
  --paper:#f7f8fb;
  --white:#fff;
  --shadow:0 24px 70px rgba(7,17,33,.13);
  --soft-shadow:0 16px 45px rgba(7,17,33,.08);
  --radius:20px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--paper);color:var(--ink);line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font-family:inherit}
.wrap{width:min(1240px,92%);margin:auto}
.serif,h1,h2,h3{font-family:'Cormorant Garamond',Georgia,serif}
.red{color:var(--red)}


.typing{
  display:flex;
  gap:5px;
  padding:12px 14px;
}

.typing span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#c5cad4;
  animation:typingBlink 1.2s infinite;
}

.typing span:nth-child(2){
  animation-delay:.2s;
}

.typing span:nth-child(3){
  animation-delay:.4s;
}

@keyframes typingBlink{
  0%,80%,100%{
    opacity:.2;
    transform:scale(.8);
  }

  40%{
    opacity:1;
    transform:scale(1);
  }
}

.bubble .btn{
  width:100%;
  margin-top:4px;
}



/* TOPBAR */
.topbar{background:#06101f;color:#fff;font-size:13px;font-weight:500;padding:8px 0;letter-spacing:.05px}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px}
.topbar-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:#f4f7fb}

/* NAV */
.nav{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.985);border-bottom:1px solid rgba(7,17,33,.06);box-shadow:0 8px 28px rgba(7,17,33,.045);backdrop-filter:blur(18px)}
.nav-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px;overflow:visible}
.brand{display:flex;align-items:center;flex-shrink:0}
.brand img{height:62px;width:auto;max-width:245px;object-fit:contain}
.menu{display:flex;align-items:center;justify-content:flex-end;gap:24px;font-size:15px;font-weight:600;letter-spacing:-.2px;flex:1;min-width:0}
.menu a{position:relative;white-space:nowrap;color:#101827;transition:.25s ease}
.menu a:hover{color:var(--red)}
.menu a:not(.btn)::after{content:"";position:absolute;left:0;bottom:-10px;width:0;height:3px;background:var(--red);border-radius:10px;transition:.25s ease}
.menu a.active::after,.menu a:hover::after{width:100%}
.hamb{display:none;border:0;background:var(--navy);color:#fff;border-radius:10px;padding:10px 13px;font-size:22px;cursor:pointer}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:12px;padding:12px 20px;font-weight:700;font-size:14px;cursor:pointer;transition:.28s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px)}
.btn-red{background:var(--red);color:#fff!important;box-shadow:0 14px 32px rgba(243,18,47,.18)}
.btn-red:hover{box-shadow:0 20px 48px rgba(243,18,47,.25)}
.btn-dark{background:var(--navy);color:#fff}
.btn-outline{background:#fff;color:var(--navy);border:1px solid rgba(7,17,33,.18)}
.btn-outline-light{color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.36)}
.menu .btn-red{padding:14px 24px;min-width:190px}
.menu a.btn,.menu a.btn-red,.btn-red{color:#fff!important}
.menu a.btn::after,.menu a.btn-red::after{display:none!important}

/* HERO */
.hero{position:relative;min-height:720px;background:#071121;color:#fff;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,17,33,.88) 0%,rgba(7,17,33,.70) 38%,rgba(7,17,33,.18) 72%,rgba(7,17,33,.05) 100%),url('../img/hero-premium.jpg');background-size:cover;background-position:center right;transform:scale(1.02);will-change:transform}
.hero-bg::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 45%,rgba(243,18,47,.16),transparent 28%),linear-gradient(180deg,transparent 68%,rgba(7,17,33,.45))}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,620px) 1fr;align-items:center;min-height:720px;padding:80px 0 110px}
.eyebrow{display:flex;align-items:center;gap:14px;color:var(--red);font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:18px}
.eyebrow::before{content:"";width:42px;height:3px;border-radius:20px;background:var(--red)}
.hero h1{font-size:clamp(54px,5vw,72px);line-height:.96;letter-spacing:-.03em;color:#fff;font-weight:600;max-width:720px}
.hero p{font-size:19px;line-height:1.7;max-width:620px;color:#eef2f7;margin:26px 0 34px;font-weight:400}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:50px}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);max-width:860px;border-top:1px solid rgba(255,255,255,.16);padding-top:24px}
.metric{padding:8px 28px 8px 0;margin-right:24px;border-right:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}
.metric:last-child{border-right:0;margin-right:0}
.metric .mi{font-size:22px;color:#fff;opacity:.92}
.metric b{font-size:44px;line-height:1;color:#fff;font-weight:600}
.metric span{font-size:14px;color:#d7dfeb;display:block;margin-top:6px;line-height:1.5}

/* GENERAL SECTIONS */
.section{padding:78px 0;background:#fff}
.section.alt{background:var(--paper)}
.section.dark{background:var(--navy);color:#fff}
.section.dark h2,.section.dark h3{color:#fff}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:32px}
.section-head h2{font-size:clamp(34px,4vw,46px);line-height:1.05;max-width:680px;color:var(--navy);font-weight:600}
.grid{display:grid;gap:20px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-6{grid-template-columns:repeat(6,1fr)}
.card{background:#fff;border:1px solid rgba(7,17,33,.07);border-radius:18px;padding:28px;transition:.32s ease;position:relative;overflow:hidden}
.card:hover{transform:translateY(-8px);box-shadow:0 28px 80px rgba(7,17,33,.12);border-color:rgba(243,18,47,.14)}
.card h3{font-size:28px;line-height:1.08;color:var(--navy);margin-bottom:12px;font-weight:600}
.card p{font-size:15px;color:#5d6778;line-height:1.8}
.service-card{min-height:220px}
.icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;margin-bottom:20px;background:#eef0ff;color:var(--blue);font-size:24px}
.service-card:nth-child(even) .icon{background:#fff0f2;color:var(--red)}
.read{display:inline-flex;margin-top:18px;color:var(--red);font-size:13px;font-weight:800}

/* ABOUT */
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}
.lead{font-size:16px;color:#4c5768;margin:18px 0 22px}
.ticks{list-style:none;display:grid;gap:11px;margin-bottom:26px}
.ticks li{display:flex;gap:10px;align-items:center;font-size:14px}
.ticks li::before{content:"✓";width:22px;height:22px;background:var(--red);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:12px}
.office-frame{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 28px 90px rgba(7,17,33,.14);min-height:500px;background:url('../img/office.jpg') center/cover}
.experience-badge{position:absolute;right:28px;bottom:28px;width:170px;background:rgba(7,17,33,.96);color:#fff;border-radius:22px;padding:28px 18px;text-align:center;box-shadow:0 22px 60px rgba(7,17,33,.28);z-index:5}
.experience-badge small{font-size:11px;letter-spacing:.14em;opacity:.92}
.experience-badge b{color:var(--red);font-size:58px;display:block;line-height:1;margin:10px 0;font-weight:600}
.experience-badge span{font-size:12px;line-height:1.4;display:block}

/* TRUST SECTION */
.trust-section{position:relative;overflow:hidden}
.trust-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 30%,rgba(243,18,47,.12),transparent 30%),radial-gradient(circle at 82% 70%,rgba(52,57,155,.18),transparent 32%);pointer-events:none}
.why{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .75fr;gap:48px;align-items:center}
.why-list{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:30px}
.why-item{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:24px 16px;text-align:center;transition:.3s ease}
.why-item:hover{transform:translateY(-6px);background:rgba(255,255,255,.085);border-color:rgba(243,18,47,.35)}
.why-icon{width:46px;height:46px;margin:0 auto 14px;border-radius:15px;display:grid;place-items:center;background:rgba(243,18,47,.12);color:#fff;font-size:20px}
.why-item h3{font-size:22px;font-weight:700;margin-bottom:8px}
.why-item p{font-size:14px;line-height:1.55;color:#d8deea}
.cta-box{background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:36px;box-shadow:0 28px 70px rgba(0,0,0,.18)}
.cta-label{display:inline-flex;color:var(--red);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px}
.cta-box h3{font-size:30px;line-height:1.1;margin-bottom:14px}
.cta-box p{color:#d8deea;font-size:17px;margin-bottom:24px}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.cta-box .btn{width:auto}

/* INSIGHTS */
.insights{background:var(--navy);color:#fff}
.insights .section-head h2{color:#fff}
.insight-card{background:#111c2c;border:1px solid rgba(255,255,255,.06);border-radius:22px;overflow:hidden;transition:.3s ease}
.insight-card:hover{transform:translateY(-8px);box-shadow:0 24px 70px rgba(0,0,0,.3)}
.insight-card img{width:100%;height:250px;object-fit:cover}
.insight-body{padding:26px}
.tag{display:inline-flex;background:var(--red);color:#fff;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:800;margin-bottom:12px}
.insight-card h3{font-size:34px;line-height:1.08;margin-bottom:14px;font-weight:600;color:#fff}
.insight-card p{color:#d2d8e2;font-size:15px;line-height:1.8}

/* TRUSTED */
.trusted{padding:44px 0;background:#fff;border-top:1px solid rgba(7,17,33,.05);border-bottom:1px solid rgba(7,17,33,.05);overflow:hidden}
.trusted-title{text-align:center;font-size:12px;letter-spacing:.18em;color:#596273;font-weight:800;margin-bottom:18px}
.marquee{display:flex;width:max-content;gap:18px;animation:marquee 26s linear infinite}
.logo-chip{min-width:160px;height:66px;border:1px solid rgba(7,17,33,.06);border-radius:16px;display:grid;place-items:center;background:#fff;color:#7a8391;font-size:16px;font-weight:800;filter:grayscale(1);transition:.25s ease}
.logo-chip:hover{filter:none;transform:translateY(-4px);box-shadow:0 18px 45px rgba(7,17,33,.08)}
.logo-chip img{max-height:44px;max-width:140px;object-fit:contain}
@keyframes marquee{to{transform:translateX(-50%)}}

/* FOOTER */
.footer{background:#071121;color:#fff;padding:48px 0 20px;border-top:1px solid rgba(255,255,255,.08)}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .9fr 1fr 1.15fr;gap:34px;align-items:start}
.footer-logo{height:46px;width:auto;object-fit:contain;margin-bottom:16px}
.footer-brand p{font-size:14px;line-height:1.65;color:#b9c3d3;max-width:280px}
.footer h4{font-family:Inter,Arial,sans-serif;font-size:15px;line-height:1.2;margin-bottom:14px;color:#fff;font-weight:700}
.footer a,.footer p{display:block;color:#b9c3d3;font-size:13.5px;line-height:1.6;margin-bottom:7px}
.footer a{width:fit-content;transition:.22s ease}
.footer a:hover{color:#fff;transform:translateX(3px)}
.footer-socials{display:flex;gap:9px;margin-top:16px}
.footer-socials a{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);color:#fff;font-size:12px;font-weight:700}
.footer-socials a:hover{background:var(--red);transform:translateY(-2px)}
.newsletter{display:flex;gap:8px;margin-top:12px}
.newsletter input{flex:1;min-width:0;height:42px;border-radius:9px;background:#101b2e;border:1px solid rgba(255,255,255,.12);color:#fff;padding:0 12px;font-size:13px;outline:none}
.newsletter button{height:42px;padding:0 14px;border-radius:9px;background:var(--red);color:#fff;font-size:13px;font-weight:700;border:0;cursor:pointer}
.copyright{border-top:1px solid rgba(255,255,255,.08);margin-top:34px;padding-top:16px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#8fa0b8;font-size:12.5px}

/* FLOATING */
.float-actions{position:fixed;right:18px;bottom:150px;z-index:1200;display:grid;gap:10px}
.float-actions a{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;box-shadow:0 16px 38px rgba(0,0,0,.22);transition:.25s ease}
.float-actions a:hover{transform:translateY(-4px)}
.float-actions img{width:22px;height:22px}
.wa{background:#25d366}
.call{background:var(--navy)}
.book{background:var(--red)}
.ai-float{position:fixed;right:18px;bottom:28px;z-index:1500;width:62px;height:62px;border-radius:50%;border:0;cursor:pointer;background:linear-gradient(135deg,#7b3ff2,var(--red));box-shadow:0 18px 40px rgba(123,63,242,.25),0 8px 24px rgba(243,18,47,.18);display:grid;place-items:center;transition:.3s ease}
.ai-float:hover{transform:translateY(-4px) scale(1.04)}
.ai-float img{width:26px;height:26px}

/* CHAT */
.chat{position:fixed;right:24px;bottom:105px;width:380px;max-width:calc(100vw - 28px);background:rgba(255,255,255,.94);backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.35);border-radius:26px;box-shadow:0 30px 80px rgba(0,0,0,.24),0 10px 30px rgba(243,18,47,.08);overflow:hidden;z-index:1400;transform:translateY(20px) scale(.96);opacity:0;pointer-events:none;transition:.35s ease}
.chat.show{transform:none;opacity:1;pointer-events:auto}
.chat-head{background:#071121;color:#fff;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:700}
.chat-head button{border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer;line-height:1}
.chat-body{background:transparent;padding:22px;max-height:420px;overflow:auto}
.bubble{background:#fff;border:1px solid rgba(7,17,33,.08);border-radius:18px;padding:16px 18px;font-size:15px;line-height:1.7;box-shadow:0 10px 24px rgba(0,0,0,.04);margin-bottom:14px;max-width:88%}
.bubble.user{background:var(--red);color:#fff;border-color:var(--red);margin-left:auto}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.chip{border:1px solid rgba(7,17,33,.08);background:#fff;color:var(--navy);border-radius:999px;padding:10px 16px;cursor:pointer;font-size:13px;font-weight:700;transition:.25s ease}
.chip:hover{background:var(--red);color:#fff}
.chat-input{display:flex;align-items:center;border-top:1px solid rgba(7,17,33,.08);background:#fff}
.chat-input input{flex:1;border:0;outline:none;padding:18px;font-size:15px}
.chat-input button{border:0;background:var(--red);color:#fff;height:54px;padding:0 24px;font-weight:700;cursor:pointer}
.typing{display:flex;gap:5px;padding:10px 14px}
.typing span{width:8px;height:8px;border-radius:50%;background:#c5cad4;animation:blink 1.2s infinite}
.typing span:nth-child(2){animation-delay:.2s}
.typing span:nth-child(3){animation-delay:.4s}
@keyframes blink{0%,80%,100%{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}

/* MISC PAGES */
.reveal{opacity:0;transform:translateY(28px);transition:.75s}
.reveal.show{opacity:1;transform:none}
.page-hero{background:linear-gradient(90deg,rgba(7,17,33,.96),rgba(7,17,33,.75)),url('../img/hero-premium.jpg') center/cover;color:#fff;padding:88px 0}
.page-hero h1{font-size:clamp(44px,5vw,62px);line-height:1;font-weight:600}
.page-hero p{max-width:680px;color:#e5e7eb;margin-top:16px}
.form{display:grid;gap:14px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.form input,.form select,.form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:13px;background:#fff}
.form textarea{min-height:140px;grid-column:1/-1}
.profile{display:grid;grid-template-columns:320px 1fr;gap:40px}
.profile-img{height:430px;border-radius:24px;overflow:hidden;box-shadow:0 28px 80px rgba(7,17,33,.14)}
.profile-img img{width:100%;height:100%;object-fit:cover;display:block}
.faq-item{border:1px solid var(--line);border-radius:14px;margin-bottom:12px;background:#fff;overflow:hidden}
.faq-q{padding:18px;display:flex;justify-content:space-between;font-weight:800;cursor:pointer}
.faq-a{display:none;padding:0 18px 18px;color:var(--muted)}
.faq-item.open .faq-a{display:block}

/* PROFILE PAGE */
.profile-section{background:#fff}
.profile-premium{display:grid;grid-template-columns:360px 1fr;gap:56px;align-items:start}
.profile-left{position:sticky;top:110px}
.profile-card{margin-top:18px;background:#071121;color:#fff;border-radius:20px;padding:24px;box-shadow:0 24px 60px rgba(7,17,33,.18)}
.profile-card h3{color:#fff;font-size:28px;margin-bottom:6px}
.profile-card p{color:#cbd5e1;margin-bottom:18px}
.profile-content h2{font-size:52px;color:var(--navy);margin-bottom:18px}
.profile-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}
.profile-highlights div{background:#f7f8fb;border:1px solid var(--line);border-radius:16px;padding:18px}
.profile-highlights strong{display:block;color:var(--red);font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.profile-highlights span{color:#1f2937;font-size:14px;line-height:1.5}
.profile-block{margin-top:32px}
.profile-block h3{font-size:28px;color:var(--navy);margin-bottom:12px}
.profile-block p{color:#4c5768;font-size:16px;line-height:1.8}
.expertise-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.expertise-grid span{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;font-weight:700;color:#1f2937;transition:.25s ease}
.expertise-grid span:hover{transform:translateY(-3px);border-color:rgba(243,18,47,.25);box-shadow:0 16px 36px rgba(7,17,33,.08)}
.timeline{display:grid;gap:14px}
.timeline-item{position:relative;background:#f7f8fb;border:1px solid var(--line);border-radius:16px;padding:18px 18px 18px 46px}
.timeline-item::before{content:"";position:absolute;left:18px;top:24px;width:12px;height:12px;border-radius:50%;background:var(--red);box-shadow:0 0 0 6px rgba(243,18,47,.10)}
.timeline-item strong{display:block;color:var(--navy);font-size:16px}
.timeline-item span{display:block;color:#647084;margin-top:4px}
.profile-cta{margin-top:38px;background:linear-gradient(135deg,#071121,#101b2e);color:#fff;border-radius:24px;padding:30px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.profile-cta h3{color:#fff;font-size:28px;margin-bottom:8px}
.profile-cta p{color:#cbd5e1;max-width:620px}

/* TEAM PAGE - CLEAN FIXED VERSION */
.team-section{background:#f7f8fb}
.team-heading{margin-bottom:34px}
.team-heading p{color:#647084;font-size:15px;margin-top:10px;max-width:680px}
.team-grid-fixed{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important}
.team-card-fixed{display:flex!important;flex-direction:column!important;background:#fff!important;border:1px solid rgba(7,17,33,.08)!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 14px 45px rgba(7,17,33,.07)!important;transition:.3s ease!important;color:inherit!important;min-width:0!important}
.team-card-fixed:hover{transform:translateY(-8px);box-shadow:0 28px 75px rgba(7,17,33,.14)!important}
.team-card-fixed>img{width:100%!important;height:360px!important;object-fit:cover!important;object-position:top center!important;display:block!important;flex-shrink:0!important;background:#eef1f5!important}
.team-card-body{padding:24px!important;display:flex!important;flex-direction:column!important;flex:1!important}
.team-card-body span{width:max-content!important;background:rgba(243,18,47,.08)!important;color:var(--red)!important;border-radius:999px!important;padding:7px 13px!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.08em!important;margin-bottom:14px!important}
.team-card-body h3{color:var(--navy)!important;font-size:30px!important;line-height:1.08!important;font-weight:600!important;margin-bottom:12px!important}
.team-card-body p{color:#5d6778!important;font-size:14.5px!important;line-height:1.7!important;margin-bottom:18px!important;flex:1!important}
.team-card-body strong{color:var(--red)!important;font-size:14px!important;font-weight:800!important}

/* RESPONSIVE */
@media(max-width:1180px){
  .menu{gap:18px;font-size:14px}
  .brand img{height:56px;max-width:210px}
  .menu .btn-red{min-width:auto;padding:13px 18px}
}

@media(max-width:1050px){
  .topbar{display:none}
  .hamb{display:block}
  .nav-inner{height:76px}
  .brand img{height:52px;max-width:200px}
  .menu{position:fixed;left:0;right:0;top:76px;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:24px;box-shadow:var(--shadow);gap:18px;font-size:16px}
  .menu.show{display:flex}
  .menu .btn-red{width:100%;justify-content:center}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding:88px 0}
  .hero h1{font-size:50px}
  .hero p{max-width:680px}
  .metrics{grid-template-columns:repeat(2,1fr)}
  .metric{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:18px 0;margin:0}
  .grid-6,.grid-4,.grid-3,.grid-2,.split,.why,.footer-grid,.profile,.profile-premium{grid-template-columns:1fr}
  .profile-left{position:static}
  .profile-highlights{grid-template-columns:1fr}
  .why-list{grid-template-columns:repeat(2,1fr)}
  .why-item{text-align:center;border-right:0}
  .section-head{align-items:flex-start;flex-direction:column}
  .office-frame{min-height:380px}
  .experience-badge{width:135px;padding:18px 14px}
  .experience-badge b{font-size:42px}
  .insight-card img{height:210px}
  .float-actions{right:14px;bottom:100px}
  .float-actions a{width:46px;height:46px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  .team-grid-fixed{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:700px){
  .team-grid-fixed{grid-template-columns:1fr!important}
  .team-card-fixed>img{height:320px!important}
}

@media(max-width:600px){
  .wrap{width:min(100% - 32px,1240px)}
  .hero{min-height:auto}
  .hero h1{font-size:40px}
  .hero p{font-size:16px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .metrics{grid-template-columns:1fr}
  .metric{grid-template-columns:32px 1fr;margin:0;padding:14px 0}
  .section{padding:64px 0}
  .card{padding:22px}
  .btn{width:100%}
  .why-list{grid-template-columns:1fr}
  .cta-box{padding:28px}
  .cta-actions .btn{width:100%}
  .footer{padding:42px 0 20px}
  .footer-grid{grid-template-columns:1fr;gap:22px}
  .newsletter{flex-direction:column}
  .newsletter button{width:100%}
  .copyright{flex-direction:column}
  .float-actions{right:14px;bottom:90px}
  .float-actions a{width:44px;height:44px}
  .ai-float{width:56px;height:56px;right:14px;bottom:24px}
  .chat{right:14px;bottom:90px;width:calc(100vw - 28px)}
  .form-grid,.expertise-grid{grid-template-columns:1fr}
  .profile-img{height:340px}
  .profile-content h2{font-size:40px}
  .profile-cta{flex-direction:column;align-items:flex-start}
  .profile-cta .btn{width:100%}
}