
:root{
  --navy:#0a2f5a;
  --navy-dark:#062342;
  --red:#c6111f;
  --orange:#ff6a00;
  --green:#129447;
  --ink:#182636;
  --muted:#5b6b7b;
  --soft:#f4f7fa;
  --soft2:#eef4f8;
  --line:#dde5ec;
  --white:#fff;
  --container:1240px;
  --radius:14px;
  --shadow:0 16px 40px rgba(10,47,90,.09);
}
*{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;
  font-size:18px;
  line-height:1.62;
  color:var(--ink);
  background:#fff;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
button{font:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin:auto}
.skip-link{position:fixed;left:16px;top:-80px;background:#000;color:#fff;padding:12px 16px;z-index:9999;text-decoration:none}
.skip-link:focus{top:16px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
:focus-visible{outline:3px solid var(--orange);outline-offset:4px;border-radius:6px}

.topbar{background:var(--navy-dark);color:#fff;font-size:14px}
.topbar-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.topbar-group{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.topbar a{text-decoration:none}
.topbar a:hover{text-decoration:underline}
.topbar-right{font-weight:800}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;flex-direction:column;text-decoration:none;line-height:.88;min-width:230px}
.brand-script{font-size:39px;font-weight:850;font-style:italic;color:var(--red);letter-spacing:-.04em}
.brand-block{font-size:23px;font-weight:950;letter-spacing:.03em;color:var(--navy)}
.primary-nav{margin-left:auto;display:flex;align-items:center;gap:8px}
.primary-nav>a,.dropdown-toggle{min-height:48px;padding:0 14px;display:flex;align-items:center;border:0;background:transparent;text-decoration:none;color:var(--navy);font-weight:800;border-radius:9px}
.primary-nav>a:hover,.dropdown-toggle:hover{background:var(--soft)}
.primary-nav>a.active{position:relative}
.primary-nav>a.active::after{content:"";position:absolute;left:14px;right:14px;bottom:2px;height:3px;background:var(--red);border-radius:4px}
.nav-dropdown{position:relative}
.dropdown-toggle{cursor:pointer}
.dropdown-menu{display:none;position:absolute;top:calc(100% + 10px);left:0;width:350px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:10px}
.nav-dropdown.open .dropdown-menu{display:block}
.dropdown-menu a{display:block;text-decoration:none;padding:12px 13px;border-radius:8px;color:var(--ink)}
.dropdown-menu a:hover{background:var(--soft)}
.dropdown-menu small{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.header-actions{display:flex;gap:10px}
.call-btn,.whatsapp-btn{min-height:52px;padding:0 16px;border-radius:9px;text-decoration:none;font-weight:850;display:flex;align-items:center;justify-content:center}
.call-btn{background:var(--red);color:#fff}
.call-btn:hover{background:#a50e19}
.whatsapp-btn{border:2px solid var(--green);color:var(--green);background:#fff}
.whatsapp-btn:hover{background:#eef9f2}
.menu-toggle,.mobile-contactbar{display:none}

.hero{background:var(--navy);color:#fff;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:center;min-height:570px}
.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:13px;font-weight:900;margin:0 0 12px;color:#fff}
.eyebrow.accent{color:var(--red)}
h1,h2,h3{margin-top:0;line-height:1.12;text-wrap:balance}
h1{font-size:clamp(46px,5.1vw,68px);letter-spacing:-.035em;margin-bottom:20px}
h2{font-size:clamp(34px,3.7vw,48px);letter-spacing:-.025em;color:var(--navy);margin-bottom:16px}
h3{font-size:21px;color:var(--navy)}
.hero h1{color:#fff}
.hero-lead{font-size:20px;color:#edf3f8;max-width:700px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.button{min-height:54px;padding:11px 20px;border-radius:9px;text-decoration:none;font-weight:850;display:inline-flex;align-items:center;justify-content:center;border:2px solid transparent}
.button-primary{background:var(--red);color:#fff}
.button-primary:hover{background:#a50e19}
.button-outline-light{border-color:#fff;color:#fff}
.button-outline-light:hover{background:#fff;color:var(--navy)}
.button-navy{background:var(--navy);color:#fff}
.button-navy:hover{background:var(--navy-dark)}
.hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:34px;font-size:15px;font-weight:750}
.hero-picture{height:100%;display:flex}
.hero-picture img{width:100%;height:100%;min-height:570px;object-fit:cover;object-position:center}

.section{padding:84px 0}
.section-soft{background:linear-gradient(180deg,#f7fafc 0%,#edf3f7 100%)}
.section-heading{max-width:790px}
.centered{text-align:center;margin:0 auto 34px}
.section-heading>p:last-child{color:var(--muted)}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 4px 16px rgba(10,47,90,.04);transition:.18s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card img{width:100%;aspect-ratio:1.58/1;object-fit:cover}
.card-body{padding:20px}
.card-body h3{min-height:48px}
.card-body p{color:var(--muted);font-size:16px;min-height:72px}
.card-body span{color:var(--red);font-weight:850;font-size:15px}
.product-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:28px}
.product-tags span{padding:10px 14px;border:1px solid var(--line);background:#fff;border-radius:999px;color:var(--navy);font-weight:750;font-size:15px}

.about-section{background:#fff}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-template-areas:"copy proprietor" "benefits benefits";gap:40px 48px;align-items:center}
.about-copy{grid-area:copy}
.large-copy{font-size:20px}
.about-copy p:not(.eyebrow){color:var(--muted)}
.proprietor-card{grid-area:proprietor;display:grid;grid-template-columns:210px 1fr;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.proprietor-card img{width:100%;height:100%;object-fit:cover;background:var(--soft)}
.proprietor-info{padding:24px}
.proprietor-info h3{font-size:28px;margin-bottom:14px}
.proprietor-info a,.proprietor-info span{display:block;margin:7px 0;text-decoration:none;color:var(--ink);font-size:16px}
.proprietor-info a:hover{color:var(--red)}
.about-benefits{grid-area:benefits;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-benefits article{text-align:center;padding:22px;border-right:1px solid var(--line)}
.about-benefits article:last-child{border-right:0}
.about-benefits article>span{font-size:30px;color:var(--navy)}
.about-benefits h3{font-size:18px;margin:10px 0 6px}
.about-benefits p{margin:0;color:var(--muted);font-size:15px;line-height:1.45}

.industries-section{background:#fbfcfd}
.industry-grid{display:grid;grid-template-columns:repeat(8,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.industry-grid span{min-height:96px;padding:14px 10px;display:flex;align-items:center;justify-content:center;text-align:center;border-right:1px solid var(--line);font-weight:750;color:var(--navy);font-size:15px}
.industry-grid span:last-child{border-right:0}

.faq-section{background:#fff}
.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:start}
.faq-intro{position:sticky;top:125px}
.faq-intro>p:last-child{color:var(--muted)}
.faq-list{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line)}
summary{min-height:70px;padding:16px 40px 16px 0;cursor:pointer;font-size:18px;font-weight:800;color:var(--navy);list-style:none}
summary::-webkit-details-marker{display:none}
details p{color:var(--muted);margin:0;padding:0 32px 20px 0}

.product-help{background:linear-gradient(120deg,var(--navy-dark),var(--navy));color:#fff;padding:34px 0}
.help-inner{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}
.help-inner h2{color:#fff;font-size:31px;margin-bottom:8px}
.help-inner p{margin:0;color:#dfe9f2;max-width:740px}
.big-call{min-width:260px}

.site-footer{padding:58px 0 18px;background:#fff}
.footer-grid{display:grid;grid-template-columns:1.2fr .75fr 1.15fr 1fr;gap:38px}
.footer-brand{display:inline-flex}
.footer-company p{color:var(--muted);font-size:16px;max-width:360px;margin-top:18px}
.site-footer h2{font-size:18px;color:var(--navy);margin-bottom:16px}
.site-footer nav a,.footer-contact a{display:block;text-decoration:none;color:var(--muted);font-size:16px;margin:7px 0}
.site-footer nav a:hover,.footer-contact a:hover{color:var(--red)}
.footer-contact p{color:var(--muted);font-size:16px}
.footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:14px}
.footer-bottom p{margin:0}
.footer-bottom div{display:flex;gap:12px}
.footer-bottom a{text-decoration:none}
.back-to-top{position:fixed;right:20px;bottom:20px;width:50px;height:50px;border-radius:50%;border:2px solid var(--navy);background:#fff;color:var(--navy);font-size:24px;cursor:pointer;box-shadow:var(--shadow);z-index:900}
.back-to-top[hidden]{display:none}

@media(max-width:1100px){
  .topbar{display:none}
  .header-actions{display:none}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .industry-grid{grid-template-columns:repeat(4,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  body{font-size:17px}
  .container{width:min(calc(100% - 30px),var(--container))}
  .header-inner{min-height:72px}
  .brand{min-width:auto}
  .brand-script{font-size:32px}
  .brand-block{font-size:19px}
  .menu-toggle{display:grid;margin-left:auto;width:48px;height:48px;border:1px solid var(--line);border-radius:10px;background:#fff;place-content:center;gap:5px}
  .menu-toggle span:not(.sr-only){width:22px;height:2px;background:var(--navy);display:block}
  .primary-nav{display:none;position:absolute;top:74px;left:15px;right:15px;margin:0;padding:10px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
  .primary-nav.open{display:flex}
  .primary-nav>a,.dropdown-toggle{width:100%;min-height:52px;justify-content:space-between;font-size:17px}
  .primary-nav>a.active::after{display:none}
  .nav-dropdown{width:100%}
  .dropdown-menu{position:static;width:100%;box-shadow:none;margin-top:4px;background:var(--soft)}
  .mobile-contactbar{display:grid;grid-template-columns:1fr 1fr}
  .mobile-contactbar a{min-height:46px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:850;color:#fff}
  .mobile-contactbar a:first-child{background:var(--red)}
  .mobile-contactbar a:last-child{background:var(--green)}
  .hero-grid{grid-template-columns:1fr;gap:0;padding-top:44px}
  .hero-picture{margin-top:32px}
  .hero-picture img{min-height:0;aspect-ratio:1.12/1;border-radius:16px 16px 0 0}
  h1{font-size:clamp(40px,9vw,56px)}
  h2{font-size:clamp(32px,7.5vw,42px)}
  .hero-lead,.large-copy{font-size:19px}
  .section{padding:66px 0}
  .about-grid{grid-template-columns:1fr;grid-template-areas:"copy" "proprietor" "benefits"}
  .about-benefits{grid-template-columns:1fr 1fr}
  .about-benefits article:nth-child(2){border-right:0}
  .about-benefits article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .faq-layout{grid-template-columns:1fr;gap:28px}
  .faq-intro{position:static}
  .help-inner{grid-template-columns:1fr}
  .big-call{width:100%}
}
@media(max-width:560px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .brand-script{font-size:29px}.brand-block{font-size:17px}
  h1{font-size:39px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .button{width:100%}
  .hero-trust{display:grid;grid-template-columns:1fr;gap:12px}
  .product-grid{grid-template-columns:1fr}
  .product-card{display:grid;grid-template-columns:132px 1fr}
  .product-card img{height:100%;object-fit:cover}
  .card-body{padding:16px}
  .card-body h3{min-height:0;font-size:18px}
  .card-body p{min-height:0;font-size:15px}
  .proprietor-card{grid-template-columns:1fr}
  .proprietor-card img{height:360px}
  .about-benefits{grid-template-columns:1fr}
  .about-benefits article{border-right:0;border-bottom:1px solid var(--line)}
  .industry-grid{grid-template-columns:1fr 1fr}
  .industry-grid span{border-bottom:1px solid var(--line)}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}


.seo-content-section{padding:76px 0;background:#fff}
.seo-content-wrap{max-width:1080px;margin:0 auto}
.seo-content-wrap h2{color:var(--navy);font-size:clamp(30px,3vw,42px);margin-bottom:22px}
.seo-content-wrap p{color:var(--muted);font-size:18px;line-height:1.78;margin:0 0 20px}
.seo-content-wrap a{color:var(--red);font-weight:750;text-decoration:underline;text-underline-offset:3px}
.proprietor-home{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:center;padding:34px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.proprietor-home img{width:100%;max-height:520px;object-fit:cover;border-radius:14px}
.proprietor-home p{color:var(--muted)}
.dropdown-menu .view-all-products{margin-top:6px;border-top:1px solid var(--line);background:#f6f8fa}
.dropdown-menu .view-all-products strong{color:var(--red)}
@media(max-width:760px){.proprietor-home{grid-template-columns:1fr;padding:20px}.seo-content-section{padding:56px 0}}

/* Saanvi Enterprises official environment image */
.saanvi-office-card{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow);
}
.saanvi-office-card img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1200/684;
  object-fit:cover;
}
.saanvi-office-card figcaption{
  padding:14px 18px;
  background:var(--navy);
  color:#fff;
  font-size:15px;
  font-weight:750;
  line-height:1.45;
}
@media(max-width:760px){
  .saanvi-office-card figcaption{font-size:14px}
}


/* Global hero spacing lock */
.about-hero,
.products-hero,
.product-page-hero,
.contact-hero,
.legal-hero{
  padding-top:72px !important;
  padding-bottom:72px !important;
}
@media (max-width:760px){
  .about-hero,
  .products-hero,
  .product-page-hero,
  .contact-hero,
  .legal-hero{
    padding-top:52px !important;
    padding-bottom:52px !important;
  }
}

/* Footer social */
.footer-social h2{
  margin:0 0 14px;
}
.social-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.social-links a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:inherit;
  text-decoration:none;
  font-weight:700;
}
.social-links a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.social-links svg{
  width:22px;
  height:22px;
  fill:currentColor;
  flex:0 0 22px;
}


/* Footer grid adjustment for social column */
.footer-grid{
  grid-template-columns:1.2fr .8fr 1fr 1fr .75fr;
}
@media (max-width:1100px){
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  .footer-grid{
    grid-template-columns:1fr;
  }
}


/* FINAL LOCK: remove decorative blue grid/pattern above the website header */
.site-header::before,
.site-header::after,
.header-shell::before,
.header-shell::after,
.top-grid,
.header-grid,
.blue-grid,
.site-top-pattern,
.header-pattern{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
}
.site-header,
.header-shell{
  background-image:none !important;
}

/* FINAL LOCK: top contact strip above header removed */
.topbar{display:none !important;}


/* FINAL LOCK: long informational copy is collapsible only on mobile */
.mobile-content-toggle{
  display:none;
}
@media(max-width:760px){
  .seo-content-section{
    padding-top:52px;
    padding-bottom:52px;
  }
  .seo-content-wrap.mobile-collapsible .mobile-extra{
    display:none;
  }
  .seo-content-wrap.mobile-collapsible.is-expanded .mobile-extra{
    display:block;
  }
  .seo-content-wrap.mobile-collapsible .mobile-content-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    margin-top:6px;
    padding:10px 20px;
    border:2px solid var(--navy);
    border-radius:9px;
    background:#fff;
    color:var(--navy);
    font:inherit;
    font-weight:850;
    cursor:pointer;
  }
  .seo-content-wrap.mobile-collapsible .mobile-content-toggle:hover{
    background:var(--soft);
  }
}

/* Cross-screen stability guards */
html,body{max-width:100%;overflow-x:hidden}
main,section,.container{min-width:0}
h1,h2,h3,p,a,span,strong,dd{overflow-wrap:break-word}
.footer-contact a,.footer-contact p,.social-links a{overflow-wrap:anywhere}
@media(max-width:560px){
  .seo-content-wrap p{
    font-size:17px;
    line-height:1.68;
  }
  .seo-content-wrap h2{
    font-size:31px;
  }
}

/* FINAL LOGO LOCK: identical master logo treatment on desktop and mobile */
.brand{
  display:inline-flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  flex-shrink:0;
}
@media(max-width:760px){
  .site-header .brand{
    display:inline-flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    width:auto !important;
    height:auto !important;
  }
  .site-header .brand-script,
  .site-header .brand-block{
    display:block !important;
  }
  .site-header .brand-script{
    font-size:inherit;
  }
}
