
:root{
  --gsph-blue:#006fba;
  --gsph-blue2:#00a7e1;
  --gsph-ink:#07131d;
  --gsph-navy:#0a2235;
  --gsph-bg:#f5f7f9;
  --gsph-line:#e4e9ed;
  --gsph-muted:#64717c;
  --gsph-radius:22px;
}
.gsph-home,.gsph-home *,.gsph-trustbar *,.gsph-nav *{box-sizing:border-box}
.gsph-home,.gsph-trustbar,.gsph-nav{font-family:inherit;color:var(--gsph-ink)}
.gsph-wrap{width:min(1320px,calc(100% - 40px));margin-inline:auto}
.gsph-home a,.gsph-nav a{text-decoration:none}
.gsph-trustbar{background:#07131d;color:#fff;border-bottom:1px solid rgba(255,255,255,.09)}
.gsph-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.gsph-trust-item{display:flex;align-items:center;gap:12px;padding:14px 18px;border-inline-start:1px solid rgba(255,255,255,.09)}
.gsph-trust-item:first-child{border-inline-start:0}
.gsph-icon,.gsph-cat-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto}
.gsph-icon svg,.gsph-cat-icon svg,.gsph-store-mark svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gsph-trust-item strong{display:block;font-size:13px}
.gsph-trust-item small{display:block;color:#aeb8c0;margin-top:2px;font-size:11px}
.gsph-nav{background:#fff;border-bottom:1px solid var(--gsph-line);position:relative;z-index:20}
.gsph-nav-inner{display:flex;align-items:center;justify-content:center;gap:28px;min-height:54px;overflow:auto;white-space:nowrap}
.gsph-nav a{color:#152330;font-size:14px;font-weight:700;padding:18px 0;position:relative}
.gsph-nav a:after{content:"";position:absolute;right:0;left:100%;bottom:9px;height:2px;background:var(--gsph-blue);transition:.25s}
.gsph-nav a:hover:after{left:0}
.gsph-hero{position:relative;background:linear-gradient(135deg,#04101a 0%,#0a2235 52%,#0b344f 100%);min-height:570px;overflow:hidden;color:#fff}
.gsph-hero:before{content:"";position:absolute;inset:-30% -20% auto auto;width:680px;height:680px;border-radius:50%;background:radial-gradient(circle,rgba(0,167,225,.24),transparent 63%);pointer-events:none}
.gsph-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateX(-18px);transition:opacity .55s ease,transform .55s ease,visibility .55s}
.gsph-hero-slide.is-active{opacity:1;visibility:visible;transform:none;position:relative}
.gsph-hero-grid{min-height:570px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}
.gsph-hero-copy{padding-block:72px;position:relative;z-index:2}
.gsph-kicker,.gsph-eyebrow{display:block;font-size:12px;font-weight:900;letter-spacing:2px;color:var(--gsph-blue2);text-transform:uppercase}
.gsph-hero h1{font-size:clamp(36px,4vw,66px);line-height:1.2;margin:15px 0 14px;max-width:780px;color:#fff}
.gsph-hero-product{font-size:18px;color:#d8e3ea;margin:0 0 30px}
.gsph-hero-actions,.gsph-store-actions{display:flex;gap:12px;flex-wrap:wrap}
.gsph-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 22px;font-weight:800;font-size:14px;transition:.22s;border:1px solid transparent}
.gsph-btn-primary{background:var(--gsph-blue);color:#fff!important}
.gsph-btn-primary:hover{transform:translateY(-2px);background:#0584d1}
.gsph-btn-ghost{border-color:rgba(255,255,255,.35);color:#fff!important;background:rgba(255,255,255,.03)}
.gsph-btn-ghost:hover{background:rgba(255,255,255,.08)}
.gsph-btn-ghost-dark{border-color:#cdd5da;color:#0a2235!important;background:#fff}
.gsph-hero-visual{display:flex;align-items:center;justify-content:center;min-height:480px;position:relative}
.gsph-hero-visual:after{content:"";position:absolute;width:380px;height:70px;bottom:45px;border-radius:50%;background:rgba(0,0,0,.35);filter:blur(24px)}
.gsph-hero-visual img{max-width:min(510px,92%);max-height:500px;object-fit:contain;filter:drop-shadow(0 30px 30px rgba(0,0,0,.35));position:relative;z-index:2}
.gsph-watch-orbit{width:280px;height:280px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;color:#fff}
.gsph-watch-orbit svg{width:110px;height:110px;fill:none;stroke:currentColor;stroke-width:1}
.gsph-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(0,0,0,.18);color:#fff;font-size:30px;cursor:pointer}
.gsph-prev{right:18px}.gsph-next{left:18px}
.gsph-dots{position:absolute;bottom:25px;left:0;right:0;display:flex;justify-content:center;gap:7px;z-index:6}
.gsph-dots button{width:7px;height:7px;border:0;border-radius:30px;background:rgba(255,255,255,.35);padding:0;transition:.2s;cursor:pointer}
.gsph-dots button.is-active{width:30px;background:#fff}
.gsph-section{padding:78px 0 0}
.gsph-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.gsph-section-head h2,.gsph-editorial h2,.gsph-confidence h2,.gsph-store h2{font-size:clamp(25px,2.5vw,38px);margin:8px 0 0;line-height:1.35}
.gsph-section-note{color:var(--gsph-muted);max-width:450px;margin:0}
.gsph-more{color:var(--gsph-blue);font-weight:800;white-space:nowrap}
.gsph-more span,.gsph-card-cta span{transition:transform .2s;display:inline-block}
.gsph-more:hover span,.gsph-card-cta:hover span{transform:translateX(-4px)}
.gsph-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gsph-category-card{position:relative;min-height:190px;padding:24px;border:1px solid var(--gsph-line);border-radius:var(--gsph-radius);background:linear-gradient(145deg,#fff,#f7f9fa);color:var(--gsph-ink);overflow:hidden;transition:.25s}
.gsph-category-card:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:rgba(0,111,186,.07);left:-35px;bottom:-45px;transition:.25s}
.gsph-category-card:hover{transform:translateY(-4px);border-color:#b6d5e7;box-shadow:0 18px 45px rgba(10,34,53,.08)}
.gsph-category-card:hover:after{transform:scale(1.15)}
.gsph-cat-icon{color:var(--gsph-blue);background:#eaf5fb;border-radius:12px;margin-bottom:18px}
.gsph-cat-series{display:block;color:var(--gsph-blue);font-size:12px;font-weight:900;letter-spacing:.5px;margin-bottom:4px}
.gsph-category-card strong{display:block;font-size:18px;margin-bottom:5px}
.gsph-category-card small{display:block;color:var(--gsph-muted);font-size:13px}
.gsph-cat-arrow{position:absolute;left:22px;bottom:20px;font-size:20px;color:var(--gsph-blue)}
.gsph-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gsph-product-card{border:1px solid var(--gsph-line);background:#fff;border-radius:18px;overflow:hidden;transition:.25s;min-width:0}
.gsph-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(10,34,53,.09)}
.gsph-product-image{display:block;position:relative;background:#f8fafb;aspect-ratio:1/1;overflow:hidden}
.gsph-product-image img{width:100%;height:100%;object-fit:contain;padding:18px;transition:.3s}
.gsph-product-card:hover .gsph-product-image img{transform:scale(1.035)}
.gsph-stock{position:absolute;right:12px;top:12px;background:#fff;border:1px solid var(--gsph-line);padding:5px 9px;border-radius:20px;font-size:10px;font-weight:800}
.gsph-stock.is-in{color:#167344}.gsph-stock.is-out{color:#a13b3b}
.gsph-product-body{padding:16px 16px 18px}
.gsph-product-body h3{font-size:14px;line-height:1.8;margin:0 0 10px;min-height:50px}
.gsph-product-body h3 a{color:#12202c}
.gsph-price{font-weight:900;color:#08141d;min-height:28px;font-size:14px}
.gsph-price del{color:#9aa4ac;font-weight:600;margin-left:7px}.gsph-price ins{text-decoration:none}
.gsph-card-cta{display:inline-flex;align-items:center;gap:7px;color:var(--gsph-blue);font-size:12px;font-weight:800;margin-top:12px}
.gsph-editorial{margin-top:80px;min-height:360px;border-radius:28px;background:linear-gradient(135deg,#07131d,#0b314a);color:#fff;padding:54px;display:grid;grid-template-columns:1.3fr .7fr;align-items:center;overflow:hidden;position:relative}
.gsph-editorial:before{content:"";position:absolute;width:400px;height:400px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-120px;top:-80px}
.gsph-editorial-copy{position:relative;z-index:2}
.gsph-editorial h2{color:#fff;max-width:650px;margin-bottom:15px}
.gsph-editorial p{max-width:720px;color:#c8d2d9;line-height:2;margin:0 0 25px}
.gsph-editorial-metric{text-align:left;position:relative;z-index:2}
.gsph-editorial-metric span,.gsph-editorial-metric strong{display:block;font-weight:950;line-height:.88}
.gsph-editorial-metric span{font-size:55px;color:#fff}.gsph-editorial-metric strong{font-size:82px;color:var(--gsph-blue2)}
.gsph-editorial-metric small{display:block;color:#a8bac6;margin-top:18px;letter-spacing:1px}
.gsph-confidence{margin-top:80px;background:#f2f6f8;border-radius:28px;padding:48px;display:grid;grid-template-columns:1fr 1.1fr;gap:50px;align-items:center}
.gsph-confidence p{color:var(--gsph-muted);line-height:2;margin-bottom:0}
.gsph-confidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gsph-confidence-grid div{background:#fff;border:1px solid var(--gsph-line);border-radius:16px;padding:22px}
.gsph-confidence-grid strong{display:block;color:var(--gsph-blue);font-size:22px;margin-bottom:8px}
.gsph-confidence-grid span{font-size:13px;font-weight:800}
.gsph-store{margin-top:80px;border:1px solid var(--gsph-line);border-radius:28px;padding:48px;display:grid;grid-template-columns:1.4fr .6fr;gap:50px;align-items:center;background:#fff}
.gsph-store p{color:var(--gsph-muted);line-height:2;max-width:760px;margin:14px 0 23px}
.gsph-store-card{background:var(--gsph-navy);color:#fff;border-radius:22px;min-height:250px;padding:28px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.gsph-store-mark{width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;margin-bottom:18px}
.gsph-store-mark svg{width:30px;height:30px}
.gsph-store-card strong{font-size:24px;letter-spacing:1px}
.gsph-store-card small{color:#aebbc4;margin-top:3px}
.gsph-store-card a{color:#66c9ed;margin-top:25px;font-size:13px;font-weight:800}
.gsph-articles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:80px}
.gsph-article-card{border:1px solid var(--gsph-line);border-radius:18px;overflow:hidden;background:#fff}
.gsph-article-image{display:block;aspect-ratio:16/9;background:#eef2f4;overflow:hidden}
.gsph-article-image img{width:100%;height:100%;object-fit:cover;transition:.3s}
.gsph-article-card:hover img{transform:scale(1.03)}
.gsph-article-body{padding:18px}
.gsph-article-body time{font-size:11px;color:var(--gsph-muted)}
.gsph-article-body h3{font-size:15px;line-height:1.9;margin:7px 0 4px}
.gsph-article-body h3 a{color:var(--gsph-ink)}
@media (max-width:1024px){
  .gsph-trust-grid{grid-template-columns:repeat(2,1fr)}
  .gsph-category-grid{grid-template-columns:repeat(2,1fr)}
  .gsph-products-grid{grid-template-columns:repeat(2,1fr)}
  .gsph-hero-grid{grid-template-columns:1fr 1fr}
  .gsph-editorial,.gsph-confidence,.gsph-store{grid-template-columns:1fr}
  .gsph-editorial-metric{text-align:right}
}
@media (max-width:720px){
  .gsph-wrap{width:min(100% - 24px,1320px)}
  .gsph-trust-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}
  .gsph-trust-item{min-width:255px;scroll-snap-align:start}
  .gsph-nav-inner{justify-content:flex-start;gap:22px}
  .gsph-hero{min-height:650px}
  .gsph-hero-grid{grid-template-columns:1fr;min-height:650px;gap:0}
  .gsph-hero-copy{padding:54px 6px 10px}
  .gsph-hero h1{font-size:34px}
  .gsph-hero-visual{min-height:300px}
  .gsph-hero-visual img{max-height:290px}
  .gsph-hero-arrow{width:38px;height:38px;font-size:25px}
  .gsph-prev{right:8px}.gsph-next{left:8px}
  .gsph-section{padding-top:55px}
  .gsph-section-head{align-items:flex-start;flex-direction:column;margin-bottom:20px}
  .gsph-category-grid{grid-template-columns:1fr}
  .gsph-category-card{min-height:165px}
  .gsph-products-grid,.gsph-products-grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .gsph-product-body{padding:12px}
  .gsph-product-body h3{font-size:12px;min-height:46px}
  .gsph-price{font-size:12px}
  .gsph-product-image img{padding:10px}
  .gsph-editorial,.gsph-confidence,.gsph-store{margin-top:58px;padding:28px 22px;border-radius:22px}
  .gsph-editorial-metric span{font-size:38px}.gsph-editorial-metric strong{font-size:58px}
  .gsph-confidence-grid{grid-template-columns:1fr 1fr;gap:8px}
  .gsph-confidence-grid div{padding:16px 12px}
  .gsph-articles{grid-template-columns:1fr;padding-bottom:55px}
}
@media (max-width:390px){
  .gsph-products-grid,.gsph-products-grid-4{grid-template-columns:1fr}
  .gsph-confidence-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  .gsph-hero-slide,.gsph-product-card,.gsph-product-image img,.gsph-category-card{transition:none!important}
}


/* v1.1 visual refinements */
body.gsph-page-active .entry-title,
body.gsph-page-active h1.entry-title,
body.gsph-page-active .page-title,
body.gsph-page-active .entry-header,
body.gsph-page-active .page-header{
  display:none!important;
}
body.gsph-page-active .site-content,
body.gsph-page-active #content,
body.gsph-page-active .content-area,
body.gsph-page-active .site-main{
  margin-top:0!important;
  padding-top:0!important;
}
.gsph-home{
  width:100%;
  max-width:none;
}
.gsph-hero h1{
  font-size:clamp(34px,3.4vw,56px);
  max-width:720px;
}
.gsph-hero-product{
  font-weight:800;
  color:#eef7fb;
}
@media (min-width:1200px){
  .gsph-hero-grid{min-height:540px}
  .gsph-hero{min-height:540px}
  .gsph-hero-visual{min-height:430px}
  .gsph-hero-visual img{max-height:430px}
}


/* v1.2 premium header */
.gsph-pro-header{background:#fff;color:var(--gsph-ink);position:relative;z-index:80;border-bottom:1px solid var(--gsph-line)}
.gsph-mini-top{background:#07131d;color:#fff;font-size:11px}
.gsph-mini-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.gsph-mini-message{color:#d6e0e6}
.gsph-mini-phone{display:inline-flex;align-items:center;gap:7px;color:#fff!important;font-weight:800;direction:ltr}
.gsph-mini-phone svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gsph-main-head{background:#fff}
.gsph-main-head-inner{min-height:94px;display:grid;grid-template-columns:260px minmax(360px,1fr) 290px;align-items:center;gap:34px}
.gsph-brand{display:flex;flex-direction:column;align-items:flex-start;direction:ltr;line-height:1}
.gsph-brand-main{font-size:26px;font-weight:950;letter-spacing:-.8px;color:#07131d}
.gsph-brand-main b{color:var(--gsph-blue);font-weight:950}
.gsph-brand small{margin-top:7px;font-size:9px;letter-spacing:2.2px;color:#74818b;font-weight:800}
.gsph-search{height:48px;display:flex;align-items:stretch;background:#f5f7f9;border:1px solid #dde4e8;border-radius:13px;overflow:hidden;transition:.2s}
.gsph-search:focus-within{border-color:#9bcbe7;box-shadow:0 0 0 3px rgba(0,111,186,.08)}
.gsph-search input{flex:1;min-width:0;border:0!important;background:transparent!important;box-shadow:none!important;padding:0 18px!important;font:inherit!important;font-size:13px!important;color:#172631!important;outline:0!important}
.gsph-search button{width:52px;border:0;background:var(--gsph-blue);color:#fff;display:grid;place-items:center;cursor:pointer}
.gsph-search button svg,.gsph-head-action svg,.gsph-mobile-toggle svg,.gsph-mega-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gsph-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.gsph-head-action{height:48px;padding:0 13px;border:1px solid var(--gsph-line);border-radius:12px;display:inline-flex;align-items:center;gap:8px;color:#152532!important;font-size:12px;font-weight:800;white-space:nowrap;position:relative}
.gsph-head-action:hover{border-color:#b8d8ea;background:#f8fbfd}
.gsph-cart-link b{position:absolute;top:-6px;left:-5px;background:var(--gsph-blue);color:#fff;min-width:19px;height:19px;border-radius:50%;font-size:10px;display:grid;place-items:center}
.gsph-mobile-toggle{display:none;width:46px;height:46px;border:1px solid var(--gsph-line);border-radius:11px;background:#fff;color:#172631;place-items:center;cursor:pointer}
.gsph-mega-nav{background:#fff;border-top:1px solid #edf0f2;box-shadow:0 7px 20px rgba(8,28,42,.045)}
.gsph-mega-inner{min-height:55px;display:flex;align-items:center;gap:28px;position:relative}
.gsph-mega-inner>a,.gsph-menu-item>a{color:#172631!important;font-size:13px;font-weight:850;display:flex;align-items:center;gap:3px;height:55px;position:relative;white-space:nowrap}
.gsph-mega-inner>a:after,.gsph-menu-item>a:after{content:"";position:absolute;right:0;left:100%;bottom:0;height:2px;background:var(--gsph-blue);transition:.22s}
.gsph-mega-inner>a:hover:after,.gsph-menu-item>a:hover:after{left:0}
.gsph-mega-nav svg{width:14px;height:14px}
.gsph-nav-accent{margin-right:auto;color:var(--gsph-blue)!important}
.gsph-menu-item{position:static}
.gsph-mega-panel{position:absolute;right:0;left:0;top:calc(100% + 1px);background:#fff;border:1px solid var(--gsph-line);border-top:0;border-radius:0 0 20px 20px;box-shadow:0 25px 45px rgba(5,25,38,.13);padding:26px;display:grid;grid-template-columns:280px 1fr;gap:28px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:100}
.gsph-has-mega:hover .gsph-mega-panel,.gsph-has-mega.is-open .gsph-mega-panel{opacity:1;visibility:visible;transform:none}
.gsph-mega-intro{background:linear-gradient(145deg,#07131d,#0b3652);border-radius:16px;padding:24px;color:#fff}
.gsph-mega-intro>span{font-size:10px;letter-spacing:2px;color:#67c8ed;font-weight:900;direction:ltr;display:block;text-align:left}
.gsph-mega-intro strong{font-size:18px;line-height:1.7;display:block;margin:10px 0 7px}
.gsph-mega-intro p{font-size:12px;color:#bac7cf;line-height:1.8;margin:0 0 18px}
.gsph-mega-intro a{color:#69c9ed!important;font-weight:900;font-size:12px}
.gsph-mega-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.gsph-mega-links>a{padding:17px;border:1px solid var(--gsph-line);border-radius:13px;color:#172631!important;transition:.2s;background:#fff}
.gsph-mega-links>a:hover{border-color:#b5d7ea;background:#f7fbfd;transform:translateY(-2px)}
.gsph-mega-links strong{display:block;font-size:14px;direction:ltr;text-align:right}
.gsph-mega-links small{display:block;color:#71808a;margin-top:5px;font-size:11px}
.gsph-kicker{direction:ltr;unicode-bidi:isolate;text-align:right}

/* Keep the premium page full width and remove legacy theme chrome only on this preview/homepage. */
body.gsph-page-active #masthead,
body.gsph-page-active .site-header,
body.gsph-page-active .main-header,
body.gsph-page-active .header-main,
body.gsph-page-active .main-navigation:not(.gsph-mega-nav),
body.gsph-page-active nav.navigation-top,
body.gsph-page-active .breadcrumb,
body.gsph-page-active .breadcrumbs{
  display:none!important;
}
body.gsph-page-active .gsph-pro-header{display:block!important}

@media (max-width:1100px){
  .gsph-main-head-inner{grid-template-columns:210px 1fr 220px;gap:18px}
  .gsph-head-action span{display:none}
  .gsph-head-action{width:48px;justify-content:center;padding:0}
  .gsph-mega-inner{gap:20px}
}
@media (max-width:820px){
  .gsph-mini-message{display:none}
  .gsph-mini-inner{justify-content:center}
  .gsph-main-head-inner{min-height:78px;grid-template-columns:1fr auto;gap:12px}
  .gsph-brand{grid-column:1;grid-row:1}
  .gsph-brand-main{font-size:21px}
  .gsph-brand small{font-size:7px;letter-spacing:1.6px}
  .gsph-head-actions{grid-column:2;grid-row:1}
  .gsph-search{grid-column:1/-1;grid-row:2;margin-bottom:14px;height:44px}
  .gsph-main-head-inner{padding-top:12px}
  .gsph-mobile-toggle{display:grid}
  .gsph-mega-nav{display:none}
  .gsph-mega-nav.is-open{display:block}
  .gsph-mega-inner{display:flex;flex-direction:column;align-items:stretch;gap:0;padding-block:8px}
  .gsph-mega-inner>a,.gsph-menu-item>a{height:auto;min-height:46px;border-bottom:1px solid #edf0f2;padding:10px 4px;justify-content:space-between}
  .gsph-nav-accent{margin-right:0}
  .gsph-mega-panel{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;padding:10px 0;grid-template-columns:1fr;background:#f8fafb}
  .gsph-has-mega.is-open .gsph-mega-panel{display:grid}
  .gsph-mega-intro{display:none}
  .gsph-mega-links{grid-template-columns:1fr 1fr;padding:4px}
  .gsph-mega-links>a{padding:13px}
}
@media (max-width:480px){
  .gsph-head-action{display:none}
  .gsph-mobile-toggle{display:grid}
  .gsph-brand-main{font-size:19px}
  .gsph-mega-links{grid-template-columns:1fr}
}


/* v1.3 premium polish */
.gsph-mini-top{
  background:linear-gradient(90deg,#06111a 0%,#0a2235 100%);
}
.gsph-mini-inner{
  min-height:32px;
}
.gsph-main-head-inner{
  min-height:88px;
}
.gsph-brand-main{
  letter-spacing:-1px;
}
.gsph-search{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);
}
.gsph-nav-accent{
  margin-right:auto!important;
  height:38px!important;
  padding:0 15px!important;
  border-radius:10px;
  background:#eef7fc;
  color:var(--gsph-blue)!important;
}
.gsph-nav-accent:after{
  display:none!important;
}
.gsph-nav-accent:hover{
  background:#dff1fb;
}
.gsph-trustbar{
  background:linear-gradient(90deg,#07131d 0%,#0a2437 100%);
}
.gsph-trust-item{
  min-height:67px;
}
.gsph-hero{
  min-height:500px;
}
.gsph-hero-grid{
  min-height:500px;
}
.gsph-hero-copy{
  padding-block:54px;
}
.gsph-hero h1{
  font-size:clamp(32px,3vw,52px);
  line-height:1.35;
}
.gsph-hero-visual{
  min-height:390px;
}
.gsph-hero-visual img{
  width:min(370px,88%);
  max-height:390px;
  background:#fff;
  border-radius:24px;
  padding:16px;
  box-shadow:
    0 28px 70px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,255,255,.10);
}
.gsph-hero-visual:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,167,225,.16),rgba(0,167,225,0) 67%);
  z-index:0;
}
.gsph-hero-visual:after{
  width:320px;
  height:52px;
  bottom:36px;
}
.gsph-kicker{
  font-size:11px;
  letter-spacing:2.4px;
}
.gsph-hero-product{
  font-size:15px;
  margin-bottom:24px;
}
.gsph-btn{
  min-height:44px;
  padding-inline:20px;
}
.gsph-dots{
  bottom:18px;
}
.gsph-hero-arrow{
  width:42px;
  height:42px;
  background:rgba(4,20,31,.48);
  backdrop-filter:blur(4px);
}
.gsph-hero-arrow:hover{
  background:rgba(0,111,186,.7);
}
@media (min-width:1200px){
  .gsph-hero,
  .gsph-hero-grid{min-height:500px}
  .gsph-hero-visual{min-height:390px}
  .gsph-hero-visual img{max-height:390px}
}
@media (max-width:820px){
  .gsph-nav-accent{
    margin-right:0!important;
    background:transparent;
    border-radius:0;
    padding-inline:4px!important;
  }
  .gsph-hero{
    min-height:610px;
  }
  .gsph-hero-grid{
    min-height:610px;
  }
  .gsph-hero-visual img{
    width:min(300px,82%);
    max-height:300px;
    border-radius:20px;
    padding:12px;
  }
}


/* v1.4 Typography upgrade — larger and more premium Persian UI */
.gsph-home,
.gsph-trustbar,
.gsph-pro-header,
.gsph-nav{
  font-family:"Yekan Bakh","Dana","Vazirmatn","IRANSansX","IRANSans",Tahoma,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* Top strip */
.gsph-mini-top,
.gsph-mini-top a,
.gsph-mini-top span{
  font-size:13px!important;
  font-weight:700!important;
}

/* Main header */
.gsph-brand-main{
  font-size:25px!important;
  font-weight:900!important;
}
.gsph-brand-sub{
  font-size:10px!important;
  letter-spacing:2.4px!important;
}
.gsph-search input{
  font-size:14px!important;
  font-weight:600!important;
}
.gsph-head-action{
  font-size:14px!important;
  font-weight:800!important;
}
.gsph-head-action span,
.gsph-head-action strong{
  font-size:14px!important;
}

/* Navigation */
.gsph-pro-nav a,
.gsph-nav a{
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.5!important;
}
.gsph-nav-accent{
  font-size:14px!important;
  font-weight:900!important;
}

/* Trust bar */
.gsph-trust-item strong{
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.7!important;
}
.gsph-trust-item small{
  font-size:12.5px!important;
  line-height:1.7!important;
  margin-top:1px!important;
}
.gsph-trust-item{
  padding-block:16px!important;
}

/* Hero */
.gsph-kicker{
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:1.8px!important;
}
.gsph-hero h1{
  font-size:clamp(40px,3.45vw,60px)!important;
  line-height:1.45!important;
  font-weight:900!important;
  letter-spacing:-.4px!important;
}
.gsph-hero-product{
  font-size:17px!important;
  font-weight:800!important;
  line-height:1.8!important;
}
.gsph-btn{
  font-size:15px!important;
  font-weight:900!important;
  min-height:47px!important;
  padding:12px 22px!important;
}

/* Headings below hero */
.gsph-eyebrow{
  font-size:13px!important;
  font-weight:900!important;
}
.gsph-section-head h2,
.gsph-editorial h2,
.gsph-confidence h2,
.gsph-store h2{
  font-size:clamp(28px,2.65vw,41px)!important;
  font-weight:900!important;
}
.gsph-section-note{
  font-size:14px!important;
  line-height:2!important;
}

/* Category cards */
.gsph-cat-series{
  font-size:13px!important;
}
.gsph-category-card strong{
  font-size:20px!important;
  line-height:1.7!important;
}
.gsph-category-card small{
  font-size:14px!important;
  line-height:1.8!important;
}

/* Product cards */
.gsph-product-body h3{
  font-size:15px!important;
  line-height:1.9!important;
  font-weight:850!important;
}
.gsph-price{
  font-size:15px!important;
}
.gsph-card-cta,
.gsph-more{
  font-size:13.5px!important;
  font-weight:900!important;
}

/* Desktop breathing room */
@media (min-width:1200px){
  .gsph-main-head-inner{
    min-height:94px!important;
  }
  .gsph-pro-nav-inner{
    min-height:55px!important;
  }
  .gsph-hero-copy{
    padding-block:58px!important;
  }
}

/* Tablet */
@media (max-width:1024px){
  .gsph-pro-nav a,
  .gsph-nav a{
    font-size:14px!important;
  }
  .gsph-hero h1{
    font-size:clamp(36px,5vw,50px)!important;
  }
}

/* Mobile: larger than before but still balanced */
@media (max-width:720px){
  .gsph-mini-top,
  .gsph-mini-top a,
  .gsph-mini-top span{
    font-size:11.5px!important;
  }
  .gsph-brand-main{
    font-size:22px!important;
  }
  .gsph-pro-nav a,
  .gsph-nav a{
    font-size:14px!important;
  }
  .gsph-trust-item strong{
    font-size:14px!important;
  }
  .gsph-trust-item small{
    font-size:12px!important;
  }
  .gsph-hero h1{
    font-size:36px!important;
    line-height:1.5!important;
  }
  .gsph-hero-product{
    font-size:15px!important;
  }
  .gsph-btn{
    font-size:14px!important;
  }
  .gsph-category-card strong{
    font-size:18px!important;
  }
  .gsph-product-body h3{
    font-size:14px!important;
  }
}
