:root{
  --bg:#f7f8fc;
  --bg-soft:#ffffff;
  --bg-muted:#f2f5fb;
  --text:#0f172a;
  --text-soft:#475569;
  --text-muted:#64748b;
  --line:#e2e8f0;
  --line-soft:#edf2f7;
  --primary:#2f437f;
  --primary-dark:#24356a;
  --accent:#c2456c;
  --accent-dark:#aa3b5e;
  --dark:#0f172a;
  --dark-soft:#111827;
  --white:#ffffff;
  --shadow-sm:0 10px 30px rgba(15,23,42,.05);
  --shadow-md:0 20px 60px rgba(15,23,42,.08);
  --shadow-lg:0 30px 90px rgba(15,23,42,.12);
  --radius-sm:16px;
  --radius-md:24px;
  --radius-lg:32px;
  --radius-xl:40px;
  --container:1240px;
  --transition:.3s ease;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Inter",Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(194,69,108,.16), transparent 30%),
    radial-gradient(circle at top right, rgba(47,67,127,.16), transparent 28%),
    linear-gradient(to bottom, #ffffff 0%, #f7f8fc 26%, #f7f8fc 100%);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit;border:0;background:none;cursor:pointer}
.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}
.page-wrap{padding-bottom:36px}
.section{padding:96px 0}
.section-sm{padding:72px 0}
.badge{
  display:inline-flex;align-items:center;gap:10px;padding:10px 16px;
  background:rgba(255,255,255,.88);border:1px solid var(--line);
  border-radius:999px;color:var(--text-soft);font-size:14px;
  box-shadow:var(--shadow-sm);backdrop-filter:blur(10px)
}
.section-badge{margin-bottom:18px}
.section-title{
  font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.03em;
  margin-bottom:18px;max-width:900px
}
.section-desc{
  font-size:18px;color:var(--text-soft);max-width:780px;line-height:1.85
}
.kicker{
  display:inline-block;margin-bottom:16px;font-size:13px;font-weight:700;
  color:var(--accent);text-transform:uppercase;letter-spacing:.2em
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 24px;border-radius:999px;font-size:14px;font-weight:600;
  white-space:nowrap;transition:var(--transition)
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 18px 40px rgba(47,67,127,.18)}
.btn-primary:hover{background:var(--primary-dark)}
.btn-accent{background:var(--accent);color:#fff;box-shadow:0 18px 40px rgba(194,69,108,.18)}
.btn-accent:hover{background:var(--accent-dark)}
.btn-outline{background:#fff;color:var(--text-soft);border:1px solid var(--line);box-shadow:var(--shadow-sm)}
.btn-outline:hover{border-color:#cbd5e1;color:var(--text)}
.site-header{
  position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.76);
  border-bottom:1px solid rgba(226,232,240,.8);backdrop-filter:blur(14px)
}
.header-inner{
  min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand{display:flex;align-items:center;gap:16px;min-width:0}
.brand img{height:40px;width:auto;object-fit:contain}
.brand-divider{width:1px;height:28px;background:var(--line)}
.brand-copy strong{display:block;font-size:14px}
.brand-copy small{display:block;margin-top:2px;font-size:12px;color:var(--text-muted)}
.desktop-nav{display:flex;align-items:center;gap:28px}
.desktop-nav a{
  position:relative;font-size:14px;color:var(--text-soft);transition:var(--transition)
}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--text)}
.desktop-nav a::after{
  content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;
  background:linear-gradient(90deg,var(--accent),var(--primary));
  transition:var(--transition);border-radius:999px
}
.desktop-nav a:hover::after,.desktop-nav a.active::after{width:100%}
.header-actions{display:flex;align-items:center;gap:12px}
.menu-toggle{
  display:none;position:relative;width:48px;height:48px;border-radius:14px;
  border:1px solid var(--line);background:#fff;box-shadow:var(--shadow-sm)
}
.menu-toggle span,.menu-toggle::before,.menu-toggle::after{
  content:"";position:absolute;left:12px;width:22px;height:2px;background:var(--text);
  transition:var(--transition);border-radius:999px
}
.menu-toggle span{top:23px}
.menu-toggle::before{top:16px}
.menu-toggle::after{top:30px}
.menu-toggle.open span{opacity:0}
.menu-toggle.open::before{transform:rotate(45deg);top:23px}
.menu-toggle.open::after{transform:rotate(-45deg);top:23px}
.mobile-panel{display:none;padding:0 0 18px}
.mobile-panel.show{display:block}
.mobile-panel-inner{
  border:1px solid var(--line);background:rgba(255,255,255,.92);
  box-shadow:var(--shadow-md);border-radius:24px;padding:16px
}
.mobile-links{display:grid;gap:8px;margin-bottom:14px}
.mobile-links a{padding:12px 14px;border-radius:14px;color:var(--text-soft);transition:var(--transition)}
.mobile-links a:hover{background:var(--bg-muted);color:var(--text)}
.mobile-actions{display:grid;gap:10px}
.hero{padding:64px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:48px;align-items:center}
.hero-title{
  font-size:clamp(42px,6vw,74px);line-height:1.02;letter-spacing:-.04em;
  margin:22px 0;max-width:900px
}
.hero-title span{display:block;color:var(--primary)}
.hero-desc{font-size:20px;line-height:1.9;color:var(--text-soft);max-width:760px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0 36px}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.point-card,.stat-card,.service-card,.product-card,.info-card,.pillar-card,.step-card,.page-card{
  background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow-sm);transition:var(--transition)
}
.point-card{padding:18px;border-radius:22px}
.point-card p,.mini-card,.bullet-item,.card-text,.page-card p{font-size:15px;color:var(--text-soft);line-height:1.9}
.service-card:hover,.product-card:hover,.info-card:hover,.pillar-card:hover,.step-card:hover,.page-card:hover,.point-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.hero-visual{position:relative}
.hero-blur-a,.hero-blur-b{
  position:absolute;border-radius:999px;filter:blur(80px);z-index:0;opacity:.9
}
.hero-blur-a{width:160px;height:160px;background:rgba(194,69,108,.18);left:-10px;top:40px}
.hero-blur-b{width:200px;height:200px;background:rgba(47,67,127,.18);right:-20px;bottom:30px}
.visual-shell{
  position:relative;z-index:1;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.95);
  border-radius:30px;padding:20px;box-shadow:var(--shadow-lg);backdrop-filter:blur(14px)
}
.visual-stack{display:grid;gap:16px}
.visual-card{
  border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#ffffff,#f7f9ff);
  padding:22px;box-shadow:var(--shadow-sm)
}
.visual-card.dark{background:linear-gradient(135deg,#111827,#1e293b);color:#fff;border-color:rgba(255,255,255,.08)}
.visual-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}
.card-icon,.visual-icon{
  width:54px;height:54px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(194,69,108,.12),rgba(47,67,127,.12));color:var(--text)
}
.visual-icon{width:48px;height:48px}
.visual-card.dark .visual-icon{background:rgba(255,255,255,.12);color:#fff}
.visual-pill,.product-tag{
  display:inline-flex;padding:8px 12px;border-radius:999px;background:#f1f5f9;color:var(--text-muted);
  font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em
}
.visual-card h3,.visual-card h4,.card-title,.page-title{line-height:1.2;letter-spacing:-.02em}
.visual-card h3{font-size:24px;margin:14px 0 10px}
.visual-card h4{font-size:18px;margin-bottom:8px}
.visual-card p{font-size:14px;color:var(--text-soft);line-height:1.8}
.visual-card.dark p{color:rgba(255,255,255,.75)}
.visual-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:#fff;border:1px solid var(--line);
  border-radius:32px;padding:22px;box-shadow:var(--shadow-sm)
}
.stat-card{background:var(--bg-muted);border:1px solid var(--line-soft);border-radius:22px;padding:22px}
.stat-card strong{display:block;font-size:24px;line-height:1.2;margin-bottom:10px;letter-spacing:-.02em}
.stat-card p{font-size:14px;color:var(--text-soft);line-height:1.8}
.cards-grid{display:grid;gap:20px}
.cards-3{grid-template-columns:repeat(3,1fr)}
.cards-2{grid-template-columns:repeat(2,1fr)}
.card-icon{margin-bottom:18px}
.card-title{font-size:24px;margin-bottom:12px}
.products-section{background:rgba(255,255,255,.72);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:20px}
.bullet-list{display:grid;gap:12px;margin-top:18px}
.bullet-item,.list-line,.mini-line,.icon-line{display:flex;align-items:flex-start;gap:12px}
.icon-check{
  flex:0 0 20px;width:20px;height:20px;border-radius:999px;position:relative;background:rgba(194,69,108,.12);margin-top:2px
}
.icon-check::before{
  content:"";position:absolute;left:6px;top:4px;width:6px;height:10px;
  border-right:2px solid var(--accent);border-bottom:2px solid var(--accent);transform:rotate(40deg)
}
.split-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px}
.info-card.alt{background:linear-gradient(180deg,#ffffff,#fafbff)}
.mini-grid{display:grid;gap:12px;margin-top:20px}
.mini-grid.two{grid-template-columns:repeat(2,1fr)}
.mini-card{
  padding:16px 18px;border-radius:18px;border:1px solid var(--line);background:#fff;
  box-shadow:var(--shadow-sm);font-size:14px;color:var(--text-soft);line-height:1.7
}
.work-section{background:var(--dark);color:#fff}
.work-section .section-title{color:#fff}
.work-section .section-desc{color:rgba(255,255,255,.72)}
.work-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step-card{
  background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.08);box-shadow:none;backdrop-filter:blur(8px)
}
.step-no{
  color:#f39ab5;font-size:13px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px
}
.step-card .card-text{color:rgba(255,255,255,.72)}
.pillars-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.page-hero{padding:62px 0 48px}
.page-hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:28px;align-items:center}
.page-title{
  font-size:clamp(38px,5vw,64px);line-height:1.05;letter-spacing:-.04em;margin-bottom:18px;max-width:860px
}
.page-desc{font-size:18px;color:var(--text-soft);line-height:1.9;max-width:780px}
.page-meta{
  display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px
}
.page-visual{
  padding:28px;border-radius:32px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.95);
  box-shadow:var(--shadow-lg);backdrop-filter:blur(14px)
}
.page-visual h3{font-size:26px;line-height:1.18;margin-bottom:14px;letter-spacing:-.02em}
.page-visual p{font-size:15px;color:var(--text-soft);line-height:1.9}
.page-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.page-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.site-footer{padding:40px 0 48px}
.footer-cta{
  overflow:hidden;border-radius:36px;border:1px solid var(--line);
  background:linear-gradient(135deg,#ffffff,#f8f2f5 48%,#f1f5ff 100%);box-shadow:var(--shadow-sm);
  padding:40px;margin-bottom:28px;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center
}
.footer-cta-copy h2{font-size:clamp(32px,4vw,54px);line-height:1.08;letter-spacing:-.03em;margin-bottom:16px}
.footer-cta-copy p{font-size:17px;color:var(--text-soft);line-height:1.9;max-width:720px}
.footer-cta-actions{display:flex;flex-direction:column;align-items:flex-end;gap:14px}
.footer-bottom{
  display:flex;justify-content:space-between;align-items:center;gap:20px;
  color:var(--text-muted);font-size:14px;border-top:1px solid var(--line);padding-top:24px
}
.footer-links{display:flex;flex-wrap:wrap;gap:18px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease, transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.fade-delay-1{transition-delay:.08s}.fade-delay-2{transition-delay:.16s}.fade-delay-3{transition-delay:.24s}.fade-delay-4{transition-delay:.32s}
svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:1180px){
  .hero-grid,.split-grid,.footer-cta,.page-hero-grid{grid-template-columns:1fr}
  .cards-3,.work-grid,.stats-grid,.page-grid-3{grid-template-columns:repeat(2,1fr)}
  .footer-cta-actions{align-items:flex-start;flex-direction:row;flex-wrap:wrap}
}
@media (max-width:960px){
  .desktop-nav,.header-actions .btn-outline,.brand-divider,.brand-copy{display:none}
  .menu-toggle{display:inline-flex}
  .hero-points,.cards-3,.cards-2,.pillars-grid,.visual-grid-2,.mini-grid.two,.work-grid,.stats-grid,.page-grid-3,.page-grid-2,.page-meta{grid-template-columns:1fr}
  .section,.section-sm{padding:72px 0}
  .hero{padding-top:36px}
  .header-inner{min-height:78px}
}
@media (max-width:640px){
  .container{width:min(var(--container),calc(100% - 28px))}
  .hero-actions,.footer-cta-actions,.mobile-actions{display:grid;grid-template-columns:1fr}
  .btn{width:100%}
  .visual-shell,.service-card,.product-card,.info-card,.pillar-card,.step-card,.page-card,.footer-cta,.stat-card,.page-visual{padding:22px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}


/* Header Dropdown Navigation */
.desktop-nav-dropdowns{
  gap: 22px;
}
.nav-item{
  position: relative;
}
.nav-link-button{
  position: relative;
  font-size: 14px;
  color: var(--text-soft);
  transition: var(--transition);
  background: none;
  border: 0;
  padding: 0;
  font-weight: 500;
}
.nav-link-button:hover,
.nav-link-button.active,
.nav-item.active-parent .nav-link-button{
  color: var(--text);
}
.nav-link-button::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--primary-soft));
  transition: var(--transition);
  border-radius: 999px;
}
.nav-link-button:hover::after,
.nav-link-button.active::after,
.nav-item.active-parent .nav-link-button::after{
  width: 100%;
}
.has-dropdown:hover .nav-dropdown{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown{
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  min-width: 230px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.98);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: var(--transition);
  z-index: 1001;
}
.nav-dropdown::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 22px;
  width: 18px;
  height: 18px;
  background: rgba(255,255,255,.98);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  transform: rotate(45deg);
}
.nav-dropdown a{
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--text-soft);
  font-size: 14px;
  transition: var(--transition);
}
.nav-dropdown a:hover,
.nav-dropdown a.active{
  background: var(--bg-muted);
  color: var(--text);
}
.mobile-links-grouped{
  gap: 10px;
}
.mobile-group{
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.mobile-group-title{
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.mobile-sub-links{
  display: grid;
  gap: 4px;
}
.mobile-sub-links a{
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--text-soft);
}
.mobile-sub-links a:hover{
  background: var(--bg-muted);
  color: var(--text);
}
@media (max-width: 960px){
  .nav-dropdown{
    display: none !important;
  }
}



/* Product Hero Media */
.product-hero-section{
  position: relative;
  overflow: hidden;
  min-height: 760px;
}
.product-hero-section .container{
  position: relative;
  z-index: 2;
}
.product-hero-copy{
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding-top: 8px;
}
.product-hero-media-outside{
  position: absolute;
  top: 120px;
  right: -8vw;
  width: min(60vw, 980px);
  max-width: 980px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-hero-media-outside::before{
  content: "";
  position: absolute;
  left: 14%;
  right: 0;
  bottom: 12px;
  height: 58px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(15,23,42,.18) 0%, rgba(15,23,42,.08) 35%, rgba(15,23,42,0) 74%);
  filter: blur(10px);
  pointer-events: none;
}
.product-hero-laptop{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1280px){
  .product-hero-media-outside{
    right: -11vw;
    width: min(62vw, 900px);
    top: 145px;
  }
}
@media (max-width: 1180px){
  .product-hero-section{
    min-height: auto;
  }
  .product-hero-media-outside{
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 760px);
    margin: 24px auto 0;
    justify-content: center;
  }
  .product-hero-media-outside::before{
    left: 15%;
    right: 15%;
    bottom: 10px;
  }
  .product-hero-copy{
    max-width: none;
  }
}
@media (max-width: 640px){
  .product-hero-media-outside{
    width: 100%;
    margin-top: 18px;
  }
  .product-hero-media-outside::before{
    left: 8%;
    right: 8%;
    bottom: 8px;
    height: 40px;
  }
}



/* Refined Visual Theme */
:root{
  --bg: #f8fbff;
  --bg-soft: #ffffff;
  --bg-muted: #f6f8fd;
  --bg-soft-blue: #eef4ff;
  --text: #0f172a;
  --text-soft: #50627f;
  --text-muted: #74829a;
  --line: #e3eaf6;
  --line-soft: #eef3fb;
  --primary: rgb(74, 110, 255);
  --primary-mid: rgb(84, 90, 224);
  --primary-soft: rgb(129, 112, 236);
  --secondary: rgb(53, 82, 158);
  --success-bg: rgb(237, 249, 241);
  --success-line: rgb(191, 234, 203);
  --shadow-sm: 0 12px 34px rgba(44, 62, 118, 0.06);
  --shadow-md: 0 20px 54px rgba(44, 62, 118, 0.08);
  --shadow-lg: 0 30px 80px rgba(44, 62, 118, 0.10);
}

body{
  background: linear-gradient(180deg, #fbfcff 0%, #f7f9fd 45%, #ffffff 100%) !important;
  color: var(--text);
}

.site-header{
  background: rgba(255,255,255,.88) !important;
  border-bottom: 1px solid rgba(227,234,246,.92) !important;
  box-shadow: 0 8px 24px rgba(39, 58, 105, 0.04);
  backdrop-filter: blur(16px);
}

.brand-copy small{
  color: var(--text-muted) !important;
}

.badge{
  background: rgba(255,255,255,.94) !important;
  border-color: var(--line) !important;
  color: var(--secondary) !important;
  box-shadow: var(--shadow-sm) !important;
}

.kicker{
  color: var(--secondary) !important;
}

.hero,
.page-hero{
  background:
    linear-gradient(135deg, rgba(74,110,255,.05) 0%, rgba(255,255,255,.96) 36%, rgba(129,112,236,.05) 100%);
}

.products-section{
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
  border-top: 1px solid var(--line) !important;
  border-bottom: 1px solid var(--line) !important;
}

.work-section{
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
  color: var(--text) !important;
}

.work-section .badge{
  background: rgba(255,255,255,.94) !important;
  border-color: var(--line) !important;
  color: var(--secondary) !important;
}

.work-section .section-title,
.work-section .section-desc{
  color: var(--text) !important;
}

.work-section .section-desc{
  color: var(--text-soft) !important;
}

.step-card{
  background: #ffffff !important;
  border: 1px solid var(--line) !important;
  box-shadow: var(--shadow-sm) !important;
}

.step-card .card-title{
  color: var(--text) !important;
}

.step-card .card-text{
  color: var(--text-soft) !important;
}

.step-no{
  color: var(--primary-mid) !important;
}

.visual-shell,
.visual-card,
.visual-card.dark,
.page-visual,
.service-card,
.product-card,
.info-card,
.pillar-card,
.page-card,
.stat-card,
.point-card,
.mini-card,
.mobile-group{
  background: rgba(255,255,255,.96) !important;
  border-color: var(--line) !important;
  box-shadow: var(--shadow-sm) !important;
}

.visual-card.dark{
  color: var(--text) !important;
}

.visual-card.dark p{
  color: var(--text-soft) !important;
}

.visual-card.dark .visual-icon{
  background: linear-gradient(135deg, #eef3ff, #f4f1ff) !important;
  color: var(--primary-mid) !important;
}

.page-card,
.service-card,
.product-card,
.info-card,
.pillar-card,
.stat-card,
.point-card,
.mini-card{
  border-radius: 26px !important;
}

.page-card:hover,
.service-card:hover,
.product-card:hover,
.info-card:hover,
.pillar-card:hover,
.step-card:hover{
  transform: translateY(-5px);
  box-shadow: var(--shadow-md) !important;
}

.btn{
  border-radius: 999px !important;
  font-weight: 700 !important;
}

.btn-primary,
.btn-accent{
  color: #fff !important;
  background-image: linear-gradient(135deg, rgb(74, 110, 255) 0%, rgb(84, 90, 224) 50%, rgb(129, 112, 236) 100%) !important;
  background-size: 200% auto !important;
  background-position: right center !important;
  border: 0 !important;
  box-shadow: 0 18px 42px rgba(84, 90, 224, 0.22) !important;
}

.btn-primary:hover,
.btn-accent:hover{
  background-position: left center !important;
  transform: translateY(-2px);
}

.btn-outline{
  background: #ffffff !important;
  color: var(--secondary) !important;
  border: 1px solid #dbe4f2 !important;
  box-shadow: var(--shadow-sm) !important;
}

.btn-outline:hover{
  background: #f5f8ff !important;
  border-color: #cad8ef !important;
  color: var(--primary-mid) !important;
}

.desktop-nav a::after,
.nav-link-button::after{
  background: linear-gradient(90deg, var(--primary), var(--primary-soft)) !important;
}

.desktop-nav a,
.nav-link-button{
  color: var(--text-soft) !important;
}

.desktop-nav a:hover,
.desktop-nav a.active,
.nav-link-button:hover,
.nav-link-button.active,
.nav-item.active-parent .nav-link-button{
  color: var(--text) !important;
}

.footer-cta{
  background: linear-gradient(135deg, #ffffff 0%, #f4f7ff 55%, #f8fbff 100%) !important;
  border-color: var(--line) !important;
  box-shadow: var(--shadow-sm) !important;
}

.footer-bottom{
  border-top-color: var(--line) !important;
  color: var(--text-muted) !important;
}

.site-footer{
  background: transparent !important;
}

.icon-check{
  background: var(--success-bg) !important;
}

.icon-check::before{
  border-right-color: #28a159 !important;
  border-bottom-color: #28a159 !important;
}

/* Colorful icons by card position */
.cards-grid > *:nth-child(6n+1) .card-icon{
  background: linear-gradient(135deg, #eef3ff, #f4f7ff) !important;
  color: #4a6eff !important;
}
.cards-grid > *:nth-child(6n+2) .card-icon{
  background: linear-gradient(135deg, #f3efff, #f8f5ff) !important;
  color: #7b61ff !important;
}
.cards-grid > *:nth-child(6n+3) .card-icon{
  background: linear-gradient(135deg, #eef8ff, #f5fbff) !important;
  color: #2f8df6 !important;
}
.cards-grid > *:nth-child(6n+4) .card-icon{
  background: linear-gradient(135deg, #edf9f1, #f4fbf6) !important;
  color: #2d9c5a !important;
}
.cards-grid > *:nth-child(6n+5) .card-icon{
  background: linear-gradient(135deg, #fff6e9, #fffaf1) !important;
  color: #d68a1c !important;
}
.cards-grid > *:nth-child(6n+6) .card-icon{
  background: linear-gradient(135deg, #fff0f6, #fff7fa) !important;
  color: #c05a86 !important;
}

.visual-grid-2 > *:nth-child(1) .visual-icon{
  background: linear-gradient(135deg, #eef3ff, #f4f7ff) !important;
  color: #4a6eff !important;
}
.visual-grid-2 > *:nth-child(2) .visual-icon{
  background: linear-gradient(135deg, #edf9f1, #f4fbf6) !important;
  color: #2d9c5a !important;
}

.visual-card .visual-pill,
.product-tag{
  background: #f4f7fd !important;
  color: var(--secondary) !important;
  border: 1px solid var(--line);
}

.stat-card{
  background: #ffffff !important;
}

.stat-card strong{
  color: var(--text) !important;
}

.nav-dropdown a:hover,
.nav-dropdown a.active,
.mobile-links a:hover,
.mobile-sub-links a:hover{
  background: #f5f8ff !important;
  color: var(--text) !important;
}

.reveal.visible{
  opacity: 1;
}

/* Softer product hero image shadow */
.product-hero-media-outside::before{
  background: radial-gradient(ellipse at center, rgba(40, 52, 95, .16) 0%, rgba(40,52,95,.06) 36%, rgba(40,52,95,0) 76%) !important;
}



/* Mobile header cleanup */
@media (max-width: 960px){
  .header-actions .btn-outline,
  .header-actions .btn-primary{
    display: none !important;
  }

  .header-actions{
    gap: 0 !important;
  }

  .brand{
    min-width: 0;
  }

  .menu-toggle{
    margin-left: 8px;
  }
}
