/*
  NextSure Product Page Clean Design
  ------------------------------------------------------------
  Controls Travel, Motor, Fire and Marine product detail pages.
  All sections are kept here so future edits are easy.
*/
:root{--ns-product-navy:#102033;--ns-product-text:#263449;--ns-product-muted:#64748b;--ns-product-border:#dbeafe;--ns-product-soft:#f6fbff;--ns-product-teal:#0f6b73;--ns-product-green:#19c947;}
.ns-product-page{font-family:Inter,"Segoe UI",Arial,sans-serif;background:linear-gradient(180deg,#f7fbff 0%,#fff 48%,#f8fafc 100%);color:var(--ns-product-text);}
.ns-product-main{width:100%;}
.ns-product-hero{max-width:1220px;margin:28px auto 0;padding:28px 20px 12px;}
.ns-product-hero-card{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:34px;align-items:center;border:1px solid rgba(15,107,115,.14);border-radius:34px;background:radial-gradient(circle at top left,rgba(25,201,71,.14),transparent 30%),linear-gradient(135deg,#fff 0%,#eef9fb 100%);box-shadow:0 28px 80px rgba(15,23,42,.10);overflow:hidden;}
.ns-product-copy{padding:clamp(28px,4vw,54px);}
.ns-product-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:8px 14px;border-radius:999px;background:rgba(15,107,115,.10);color:var(--ns-product-teal);font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}
.ns-product-copy h1{margin:0;color:var(--ns-product-navy);font-size:clamp(34px,4.6vw,64px);line-height:1.03;font-weight:900;letter-spacing:-.04em;}
.ns-product-copy h1 span{color:var(--ns-product-teal);}
.ns-product-copy p{max-width:620px;margin:18px 0 0;color:var(--ns-product-muted);font-size:17px;line-height:1.8;font-weight:600;}
.ns-product-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:28px;}
.ns-product-buy,.ns-product-outline{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 28px;border-radius:999px;font-weight:900;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;}
.ns-product-buy{background:linear-gradient(135deg,#0f6b73,#10b981);color:#fff;box-shadow:0 16px 34px rgba(15,107,115,.25);}
.ns-product-outline{border:1px solid rgba(15,107,115,.18);background:rgba(255,255,255,.82);color:var(--ns-product-teal);}
.ns-product-buy:hover,.ns-product-outline:hover{transform:translateY(-2px);}
.ns-product-image-wrap{height:100%;min-height:420px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fbff,#eef8fb);display:flex;align-items:center;justify-content:center;}
.ns-product-image-wrap::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.14),rgba(255,255,255,0));pointer-events:none;}
.ns-product-image-wrap img{width:100%;height:100%;min-height:420px;object-fit:contain;object-position:center;display:block;}
.ns-product-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1180px;margin:22px auto 0;padding:0 20px;}
.ns-product-stat{padding:20px;border:1px solid rgba(219,234,254,.95);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 16px 42px rgba(15,23,42,.06);}
.ns-product-stat strong{display:block;color:var(--ns-product-navy);font-size:17px;font-weight:900;}
.ns-product-stat span{display:block;margin-top:8px;color:var(--ns-product-muted);line-height:1.6;font-size:14px;font-weight:600;}
.ns-product-section{max-width:1180px;margin:0 auto;padding:72px 20px 0;}
.ns-section-head{max-width:760px;margin-bottom:26px;}
.ns-section-head small{display:inline-flex;margin-bottom:12px;color:var(--ns-product-teal);font-weight:900;text-transform:uppercase;letter-spacing:.08em;}
.ns-section-head h2{margin:0;color:var(--ns-product-navy);font-size:clamp(28px,3.4vw,44px);line-height:1.12;font-weight:900;}
.ns-section-head p{margin:14px 0 0;color:var(--ns-product-muted);line-height:1.8;font-weight:600;}
.ns-product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch;}
.ns-product-panel,.ns-product-list-panel{border:1px solid var(--ns-product-border);border-radius:28px;background:#fff;box-shadow:0 18px 56px rgba(15,23,42,.07);}
.ns-product-panel{padding:30px;}
.ns-product-panel p{margin:0;color:var(--ns-product-muted);font-size:16px;line-height:1.9;font-weight:600;}
.ns-product-list-panel{overflow:hidden;}
.ns-list-title{margin:0;padding:22px 24px;background:linear-gradient(135deg,#0f6b73,#10b981);color:#fff;font-size:20px;font-weight:900;}
.ns-clean-list{list-style:none;margin:0;padding:10px 24px 22px;}
.ns-clean-list li{display:flex;gap:10px;align-items:flex-start;padding:13px 0;border-bottom:1px solid #eef2f7;color:var(--ns-product-text);font-weight:700;}
.ns-clean-list li:last-child{border-bottom:0;}
.ns-clean-list li::before{content:"✓";display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;border-radius:999px;background:#ecfdf5;color:#059669;font-size:13px;font-weight:900;}
.ns-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.ns-process-card{position:relative;padding:24px;border:1px solid var(--ns-product-border);border-radius:24px;background:#fff;box-shadow:0 16px 42px rgba(15,23,42,.06);}
.ns-process-card b{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;margin-bottom:14px;border-radius:15px;background:#eef8fb;color:var(--ns-product-teal);font-weight:900;}
.ns-process-card span{display:block;color:var(--ns-product-navy);font-weight:900;line-height:1.45;}
.ns-product-cta{max-width:1180px;margin:72px auto 54px;padding:40px 24px;border-radius:32px;background:radial-gradient(circle at top right,rgba(25,201,71,.22),transparent 34%),linear-gradient(135deg,#0f172a,#0f6b73);color:#fff;text-align:center;box-shadow:0 28px 80px rgba(15,23,42,.18);}
.ns-product-cta h2{margin:0;font-size:clamp(28px,3.5vw,44px);line-height:1.12;font-weight:900;}
.ns-product-cta p{max-width:760px;margin:14px auto 24px;color:rgba(255,255,255,.80);line-height:1.8;font-weight:600;}
.ns-product-footer{padding:24px 20px;background:#0f172a;color:#fff;text-align:center;}
.ns-product-footer a{color:#fff;font-weight:900;text-decoration:none;}
@media(max-width:980px){.ns-product-hero-card,.ns-product-grid{grid-template-columns:1fr}.ns-product-image-wrap{min-height:320px;order:-1}.ns-product-image-wrap img{min-height:320px}.ns-product-stats,.ns-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:640px){.ns-product-hero{margin-top:14px;padding:12px 12px 6px}.ns-product-hero-card{border-radius:24px;gap:0}.ns-product-copy{padding:24px 18px 26px;text-align:center}.ns-product-copy h1{font-size:clamp(30px,9vw,42px)}.ns-product-copy p{font-size:15px}.ns-product-actions{justify-content:center}.ns-product-buy,.ns-product-outline{width:100%;max-width:270px}.ns-product-image-wrap,.ns-product-image-wrap img{min-height:250px}.ns-product-stats,.ns-process-grid{grid-template-columns:1fr;padding-left:12px;padding-right:12px}.ns-product-section{padding:46px 12px 0}.ns-product-panel{padding:22px}.ns-product-cta{margin:46px 12px 30px;border-radius:24px;padding:30px 18px}}
