/*
Theme Name: Syncall Premium Suite V11
Theme URI: https://syncallsystems.com/
Author: OpenAI for Syncall Systems
Description: Premium-style corporate WordPress theme for Syncall Systems, including Syncall IVR, Connect, Billing, TV, and Manager pages.
Version: 11.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: syncall-premium-suite
*/

:root{
  --syncall-bg:#071321;
  --syncall-bg-2:#0d1d32;
  --syncall-surface:#ffffff;
  --syncall-surface-2:#f5f8fc;
  --syncall-text:#132238;
  --syncall-muted:#5c6b80;
  --syncall-line:rgba(19,34,56,.08);
  --syncall-primary:#1598e5;
  --syncall-secondary:#16c6b5;
  --syncall-gold:#f6be12;
  --syncall-coral:#ff5d4d;
  --syncall-purple:#7632c9;
  --syncall-shadow:0 18px 60px rgba(5,18,38,.08);
  --syncall-shadow-lg:0 26px 90px rgba(5,18,38,.14);
  --syncall-radius:22px;
  --syncall-radius-sm:14px;
  --syncall-width:min(1200px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--syncall-text);
  background:#fff;
  font-family:Inter,Arial,Helvetica,sans-serif;
  line-height:1.65;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.site{overflow:hidden}
.syncall-container{width:var(--syncall-width);margin:0 auto}
.syncall-section{padding:92px 0}
.syncall-section--tight{padding:72px 0}
.syncall-grid{display:grid;gap:28px}
.syncall-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.syncall-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.syncall-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.syncall-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--syncall-primary);font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}
.syncall-eyebrow:before{content:"";width:32px;height:2px;background:linear-gradient(90deg,var(--syncall-primary),var(--syncall-secondary));display:inline-block}
h1,h2,h3,h4{margin:0 0 14px;line-height:1.08;letter-spacing:-.03em}
h1{font-size:clamp(2.6rem,6vw,5rem)}
h2{font-size:clamp(2rem,4.4vw,3.4rem)}
h3{font-size:1.35rem}
p{margin:0 0 16px;color:var(--syncall-muted);font-size:1rem}
.syncall-lead{font-size:1.17rem;max-width:760px}
.syncall-btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.syncall-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:700;transition:.25s ease;border:1px solid transparent}
.syncall-btn:hover{transform:translateY(-2px)}
.syncall-btn--primary{background:linear-gradient(135deg,var(--syncall-primary),#0a6fc8);color:#fff;box-shadow:0 14px 36px rgba(21,152,229,.24)}
.syncall-btn--secondary{background:#fff;color:var(--syncall-text);border-color:rgba(255,255,255,.22)}
.syncall-btn--ghost{background:transparent;border-color:rgba(19,34,56,.16)}
.syncall-card{background:var(--syncall-surface);border:1px solid var(--syncall-line);border-radius:var(--syncall-radius);box-shadow:var(--syncall-shadow);padding:30px;height:100%}
.syncall-card--dark{background:linear-gradient(180deg,#0a1930,#09111f);color:#fff;border-color:rgba(255,255,255,.08)}
.syncall-card--dark p{color:rgba(255,255,255,.78)}
.syncall-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;font-size:1.4rem;background:linear-gradient(135deg,rgba(21,152,229,.15),rgba(22,198,181,.15));margin-bottom:16px}
.syncall-list{padding:0;margin:0;list-style:none}
.syncall-list li{position:relative;padding-left:24px;margin:0 0 12px;color:var(--syncall-muted)}
.syncall-list li:before{content:"•";position:absolute;left:0;top:0;color:var(--syncall-secondary);font-weight:900}
.site-header{
  position:sticky;top:0;z-index:60;
  backdrop-filter:blur(14px);
  background:rgba(7,19,33,.84);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.admin-bar .site-header{top:32px}
@media (max-width:782px){.admin-bar .site-header{top:46px}}
.site-header__row{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:20px}
.site-logo{display:flex;align-items:center;gap:14px;color:#fff;font-weight:800;font-size:1.25rem}
.site-logo img{width:170px;max-width:100%;height:auto;border-radius:10px}
.site-nav ul{display:flex;gap:26px;list-style:none;padding:0;margin:0;align-items:center}
.site-nav a{color:rgba(255,255,255,.84);font-weight:600;font-size:.96rem}
.site-nav a:hover,.current-menu-item a{color:#fff}
.site-header__cta{display:flex;align-items:center;gap:12px}
.site-header__toggle{display:none;color:#fff;background:none;border:0;font-size:1.6rem}
.syncall-hero{
  position:relative;
  color:#fff;
  background:
    linear-gradient(115deg, rgba(5,14,28,.9), rgba(5,14,28,.72)),
    url('assets/img/hero-syncall-b.png') center/cover no-repeat;
}
.syncall-hero:after{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 70% 16%, rgba(33,153,233,.22), transparent 22%),
             radial-gradient(circle at 25% 80%, rgba(22,198,181,.16), transparent 24%);
  pointer-events:none;
}
.syncall-hero__inner{position:relative;z-index:1;padding:120px 0 96px;display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}
.syncall-hero h1,.syncall-hero h2,.syncall-hero h3,.syncall-hero p{color:#fff}
.syncall-hero p{color:rgba(255,255,255,.8)}
.syncall-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
.syncall-hero__panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:26px;box-shadow:var(--syncall-shadow-lg)}
.syncall-hero__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
.syncall-stat{padding:18px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.syncall-stat strong{display:block;color:#fff;font-size:1.3rem;margin-bottom:4px}
.syncall-stat span{color:rgba(255,255,255,.7);font-size:.95rem}
.syncall-band{background:linear-gradient(180deg,var(--syncall-surface-2),#fff)}
.syncall-showcase{position:relative}
.syncall-showcase__image{border-radius:28px;overflow:hidden;box-shadow:var(--syncall-shadow-lg);border:1px solid rgba(255,255,255,.12)}
.syncall-floating-card{position:absolute;right:-24px;bottom:24px;max-width:280px;background:#fff;border-radius:24px;padding:22px;box-shadow:var(--syncall-shadow-lg);border:1px solid var(--syncall-line)}
.syncall-floating-card strong{display:block;font-size:1.05rem;margin-bottom:8px}
.syncall-section-title{margin-bottom:34px;max-width:800px}
.syncall-product-tile{position:relative;overflow:hidden}
.syncall-product-tile__logo{height:92px;display:flex;align-items:center;margin-bottom:18px}
.syncall-product-tile__logo img{max-height:92px;width:auto;max-width:220px}
.syncall-product-tile__tag{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(21,152,229,.1);color:var(--syncall-primary);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
.syncall-product-tile__actions{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}
.syncall-kpi{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.syncall-kpi .syncall-card{text-align:center;padding:24px}
.syncall-kpi strong{display:block;font-size:2rem;color:var(--syncall-text)}
.syncall-kpi span{color:var(--syncall-muted);font-size:.95rem}
.syncall-banner{background:linear-gradient(90deg,#0c1730,#0a2242);color:#fff;border-radius:34px;overflow:hidden;position:relative}
.syncall-banner:before{content:"";position:absolute;inset:0;background:url('assets/img/hero-syncall-d.png') center/cover no-repeat;opacity:.3}
.syncall-banner__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;padding:54px}
.syncall-banner p,.syncall-banner h2,.syncall-banner h3{color:#fff}
.syncall-logo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;align-items:stretch}
.syncall-logo-grid .syncall-card{display:grid;place-items:center;padding:22px;background:#fff}
.syncall-logo-grid img{max-height:90px;width:auto}
.syncall-feature-box{display:flex;gap:16px;align-items:flex-start}
.syncall-feature-box__num{flex:0 0 auto;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--syncall-primary),var(--syncall-secondary));color:#fff;font-weight:800}
.syncall-gallery{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}
.syncall-gallery img{width:100%;height:100%;object-fit:cover;border-radius:24px;box-shadow:var(--syncall-shadow)}
.syncall-gallery__stack{display:grid;gap:18px}
.syncall-page-hero{padding:130px 0 88px;color:#fff;background:linear-gradient(120deg,rgba(5,14,28,.92),rgba(9,25,48,.86)),url('assets/img/hero-syncall-c.png') center/cover no-repeat}
.syncall-page-hero h1,.syncall-page-hero h2,.syncall-page-hero h3,.syncall-page-hero p{color:#fff}
.syncall-page-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.syncall-visual-box{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:24px;border-radius:30px;backdrop-filter:blur(6px)}
.syncall-visual-box__logo{background:#fff;border-radius:22px;padding:16px;margin-bottom:18px;display:grid;place-items:center}
.syncall-visual-box__logo img{max-height:116px;width:auto}
.syncall-content{max-width:900px}
.syncall-content h2{margin-top:34px}
.syncall-content ul{padding-left:20px;color:var(--syncall-muted)}
.syncall-cta{background:linear-gradient(135deg,#06111f,#10274a);color:#fff;border-radius:34px;position:relative;overflow:hidden}
.syncall-cta:before{content:"";position:absolute;inset:0;background:url('assets/img/hero-syncall-a.png') center/cover no-repeat;opacity:.18}
.syncall-cta__inner{position:relative;z-index:1;padding:58px 44px;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center}
.syncall-cta h2,.syncall-cta p{color:#fff}
.site-footer{background:#07111d;color:#fff;padding:74px 0 34px;margin-top:40px}
.site-footer p,.site-footer a{color:rgba(255,255,255,.72)}
.site-footer a:hover{color:#fff}
.site-footer__grid{display:grid;grid-template-columns:1.1fr .9fr .9fr .9fr;gap:28px}
.site-footer__logo img{max-width:180px;border-radius:10px;margin-bottom:14px}
.site-footer__title{font-size:1.05rem;color:#fff;font-weight:700;margin-bottom:12px}
.site-footer__menu{list-style:none;padding:0;margin:0}
.site-footer__menu li{margin:0 0 10px}
.site-footer__bottom{padding-top:28px;margin-top:28px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.syncall-form-placeholder{background:#f5f8fc;border:1px dashed rgba(19,34,56,.18);padding:24px;border-radius:22px;color:var(--syncall-muted)}
@media (max-width:1080px){
  .syncall-grid--4,.syncall-logo-grid,.syncall-kpi{grid-template-columns:repeat(2,minmax(0,1fr))}
  .syncall-hero__inner,.syncall-page-hero__grid,.syncall-banner__inner,.syncall-gallery,.syncall-cta__inner,.site-footer__grid{grid-template-columns:1fr}
  .syncall-floating-card{position:static;max-width:none;margin-top:16px}
}
@media (max-width:860px){
  .site-header__toggle{display:block}
  .site-nav{display:none;position:absolute;left:0;right:0;top:82px;background:#071321;border-top:1px solid rgba(255,255,255,.08)}
  .site-nav.is-open{display:block}
  .site-nav ul{flex-direction:column;align-items:flex-start;padding:18px 20px}
  .site-header__cta .syncall-btn{display:none}
}
@media (max-width:640px){
  .syncall-section,.syncall-page-hero{padding:72px 0}
  .syncall-grid--2,.syncall-grid--3,.syncall-grid--4,.syncall-kpi,.syncall-logo-grid{grid-template-columns:1fr}
  .syncall-hero__inner{padding:92px 0 74px}
  .syncall-banner__inner,.syncall-cta__inner{padding:34px 24px}
  .site-logo img{width:150px}
}


/* ===== V4 Premium Enhancements ===== */
.syncall-hero--premium{position:relative;overflow:hidden}
.syncall-hero--premium:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%, rgba(0,180,255,.22), transparent 24%), radial-gradient(circle at 18% 22%, rgba(255,182,0,.18), transparent 18%);pointer-events:none}
.syncall-band--dark{background:#071321;color:#e8f2fd}
.syncall-band--gradient{background:linear-gradient(180deg,#0b1730 0%, #0d2345 100%)}
.syncall-section-title--light h2,.syncall-section-title--light p,.syncall-band--dark .syncall-section-title p,.syncall-band--dark .syncall-section-title h2{color:#e8f2fd}
.syncall-feature-ribbon{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:34px}
.syncall-feature-ribbon div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px);padding:14px 18px;border-radius:999px;text-align:center;font-weight:700;color:#dbeafe;box-shadow:0 14px 40px rgba(0,0,0,.18)}
.syncall-logo-grid--premium .syncall-card{padding:26px;min-height:160px;display:flex;align-items:center;justify-content:center}
.syncall-product-tile--premium{position:relative;overflow:hidden}
.syncall-product-tile--premium:after{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;background:radial-gradient(circle, rgba(14,165,233,.12), transparent 65%)}
.syncall-split-showcase .syncall-card{height:auto}
.syncall-kpi--premium .syncall-card{background:linear-gradient(180deg,#ffffff 0%, #f7fbff 100%)}
.syncall-banner--premium{border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px rgba(4,10,20,.35)}
.syncall-card--glass{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px);box-shadow:0 22px 60px rgba(1,10,25,.28)}
.syncall-card--glass h3,.syncall-card--glass p,.syncall-card--glass li{color:#ecf3ff}
.syncall-gallery--premium img{border-radius:24px;box-shadow:0 28px 80px rgba(3,12,24,.18)}
.syncall-testimonial-card{background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%)}
.syncall-testimonial-card p{font-size:1.05rem;color:#17324f;font-style:italic}
.syncall-testimonial-card strong{display:block;margin-top:18px;color:#0c213b}
.syncall-cta--premium{box-shadow:0 30px 80px rgba(4,10,20,.28)}
.syncall-showcase--hero .syncall-showcase__image img{min-height:540px;object-fit:cover}
@media (max-width:1024px){.syncall-feature-ribbon{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.syncall-feature-ribbon{grid-template-columns:1fr}.syncall-showcase--hero .syncall-showcase__image img{min-height:340px}}


/* ===== V5 Contrast Fixes ===== */
.syncall-band--dark{
  background:linear-gradient(180deg,#091827 0%, #102847 100%);
  color:#eef5ff;
}
.syncall-band--gradient{
  background:linear-gradient(180deg,#091827 0%, #12315a 100%);
  color:#eef5ff;
}
.syncall-band--dark .syncall-section-title h2,
.syncall-band--dark .syncall-section-title p,
.syncall-band--dark .syncall-section-title h3,
.syncall-band--gradient .syncall-section-title h2,
.syncall-band--gradient .syncall-section-title p,
.syncall-band--gradient .syncall-section-title h3,
.syncall-band--dark > .syncall-container > h2,
.syncall-band--dark > .syncall-container > p,
.syncall-band--gradient > .syncall-container > h2,
.syncall-band--gradient > .syncall-container > p{
  color:#eef5ff;
}
.syncall-band--dark .syncall-eyebrow,
.syncall-band--gradient .syncall-eyebrow,
.syncall-page-hero .syncall-eyebrow,
.syncall-cta .syncall-eyebrow,
.syncall-banner .syncall-eyebrow{
  color:#9fd8ff !important;
}
.syncall-band--dark .syncall-eyebrow:before,
.syncall-band--gradient .syncall-eyebrow:before,
.syncall-page-hero .syncall-eyebrow:before,
.syncall-cta .syncall-eyebrow:before,
.syncall-banner .syncall-eyebrow:before{
  background:linear-gradient(90deg,#9fd8ff,#5eead4);
}
.syncall-page-hero,
.syncall-page-hero h1,
.syncall-page-hero h2,
.syncall-page-hero h3,
.syncall-page-hero p,
.syncall-banner,
.syncall-banner h1,
.syncall-banner h2,
.syncall-banner h3,
.syncall-banner p,
.syncall-cta,
.syncall-cta h1,
.syncall-cta h2,
.syncall-cta h3,
.syncall-cta p,
.syncall-card--dark,
.syncall-card--dark h1,
.syncall-card--dark h2,
.syncall-card--dark h3,
.syncall-card--dark p,
.syncall-card--glass,
.syncall-card--glass h1,
.syncall-card--glass h2,
.syncall-card--glass h3,
.syncall-card--glass p,
.site-footer,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4{
  color:#f4f8ff;
}
.syncall-page-hero p,
.syncall-banner p,
.syncall-cta p,
.syncall-card--dark p,
.syncall-card--glass p,
.syncall-card--glass li,
.site-footer p,
.site-footer a{
  color:rgba(244,248,255,.82);
}
.syncall-card--dark .syncall-list li,
.syncall-card--glass .syncall-list li{
  color:#eef5ff;
}
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass),
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass){
  background:#ffffff;
}
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h3,
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) p,
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) strong,
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) span,
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h3,
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) p,
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) strong,
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) span{
  color:var(--syncall-text);
}
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) .syncall-list li,
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) .syncall-list li{
  color:var(--syncall-muted);
}
.syncall-band--dark .syncall-card--glass,
.syncall-band--gradient .syncall-card--glass{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.16);
}
.syncall-visual-box, .syncall-hero__panel, .syncall-stat{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.16);
}
.syncall-page-hero .syncall-list li, .syncall-hero .syncall-list li, .syncall-visual-box p{
  color:#e5eefb;
}
.site-nav a{color:rgba(255,255,255,.9)}
.site-nav a:hover,.current-menu-item a{color:#ffffff}


/* ===== V7 Homepage Enrichment ===== */
.syncall-stat-grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.syncall-stat-grid-5 .syncall-card{text-align:center;padding:24px}
.syncall-stat-grid-5 strong{display:block;font-size:2rem;color:var(--syncall-text);line-height:1}
.syncall-stat-grid-5 span{display:block;color:var(--syncall-muted);font-size:.95rem;margin-top:8px}
.syncall-step-card{position:relative;padding-top:74px}
.syncall-step-card__num{position:absolute;top:24px;left:24px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--syncall-primary),var(--syncall-secondary));color:#fff;font-weight:800;box-shadow:0 14px 26px rgba(21,152,229,.22)}
.syncall-card__eyebrow{display:inline-block;font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--syncall-primary);margin-bottom:12px}
.syncall-highlight-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.syncall-highlight-strip .syncall-card{background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)}
.syncall-list--light li{color:#e7f0fb}
.syncall-faq{display:grid;gap:16px;max-width:980px}
.syncall-faq details{background:#fff;border:1px solid var(--syncall-line);border-radius:18px;padding:20px 22px;box-shadow:var(--syncall-shadow)}
.syncall-faq summary{cursor:pointer;list-style:none;font-weight:700;color:var(--syncall-text);position:relative;padding-right:26px}
.syncall-faq summary::-webkit-details-marker{display:none}
.syncall-faq summary:after{content:'+';position:absolute;right:0;top:-2px;color:var(--syncall-primary);font-size:1.3rem;font-weight:700}
.syncall-faq details[open] summary:after{content:'–'}
.syncall-faq .syncall-faq__body{padding-top:12px;color:var(--syncall-muted)}
.syncall-link-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.syncall-link-cards .syncall-btn{margin-top:12px}
.syncall-section--flush-top{padding-top:0}
@media (max-width:1080px){.syncall-stat-grid-5,.syncall-link-cards,.syncall-highlight-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.syncall-stat-grid-5,.syncall-link-cards,.syncall-highlight-strip{grid-template-columns:1fr}}


/* ===== V8 Forced Light Text Fixes ===== */
.syncall-hero,
.syncall-page-hero,
.syncall-banner,
.syncall-cta,
.syncall-band--dark,
.syncall-band--gradient{
  color:#f4f8ff !important;
}

.syncall-hero h1,
.syncall-hero h2,
.syncall-hero h3,
.syncall-hero h4,
.syncall-hero h5,
.syncall-hero h6,
.syncall-hero p,
.syncall-hero li,
.syncall-hero span:not(.syncall-icon),
.syncall-page-hero h1,
.syncall-page-hero h2,
.syncall-page-hero h3,
.syncall-page-hero h4,
.syncall-page-hero h5,
.syncall-page-hero h6,
.syncall-page-hero p,
.syncall-page-hero li,
.syncall-page-hero span:not(.syncall-icon),
.syncall-banner h1,
.syncall-banner h2,
.syncall-banner h3,
.syncall-banner h4,
.syncall-banner h5,
.syncall-banner h6,
.syncall-banner p,
.syncall-banner li,
.syncall-banner span:not(.syncall-icon),
.syncall-cta h1,
.syncall-cta h2,
.syncall-cta h3,
.syncall-cta h4,
.syncall-cta h5,
.syncall-cta h6,
.syncall-cta p,
.syncall-cta li,
.syncall-cta span:not(.syncall-icon),
.syncall-band--dark h1,
.syncall-band--dark h2,
.syncall-band--dark h3,
.syncall-band--dark h4,
.syncall-band--dark h5,
.syncall-band--dark h6,
.syncall-band--dark p,
.syncall-band--dark li,
.syncall-band--dark span:not(.syncall-icon),
.syncall-band--gradient h1,
.syncall-band--gradient h2,
.syncall-band--gradient h3,
.syncall-band--gradient h4,
.syncall-band--gradient h5,
.syncall-band--gradient h6,
.syncall-band--gradient p,
.syncall-band--gradient li,
.syncall-band--gradient span:not(.syncall-icon){
  color:#f4f8ff !important;
}

.syncall-hero .syncall-lead,
.syncall-page-hero .syncall-lead,
.syncall-banner .syncall-lead,
.syncall-cta .syncall-lead,
.syncall-band--dark .syncall-lead,
.syncall-band--gradient .syncall-lead{
  color:#e7eefb !important;
}

.syncall-hero .syncall-section-title p,
.syncall-page-hero .syncall-section-title p,
.syncall-banner .syncall-section-title p,
.syncall-cta .syncall-section-title p,
.syncall-band--dark .syncall-section-title p,
.syncall-band--gradient .syncall-section-title p{
  color:#dfe8f7 !important;
}

.syncall-hero .syncall-btn--secondary,
.syncall-page-hero .syncall-btn--secondary,
.syncall-banner .syncall-btn--secondary,
.syncall-cta .syncall-btn--secondary,
.syncall-band--dark .syncall-btn--secondary,
.syncall-band--gradient .syncall-btn--secondary{
  color:#132238 !important;
}

.syncall-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass),
.syncall-page-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass),
.syncall-banner .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass),
.syncall-cta .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass),
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass),
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass){
  background:#ffffff !important;
}

.syncall-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h1,
.syncall-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h2,
.syncall-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h3,
.syncall-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) p,
.syncall-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) li,
.syncall-page-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h1,
.syncall-page-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h2,
.syncall-page-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h3,
.syncall-page-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) p,
.syncall-page-hero .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) li,
.syncall-banner .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h1,
.syncall-banner .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h2,
.syncall-banner .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h3,
.syncall-banner .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) p,
.syncall-banner .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) li,
.syncall-cta .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h1,
.syncall-cta .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h2,
.syncall-cta .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h3,
.syncall-cta .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) p,
.syncall-cta .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) li,
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h1,
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h2,
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h3,
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) p,
.syncall-band--dark .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) li,
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h1,
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h2,
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) h3,
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) p,
.syncall-band--gradient .syncall-card:not(.syncall-card--dark):not(.syncall-card--glass) li{
  color:#132238 !important;
}

.syncall-floating-card h1,
.syncall-floating-card h2,
.syncall-floating-card h3,
.syncall-floating-card p,
.syncall-floating-card li,
.syncall-kpi .syncall-card h1,
.syncall-kpi .syncall-card h2,
.syncall-kpi .syncall-card h3,
.syncall-kpi .syncall-card p,
.syncall-kpi .syncall-card span,
.syncall-highlight-strip .syncall-card h1,
.syncall-highlight-strip .syncall-card h2,
.syncall-highlight-strip .syncall-card h3,
.syncall-highlight-strip .syncall-card p,
.syncall-link-cards .syncall-card h1,
.syncall-link-cards .syncall-card h2,
.syncall-link-cards .syncall-card h3,
.syncall-link-cards .syncall-card p,
.syncall-faq details,
.syncall-faq summary,
.syncall-faq .syncall-faq__body{
  color:#132238 !important;
}


/* ===== V9 Text Overflow & Card Layout Fixes ===== */
body{
  overflow-x:hidden;
}
h1,h2,h3,h4,p,li,span,strong,a,summary{
  overflow-wrap:anywhere;
  word-break:normal;
}
.syncall-card,
.syncall-product-tile,
.syncall-highlight-strip .syncall-card,
.syncall-link-cards .syncall-card,
.syncall-kpi .syncall-card,
.syncall-testimonial-card,
.syncall-step-card,
.syncall-faq details{
  min-width:0;
  overflow:hidden;
}
.syncall-grid > *,
.syncall-grid--2 > *,
.syncall-grid--3 > *,
.syncall-grid--4 > *,
.syncall-stat-grid-5 > *,
.syncall-highlight-strip > *,
.syncall-link-cards > *{
  min-width:0;
}
.syncall-card h1,
.syncall-card h2,
.syncall-card h3,
.syncall-card h4,
.syncall-card p,
.syncall-card li,
.syncall-card span,
.syncall-product-tile h1,
.syncall-product-tile h2,
.syncall-product-tile h3,
.syncall-product-tile h4,
.syncall-product-tile p,
.syncall-product-tile li,
.syncall-product-tile span{
  max-width:100%;
}
.syncall-highlight-strip{
  align-items:stretch;
}
.syncall-highlight-strip .syncall-card{
  height:100%;
  padding:26px;
}
.syncall-highlight-strip .syncall-card h3{
  font-size:clamp(1.5rem, 2.6vw, 2.3rem);
  line-height:1.15;
  letter-spacing:-0.025em;
  margin-bottom:14px;
}
.syncall-highlight-strip .syncall-card p{
  font-size:clamp(1rem, 1.4vw, 1.08rem);
  line-height:1.7;
}
.syncall-card__eyebrow{
  line-height:1.4;
}
.syncall-product-tile__logo{
  min-width:0;
}
.syncall-product-tile__logo img{
  max-width:100%;
  height:auto;
}
.syncall-link-cards .syncall-card{
  display:flex;
  flex-direction:column;
}
.syncall-link-cards .syncall-card .syncall-btn{
  margin-top:auto;
}
.syncall-kpi .syncall-card,
.syncall-stat-grid-5 .syncall-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.syncall-faq details{
  overflow:visible;
}
.syncall-showcase__image img,
.syncall-gallery img{
  width:100%;
}
@media (max-width: 1200px){
  .syncall-highlight-strip .syncall-card h3{
    font-size:clamp(1.35rem, 2.3vw, 2rem);
  }
}
@media (max-width: 980px){
  .syncall-highlight-strip{
    grid-template-columns:1fr;
  }
  .syncall-highlight-strip .syncall-card h3{
    font-size:clamp(1.5rem, 5vw, 2.1rem);
  }
}
@media (max-width: 640px){
  .syncall-card,
  .syncall-highlight-strip .syncall-card,
  .syncall-link-cards .syncall-card{
    padding:22px;
  }
  .syncall-highlight-strip .syncall-card h3{
    font-size:1.6rem;
    line-height:1.18;
  }
  .syncall-highlight-strip .syncall-card p{
    font-size:1rem;
    line-height:1.65;
  }
}


/* ===== V10 Contact Update + Typography Tightening ===== */
.syncall-card h3{
  font-size:clamp(1.2rem, 2vw, 1.65rem);
  line-height:1.18;
}
.syncall-grid--2 .syncall-card h3,
.syncall-grid--3 .syncall-card h3,
.syncall-grid--4 .syncall-card h3{
  font-size:clamp(1.15rem, 1.8vw, 1.55rem);
}
.syncall-highlight-strip .syncall-card h3{
  font-size:clamp(1.2rem, 1.9vw, 1.7rem) !important;
  line-height:1.16 !important;
  word-break:keep-all;
}
.syncall-product-tile h3{
  font-size:clamp(1.15rem, 1.7vw, 1.45rem);
  line-height:1.2;
}
.syncall-card p,
.syncall-product-tile p{
  font-size:clamp(.96rem, 1.1vw, 1.04rem);
  line-height:1.68;
}
.syncall-card{
  hyphens:none;
}
.syncall-grid--4 .syncall-card{
  padding:24px;
}
@media (max-width: 1100px){
  .syncall-grid--4{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 640px){
  .syncall-card h3,
  .syncall-highlight-strip .syncall-card h3,
  .syncall-product-tile h3{
    font-size:1.28rem !important;
    line-height:1.2 !important;
  }
}
