/* ═══════════════ FixorAssist — Styles ═══════════════ */
:root{
  --red:#e1181e;
  --red-deep:#c40f15;
  --ink:#0c0c0e;
  --gray:#5d6167;
  --gray-lt:#8a8e94;
  --bg-soft:#f9f9f9;
  --bg-strip:#f4f4f5;
  --dark:#12141a;
  --dark-2:#0b0d13;
  --line:#e7e8ea;
  --radius:16px;
  --shadow:0 6px 24px rgba(15,15,20,.06);
  --maxw:1440px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
html{overflow-x:hidden}
body{font-family:'Poppins',system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.6;overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{max-width:var(--maxw);margin:0 auto;padding:0 48px}
.red{color:var(--red)}
.ic{width:18px;height:18px;flex:none}
.red-ic{color:var(--red)}

/* ─── shared type ─── */
.eyebrow{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;letter-spacing:.14em;color:#3c3f44;text-transform:uppercase}
.eyebrow .dash{width:34px;height:2px;background:var(--red)}
.eyebrow.center{justify-content:center;color:var(--red);font-weight:700}
.eyebrow.dashes::before,.eyebrow.dashes::after{content:"";width:34px;height:2px;background:var(--red)}
h1,h2,h3,h4,h5{line-height:1.18;font-weight:700}
.h2-center{text-align:center;font-size:44px;margin-top:16px;letter-spacing:-.01em}
.h2-big{font-size:58px}
.h2-big2{font-size:50px}
.section-sub{text-align:center;color:var(--gray);font-size:18px;font-weight:300;margin:18px auto 0}
.red-rule{display:block;width:52px;height:3px;background:var(--red);border-radius:2px;margin:22px 0}
.red-rule.sm{width:38px;height:3px;margin:10px 0 12px}
.red-rule.sm.center{margin:10px auto 14px}
.mini-divider{display:flex;justify-content:center;align-items:center;gap:0;margin-top:26px}
.mini-divider span{width:34px;height:4px;background:var(--red);border-radius:2px;position:relative}
.mini-divider span::before,.mini-divider span::after{content:"";position:absolute;top:1.5px;width:70px;height:1px;background:#d7d8da}
.mini-divider span::before{right:calc(100% + 12px)}
.mini-divider span::after{left:calc(100% + 12px)}
.num-badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:34px;padding:0 10px;background:var(--red);color:#fff;font-weight:700;font-size:16px;border-radius:9px}
.num-badge.lg{width:46px;height:46px;border-radius:50%;font-size:17px;flex:none}

/* ─── buttons ─── */
.btn{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:16px;border-radius:10px;padding:14px 26px;transition:.25s;cursor:pointer}
.btn-red{background:var(--red);color:#fff;box-shadow:0 8px 22px rgba(225,24,30,.28)}
.btn-red:hover{background:var(--red-deep);transform:translateY(-2px)}
.btn-outline{background:#fff;color:var(--ink);border:1.5px solid #c9cbce}
.btn-outline:hover{border-color:var(--red);color:var(--red)}
.btn-lg{padding:17px 34px;font-size:17px}

/* ─── dotted decorations ─── */
.dots-tl,.dots-br{position:relative;overflow:hidden}
.dots-tl::before{content:"";position:absolute;top:-40px;left:-40px;width:280px;height:280px;background:radial-gradient(circle,rgba(225,24,30,.35) 2px,transparent 2.6px);background-size:16px 16px;-webkit-mask-image:radial-gradient(circle at 0 0,#000 0%,transparent 70%);mask-image:radial-gradient(circle at 0 0,#000 0%,transparent 70%);pointer-events:none}
.dots-br::after{content:"";position:absolute;bottom:-40px;right:-40px;width:280px;height:280px;background:radial-gradient(circle,rgba(225,24,30,.35) 2px,transparent 2.6px);background-size:16px 16px;-webkit-mask-image:radial-gradient(circle at 100% 100%,#000 0%,transparent 70%);mask-image:radial-gradient(circle at 100% 100%,#000 0%,transparent 70%);pointer-events:none}
.gear-br::after{content:"";position:absolute;right:-90px;top:30%;width:420px;height:420px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 4l3 5.5 6.2-1 2 6 6 2-1 6.2L46 26l-5.5 3 1 6.2-6 2-2 6-6.2-1L24 46l-3-5.5-6.2 1-2-6-6-2 1-6.2L2 24l5.5-3-1-6.2 6-2 2-6 6.2 1z" fill="none" stroke="%23dcdcde" stroke-width="1"/><circle cx="24" cy="24" r="7" fill="none" stroke="%23dcdcde" stroke-width="1"/></svg>') no-repeat center/contain;opacity:.65;pointer-events:none}

/* ═══════════════ HEADER ═══════════════ */
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #ececee}
.header-inner{display:flex;align-items:center;gap:34px;height:104px}
.logo img{height:76px;width:auto}
.main-nav{display:flex;align-items:center;gap:34px;margin-left:48px;flex:1}
.main-nav a{font-size:16px;font-weight:500;color:#101114;position:relative;display:inline-flex;align-items:center;gap:6px;padding:38px 0;white-space:nowrap}
.main-nav a:hover{color:var(--red)}
.main-nav a.active{color:var(--red);font-weight:600}
.main-nav a.active::after{content:"";position:absolute;left:0;bottom:0;width:42px;height:4px;background:var(--red);border-radius:2px 2px 0 0}
.main-nav .ic{width:15px;height:15px;color:#101114}
.header-cta{margin-left:auto}
.nav-toggle{display:none;background:none;border:0;flex-direction:column;gap:5px;cursor:pointer;padding:8px}
.nav-toggle span{width:26px;height:3px;background:var(--ink);border-radius:2px}

/* ═══════════════ HERO ═══════════════ */
.hero{position:relative;background:#fff;min-height:712px;display:flex;align-items:center;overflow:hidden}
.hero-visual{position:absolute;right:0;top:0;height:100%;width:auto;max-width:none;object-fit:cover;object-position:right center;-webkit-mask-image:linear-gradient(to right,transparent,#000 14%);mask-image:linear-gradient(to right,transparent,#000 14%)}
.hero-inner{position:relative;z-index:2;width:100%}
.hero-copy{max-width:640px;padding:70px 0}
.hero-copy .eyebrow{margin-bottom:34px}
.hero-copy h1{font-size:66px;font-weight:700;letter-spacing:-.015em;line-height:1.14}
.hero-copy p{margin-top:34px;font-size:19px;font-weight:300;color:var(--gray);line-height:1.75}

/* ═══════════════ FEATURES STRIP ═══════════════ */
.features-strip{background:var(--bg-strip);border-top:1px solid #ececee;padding:34px 0}
.strip-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.strip-item{display:flex;gap:16px;align-items:flex-start;padding:6px 26px;border-right:1px solid #dcdddf}
.strip-item:last-child{border-right:0}
.strip-ic{width:46px;height:46px;color:var(--ink);flex:none}
.strip-item h4{font-size:16.5px;font-weight:600;margin-bottom:4px}
.strip-item p{font-size:13.5px;color:var(--gray);line-height:1.55;font-weight:300}

/* ═══════════════ EMERGENCY ═══════════════ */
.emergency-wrap{padding:70px 0}
.emergency-card{background:var(--bg-soft);border-radius:22px;padding:64px 56px 70px;text-align:center;box-shadow:var(--shadow)}
.pill-badge{display:inline-flex;align-items:center;gap:9px;border:1.5px solid var(--red);color:var(--ink);border-radius:999px;padding:10px 26px;font-size:15px;letter-spacing:.06em;font-weight:500}
.pill-badge strong{color:var(--red);font-weight:700}
.emergency-card h2{font-size:46px;margin-top:30px;letter-spacing:-.01em}
.emergency-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:48px}
.em-item{padding:0 22px;border-right:1px solid #dedfe1}
.em-item:last-child{border-right:0}
.em-circle{width:118px;height:118px;border-radius:50%;background:#fff;box-shadow:0 4px 18px rgba(15,15,20,.07);display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px}
.em-circle svg{width:60px;height:52px;color:var(--ink)}
.em-item h4{font-size:19px;font-weight:600}
.em-item p{margin-top:10px;font-size:15px;color:var(--gray);font-weight:300;line-height:1.6}
.emergency-actions{display:flex;justify-content:center;gap:18px;margin-top:52px}

/* ═══════════════ ABOUT ═══════════════ */
.about{padding:60px 0 30px}
.about-grid{display:grid;grid-template-columns:1fr 1.06fr;gap:70px;align-items:center}
.about-copy .eyebrow{margin-bottom:26px}
.h2-left{font-size:46px;letter-spacing:-.01em}
.h2-sub{font-size:32px;display:inline-block;margin-top:6px}
.about-copy p{color:var(--gray);font-size:17px;font-weight:300;line-height:1.8;margin-bottom:26px;max-width:540px}
.about-feats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:38px}
.af{padding:0 18px;border-right:1px solid #e3e4e6}
.af:first-child{padding-left:0}
.af:last-child{border-right:0}
.af-head{display:flex;gap:10px;align-items:center;margin-bottom:10px}
.af-ic{width:34px;height:34px;color:var(--ink);flex:none}
.af h5{font-size:14.5px;font-weight:600;line-height:1.3}
.af p{font-size:13px;color:var(--gray);font-weight:300;line-height:1.55;margin:0}
.about-photo img{border-radius:20px;box-shadow:var(--shadow)}
.route-line{width:100%;height:90px;margin-top:44px}

/* ═══════════════ MISSION & VISION ═══════════════ */
.mission{background:var(--bg-soft);padding:84px 0 0}
.mv-grid{display:grid;grid-template-columns:1.13fr 1fr;gap:44px;margin-top:56px;align-items:stretch}
.mv-card{border-radius:20px;padding:52px 48px;position:relative;overflow:hidden}
.mv-dark{background:#101216;color:#fff;box-shadow:0 18px 44px rgba(10,10,15,.22)}
.mv-photo{position:absolute;right:0;top:0;height:100%;width:auto;max-width:52%;object-fit:cover;object-position:right;opacity:.95;pointer-events:none;-webkit-mask-image:linear-gradient(to right,transparent,#000 32%);mask-image:linear-gradient(to right,transparent,#000 32%)}
.mv-body{position:relative;z-index:2;max-width:66%}
.mv-icon{width:86px;height:86px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);display:inline-flex;align-items:center;justify-content:center;margin-bottom:30px}
.mv-icon svg{width:42px;height:42px;color:#fff}
.mv-icon.light{background:#fff;border:1px solid #eee;box-shadow:0 6px 20px rgba(15,15,20,.08)}
.mv-icon.light svg{color:var(--ink)}
.mv-label{display:block;color:var(--red);font-weight:700;letter-spacing:.12em;font-size:15px;margin-bottom:16px}
.mv-card h3{font-size:31px;font-weight:600;line-height:1.32;letter-spacing:-.01em}
.mv-card p{font-size:15.5px;font-weight:300;line-height:1.8;color:#cfd2d6;max-width:430px}
.mv-light{background:#fff;color:var(--ink);box-shadow:var(--shadow)}
.mv-light h3{font-size:33px}
.mv-light p{color:var(--gray);font-size:17px}
.mv-feats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:40px;padding-top:6px}
.mv-feats>div{display:flex;flex-direction:column;gap:10px;align-items:flex-start;padding:0 16px;border-right:1px solid rgba(255,255,255,.16);font-size:13px;line-height:1.4}
.mv-feats>div:first-child{padding-left:0}
.mv-feats>div:last-child{border-right:0}
.mvf-ic{width:30px;height:30px;color:#fff}
.one-line{position:relative;margin-top:70px;padding:26px 0 44px;text-align:center}
.one-wave{position:absolute;inset:0;width:100%;height:100%}
.one-pin{position:absolute;width:34px;height:34px;top:-6px}
.one-pin.l{left:52px}
.one-pin.r{right:56px}
.one-line p{position:relative;font-size:19px;font-weight:500;background:var(--bg-soft);display:inline-block;padding:0 26px;top:14px}

/* ═══════════════ WHY CHOOSE ═══════════════ */
.why{background:var(--bg-soft);padding:80px 0 90px}
.why .mini-divider{margin:22px 0 0}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:56px}
.why-card{background:#fff;border-radius:18px;padding:34px 30px 38px;box-shadow:var(--shadow);position:relative;transition:.25s}
.why-card:hover{transform:translateY(-5px);box-shadow:0 14px 34px rgba(15,15,20,.1)}
.why-in{display:flex;gap:26px;margin-top:16px}
.why-circle{width:104px;height:104px;border-radius:50%;background:#f3f3f4;display:inline-flex;align-items:center;justify-content:center;flex:none}
.why-circle svg{width:56px;height:56px;color:var(--ink)}
.why-card h4{font-size:20px;font-weight:600}
.why-card p{font-size:15px;color:var(--gray);font-weight:300;line-height:1.65}

/* ═══════════════ PROMISE BANNER ═══════════════ */
.promise{background:var(--bg-soft);padding:0 0 84px}
.promise-banner{background:#101216;border-radius:22px;color:#fff;display:flex;align-items:center;gap:40px;padding:44px 0 44px 52px;position:relative;overflow:hidden;min-height:210px}
.pb-left{display:flex;align-items:center;gap:24px;flex:none}
.pb-shield{width:62px;height:62px;color:#fff;flex:none}
.pb-left h3{font-size:23px;font-weight:600;line-height:1.5}
.pb-stats{display:flex;flex:1;justify-content:center;gap:0;position:relative;z-index:2}
.pb-stat{display:flex;flex-direction:column;align-items:center;padding:0 38px;border-left:1px solid rgba(255,255,255,.18)}
.pb-stat:last-child{border-right:1px solid rgba(255,255,255,.18)}
.pbs-ic{width:38px;height:38px;color:var(--red);margin-bottom:8px}
.pb-stat strong{font-size:27px;font-weight:700}
.pb-stat span{font-size:13.5px;color:#c6c9cd;font-weight:300;white-space:nowrap}
.pb-car{height:180px;width:auto;flex:none;margin-right:20px;position:relative;z-index:1;-webkit-mask-image:linear-gradient(to right,transparent,#000 10%);mask-image:linear-gradient(to right,transparent,#000 10%)}
.pb-wave{position:absolute;left:0;bottom:8px;width:100%;height:40px;opacity:.9}
.pb-pin{position:absolute;left:56px;bottom:34px;width:30px;height:30px}

/* ═══════════════ BUILT ON TRUST ═══════════════ */
.trust{padding:0 0 80px;background:#fff}
.trust-card{background:var(--bg-soft);border-radius:22px;padding:70px 54px 60px;text-align:center;box-shadow:var(--shadow)}
.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:26px;margin-top:54px;position:relative;z-index:2}
.trust-item{background:#fff;border-radius:16px;padding:40px 22px 34px;box-shadow:0 4px 16px rgba(15,15,20,.05);transition:.25s}
.trust-item:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(15,15,20,.1)}
.trust-circle{width:112px;height:112px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;margin-bottom:26px}
.trust-circle::before{content:"";position:absolute;inset:0;border-radius:50%;border:1.6px dashed #f0a9ab}
.trust-circle svg{width:58px;height:58px;color:var(--ink)}
.trust-item h4{font-size:19px;font-weight:600}
.trust-item p{font-size:14px;color:var(--gray);font-weight:300;line-height:1.7}
.trust-footer{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:52px;position:relative;z-index:2}
.trust-footer .line{width:130px;height:1px;background:#d4d5d7}
.tf-ic{width:40px;height:40px;color:var(--red)}
.trust-footer p{font-size:22px;font-weight:600}

/* ═══════════════ SERVICES NETWORK ═══════════════ */
.network{background:var(--bg-soft);padding:84px 0;border-top:1px solid #f0f0f1}
.network-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-top:60px}
.net-card{background:#fff;border-radius:16px;overflow:visible;box-shadow:var(--shadow);text-align:center;padding-bottom:30px;transition:.25s}
.net-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(15,15,20,.11)}
.net-photo{position:relative;margin-bottom:64px}
.net-photo img{width:100%;height:176px;object-fit:cover;border-radius:16px 16px 0 0}
.net-circle{position:absolute;left:50%;bottom:-46px;transform:translateX(-50%);width:92px;height:92px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(15,15,20,.1)}
.net-circle::before{content:"";position:absolute;inset:5px;border-radius:50%;border:1.5px solid #f2b6b8}
.net-circle svg{width:48px;height:42px;color:var(--red)}
.net-card h4{font-size:18.5px;font-weight:600;padding:0 14px}
.net-card p{font-size:13.5px;color:var(--gray);font-weight:300;line-height:1.7;padding:12px 20px 18px}
.net-link{color:var(--red);font-weight:600;font-size:15px;display:inline-flex;align-items:center;gap:8px;transition:.2s}
.net-link:hover{gap:12px}
.net-link .ic{width:17px;height:17px}

/* ═══════════════ HOW IT WORKS ═══════════════ */
.how{background:var(--bg-soft);padding:84px 0 0;position:relative}
.how-grid{display:grid;grid-template-columns:1fr 90px 1fr 90px 1fr 90px 1fr;align-items:start;margin-top:64px;gap:0}
.how-step{text-align:center;padding:0 8px}
.hs-visual{position:relative;display:inline-block;margin-bottom:30px}
.hs-visual .num-badge.lg{position:absolute;left:-16px;top:-4px;z-index:2}
.hs-circle{width:150px;height:150px;border-radius:50%;background:#fff;box-shadow:0 8px 26px rgba(15,15,20,.08);display:inline-flex;align-items:center;justify-content:center}
.hs-circle svg{width:74px;height:66px;color:var(--ink)}
.how-step h4{font-size:22px;font-weight:600}
.how-step p{font-size:15px;color:var(--gray);font-weight:300;line-height:1.75;max-width:290px;margin:0 auto}
.hs-arrow{display:flex;align-items:center;justify-content:center;height:150px}
.hs-arrow svg{width:86px;height:20px}
.safety-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);display:flex;align-items:center;gap:30px;padding:38px 44px;margin-top:80px}
.sc-left{display:flex;align-items:center;gap:24px;flex:1.15}
.sc-shield{width:66px;height:66px;color:var(--ink);flex:none}
.sc-left h4{font-size:23px;font-weight:700}
.sc-left p{font-size:15px;color:var(--gray);font-weight:300;line-height:1.65;margin-top:6px;max-width:420px}
.sc-items{display:flex;flex:1.6;justify-content:space-between}
.sc-items>div{display:flex;flex-direction:column;align-items:center;gap:12px;padding:0 26px;border-left:1px solid #e6e7e9;font-size:15px;font-weight:500}
.sc-ic{width:44px;height:44px;color:var(--ink)}
.red-bar{height:12px;background:var(--red);border-radius:8px;margin-top:56px}

/* ═══════════════ COMPLETE CARE ═══════════════ */
.care{background:var(--bg-soft);padding:70px 0 90px}
.care-underline{position:relative}
.care-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:60px}
.care-card{background:#fff;border-radius:16px;box-shadow:var(--shadow);display:flex;overflow:hidden;min-height:262px;transition:.25s}
.care-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(15,15,20,.11)}
.care-body{flex:1.25;padding:30px 6px 30px 28px;display:flex;flex-direction:column;align-items:flex-start}
.care-head{display:flex;align-items:center;gap:14px}
.care-circle{width:74px;height:74px;border-radius:50%;background:#f3f3f4;display:inline-flex;align-items:center;justify-content:center;flex:none}
.care-circle svg{width:42px;height:38px;color:var(--red)}
.care-card h4{font-size:18.5px;font-weight:600;line-height:1.3}
.care-card p{font-size:13.5px;color:var(--gray);font-weight:300;line-height:1.7;margin-bottom:16px}
.care-card .net-link{margin-top:auto;font-size:14.5px}
.care-photo{flex:.85;position:relative;clip-path:polygon(26% 0,100% 0,100% 100%,6% 100%);margin-left:-14px}
.care-photo::before{content:"";position:absolute;left:0;top:0;bottom:0;width:26%;background:linear-gradient(105deg,var(--red) 0 3px,transparent 3px);z-index:2}
.care-photo img{width:100%;height:100%;object-fit:cover}

/* ─── platform strip ─── */
.platform-strip{background:#131518;border-radius:20px;color:#fff;display:flex;align-items:center;margin-top:56px;padding:40px 30px 46px 46px;gap:10px;position:relative;overflow:hidden}
.ps-main{display:flex;gap:20px;align-items:flex-start;flex:1.5;position:relative;z-index:2}
.ps-shield{width:58px;height:58px;color:#fff;flex:none}
.ps-main h4{font-size:22px;font-weight:700;line-height:1.35}
.ps-main p{font-size:13.5px;color:#b9bcc1;font-weight:300;margin-top:8px;line-height:1.6}
.ps-item{display:flex;gap:14px;align-items:flex-start;flex:1;padding:0 22px;border-left:1px solid rgba(255,255,255,.16);position:relative;z-index:2}
.ps-ic{width:40px;height:40px;color:#fff;flex:none}
.ps-item h5{font-size:15.5px;font-weight:600}
.ps-item p{font-size:12.5px;color:#b9bcc1;font-weight:300;margin-top:4px;line-height:1.55}
.ps-car{height:96px;width:auto;flex:none;position:relative;z-index:1;-webkit-mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent)}
.ps-wave{position:absolute;left:0;bottom:10px;width:100%;height:30px;opacity:.85}

/* ═══════════════ 3 SIMPLE STEPS ═══════════════ */
.steps{background:#fff;padding:88px 0 90px}
.steps .mini-divider{margin:24px 0 0}
.steps-heads{display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin-top:60px}
.sh-title{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.sh-title h4{font-size:20px;font-weight:700;line-height:1.3}
.sh p{font-size:14.5px;color:var(--gray);font-weight:300;line-height:1.7;padding-left:62px}
.steps-band{width:100%;margin-top:24px}
.steps-timeline{display:flex;justify-content:space-around;position:relative;margin-top:10px;padding-top:6px}
.tl-line{position:absolute;left:6%;right:6%;top:24px;height:2px;background:#e2e3e5}
.tl-item{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;z-index:2;font-size:15.5px;font-weight:600}
.tl-dot{width:38px;height:38px;border-radius:50%;background:var(--red);color:#fff;font-size:13.5px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 6px #fff}

/* ═══════════════ FOOTER ═══════════════ */
.footer{background:var(--dark);color:#e8e9eb}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.05fr 1fr 1.45fr;gap:44px;padding-top:74px;padding-bottom:56px}
.f-brand .f-logo{display:flex;align-items:center;gap:14px;margin-bottom:26px}
.f-logo img{height:78px;width:auto}
.f-logo strong{font-size:30px;font-weight:700;color:var(--red);display:block;line-height:1.1}
.f-logo strong .white{color:#fff;font-size:inherit}
.f-logo .tag{font-size:12.5px;color:#b7bac0;letter-spacing:.03em}
.f-brand>p{font-size:15px;font-weight:300;color:#c3c6cb;line-height:1.85;max-width:330px}
.f-brand .red{font-weight:500}
.f-social{display:flex;gap:14px;margin-top:30px}
.f-social a{width:46px;height:46px;border-radius:50%;border:1.4px solid #3a3d44;display:flex;align-items:center;justify-content:center;transition:.25s}
.f-social a:hover{border-color:var(--red);background:var(--red)}
.f-social svg{width:20px;height:20px;color:#fff}
.f-col h5{font-size:17px;font-weight:600;letter-spacing:.08em;color:#fff}
.f-rule{display:block;width:40px;height:3px;background:var(--red);border-radius:2px;margin:14px 0 26px}
.f-col a{display:block;font-size:15px;font-weight:300;color:#c3c6cb;margin-bottom:15px;transition:.2s}
.f-col a:hover{color:#fff;padding-left:4px}
.f-connect p{font-size:15px;font-weight:300;color:#c3c6cb;line-height:1.8;margin-bottom:20px}
.f-subscribe{display:flex;margin-bottom:30px}
.f-subscribe input{flex:1;background:#1d2027;border:1px solid #33363d;border-right:0;color:#fff;font-family:inherit;font-size:14.5px;padding:15px 18px;border-radius:9px 0 0 9px;outline:none}
.f-subscribe input::placeholder{color:#8b8f96}
.f-subscribe button{background:var(--red);border:0;width:62px;border-radius:0 9px 9px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
.f-subscribe button:hover{background:var(--red-deep)}
.f-subscribe svg{width:20px;height:20px;color:#fff}
.f-app{margin-bottom:16px!important;font-weight:400!important;color:#fff!important}
.f-badges{display:flex;gap:12px}
.f-badges img{height:50px;width:auto;border-radius:8px}
.f-bottom{border-top:1px solid #272a31;padding:30px 0;background:var(--dark-2)}
.f-bottom-in{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.f-bottom-in p,.f-bottom-in a{font-size:15px;font-weight:300;color:#c3c6cb;display:inline-flex;align-items:center;gap:10px}
.f-bottom-in a:hover{color:#fff}
.f-sep{width:1px;height:22px;background:#33363d}
.fb-ic{width:19px;height:19px;color:var(--red)}

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width:1280px){
  .container{padding:0 32px}
  .hero-copy h1{font-size:54px}
  .h2-big{font-size:46px}
  .h2-center{font-size:38px}
  .h2-big2{font-size:42px}
  .hero-visual{opacity:.9}
  .mv-card h3{font-size:26px}
}
@media (max-width:1024px){
  .strip-grid,.emergency-grid,.trust-grid,.network-grid{grid-template-columns:repeat(2,1fr);gap:26px}
  .strip-item,.em-item,.af{border-right:0}
  .about-grid,.mv-grid{grid-template-columns:1fr}
  .why-grid,.care-grid{grid-template-columns:repeat(2,1fr)}
  .how-grid{grid-template-columns:1fr 1fr;gap:36px}
  .hs-arrow{display:none}
  .steps-heads{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .promise-banner,.platform-strip,.safety-card{flex-direction:column;align-items:flex-start;gap:28px}
  .pb-car,.ps-car{display:none}
  .hero-visual{position:absolute;opacity:.3}
  .mv-photo{opacity:.4}
  .mv-body{max-width:100%}
}
@media (max-width:720px){
  .container{padding:0 20px}
  .main-nav{display:none;position:absolute;top:104px;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:12px 20px;margin:0;border-bottom:1px solid #eee;box-shadow:0 14px 30px rgba(0,0,0,.08)}
  .main-nav.open{display:flex}
  .main-nav a{padding:14px 0;width:100%}
  .main-nav a.active::after{display:none}
  .nav-toggle{display:flex}
  .header-cta{display:none}
  .hero-copy h1{font-size:38px}
  .hero-copy p br,.section-sub br{display:none}
  .h2-center,.emergency-card h2{font-size:29px}
  .h2-big{font-size:33px}
  .h2-left{font-size:32px}
  .h2-sub{font-size:23px}
  .strip-grid,.emergency-grid,.trust-grid,.network-grid,.why-grid,.care-grid,.about-feats,.steps-heads,.how-grid,.footer-grid,.mv-feats{grid-template-columns:1fr}
  .emergency-actions{flex-direction:column;align-items:stretch}
  .sc-items{flex-direction:column;gap:22px;align-items:flex-start}
  .sc-items>div{flex-direction:row;border-left:0;padding:0}
  .care-card{flex-direction:column;min-height:0}
  .care-photo{display:none}
  .steps-timeline{flex-direction:column;gap:20px;align-items:flex-start}
  .tl-line{display:none}
  .tl-item{flex-direction:row}
  .f-bottom-in{flex-direction:column;align-items:flex-start}
  .f-sep{display:none}
}

/* ── mobile: partner stats wrap to 2×2 ── */
@media (max-width:720px){
  .pb-stats{flex-wrap:wrap;row-gap:30px}
  .pb-stat{flex:0 0 50%;padding:0 10px;border-left:0}
  .pb-stat:last-child{border-right:0}
}

/* ═══════════════ SERVICES DROPDOWN ═══════════════ */
.nav-drop{position:relative;display:flex;align-items:center}
.nav-drop .drop-trigger{cursor:pointer}
.drop-panel{position:absolute;top:100%;left:-20px;min-width:344px;background:#fff;border:1px solid #eef0f2;border-radius:16px;box-shadow:0 24px 60px rgba(15,15,20,.16);padding:12px;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:200}
.nav-drop:hover .drop-panel,.nav-drop:focus-within .drop-panel{opacity:1;visibility:visible;transform:translateY(0)}
.drop-panel::before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px}
.drop-link{display:flex!important;align-items:center;gap:14px;padding:12px 14px!important;border-radius:11px;transition:background .18s}
.drop-link:hover{background:#fdecec}
.dl-ic{width:44px;height:44px;border-radius:11px;background:#fdecec;display:flex;align-items:center;justify-content:center;flex:none}
.dl-ic svg{width:23px;height:23px;color:var(--red)}
.dl-txt{display:flex;flex-direction:column;line-height:1.32}
.dl-txt strong{font-size:15px;font-weight:600;color:var(--ink)}
.dl-txt em{font-size:12.5px;font-style:normal;color:#7a7d82;font-weight:300;margin-top:1px}

@media (max-width:720px){
  .nav-drop{flex-direction:column;align-items:stretch;width:100%}
  .drop-panel{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid #f2d9da;border-radius:0;padding:2px 0 6px 10px;margin:0 0 4px 4px;min-width:0}
  .drop-panel::before{display:none}
  .drop-link{padding:10px 8px!important}
  .dl-ic{width:36px;height:36px}
  .dl-ic svg{width:19px;height:19px}
}
