/* Generated from embedded styles for post 1009268. */
/* ==========================================================================
   ISHELLA V2.1 — Miljøpolicy — Isbaneteknikk AS
   ========================================================================== */

/* === DESIGN TOKENS === */
/* === SCOPED RESET === */
html, body { margin: 0; padding: 0; background: var(--bg-deep); }

.elementor-widget-html *, .elementor-widget-html *::before, .elementor-widget-html *::after {
  margin: 0; padding: 0; box-sizing: border-box;
}
.elementor-widget-html {
  color: var(--text-primary);
  background-color: var(--bg-deep);
  font-family: var(--font-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
.elementor-widget-html img { max-width: 100%; height: auto; display: block; }
.elementor-widget-html a { text-decoration: none; color: inherit; transition: all .3s var(--ease); }
.elementor-widget-html ul { list-style: none; }
.elementor-widget-html h1,
.elementor-widget-html h2,
.elementor-widget-html h3,
.elementor-widget-html h4 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--text-primary);
}

/* === SKIP LINK === */
.sv-skip-link {
  position: absolute; top: -100%; left: 16px; z-index: 9999;
  padding: 12px 24px; background: var(--brand-red); color: #fff;
  font-weight: 700; border-radius: var(--radius-sm); transition: top .3s;
}
.sv-skip-link:focus { top: 16px; }

/* === BREADCRUMB === */
.sv-breadcrumb{display:flex;align-items:center;gap:8px;padding:14px 20px;background:rgba(10,15,30,.6);backdrop-filter:blur(12px);border:1px solid var(--border-subtle);border-radius:var(--radius-full);font-size:var(--v24-fs-xxs);font-weight:600;color:var(--text-muted);margin-bottom:24px;width:fit-content}
.sv-breadcrumb a:hover{color:var(--ice-blue)}
.sv-breadcrumb .sep{opacity:.4}

/* === SCROLL PROGRESS === */
.sv-progress {
  position: fixed; top: 0; left: 0; height: 3px; z-index: 9999;
  background: linear-gradient(90deg, var(--brand-red), var(--emerald));
  width: 0%; pointer-events: none;
}

/* === CONTAINER === */
.sv-container { max-width: 1440px; margin: 0 auto; padding: 0 24px; }
@media(min-width: 768px) { .sv-container { padding: 0 48px; } }
@media(min-width: 1200px) { .sv-container { padding: 0 56px; } }

/* === AURORA — single, reduced opacity for mini-level page === */
.sv-orb{position:fixed;border-radius:50%;pointer-events:none;z-index:0;filter:blur(140px);opacity:.015}
.sv-orb-1{width:700px;height:700px;background:var(--ice-blue);top:-200px;right:-250px}

/* === FILM GRAIN === */
.sv-grain {
  position: absolute; inset: 0; z-index: 9998; pointer-events: none; opacity: .012;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
}

/* === SECTIONS === */
.sv-section { position: relative; z-index: 1; padding: 100px 0; }
.sv-section--alt { background: var(--bg-surface); }

/* === LABEL === */
.sv-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: var(--v24-fs-xxs); font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--emerald); margin-bottom: 14px;
}
.sv-label::before { content: ''; width: 22px; height: 2px; background: var(--emerald); transition: width .5s var(--ease); }
.sv-label--center { justify-content: center; }

/* === TITLE / DESC / HEADER === */
.sv-title { font-size: var(--v24-fs-3xl); margin-bottom: 16px; }
.sv-title .accent { color: var(--emerald); }
.sv-desc { font-size: var(--v24-fs-md); color: var(--text-secondary); max-width: 640px; line-height: 1.75; }
.sv-header { text-align: center; margin-bottom: 60px; }
.sv-header .sv-desc { margin: 0 auto; }
.sv-section-cta { text-align: center; margin-top: 52px; }

/* === DIVIDER === */
.sv-divider {
  height: 1px; border: none; margin: 0;
  background: linear-gradient(90deg, transparent, rgba(16,185,129,.12) 20%, rgba(16,185,129,.08) 50%, rgba(16,185,129,.12) 80%, transparent);
}

/* === BUTTONS === */
.sv-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 32px; font-family: var(--font-heading); font-size: var(--v24-fs-sm);
  font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  border-radius: var(--radius-full); border: none; cursor: pointer;
  transition: all .35s var(--ease); position: relative; overflow: hidden;
}
.sv-btn i, .sv-btn svg { transition: transform .3s var(--ease); }
.sv-btn:hover i, .sv-btn:hover svg { transform: translateX(3px); }

.sv-btn--primary{background:rgba(255,0,51,.14);color:#fff;border:1px solid rgba(255,0,51,.48);backdrop-filter:blur(8px)}
.sv-btn--primary:hover{transform:translateY(-2px);border-color:rgba(255,64,102,.72);box-shadow:0 0 0 1px rgba(255,64,102,.35) inset,0 0 22px rgba(255,0,51,.32)}

/* Emerald-tinted CTA — glass-friendly edge, matches outline weight */
.sv-btn--emerald {
  background: linear-gradient(135deg, rgba(52,211,153,.95), rgba(5,150,105,.96));
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 4px 28px rgba(16,185,129,.32), inset 0 1px 0 rgba(255,255,255,.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sv-btn--emerald:hover {
  box-shadow: 0 10px 40px rgba(16,185,129,.45), inset 0 1px 0 rgba(255,255,255,.28);
  transform: translateY(-3px);
}

.sv-btn--ghost {
  background: transparent; color: var(--text-primary);
  border: 1px solid var(--border-subtle);
}
.sv-btn--ghost:hover {
  border-color: var(--emerald); color: var(--emerald);
  background: rgba(16,185,129,.05);
}

.sv-btn--outline {
  background: rgba(255,255,255,.04); color: var(--text-primary);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.sv-btn--outline:hover {
  border-color: rgba(255,255,255,.35); color: #fff;
  background: rgba(255,255,255,.08);
  transform: translateY(-3px);
}

.sv-btn--lg { padding: 20px 48px; font-size: var(--v24-fs-sm); letter-spacing: .06em; }
.sv-btn-group { display: flex; flex-wrap: wrap; gap: 18px; }

/* === SCROLL REVEAL === */
.sv-reveal { opacity: 0; transform: translate3d(0, 22px, 0); transition: opacity .9s var(--ease-expo), transform .9s var(--ease-expo); backface-visibility: hidden; }
.sv-reveal.visible { opacity: 1; transform: translate3d(0, 0, 0); }
.sv-d1 { transition-delay: .06s; }
.sv-d2 { transition-delay: .12s; }
.sv-d3 { transition-delay: .18s; }
.sv-d4 { transition-delay: .24s; }
.sv-d5 { transition-delay: .30s; }
.sv-d6 { transition-delay: .36s; }
.sv-d7 { transition-delay: .42s; }
.sv-d8 { transition-delay: .48s; }

/* === HERO — mini variant (4 slides, Ken Burns) === */
.sv-hero {
  position: relative; min-height: 72dvh; display: flex; align-items: center;
  justify-content: center; overflow: hidden; padding: 120px 0 80px;
}
.sv-hero-bg { position: absolute; inset: 0; }
.sv-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.6s ease-in-out; }
.sv-hero-slide.active { opacity: 1; }
.sv-hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.sv-hero-slide.active img                    { animation: svKB1 8s ease forwards; }
.sv-hero-slide:nth-child(2).active img       { animation: svKB2 8s ease forwards; }
.sv-hero-slide:nth-child(3).active img       { animation: svKB3 8s ease forwards; }
.sv-hero-slide:nth-child(4).active img       { animation: svKB4 8s ease forwards; }
@keyframes svKB1 { 0% { transform:scale(1) translate(0,0) } 100% { transform:scale(1.08) translate(-1%,-.5%) } }
@keyframes svKB2 { 0% { transform:scale(1.02) translate(0,0) } 100% { transform:scale(1.09) translate(1%,-.5%) } }
@keyframes svKB3 { 0% { transform:scale(1) translate(0,.5%) } 100% { transform:scale(1.07) translate(0,-1%) } }
@keyframes svKB4 { 0% { transform:scale(1.02) translate(.5%,0) } 100% { transform:scale(1.08) translate(-1%,.3%) } }

.sv-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 92% 88% at 50% 44%, rgba(2,6,23,.22) 0%, rgba(2,6,23,.62) 52%, rgba(2,6,23,.9) 100%),
    linear-gradient(180deg, rgba(2,6,23,.5) 0%, transparent 32%, rgba(2,6,23,.78) 100%),
    linear-gradient(0deg, var(--bg-deep) 0%, transparent 36%);
}
.sv-hero::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 90px;
  background: linear-gradient(0deg, var(--bg-deep) 0%, transparent 100%);
  pointer-events: none; z-index: 1;
}
.sv-hero .sv-container {
  position: relative; z-index: 2;
  padding-left: clamp(16px, 4vw, 48px);
  padding-right: clamp(16px, 4vw, 48px);
}
.sv-hero-content {
  position: relative; z-index: 2; max-width: min(52rem, 100%); margin: 0 auto;
  text-align: center; display: flex; flex-direction: column; align-items: center;
}
.sv-hero-panel {
  width: 100%;
  padding: clamp(22px, 3.5vw, 36px) clamp(20px, 3vw, 40px);
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(255,255,255,.07) 0%, rgba(4,8,22,.4) 45%, rgba(4,8,22,.58) 100%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 80px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  display: flex; flex-direction: column; align-items: center;
}
.sv-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.2);
  border-radius: var(--radius-full); font-size: var(--v24-fs-xxs); font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--emerald);
  margin-bottom: 24px; text-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.sv-pulse-dot {
  width: 7px; height: 7px; background: var(--emerald); border-radius: 50%;
  animation: svPulseDot 2s infinite;
}
@keyframes svPulseDot {
  0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,.4); }
  50%      { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
}
.sv-hero h1 {
  font-size: var(--v24-fs-3xl); font-weight: 900;
  margin-bottom: 20px; line-height: 1.12; color: #fff; letter-spacing: -.02em;
  text-shadow: 0 2px 16px rgba(0,0,0,.7), 0 6px 32px rgba(0,0,0,.4);
}
.sv-hero-subtitle {
  font-size: var(--v24-fs-xl); color: #f1f5f9; margin-bottom: 28px;
  max-width: min(42rem, 100%); line-height: 1.82;
  text-shadow: 0 1px 10px rgba(0,0,0,.45);
}
.sv-hero-cta {
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: stretch;
  width: 100%; max-width: 36rem;
}
.sv-hero-cta > .sv-btn {
  flex: 1 1 200px;
  min-height: 52px;
  justify-content: center;
  max-width: 100%;
}

/* === CREDENTIALS BAR === */
.sv-creds-bar {
  position: relative; z-index: 3;
  padding: clamp(22px, 3.5vw, 32px) 0 clamp(18px, 2.5vw, 26px);
  background: linear-gradient(180deg, rgba(13,20,38,.98), var(--bg-surface));
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.sv-hero-creds {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(12px, 2.8vw, 26px); flex-wrap: wrap;
}
a.sv-hero-cred {
  width: clamp(68px,14vw,88px); height: clamp(68px,14vw,88px);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; color: inherit;
  border-radius: 18px; padding: 10px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 10px 36px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.2);
  backdrop-filter: blur(16px) saturate(165%);
  -webkit-backdrop-filter: blur(16px) saturate(165%);
  transition: border-color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
a.sv-hero-cred:hover {
  border-color: rgba(52,211,153,.45);
  background: rgba(255,255,255,.16);
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.28);
}
a.sv-hero-cred:focus-visible { outline: 2px solid var(--emerald); outline-offset: 3px; }
.sv-hero-cred img { max-width: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 1px 2px rgba(0,0,0,.25)); }

/* === STATS BAR === */
.sv-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media(max-width: 768px) { .sv-stats { grid-template-columns: repeat(2, 1fr); } }
.sv-stat {
  text-align: center; padding: 32px 16px;
  background: var(--bg-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md); transition: all .4s var(--ease);
}
.sv-stat:hover {
  border-color: rgba(16,185,129,.3); transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.3), 0 0 30px rgba(16,185,129,.08);
}
.sv-stat-num {
  font-family: var(--font-heading); font-size: var(--v24-fs-3xl);
  font-weight: 800; color: var(--emerald); line-height: 1; margin-bottom: 8px;
}
.sv-stat-label { font-size: var(--v24-fs-xs); color: var(--text-muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }

/* === FEATURE GRID === */
.sv-feature-grid { display: grid; grid-template-columns: 1.2fr .85fr; gap: 80px; align-items: center; }
.sv-feature-grid--reverse { grid-template-columns: .85fr 1.2fr; }
.sv-feature-grid--reverse .sv-feature-visual { order: -1; }
@media(max-width: 1024px) {
  .sv-feature-grid, .sv-feature-grid--reverse { grid-template-columns: 1fr; gap: 48px; }
  .sv-feature-grid--reverse .sv-feature-visual { order: 0; }
}
.sv-feature-text h2 { font-size: var(--v24-fs-3xl); margin-bottom: 20px; }
.sv-feature-text p { color: var(--text-secondary); font-size: var(--v24-fs-md); line-height: 1.85; margin-bottom: 18px; }
.sv-feature-img {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(16,185,129,.12);
  box-shadow: 0 40px 80px -20px rgba(0,0,0,.6), 0 0 40px rgba(16,185,129,.05);
}
.sv-feature-img img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  transition: transform 1s var(--ease-expo);
}
.sv-feature-img:hover img { transform: scale(1.04); }
.sv-feature-list {
  list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 28px 0;
}
.sv-feature-list li {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: var(--v24-fs-sm); color: var(--text-secondary); line-height: 1.7;
}
.sv-feature-list li svg { width: 20px; height: 20px; color: var(--emerald); flex-shrink: 0; margin-top: 3px; }

/* Text-only feature section */
.sv-feature-text-only { max-width: 800px; margin: 0 auto; text-align: center; }
.sv-feature-text-only h2 { font-size: var(--v24-fs-3xl); margin-bottom: 20px; }
.sv-feature-text-only p { color: var(--text-secondary); font-size: var(--v24-fs-md); line-height: 1.85; max-width: 720px; margin: 0 auto; }

/* === CARD GRID === */
.sv-card-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2.2vw, 26px);
  align-items: stretch;
}
@media(max-width: 1200px) { .sv-card-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 640px)  { .sv-card-grid { grid-template-columns: 1fr; } }
.sv-card {
  background: linear-gradient(165deg, rgba(255,255,255,.06) 0%, rgba(13,20,38,.42) 45%, rgba(21,31,52,.78) 100%);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-lg); overflow: hidden;
  display: flex; flex-direction: column; position: relative;
  transition: border-color .45s var(--ease-expo), transform .45s var(--ease-expo), box-shadow .45s var(--ease-expo);
  backdrop-filter: blur(20px) saturate(155%);
  -webkit-backdrop-filter: blur(20px) saturate(155%);
  box-shadow: 0 12px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06);
}
a.sv-card {
  text-decoration: none; color: inherit; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
a.sv-card:focus-visible {
  outline: 2px solid var(--emerald); outline-offset: 3px;
}
a.sv-card h3 { color: var(--text-primary); }
.sv-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: linear-gradient(90deg, var(--emerald), #059669); opacity: 0; transition: opacity .4s;
}
.sv-card:hover::before { opacity: 1; }
.sv-card:hover {
  transform: translateY(-6px); border-color: rgba(52,211,153,.35);
  box-shadow: 0 28px 72px rgba(0,0,0,.42), 0 0 48px rgba(16,185,129,.1), inset 0 1px 0 rgba(255,255,255,.1);
}
.sv-card-body {
  padding: clamp(26px, 2.8vw, 34px) clamp(22px, 2.5vw, 30px);
  display: flex; flex-direction: column; flex: 1; text-align: left;
}
.sv-card-icon {
  width: 52px; height: 52px; border-radius: var(--radius-sm);
  background: rgba(16,185,129,.08); color: var(--emerald);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; border: 1px solid rgba(16,185,129,.12);
}
.sv-card-icon svg { width: 22px; height: 22px; }
.sv-card-logo {
  width: 100%; max-width: 148px; min-height: 76px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-md); padding: 12px 14px;
  margin-bottom: 22px;
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.sv-card-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.sv-card h3 { font-size: var(--v24-fs-md); font-weight: 700; margin-bottom: 12px; line-height: 1.25; }
.sv-card p { font-size: var(--v24-fs-sm); color: var(--text-secondary); line-height: 1.75; }

/* === FAQ === */
.sv-faq-layout { display: grid; grid-template-columns: .38fr 1fr; gap: 80px; align-items: start; }
@media(max-width: 1024px) { .sv-faq-layout { grid-template-columns: 1fr; gap: 40px; } }
.sv-faq-side { position: sticky; top: 110px; }
@media(max-width: 1024px) { .sv-faq-side { position: static; } }
.sv-faq-side h2 { font-size: var(--v24-fs-3xl); margin-bottom: 16px; }
.sv-faq-side p { color: var(--text-muted); font-size: var(--v24-fs-sm); margin-top: 14px; line-height: 1.75; }
.sv-faq-list { display: flex; flex-direction: column; gap: 8px; }
.sv-faq-item {
  background: var(--bg-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md); overflow: hidden; transition: border-color .3s;
}
.sv-faq-item:hover { border-color: rgba(255,255,255,.12); }
.sv-faq-item.sv-open { border-color: rgba(16,185,129,.25); box-shadow: 0 0 24px rgba(16,185,129,.06); }
.sv-faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; cursor: pointer; width: 100%; text-align: left;
  background: none; border: none; gap: 16px;
  font-family: var(--font-heading); font-size: var(--v24-fs-sm); font-weight: 600;
  color: var(--text-primary); transition: color .2s;
}
.sv-faq-q:hover { color: var(--emerald); }
.sv-faq-q:focus-visible { outline: 2px solid var(--emerald); outline-offset: -2px; border-radius: var(--radius-sm); }
.sv-faq-q svg { width: 12px; height: 12px; color: var(--text-muted); transition: transform .3s; flex-shrink: 0; }
.sv-faq-item.sv-open .sv-faq-q svg { transform: rotate(180deg); color: var(--emerald); }
.sv-faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease-expo); }
.sv-faq-item.sv-open .sv-faq-a { max-height: 500px; }
.sv-faq-inner { padding: 0 24px 20px; font-size: var(--v24-fs-sm); color: var(--text-secondary); line-height: 1.8; }

/* === CTA CARD === */
.sv-cta-card {
  background: linear-gradient(160deg, rgba(11,17,34,.95), rgba(2,6,23,.98));
  border: 1px solid var(--border-subtle); border-radius: var(--radius-lg);
  overflow: hidden; position: relative;
  box-shadow: 0 40px 100px rgba(0,0,0,.5); padding: 64px; text-align: center;
}
.sv-cta-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, var(--brand-red), var(--emerald));
}
.sv-cta-card h2 { font-size: var(--v24-fs-3xl); margin-bottom: 16px; }
.sv-cta-card p { color: var(--text-secondary); font-size: var(--v24-fs-md); max-width: 700px; margin: 0 auto 32px; line-height: 1.8; }
.sv-cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

/* === RESPONSIVE === */
@media(max-width: 768px) {
  .sv-cta-card { padding: 40px 24px; }
  .sv-hero-cta { flex-direction: column; align-items: center; }
  .sv-hero-cta .sv-btn { width: 100%; max-width: 340px; justify-content: center; }
  .sv-stats { gap: 12px; }
  .sv-section { padding: 72px 0; }
}
@media(max-width: 600px) {
  .sv-hero h1 { font-size: var(--v24-fs-2xl); }
  .sv-hero { min-height: 82dvh; padding: 100px 0 72px; }
  .sv-hero-content { padding: 0 8px; }
  .sv-hero-cta .sv-btn { padding: 16px 32px; font-size: var(--v24-fs-xs); }
}

@media(prefers-reduced-motion: reduce) {
  .sv-reveal { opacity: 1; transform: none; transition: none; }
  .elementor-widget-html * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.sv-reveal{opacity:1!important;transform:none!important}.sv-contact-glass{opacity:1!important;transform:none!important}

/* Page-scoped overrides */
img[loading="lazy"]{background:none!important;animation:none!important;}
.sv-title{text-wrap:balance;}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #38bdf8!important;outline-offset:3px!important;}
@media(prefers-reduced-motion:reduce){.sv-grain,#sv-particles,.sv-hero-cta::before,.sv-hero-cta::after{display:none!important;}*{scroll-behavior:auto!important;}}
@media(max-width:900px){#sv-particles,.sv-grain{display:none!important;}}

/* Spacing overrides */
.elementor-widget-html .sv-header{margin-bottom:clamp(40px,6vw,72px)!important;}
.elementor-widget-html .sv-label{margin-bottom:clamp(14px,2.2vw,20px)!important;}
.elementor-widget-html .sv-title{margin-bottom:clamp(18px,2.5vw,28px)!important;}
.elementor-widget-html .sv-section{padding-top:clamp(88px,10vw,120px)!important;padding-bottom:clamp(88px,10vw,120px)!important;}
html{scroll-padding-top:0.75rem;}

/* Left-border accent for non-centered section titles */
.sv-title--accent{position:relative;padding-left:20px;}
.sv-title--accent::before{content:'';position:absolute;left:0;top:.15em;bottom:.15em;width:4px;border-radius:2px;background:linear-gradient(180deg,var(--emerald),var(--ice-blue));}

/* Stats spacing (replaces inline style) */
.sv-stats--spaced{margin-top:56px}

/* CTA footer links (replaces inline styles) */
.sv-cta-footer{margin-top:24px;font-size:var(--v24-fs-sm);color:var(--text-muted)}
.sv-cta-footer a{color:var(--emerald);text-decoration:underline;text-underline-offset:3px}
