:root{
  --nih-red:#c4000b;
  --nih-red-2:#e01520;
  --nih-red-dark:#870006;
  --ink:#071019;
  --text:#1c2735;
  --muted:#647386;
  --line:#e9edf3;
  --soft:#fff5f5;
  --soft-2:#f7f9fc;
  --container:1240px;
  --shadow:0 22px 55px rgba(7,16,25,.08);
  --shadow-strong:0 34px 90px rgba(7,16,25,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img,svg{display:block;max-width:100%}
svg{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ins-page{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 8%,rgba(196,0,11,.045),transparent 26%),
    radial-gradient(circle at 96% 20%,rgba(196,0,11,.06),transparent 30%),
    linear-gradient(180deg,#fff 0%,#fbfcfe 52%,#fff 100%);
}
.ins-container{width:min(var(--container),calc(100% - 72px));margin-inline:auto}
.ins-kicker,.title-pill,.ins-small-kicker{font-weight:900}

.ins-hero{padding:76px 0 46px;position:relative}
.ins-hero::before{
  content:"";
  position:absolute;right:-210px;top:-130px;
  width:760px;height:760px;border-radius:50%;
  border:1px solid rgba(196,0,11,.13);
  box-shadow:inset 0 0 0 78px rgba(196,0,11,.025),inset 0 0 0 158px rgba(196,0,11,.018);
  pointer-events:none;
}
.ins-hero::after{
  content:"";
  position:absolute;left:-90px;bottom:34px;width:360px;height:360px;
  background-image:radial-gradient(circle,rgba(7,16,25,.16) 0 1px,transparent 1.2px);
  background-size:10px 10px;
  opacity:.24;
  -webkit-mask:radial-gradient(circle,#000 0 48%,transparent 72%);
  mask:radial-gradient(circle,#000 0 48%,transparent 72%);
}
.ins-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,590px) minmax(440px,1fr);gap:70px;align-items:center}
.ins-kicker{display:inline-flex;align-items:center;gap:12px;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid #ffd8dc;background:linear-gradient(90deg,#fff5f5,#fff);box-shadow:0 14px 30px rgba(196,0,11,.06);font-size:13px;color:#141c27}
.ins-kicker i{width:8px;height:8px;border-radius:50%;background:var(--nih-red);box-shadow:0 0 0 6px rgba(196,0,11,.08)}
.ins-copy h1{margin:24px 0 20px;font-size:clamp(44px,4.7vw,72px);line-height:1.02;letter-spacing:-.078em;font-weight:950;color:#071019}
.ins-copy h1 span{color:var(--nih-red)}
.ins-copy p{margin:0 0 15px;max-width:610px;color:#354254;font-size:16px;line-height:1.82;font-weight:560}
.ins-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}
.ins-btn{min-width:178px;height:56px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:15px;font-weight:900;transition:.2s ease}
.ins-btn:hover{transform:translateY(-2px)}
.ins-btn-red{color:#fff;background:linear-gradient(180deg,var(--nih-red-2),var(--nih-red-dark));box-shadow:0 24px 44px rgba(196,0,11,.18)}
.ins-btn-light{color:var(--nih-red);background:#fff;border:1.6px solid var(--nih-red)}

.ins-visual{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center}
.ins-radar-card{position:relative;z-index:2;width:min(100%,510px);padding:26px;border-radius:32px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--line);box-shadow:var(--shadow-strong);overflow:hidden}
.ins-radar-card::before{content:"";position:absolute;inset:-100px -120px auto auto;width:280px;height:280px;border-radius:50%;background:rgba(196,0,11,.08);pointer-events:none}
.radar-top{display:flex;align-items:center;gap:12px;color:#536174;font-size:13px;font-weight:850;margin-bottom:18px}
.status-dot{width:10px;height:10px;border-radius:50%;background:var(--nih-red);box-shadow:18px 0 0 rgba(196,0,11,.24),36px 0 0 rgba(196,0,11,.11)}
.shield-stage{position:relative;height:286px;display:grid;place-items:center;border-radius:26px;background:linear-gradient(135deg,#101720,#252f3b);overflow:hidden;color:#fff}
.shield-stage::after{content:"";position:absolute;inset:auto -30px -100px -30px;height:170px;background:radial-gradient(ellipse at center,rgba(196,0,11,.38),transparent 70%)}
.shield-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.18);animation:pulse 4.5s ease-in-out infinite}
.ring-one{width:220px;height:220px}.ring-two{width:150px;height:150px;animation-delay:.7s}
.shield-core{position:relative;z-index:2;width:126px;height:126px;border-radius:36px;background:linear-gradient(180deg,#fff,#f5f7fb);display:grid;place-items:center;box-shadow:0 30px 70px rgba(0,0,0,.35)}
.shield-core img{width:84px;height:84px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(196,0,11,.18))}
@keyframes pulse{0%,100%{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:.38}}
.insurance-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.insurance-status-grid article{padding:16px;border-radius:18px;background:#fff;border:1px solid var(--line)}
.insurance-status-grid strong{display:block;font-size:15px;font-weight:950;color:#111827;margin-bottom:5px}
.insurance-status-grid span{display:block;font-size:12.5px;line-height:1.45;color:var(--muted);font-weight:650}
.float-policy{position:absolute;z-index:3;width:134px;padding:12px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);text-align:center}
.float-policy img{width:100%;height:86px;object-fit:contain;border-radius:16px;background:linear-gradient(180deg,#fff6f6,#fff)}
.float-policy span{display:block;margin-top:9px;color:#17202c;font-size:12px;line-height:1.2;font-weight:900}
.float-policy.motor{left:0;top:42px}.float-policy.property{right:0;top:74px}.float-policy.business{left:28px;bottom:54px}.float-policy.importation{right:16px;bottom:32px}

.ins-strip{padding:6px 0 34px}
.ins-strip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ins-strip article{padding:24px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.ins-strip span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--soft);color:var(--nih-red);font-size:13px;font-weight:950;margin-bottom:16px}
.ins-strip h3{margin:0 0 8px;font-size:22px;line-height:1.1;letter-spacing:-.045em;font-weight:950}
.ins-strip p{margin:0;color:var(--muted);font-size:14px;line-height:1.65;font-weight:620}

.ins-products,.ins-ecosystem{padding:68px 0}
.ins-section-title{text-align:center;max-width:820px;margin:0 auto 34px}
.ins-section-title.compact{margin-bottom:30px}
.title-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;background:var(--soft);color:var(--nih-red);border:1px solid #ffd8dc;font-size:12px;margin-bottom:14px}
.title-pill.light{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.18)}
.ins-section-title h2,.ins-flow-copy h2{margin:0;font-size:clamp(32px,3.25vw,48px);line-height:1.05;letter-spacing:-.06em;font-weight:950}
.ins-section-title h2 span{color:var(--nih-red)}
.ins-section-title p,.ins-flow-copy p{margin:12px auto 0;color:var(--muted);font-size:15px;line-height:1.7;font-weight:620;max-width:720px}
.ins-product-grid{display:grid;grid-template-columns:1.16fr .84fr .84fr;gap:22px;align-items:stretch}
.ins-product-card{display:flex;flex-direction:column;min-height:100%;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden;transition:.2s ease}
.ins-product-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(7,16,25,.12)}
.ins-product-card.featured{grid-row:span 2;background:linear-gradient(180deg,#fff,#fff7f7)}
.product-image{min-height:184px;background:linear-gradient(135deg,#fff6f6,#f5f7fb);display:grid;place-items:center;padding:22px}
.ins-product-card.featured .product-image{min-height:310px}
.product-image img{width:100%;height:190px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(7,16,25,.10))}
.featured .product-image img{height:270px}
.product-copy{padding:24px}
.product-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(180deg,#fff5f5,#fff);border:1px solid #ffd8dc;color:var(--nih-red);margin-bottom:16px}
.product-icon svg{width:28px;height:28px}
.product-copy h3{margin:0 0 10px;font-size:23px;line-height:1.12;letter-spacing:-.045em;font-weight:950}
.product-copy p{margin:0 0 15px;color:var(--muted);font-size:14px;line-height:1.66;font-weight:620}
.product-copy ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.product-copy li{position:relative;padding-left:22px;color:#2e3a48;font-size:13.5px;line-height:1.4;font-weight:720}
.product-copy li::before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--nih-red);box-shadow:0 0 0 4px rgba(196,0,11,.08)}

.ins-flow{padding:76px 0;background:linear-gradient(180deg,#0b1119,#111a26);color:#fff;position:relative;overflow:hidden}
.ins-flow::before{content:"";position:absolute;right:-160px;top:-170px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(196,0,11,.26),transparent 70%)}
.ins-flow::after{content:"";position:absolute;left:-120px;bottom:-160px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%)}
.ins-flow-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:center;position:relative;z-index:1}
.ins-flow-copy h2{color:#fff}.ins-flow-copy p{color:rgba(255,255,255,.72);margin-left:0;margin-right:0}
.flow-timeline{display:grid;gap:16px}
.flow-timeline article{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:flex-start;padding:18px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}
.flow-timeline b{width:54px;height:54px;border-radius:18px;background:linear-gradient(180deg,var(--nih-red-2),#8f0009);display:grid;place-items:center;font-size:16px;font-weight:950}
.flow-timeline h3{margin:0 0 6px;font-size:19px;line-height:1.15;letter-spacing:-.035em;font-weight:950}
.flow-timeline p{margin:0;color:rgba(255,255,255,.73);font-size:14px;line-height:1.58;font-weight:620}

.ecosystem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.ecosystem-grid article{padding:26px 22px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.eco-icon{width:62px;height:62px;border-radius:20px;background:linear-gradient(180deg,#fff5f5,#fff);border:1px solid #ffd8dc;color:var(--nih-red);display:grid;place-items:center;margin-bottom:16px}
.eco-icon svg{width:29px;height:29px}
.ecosystem-grid h3{margin:0 0 9px;font-size:20px;line-height:1.1;letter-spacing:-.04em;font-weight:950}
.ecosystem-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.66;font-weight:620}

.ins-cta{padding:0 0 78px}
.ins-cta-inner{display:flex;justify-content:space-between;gap:26px;align-items:center;padding:34px;border-radius:30px;color:#fff;background:linear-gradient(135deg,var(--nih-red),#760007);box-shadow:0 28px 64px rgba(196,0,11,.22)}
.ins-cta-inner span{display:inline-flex;margin-bottom:12px;min-height:34px;padding:0 12px;align-items:center;border-radius:999px;background:rgba(255,255,255,.14);font-size:12px;font-weight:900}
.ins-cta-inner h2{margin:0;max-width:760px;font-size:clamp(26px,2.8vw,42px);line-height:1.08;letter-spacing:-.055em;font-weight:950}
.cta-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.cta-tags a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.14);font-size:13px;font-weight:850;color:#fff}

@media (max-width:1180px){
  .ins-hero-grid,.ins-flow-grid{grid-template-columns:1fr;gap:44px}
  .ins-copy{max-width:850px}
  .ins-visual{min-height:560px}
  .ins-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ins-product-card.featured{grid-row:auto}
  .ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:860px){
  .ins-container{width:min(var(--container),calc(100% - 34px))}
  .ins-hero{padding:56px 0 32px}
  .ins-copy h1{font-size:clamp(38px,10vw,58px)}
  .ins-strip-grid,.ins-product-grid,.ecosystem-grid{grid-template-columns:1fr}
  .ins-products,.ins-ecosystem{padding:56px 0}
  .ins-flow{padding:58px 0}
  .ins-cta-inner{flex-direction:column;align-items:flex-start}
  .cta-tags{justify-content:flex-start}
  .float-policy{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%;margin-top:12px;display:flex;gap:12px;align-items:center;text-align:left}
  .float-policy img{width:72px;height:58px;flex:0 0 72px}
  .ins-visual{display:block;min-height:0}
  .ins-radar-card{width:100%}
}
@media (max-width:640px){
  .ins-actions{gap:12px}.ins-btn{width:100%;min-width:0}
  .ins-radar-card{padding:18px;border-radius:24px}
  .shield-stage{height:232px;border-radius:22px}
  .shield-core{width:106px;height:106px;border-radius:30px}.shield-core img{width:72px;height:72px}
  .ring-one{width:190px;height:190px}.ring-two{width:132px;height:132px}
  .insurance-status-grid{grid-template-columns:1fr}
  .ins-strip article,.product-copy,.ecosystem-grid article{padding:22px 18px}
  .product-image{min-height:160px}.ins-product-card.featured .product-image{min-height:210px}
  .product-image img,.featured .product-image img{height:170px}
  .flow-timeline article{grid-template-columns:44px 1fr;padding:16px}
  .flow-timeline b{width:44px;height:44px;border-radius:15px}
  .ins-cta-inner{padding:26px 20px;border-radius:24px}
}
