/* SGH Page Customizer v1.1.3 frontend enhancements */
.sgh-home-products-wrap{position:relative;margin:18px 0 16px;text-align:left;width:100%;box-sizing:border-box}
.sgh-home-products-viewport{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 2px 10px}
.sgh-home-products-viewport::-webkit-scrollbar{display:none}
.sgh-home-products-track{display:flex;gap:16px;align-items:stretch;width:max-content}
.sgh-home-product-card{position:relative;display:flex;flex-direction:column;width:282px;min-width:282px;min-height:230px;background:#fff;border:1px solid #e4e9ee;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(33,48,60,.10);scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-decoration:none!important;color:#25313a!important}
.sgh-home-product-card:hover,.sgh-home-product-card:focus{transform:translateY(-3px);box-shadow:0 12px 30px rgba(33,48,60,.16);border-color:#86c724;outline:none}
.sgh-home-product-card img{display:block;width:100%;height:112px;object-fit:cover;background:#eef3f6}
.sgh-home-product-body{display:flex;flex-direction:column;flex:1;padding:12px 14px 13px}
.sgh-home-product-body h3{font-family:Roboto,Arial,sans-serif!important;font-size:16px!important;line-height:1.25!important;margin:0 0 6px!important;text-transform:none!important;color:#25313a!important;font-weight:700!important;text-align:left!important}
.sgh-home-product-body p{font-family:Roboto,Arial,sans-serif!important;font-size:12.5px!important;line-height:1.45!important;margin:0 0 10px!important;color:#66727c!important;text-align:left!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sgh-home-product-cta{margin-top:auto;display:inline-flex;align-items:center;gap:6px;color:#69a813;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.35px}
.sgh-home-products-arrow{position:absolute;top:50%;z-index:4;width:36px;height:36px;margin-top:-18px;border:0;border-radius:50%;background:#fff;color:#25313a;box-shadow:0 4px 16px rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}
.sgh-home-products-arrow:hover{background:#86c724;color:#fff;transform:scale(1.05)}
.sgh-home-products-prev{left:-12px}.sgh-home-products-next{right:-12px}
.sgh-home-products-progress{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:4px;min-height:16px}
.sgh-home-products-counter{font-size:11px;line-height:1;color:#7b8790;font-weight:700;min-width:34px;text-align:right}
.sgh-home-products-dots{display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap;max-width:240px}
.sgh-home-products-dots span{display:block;width:6px;height:6px;border-radius:50%;background:#d8dee4;transition:transform .2s ease,background .2s ease}.sgh-home-products-dots span.active{background:#86c724;transform:scale(1.25)}
.sgh-home-tagline{margin:4px 0 22px;text-align:center;color:#9a9a9a;font-size:17px;line-height:1.5;font-family:Roboto,Arial,sans-serif}
.sgh-home-tagline em{font-style:normal}

/* Dedicated solution pages */
.sgh-addon-solution-shell{width:100%}
.sgh-solution-page{--sgh-green:#7fc51b;--sgh-dark:#26343e;--sgh-muted:#687680;--sgh-soft:#f5f8fa;max-width:1180px;margin:0 auto 42px;font-family:Roboto,Arial,sans-serif;color:var(--sgh-dark)}
.sgh-sol-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:34px;align-items:center;padding:38px;border:1px solid #e2e8ed;border-radius:22px;background:linear-gradient(135deg,#ffffff 0%,#f7fafc 100%);box-shadow:0 18px 45px rgba(31,48,60,.09);overflow:hidden}
.sgh-sol-eyebrow{display:inline-block;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:rgba(127,197,27,.13);color:#5d960d;font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}
.sgh-sol-hero h1{font-size:38px;line-height:1.14;margin:0 0 14px;color:var(--sgh-dark);font-weight:800;text-transform:none}
.sgh-sol-summary{font-size:17px;line-height:1.65;color:var(--sgh-muted);margin:0 0 16px}
.sgh-sol-hero-media img{display:block;width:100%;border-radius:18px;box-shadow:0 16px 38px rgba(33,52,64,.16)}
.sgh-sol-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.sgh-sol-chips span{padding:7px 10px;border-radius:8px;background:#fff;border:1px solid #dfe6eb;color:#4c5962;font-size:12px;font-weight:600}
.sgh-sol-actions{display:flex;flex-wrap:wrap;gap:10px}.sgh-sol-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:9px;font-size:13px;font-weight:800;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease}
.sgh-sol-btn:hover{transform:translateY(-1px)}.sgh-sol-btn-order{background:#f28c28;color:#fff!important;box-shadow:0 8px 18px rgba(242,140,40,.24)}.sgh-sol-btn-order:hover{background:#df7613;color:#fff!important}.sgh-sol-btn-primary{background:var(--sgh-green);color:#fff!important;box-shadow:0 8px 18px rgba(127,197,27,.25)}.sgh-sol-btn-outline{background:#fff;color:var(--sgh-dark)!important;border:1px solid #d9e1e6}.sgh-sol-btn-whatsapp{background:#25d366;color:#fff!important}
.sgh-sol-info-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:18px 0}.sgh-sol-info-strip>div{display:flex;flex-direction:column;gap:5px;padding:16px 18px;border-radius:12px;background:#27343e;color:#fff}.sgh-sol-info-strip strong{font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:#b9c5cd}.sgh-sol-info-strip span{font-size:14px;line-height:1.5}.sgh-sol-info-strip code{color:#fff;background:rgba(255,255,255,.12);padding:2px 7px;border-radius:5px}
.sgh-sol-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.sgh-sol-card{background:#fff;border:1px solid #e0e7ec;border-radius:15px;padding:22px;box-shadow:0 8px 24px rgba(38,52,62,.05)}.sgh-sol-card h2{font-size:19px;line-height:1.35;margin:0 0 12px;color:var(--sgh-dark);font-weight:800}.sgh-sol-card ul{margin:0;padding:0;list-style:none}.sgh-sol-card li{position:relative;margin:0 0 9px;padding-left:22px;color:#5e6a73;font-size:14px;line-height:1.55}.sgh-sol-card li:before{content:'✓';position:absolute;left:0;top:0;color:var(--sgh-green);font-weight:900}.sgh-sol-link-list{display:flex;flex-direction:column;gap:8px}.sgh-sol-text-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:9px;background:var(--sgh-soft);color:#34434d!important;font-weight:700;text-decoration:none!important}.sgh-sol-text-link:hover{background:#edf5e3;color:#5d960d!important}
.sgh-sol-note{margin-top:18px;padding:16px 18px;border-left:4px solid var(--sgh-green);border-radius:9px;background:#f5faee;color:#56624b;font-size:13px;line-height:1.6}
.sgh-sol-contact{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px;padding:24px;border-radius:16px;background:#26343e;color:#fff}.sgh-sol-contact>div:first-child{display:flex;flex-direction:column;gap:5px}.sgh-sol-contact strong{font-size:18px}.sgh-sol-contact span{color:#c6d0d6}.sgh-sol-contact-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.sgh-sol-contact-links a{color:#fff!important;border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:8px 10px;text-decoration:none!important;font-size:12px}.sgh-sol-contact-links a:hover{background:#fff;color:#26343e!important}

@media(max-width:900px){.sgh-sol-hero{grid-template-columns:1fr;padding:25px}.sgh-sol-hero-media{order:-1}.sgh-sol-hero h1{font-size:31px}.sgh-sol-sections{grid-template-columns:1fr}.sgh-sol-contact{flex-direction:column;align-items:flex-start}.sgh-sol-contact-links{justify-content:flex-start}}
@media(max-width:767px){.sgh-home-product-card{width:78vw;min-width:78vw;max-width:300px}.sgh-home-products-arrow{display:none}.sgh-home-products-wrap{margin:14px 0 10px}.sgh-home-tagline{font-size:14px;margin:3px 0 16px;padding:0 10px}.sgh-sol-hero{padding:18px;border-radius:15px;gap:20px}.sgh-sol-hero h1{font-size:27px}.sgh-sol-summary{font-size:15px}.sgh-sol-actions{display:grid;grid-template-columns:1fr}.sgh-sol-btn{width:100%}.sgh-sol-card{padding:18px}.sgh-sol-contact{padding:18px}}

/* v1.1.3 circular home-slider + solution ordering */
.sgh-home-products-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 2px 10px;padding:0 2px;color:#27343e;font-family:Roboto,Arial,sans-serif}
.sgh-home-products-heading strong{font-size:17px;line-height:1.2;text-transform:uppercase}
.sgh-home-products-heading span{font-size:12px;color:#8a969f}
.host_plans .container>#sgh-home-product-solutions{clear:both}
@media(max-width:767px){.sgh-home-products-heading{align-items:flex-start;flex-direction:column;gap:3px}.sgh-home-products-heading strong{font-size:15px}.sgh-home-products-heading span{font-size:11.5px}}


/* v1.1.4 - Products & Solutions directory */
.sgh-addon-products-shell{width:100%}
.sgh-products-page{--sgh-green:#7fc51b;--sgh-dark:#26343e;--sgh-muted:#687680;--sgh-orange:#f28c28;max-width:1240px;margin:0 auto 46px;padding:0 6px;font-family:Roboto,Arial,sans-serif;color:var(--sgh-dark)}
.sgh-products-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:24px;padding:30px 32px;border:1px solid #e1e8ed;border-radius:20px;background:linear-gradient(135deg,#fff 0%,#f5f9fb 100%);box-shadow:0 14px 38px rgba(31,48,60,.07)}
.sgh-products-eyebrow{display:inline-block;margin-bottom:8px;padding:5px 9px;border-radius:999px;background:rgba(127,197,27,.14);color:#5d960d;font-size:11px;font-weight:800;letter-spacing:.55px;text-transform:uppercase}
.sgh-products-hero h1{margin:0 0 8px;font-size:34px;line-height:1.15;color:var(--sgh-dark);font-weight:800;text-transform:none}
.sgh-products-hero p{max-width:850px;margin:0;color:var(--sgh-muted);font-size:15px;line-height:1.6}
.sgh-products-count{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:110px;height:92px;border-radius:16px;background:var(--sgh-dark);color:#fff;box-shadow:0 10px 24px rgba(38,52,62,.15)}
.sgh-products-count strong{font-size:30px;line-height:1}.sgh-products-count span{margin-top:6px;font-size:11px;text-transform:uppercase;letter-spacing:.7px;color:#c9d2d8}
.sgh-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.sgh-products-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e1e8ed;border-radius:16px;overflow:hidden;box-shadow:0 9px 26px rgba(33,48,60,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.sgh-products-card:hover{transform:translateY(-3px);border-color:#c9dfa8;box-shadow:0 14px 34px rgba(33,48,60,.12)}
.sgh-products-card-media{display:block;background:#eef3f6;text-decoration:none!important}
.sgh-products-card-media img{display:block;width:100%;height:170px;object-fit:cover}
.sgh-products-card-body{display:flex;flex:1;flex-direction:column;padding:18px}
.sgh-products-card h2{margin:0 0 8px;font-size:18px;line-height:1.3;font-weight:800;text-transform:none;color:var(--sgh-dark)}
.sgh-products-card h2 a{color:var(--sgh-dark)!important;text-decoration:none!important}.sgh-products-card h2 a:hover{color:#619d0e!important}
.sgh-products-card-description{margin:0 0 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--sgh-muted);font-size:13px;line-height:1.5}
.sgh-products-card-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:auto}
.sgh-products-action{display:flex;align-items:center;justify-content:center;min-height:38px;padding:8px 8px;border-radius:8px;font-size:11.5px;font-weight:800;text-align:center;text-decoration:none!important;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
.sgh-products-action:hover{transform:translateY(-1px)}
.sgh-products-action-demo{background:var(--sgh-green);color:#fff!important}.sgh-products-action-demo:hover{background:#6ead13;color:#fff!important}
.sgh-products-action-details{background:#fff;border:1px solid #d8e0e5;color:var(--sgh-dark)!important}.sgh-products-action-details:hover{background:#f5f8fa;color:var(--sgh-dark)!important}
.sgh-products-action-order{background:var(--sgh-orange);color:#fff!important}.sgh-products-action-order:hover{background:#df7613;color:#fff!important}
.sgh-products-footer-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:26px;padding:22px 24px;border-radius:16px;background:var(--sgh-dark);color:#fff}
.sgh-products-footer-cta>div:first-child{display:flex;flex-direction:column;gap:4px}.sgh-products-footer-cta strong{font-size:17px}.sgh-products-footer-cta span{font-size:13px;color:#c9d2d8}
.sgh-products-footer-cta>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.sgh-products-footer-cta a{padding:8px 11px;border:1px solid rgba(255,255,255,.25);border-radius:8px;color:#fff!important;font-size:12px;font-weight:700;text-decoration:none!important}.sgh-products-footer-cta a:hover{background:#fff;color:var(--sgh-dark)!important}
@media(max-width:1050px){.sgh-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.sgh-products-page{padding:0 2px}.sgh-products-hero{align-items:flex-start;flex-direction:column;padding:22px;border-radius:15px}.sgh-products-hero h1{font-size:28px}.sgh-products-count{min-width:96px;height:72px;flex-direction:row;gap:7px}.sgh-products-count strong{font-size:24px}.sgh-products-count span{margin-top:0}.sgh-products-grid{grid-template-columns:1fr;gap:14px}.sgh-products-card-media img{height:155px}.sgh-products-card-description{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sgh-products-card-actions{grid-template-columns:1fr}.sgh-products-action{min-height:41px}.sgh-products-footer-cta{align-items:flex-start;flex-direction:column;padding:18px}}

/* v1.1.6 - clean Solutions directory + device-complete responsive layout */
.sgh-addon-products-shell,.sgh-products-page,.sgh-products-page *{box-sizing:border-box}
.sgh-addon-products-shell{width:100%;min-width:0;overflow:visible}
.sgh-products-page{width:100%;max-width:1440px;margin:0 auto 46px;padding-inline:clamp(10px,2vw,24px);overflow:hidden}
.sgh-products-hero{width:100%;min-width:0;padding:clamp(20px,3vw,34px);gap:clamp(16px,3vw,32px)}
.sgh-products-hero>div:first-child{min-width:0;flex:1 1 auto}
.sgh-products-hero h1{font-size:clamp(28px,3vw,40px)}
.sgh-products-hero p{font-size:clamp(13px,1.25vw,16px);overflow-wrap:anywhere}
.sgh-products-count{flex:0 0 auto}
.sgh-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.6vw,22px)}
.sgh-products-card{width:100%;max-width:100%;min-width:0}
.sgh-products-card-media{width:100%;overflow:hidden}
.sgh-products-card-media img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.sgh-products-card-body{min-width:0;padding:clamp(15px,1.5vw,19px)}
.sgh-products-card h2,.sgh-products-card h2 a,.sgh-products-card-description{overflow-wrap:anywhere;word-break:normal}
.sgh-products-card h2{font-size:clamp(16px,1.35vw,19px)}
.sgh-products-card-actions{width:100%;min-width:0}
.sgh-products-action{min-width:0;white-space:normal;line-height:1.2}
.sgh-products-footer-cta{width:100%;min-width:0}
.sgh-products-footer-cta>div{min-width:0}

/* Laptop */
@media (max-width:1279px){
  .sgh-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
/* Tablet / small laptop */
@media (max-width:991px){
  .sgh-products-page{padding-inline:clamp(10px,2.5vw,18px)}
  .sgh-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sgh-products-hero{align-items:flex-start}
  .sgh-products-footer-cta{align-items:flex-start;flex-direction:column}
}
/* Mobile */
@media (max-width:639px){
  .sgh-products-page{padding-inline:8px;margin-bottom:30px}
  .sgh-products-hero{flex-direction:column;border-radius:14px;padding:18px}
  .sgh-products-hero h1{font-size:28px}
  .sgh-products-count{min-width:0;width:auto;height:auto;padding:12px 16px;flex-direction:row;gap:7px}
  .sgh-products-count strong{font-size:23px}
  .sgh-products-count span{margin-top:0}
  .sgh-products-grid{grid-template-columns:minmax(0,1fr);gap:14px}
  .sgh-products-card-media img{aspect-ratio:16/8.8}
  .sgh-products-card-description{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .sgh-products-card-actions{grid-template-columns:1fr;gap:7px}
  .sgh-products-action{min-height:42px;font-size:12.5px}
  .sgh-products-footer-cta{padding:18px;border-radius:14px}
  .sgh-products-footer-cta>div:last-child{width:100%;display:grid;grid-template-columns:1fr}
  .sgh-products-footer-cta a{text-align:center;padding:10px}
}
/* Very small phones */
@media (max-width:359px){
  .sgh-products-page{padding-inline:4px}
  .sgh-products-hero{padding:15px}
  .sgh-products-card-body{padding:14px}
}

/* v1.2.0 - public Solutions route responsiveness */
body .sgh-addon-products-shell{max-width:100%;min-width:0}
@media (max-width: 767px){body .sgh-addon-products-shell{padding-left:0;padding-right:0}}
