/* ExGro visual refresh — 10 Aug 2026
   Direction: restrained automation-style UI, ExGro colours, faster system typography. */
:root{
  --navy:#07101f;
  --navy-2:#13213a;
  --navy-3:#040914;
  --gold:#5f55d6;
  --gold-2:#45d7ff;
  --ink:#101827;
  --muted:#647086;
  --paper:#f6f8fe;
  --line:rgba(21,19,26,.12);
  --white:#fff;
  --shadow:0 18px 54px rgba(20,12,31,.10);
  --radius:18px;
  --header-h:72px;
  --section-space:clamp(68px,6vw,96px);
  --exgro-font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-padding-top:calc(var(--header-h) + 18px)}
body{font-family:var(--exgro-font)!important;color:var(--ink);background:#fff;line-height:1.58;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,h4,.service-story-copy h2,.service-story-copy h3,.why-main h3,.story-card h3,.home-faq-grid summary,.em-hero-media strong,.em-gallery-grid strong,.em-channel-grid h3,.egabout-hero-tagline{font-family:var(--exgro-font)!important}
.service-stage-card strong,.service-question,.service-deliver-card h3,.services-page-card-content h3,.service-story-copy blockquote,.service-inputs-card h3,.footer-brand-signature strong,.seo-link-grid strong{font-family:var(--exgro-font)!important}
h1{font-size:clamp(2.9rem,5.25vw,4.45rem)!important;line-height:1.02!important;letter-spacing:-.045em!important;font-weight:560!important}
h2{font-size:clamp(2.25rem,4vw,3.2rem)!important;line-height:1.06!important;letter-spacing:-.038em!important;font-weight:560!important}
h3{letter-spacing:-.018em;font-weight:620}
p{font-size:1rem}
.container{width:min(1240px,calc(100% - 48px))}
section{padding:var(--section-space) 0}
.eyebrow,.service-kicker{font-size:.75rem!important;font-weight:750!important;letter-spacing:.15em!important;text-transform:uppercase;color:var(--gold)!important;margin-bottom:13px!important}
.lead{font-size:clamp(1.02rem,1.35vw,1.16rem)!important;line-height:1.65}

/* Header: thin, calm, compact, n8n-inspired structure without copying its brand. */
.site-header{position:fixed;z-index:1000;top:0;left:0;right:0;padding:0!important;background:rgba(14,9,24,.94)!important;border-bottom:1px solid rgba(255,255,255,.09)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.site-header nav{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:22px}
.site-header .brand{display:flex;align-items:center;width:205px;min-width:205px;padding:0}
.site-header .brand-logo{display:block;width:100%;height:auto;max-height:48px;object-fit:contain;object-position:left center}
.site-header .navlinks{display:flex;align-items:center;gap:25px;margin-left:auto;color:#ece9f1;font-size:15px!important;font-weight:480!important}
.site-header .navlinks>a,.site-header .service-nav__trigger{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0!important;color:#ece9f1!important;font-size:15px!important;font-weight:480!important;white-space:nowrap}
.site-header .navlinks>a:after,.site-header .service-nav__trigger:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:1px;background:var(--gold-2);transition:right .18s ease}
.site-header .navlinks>a:hover,.site-header .navlinks>a[aria-current="page"],.site-header .service-nav__trigger:hover,.site-header .service-nav__trigger.current{color:#fff!important}
.site-header .navlinks>a:hover:after,.site-header .navlinks>a[aria-current="page"]:after,.site-header .service-nav__trigger:hover:after,.site-header .service-nav__trigger.current:after{right:0}
.site-header .header-actions{display:flex;align-items:center;gap:10px}
.site-header .header-cta{min-height:40px!important;padding:9px 15px!important;border-radius:9px!important;font-size:14px!important;font-weight:650!important;box-shadow:none!important}
.site-header .menu-btn{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:rgba(255,255,255,.06);color:#fff;font-size:1.25rem;line-height:1;cursor:pointer}
.service-nav{position:relative;align-self:stretch;display:flex;align-items:center}
.service-nav__desktop-arrow{font-size:.78rem;color:#aaa1b6;transition:transform .18s ease}
.service-nav:hover .service-nav__desktop-arrow,.service-nav:focus-within .service-nav__desktop-arrow{transform:rotate(180deg)}
.service-nav__mobile-toggle{display:none}
.service-nav__dropdown{position:absolute;top:calc(100% + 10px);left:50%;width:560px;padding:10px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:#0d1a30;box-shadow:0 24px 64px rgba(0,0,0,.32);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-5px);transition:.16s ease}
.service-nav:hover .service-nav__dropdown,.service-nav:focus-within .service-nav__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.service-nav__dropdown:before{content:"";position:absolute;left:0;right:0;top:-11px;height:11px}
.service-nav__overview{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:6px;padding:12px 13px;border:1px solid rgba(69,215,255,.23);border-radius:10px;background:rgba(69,215,255,.07);color:#fff!important;font-size:14px;font-weight:650}
.service-nav__overview small{color:#b8b1c0;font-size:12px;font-weight:450}
.service-nav__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}
.service-nav__grid a{display:flex;align-items:flex-start;gap:10px;padding:10px 11px;border-radius:9px;color:#eeeaf3!important}
.service-nav__grid a:hover,.service-nav__grid a[aria-current="page"]{background:rgba(255,255,255,.065)}
.service-nav__grid em{flex:0 0 25px;color:var(--gold-2);font-style:normal;font-size:11px;font-weight:750;letter-spacing:.08em;padding-top:2px}
.service-nav__grid b{display:block;font-size:13px;font-weight:590;line-height:1.25}
.service-nav__grid small{display:block;margin-top:3px;color:#aaa2b3;font-size:11px;line-height:1.35;font-weight:430}

/* Buttons and surfaces */
.btn{min-height:46px!important;padding:12px 18px!important;border-radius:9px!important;font-size:.91rem;font-weight:650!important;box-shadow:none!important}
.btn-primary{background:var(--gold-2)!important;color:#171018!important;border-color:var(--gold-2)!important}
.btn-primary:hover{background:#7ae7ff!important;transform:translateY(-1px)!important;box-shadow:0 10px 26px rgba(69,215,255,.18)!important}
.btn-outline{border-color:rgba(255,255,255,.24)!important;background:rgba(255,255,255,.04)!important;color:#fff!important;backdrop-filter:none!important}
.btn-outline:hover{background:#fff!important;color:#161019!important}

/* Consistent compact section headers. Redundant right-side helper copy is removed from templates. */
.section-head,.service-section-head,.insights-section-head,.egabout-section-head,.rx-six-stage-summary__head{display:block!important;max-width:900px!important;margin-bottom:clamp(30px,4vw,46px)!important}
.section-head>div,.service-section-head>div,.insights-section-head>div,.egabout-section-head>div{max-width:900px!important}
.section-head>p,.service-section-head>p,.insights-section-head>p,.egabout-section-head>p,.rx-six-stage-summary__answer{display:none!important}

/* Breadcrumb / category path: one compact line, close to the page title. */
.breadcrumbs,.em-breadcrumbs,.ms-breadcrumb,.egabout-breadcrumb{margin:0 0 16px!important;gap:7px!important;font-size:.74rem!important;line-height:1.35!important;color:#b9b2c2!important;font-weight:520!important}
.breadcrumbs ol,.em-breadcrumbs ol{gap:7px!important}
.breadcrumbs a,.em-breadcrumbs a,.ms-breadcrumb a,.egabout-breadcrumb a{color:#63ddff!important;font-weight:620!important}
.breadcrumbs li:not(:last-child)::after,.em-breadcrumbs li:not(:last-child)::after{color:#706878!important}

/* Hero rhythm: less empty space below fixed menu. */
.hero,.service-hero,.ms-hero,.egabout-hero,.em-hero,.insights-hero{background-color:var(--navy)!important}
.service-hero,.ms-hero,.egabout-hero,.em-hero,.insights-hero{padding-top:calc(var(--header-h) + 30px)!important;padding-bottom:clamp(52px,5vw,72px)!important;min-height:0!important}
.service-hero-grid,.ms-hero-grid,.egabout-hero-grid{gap:clamp(32px,5vw,64px)!important}
.service-hero-copy>.lead,.ms-hero-copy .lead,.em-lead{margin-top:18px!important;color:#cec8d3!important}
.service-hero-actions,.ms-hero-actions,.em-actions,.egabout-hero-actions{margin-top:24px!important}
.service-hero-photo,.service-overview-hero .service-hero-photo{min-height:430px!important;border-radius:18px!important}
.service-hero-photo img,.service-overview-hero .service-hero-photo img{min-height:430px!important}
.em-hero{background:radial-gradient(circle at 82% 8%,rgba(69,215,255,.13),transparent 25%),linear-gradient(150deg,#091426,#07101f 74%,#050a14)!important}
.ms-hero{background:radial-gradient(circle at 82% 10%,rgba(69,215,255,.13),transparent 28%),linear-gradient(145deg,#091426,#07101f 68%,#050a14)!important}
.egabout-hero{background:radial-gradient(circle at 82% 10%,rgba(69,215,255,.12),transparent 28%),linear-gradient(145deg,#091426,#07101f)!important}
.service-hero{background:radial-gradient(circle at 82% 10%,rgba(69,215,255,.12),transparent 27%),linear-gradient(145deg,#091426,#07101f)!important}

/* Home hero: static image only, compact first fold. */
body.home-page .hero{position:relative;min-height:clamp(540px,75svh,720px)!important;padding:0!important;overflow:hidden;background:#07101f!important;isolation:isolate}
body.home-page .hero-static-image{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:center 48%}
body.home-page .hero-static-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(14,9,24,.97) 0%,rgba(14,9,24,.86) 43%,rgba(14,9,24,.46) 76%,rgba(14,9,24,.28) 100%)}
body.home-page .hero:after{height:18%;z-index:-1;background:linear-gradient(transparent,#07101f)}
body.home-page .hero-content{padding-top:calc(var(--header-h) + clamp(28px,4vw,44px))!important;padding-bottom:clamp(42px,5vw,64px)!important;max-width:860px}
body.home-page .hero h1{max-width:850px}
body.home-page .hero-actions{margin-top:24px}
body.home-page .proof-strip{margin-top:26px!important}
body.home-page .proof-strip span{font-size:.73rem;font-weight:570;padding:7px 10px;border-radius:8px;background:rgba(255,255,255,.055)}

/* Cards: flatter, lighter and calmer. */
.why-main,.why-item,.trust-card,.process-card,.insight-card,.services-page-card,.service-check-card,.service-faq details,.em-channel-grid article,.em-faq-grid details,.egabout-purpose-card,.egabout-team-card,.ms-service-card,.ms-selected-panel,.container-shell{border-radius:16px!important;box-shadow:none!important}
.why-main{background:linear-gradient(145deg,#0d1a30,#07101f)!important}
.opportunities,.industries,.process-dark,.em-gallery,.em-campaigns{background:#07101f!important}
.marquee{background:var(--gold-2)!important}
.story-card{border-radius:18px!important}
.story-card .content h3{font-weight:560!important}

/* Insights listing: a real export image in the banner and more breathing room below it. */
.insights-hero{position:relative;overflow:hidden;padding:calc(var(--header-h) + 30px) 0 64px!important;background:#07101f!important;isolation:isolate}
.insights-hero:before{content:"";position:absolute;inset:0;z-index:-3;background:url('/assets/insights/how-to-export-from-india/container-shipment-export-from-india.webp') center 58%/cover no-repeat;transform:scale(1.01)}
.insights-hero:after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(14,9,24,.97) 0%,rgba(14,9,24,.90) 48%,rgba(14,9,24,.48) 100%)}
.insights-hero h1{max-width:890px!important;margin:8px 0 0!important;color:#fff}
.insights-lead{display:none!important}
.insights-grid-section{padding:clamp(72px,7vw,108px) 0!important}
.insights-grid{gap:20px!important}
.insight-card{border:1px solid var(--line)!important}
.insight-card-image{min-height:390px!important}
.insight-card-copy{padding:clamp(28px,4vw,48px)!important}
.seo-link-hub{display:none!important}

/* Contact page */
.contact-page{background:var(--paper)}
.contact-hero{padding:calc(var(--header-h) + 24px) 0 46px!important;min-height:0;background:radial-gradient(circle at 82% 12%,rgba(69,215,255,.12),transparent 27%),linear-gradient(145deg,#091426,#07101f);color:#fff}
.contact-hero .contact-copy{max-width:900px}.contact-hero h1{max-width:850px;color:#fff!important;margin:0}.contact-hero .breadcrumbs{margin-bottom:14px!important}
.contact-section{padding:clamp(54px,5vw,76px) 0}
.contact-focus{max-width:1040px}
.contact-quick-row{display:flex;justify-content:flex-end;margin-bottom:14px}
.contact-whatsapp-only{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:9px 14px;border:1px solid rgba(21,19,26,.13);border-radius:999px;background:#fff;color:#26202b!important;font-size:.82rem;font-weight:650;box-shadow:none}
.contact-whatsapp-only:hover{border-color:rgba(95,85,214,.42);transform:translateY(-1px)}
.contact-wa-dot{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#07101f;color:#45d7ff;font-size:.72rem}
.contact-form-card{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:none;padding:clamp(26px,4vw,42px)}
.contact-form-card-wide{max-width:1040px;margin:0 auto}
.contact-form-card h2{font-size:clamp(1.8rem,3vw,2.45rem)!important;margin-bottom:24px}
.contact-form{display:grid;gap:18px}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-form .field{display:grid;gap:7px}.contact-form .field.wide{grid-column:1/-1}
.contact-form label{font-size:.8rem;font-weight:650;color:#302b35}.contact-form input,.contact-form select{width:100%;min-height:48px;border:1px solid #d9d4dd;border-radius:10px;background:#fff;color:var(--ink);padding:11px 12px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}
.contact-form input:focus,.contact-form select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(95,85,214,.10)}
.contact-form .consent-row{grid-column:1/-1;display:flex;align-items:flex-start;gap:10px;font-size:.78rem;font-weight:470;color:var(--muted)}.contact-form .consent-row input{width:17px;height:17px;min-height:0;margin-top:2px;flex:0 0 17px}.contact-form .hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.contact-submit{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:2px}
.contact-notice{margin-bottom:20px;padding:13px 15px;border-radius:10px;background:#edf8f0;border:1px solid #bcdcc4;color:#235a32;font-weight:580}.contact-notice.is-error{background:#fff2f0;border-color:#e8c0ba;color:#7c2d24}
.contact-form .multi-select{position:relative;margin:0;padding:0;border:1px solid #d9d4dd;border-radius:10px;background:#fff}.contact-form .multi-select summary{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;list-style:none;cursor:pointer;color:#5f5965;font-size:.88rem;font-weight:570}.contact-form .multi-select summary::-webkit-details-marker{display:none}.contact-form .multi-select summary:after{content:"⌄";color:#5548b8;font-weight:800}.contact-form .multi-select[open]{border-color:var(--gold);box-shadow:0 0 0 3px rgba(95,85,214,.10)}.contact-form .multi-select.has-error{border-color:#b84a4a}
.contact-form .multi-options{position:absolute;z-index:50;top:calc(100% + 7px);left:-1px;right:-1px;max-height:280px;overflow:auto;padding:9px;border:1px solid #d9d4dd;border-radius:12px;background:#fff;box-shadow:0 18px 42px rgba(20,12,31,.16)}.contact-form .multi-options label{display:flex!important;align-items:center;gap:9px;padding:8px 9px;margin:0!important;border-radius:8px;color:#3a3440!important;font-size:.8rem!important;font-weight:560!important;letter-spacing:0!important;text-transform:none!important;cursor:pointer}.contact-form .multi-options label:hover{background:#f3f7fb}.contact-form .multi-options input{width:16px!important;height:16px!important;min-height:0!important;padding:0!important;margin:0;box-shadow:none!important}
.contact-location{padding:clamp(54px,5vw,80px) 0 clamp(70px,7vw,100px);background:#07101f;color:#fff}.contact-location .section-head{margin-bottom:28px!important}.contact-location h2{color:#fff!important}.contact-location-head .eyebrow{color:#45d7ff!important}
.contact-map-shell{position:relative;overflow:hidden;min-height:500px;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:#191221;box-shadow:0 28px 70px rgba(0,0,0,.28)}
.contact-map-shell:before{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;border:10px solid rgba(255,255,255,.025);border-radius:inherit}.contact-map-shell iframe{display:block;width:100%;height:500px;filter:saturate(.78) contrast(1.03)}
.contact-map-badge{position:absolute;z-index:3;left:22px;bottom:22px;display:grid;min-width:190px;padding:17px 18px;border:1px solid rgba(255,255,255,.17);border-radius:14px;background:rgba(14,9,24,.88);backdrop-filter:blur(14px);box-shadow:0 15px 40px rgba(0,0,0,.28);color:#fff}.contact-map-badge span{color:#45d7ff;font-size:.67rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.contact-map-badge strong{margin-top:3px;font-size:1.22rem}.contact-map-badge small{color:#bfb7c7}

/* Footer */
footer{background:#07101f!important;color:#d8d2df!important;border-top:1px solid rgba(255,255,255,.08)}
footer h3{font-size:.86rem!important;letter-spacing:.01em;font-weight:620!important;color:#fff}
.footer-links a{font-size:.86rem;color:#bcb5c5!important}
.footer-links a:hover{color:#fff!important}
.footer-brand-block p,.network,.copyright{color:#8f8799!important}
.footer-contact-whatsapp{color:#63ddff!important}
.whatsapp-float{display:none!important}

@media(max-width:1050px){
  .site-header .navlinks{gap:17px}
  .site-header .brand{width:184px;min-width:184px}
  .site-header .navlinks>a,.site-header .service-nav__trigger{font-size:14px!important}
}
@media(max-width:860px){
  :root{--header-h:68px}
  .container{width:min(100% - 32px,1240px)}
  .site-header .brand{width:182px;min-width:0}
  .site-header .brand-logo{max-height:44px}
  .site-header .header-cta{display:none}
  .site-header .menu-btn{display:grid;place-items:center}
  .site-header .navlinks{display:none;position:fixed;top:calc(var(--header-h) + env(safe-area-inset-top));left:0;right:0;max-height:calc(100dvh - var(--header-h));overflow:auto;margin:0;padding:15px 16px 24px;background:#120c1a;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 24px 50px rgba(0,0,0,.32)}
  .site-header .navlinks.open{display:grid;gap:5px}
  .site-header .navlinks>a{width:100%;min-height:46px;padding:11px 12px!important;border-radius:9px;font-size:15px!important}
  .site-header .navlinks>a:hover{background:rgba(255,255,255,.055)}
  .site-header .navlinks>a:after{display:none}
  .service-nav{display:block;width:100%}
  .service-nav__row{display:grid;grid-template-columns:1fr 46px}
  .service-nav__trigger{width:100%;padding:11px 12px!important;border-radius:9px 0 0 9px}
  .service-nav__trigger:after,.service-nav__desktop-arrow{display:none}
  .service-nav__mobile-toggle{display:grid;place-items:center;border:0;border-left:1px solid rgba(255,255,255,.08);border-radius:0 9px 9px 0;background:rgba(255,255,255,.055);color:#fff;cursor:pointer}
  .service-nav__dropdown{display:none;position:static;width:100%;margin-top:4px;padding:7px;border-radius:10px;opacity:1;visibility:visible;pointer-events:auto;transform:none;box-shadow:none;background:rgba(0,0,0,.16)}
  .service-nav.is-open .service-nav__dropdown{display:block}
  .service-nav__grid{grid-template-columns:1fr}
  .service-nav__overview{padding:10px 11px}
  .service-nav__grid a{padding:10px 11px}
  .contact-grid{grid-template-columns:1fr}
  .contact-aside{position:static}
  .service-hero-grid,.ms-hero-grid,.egabout-hero-grid{grid-template-columns:1fr!important}
  .service-hero-photo,.service-overview-hero .service-hero-photo{min-height:360px!important}
  .service-hero-photo img,.service-overview-hero .service-hero-photo img{min-height:360px!important}
  .insight-card{grid-template-columns:1fr!important}
  .insight-card-image{min-height:300px!important}
}
@media(max-width:620px){
  :root{--section-space:64px}
  .container{width:min(100% - 28px,1240px)}
  h1{font-size:clamp(2.55rem,12vw,3.55rem)!important}
  h2{font-size:clamp(2rem,9.4vw,2.75rem)!important}
  .site-header .brand{width:165px}
  body.home-page .hero{min-height:570px!important}
  body.home-page .hero-content{padding-top:calc(var(--header-h) + 25px)!important}
  body.home-page .hero-static-image{object-position:63% center}
  body.home-page .hero-static-shade{background:linear-gradient(90deg,rgba(14,9,24,.97),rgba(14,9,24,.78))}
  .service-hero,.ms-hero,.egabout-hero,.em-hero,.insights-hero{padding-top:calc(var(--header-h) + 24px)!important;padding-bottom:48px!important}
  .contact-hero{padding:calc(var(--header-h) + 20px) 0 40px!important}
  .contact-form-grid{grid-template-columns:1fr}
  .contact-form .field.wide,.contact-form .consent-row{grid-column:auto}
  .contact-quick-row{justify-content:flex-start}
  .contact-map-shell,.contact-map-shell iframe{height:420px;min-height:420px}
  .contact-map-badge{left:14px;bottom:14px;min-width:165px;padding:14px 15px}
  .insight-card-image{min-height:235px!important}
  .insights-grid-section{padding:64px 0 76px!important}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Article hero spacing: keep the content close to the 72px navigation bar. */
.international-enquiries-page .hero{min-height:560px!important}
.international-enquiries-page .hero-content{padding-top:calc(var(--header-h) + 30px)!important;padding-bottom:50px!important}
.international-enquiries-page .hero .breadcrumbs{margin-bottom:16px!important}
.insight-body .article-hero,.insight-body .article-header{padding-top:calc(var(--header-h) + 30px)!important}
.insight-body .breadcrumbs{margin-bottom:16px!important}
.em-contact-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:14px}
.em-contact-card h3{font-size:clamp(1.8rem,3vw,2.5rem)!important;line-height:1.06!important}
.em-contact-card p:not(.eyebrow){color:var(--muted)}
@media(max-width:620px){
  .international-enquiries-page .hero{min-height:0!important}
  .international-enquiries-page .hero-content{padding-top:calc(var(--header-h) + 24px)!important;padding-bottom:38px!important}
}

/* Export guide starts after the fixed header without a second header-height gap. */
.insight-body .article-page{padding-top:calc(var(--header-h) + 30px)!important}
.insight-body .article-header{padding-top:0!important}
