:root {
    --green: #76C442;
    --green-dark: #1E3A1E;
    --green-light: #5aA832;
    --green-pale: rgba(118,196,66,0.08);
    --orange: #EF7833;
    --orange-pale: rgba(239,120,51,0.10);
    --dark: #1E2B1E;
    --darker: #111811;
    --card: #1c271c;
    --card2: #162016;
    --white: #F4FFF0;
    --gray: #6b896b;
    --gray-light: #a8c4a8;
    --red: #e85c4a;
    --border: rgba(118,196,66,0.12);
}

body.elementor-page-7461 { background: var(--darker) !important; color: var(--white) !important; }

/* ─── NAV ─── */
.sk-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
    padding: 1.25vw 3.333vw;
    display: flex; align-items: center; justify-content: space-between;
    background: rgba(17,24,17,0.9);
    backdrop-filter: blur(1.111vw);
    border-bottom: 0.069vw solid var(--border);
}
.sk-nav-logo { font-family: 'Syne', sans-serif; font-size: 1.389vw; font-weight: 800; color: var(--green); display: flex; align-items: center; gap: 0.694vw; }
.sk-nav-logo img { height: 2.222vw; }
.sk-nav-right { display: flex; align-items: center; gap: 1.667vw; }
.sk-nav-link { color: var(--gray-light) !important; font-size: 0.972vw; text-decoration: none; font-weight: 400; transition: color 0.2s; }
.sk-nav-link:hover { color: var(--green) !important; }
.sk-nav-cta { background: var(--green); color: var(--darker) !important; padding: 0.694vw 1.528vw; border-radius: 6.944vw; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.903vw; text-decoration: none; transition: all 0.2s; }
.sk-nav-cta:hover { background: var(--green-light); transform: translateY(-0.069vw); }

/* ─── HERO ─── */
.sk-hero {
    min-height: 100vh; display: flex; flex-direction: column;
    align-items: center; justify-content: center; text-align: center;
    padding: 9.722vw 1.667vw 6.944vw; position: relative; overflow: hidden;
    background: var(--darker);
}
.sk-hero-glow { position: absolute; width: 48.611vw; height: 34.722vw; background: radial-gradient(ellipse, rgba(118,196,66,0.14) 0%, transparent 70%); top: 10%; left: 50%; transform: translateX(-50%); pointer-events: none; }
.sk-hero h1 { font-family: 'Syne', sans-serif; font-size: 6.667vw; font-weight: 800; line-height: 0.95; letter-spacing: -0.208vw; margin-bottom: 1.944vw; animation: fadeUp 0.5s 0.1s ease both; }
.sk-hero h1 .line-green { color: var(--green); display: block; }
.sk-hero h1 .line-white { color: var(--white); display: block; }
.sk-hero h1 .line-muted { color: var(--gray); display: block; font-size: 3.75vw; font-weight: 400; letter-spacing: 0px; margin-bottom: 0.556vw; }
.sk-hero-desc { font-size: 1.458vw !important; color: var(--gray-light) !important; max-width: 36.111vw; margin: 0 auto 1.389vw !important; font-weight: 300; line-height: 1.65 !important; text-align: center !important; }
.sk-hero-bold { font-size: 1.458vw !important; color: var(--white) !important; max-width: 36.111vw; margin: 0 auto 3.333vw !important; font-weight: 500; line-height: 1.5 !important; text-align: center !important; }
.sk-hero-bold span { color: var(--green); }
.sk-hero-btns { display: flex; gap: 0.972vw; flex-wrap: wrap; justify-content: center; margin-bottom: 4.167vw; }
.sk-btn-primary { background: var(--green); color: var(--darker) !important; padding: 1.111vw 2.5vw; border-radius: 6.944vw; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.042vw; text-decoration: none; display: inline-flex; align-items: center; gap: 0.556vw; transition: all 0.25s; }
.sk-btn-primary:hover { background: var(--green-light); transform: translateY(-0.139vw); box-shadow: 0 1.111vw 2.778vw rgba(118,196,66,0.3); color: var(--darker); }
.sk-btn-ghost { background: transparent; color: var(--white) !important; padding: 1.111vw 2.5vw; border-radius: 6.944vw; border: 0.104vw solid rgba(255,255,255,0.15); font-family: 'Syne', sans-serif; font-weight: 600; font-size: 1.042vw; text-decoration: none; transition: all 0.25s; }
.sk-btn-ghost:hover { border-color: var(--green); color: var(--green) !important; }
.sk-hero-trust { display: flex; align-items: center; gap: 1.389vw; flex-wrap: wrap; justify-content: center; }
.sk-trust-chip { display: flex; align-items: center; gap: 0.417vw; font-size: 0.903vw; color: var(--gray); font-weight: 300; }
.sk-trust-chip::before { content: '✓'; color: var(--green); font-weight: 800; font-size: 0.833vw; }
.sk-trust-dot { width: 0.278vw; height: 0.278vw; background: var(--border); border-radius: 50%; display: inline-block; }

/* ─── STATS ─── */
.sk-stats { border-top: 0.069vw solid var(--border); border-bottom: 0.069vw solid var(--border); background: var(--card); padding: 2.5vw 3.333vw; display: flex; justify-content: center; gap: 5vw; flex-wrap: wrap; }
.sk-stat { text-align: center; }
.sk-stat-n { font-family: 'Syne', sans-serif; font-size: 2.5vw; font-weight: 800; color: var(--green); display: block; }
.sk-stat-l { font-size: 0.903vw; color: var(--gray); font-weight: 300; }

/* ─── SHARED ─── */
.sk-wrap { max-width: 75vw; margin: 0 auto; padding: 0 1.667vw; }
.sk-sec { padding: 6.944vw 0; }
.sk-sec-tag { font-size: 0.833vw; font-weight: 700; letter-spacing: 0.104vw; color: var(--green); text-transform: uppercase; display: block; margin-bottom: 0.972vw; }
.sk-sec-title { font-family: 'Syne', sans-serif; font-size: 3.75vw; font-weight: 800; line-height: 1.05; letter-spacing: -0.104vw; margin-bottom: 1.389vw; color: var(--white); }
.sk-sec-sub { font-size: 1.25vw; max-width: 34.722vw; color: var(--gray-light); font-weight: 300; line-height: 1.7; }
.sk-sec-sub-2 { margin: auto !important }

/* ─── WHO CARDS ─── */
.sk-who-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.972vw; margin-top: 3.611vw; }
.sk-who-card { background: var(--card); border: 0.104vw solid var(--border); border-radius: 1.25vw; padding: 1.944vw 1.528vw; transition: all 0.25s; cursor: default; position: relative; overflow: hidden; }
.sk-who-card:hover { background: rgba(239,120,51,0.08); border-color: rgba(239,120,51,0.35); transform: translateY(-0.208vw); }
.sk-who-card:hover h3 { color: var(--orange); }
.sk-who-card.active { background: rgba(239,120,51,0.15); border-color: rgba(239,120,51,0.5); }
.sk-who-card.active h3 { color: var(--orange); }
.sk-who-icon { font-size: 2.222vw; margin-bottom: 0.972vw; display: block; }
.sk-who-card h3 { font-family: 'Syne', sans-serif; font-size: 1.042vw; font-weight: 800; margin-bottom: 0.556vw; color: var(--white); transition: color 0.2s; }
.sk-who-card p { font-size: 0.903vw; color: var(--gray-light); font-weight: 300; line-height: 1.5; }

/* ─── TIMELINE ─── */
.sk-timeline-section { padding: 6.944vw 1.667vw; background: var(--darker); }
.sk-timeline-inner { max-width: 75vw; margin: 0 auto; }
.sk-timeline-track { position: relative; margin-top: 4.444vw; display: flex; align-items: flex-start; justify-content: space-between; }
.sk-timeline-track::before { content: ''; position: absolute; top: 2.222vw; left: 5%; right: 5%; height: 0.139vw; background: repeating-linear-gradient(90deg, var(--green) 0, var(--green) 0.833vw, transparent 0.833vw, transparent 1.389vw); z-index: 0; }
.sk-tl-step { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1; padding: 0 0.556vw; }
.sk-tl-icon { width: 4.444vw; height: 4.444vw; border-radius: 1.111vw; background: var(--darker); border: 0.139vw solid rgba(30,43,30,0.12); display: flex; align-items: center; justify-content: center; font-size: 1.806vw; margin-bottom: 1.111vw; transition: all 0.3s; }
.sk-tl-step:hover .sk-tl-icon { background: rgba(118,196,66,0.12); border-color: var(--green); transform: translateY(-0.278vw); box-shadow: 0 0.556vw 1.667vw rgba(118,196,66,0.2); }
.sk-tl-num { font-family: 'Syne', sans-serif; font-size: 1.528vw; font-weight: 800; color: var(--green); margin-bottom: 0.694vw; }
.sk-tl-step:nth-child(3) .sk-tl-num { color: var(--orange); }
.sk-tl-title { font-family: 'Syne', sans-serif; font-size: 0.903vw; font-weight: 800; color: var(--white); margin-bottom: 0.556vw; line-height: 1.3; }
.sk-tl-desc { font-size: 0.833vw; color: var(--gray); font-weight: 300; line-height: 1.5; }

/* ─── FORM ─── */
.sk-form-section { padding: 6.944vw 1.667vw; background: var(--darker); }
.sk-form-inner { max-width: 50vw; margin: 0 auto; }
.sk-form-header { text-align: center; margin-bottom: 3.889vw; }
.sk-prog-wrap { margin-bottom: 3.333vw; }
.sk-prog-row { display: flex; align-items: center; justify-content: center; }
.sk-prog-dot { width: 2.639vw; height: 2.639vw; border-radius: 50%; background: var(--darker); border: 0.139vw solid rgba(30,43,30,0.12); display: flex; align-items: center; justify-content: center; font-family: 'Syne', sans-serif; font-size: 0.903vw; font-weight: 800; color: var(--gray); transition: all 0.3s; z-index: 1; flex-shrink: 0; }
.sk-prog-dot.active { background: var(--green); border-color: var(--green); color: var(--darker); box-shadow: 0 0 1.389vw rgba(118,196,66,0.35); }
.sk-prog-dot.done { background: rgba(118,196,66,0.15); border-color: var(--green); color: var(--green); }
.sk-prog-line { flex: 1; height: 0.139vw; background: var(--border); max-width: 5.556vw; transition: background 0.3s; }
.sk-prog-line.done { background: var(--green); }
.sk-prog-hint { text-align: center; font-size: 0.903vw; color: var(--gray); margin-top: 0.694vw; }
.sk-prog-hint span { color: var(--green); font-weight: 500; }
.sk-form-card { background: var(--card); border: 0.069vw solid var(--border); border-radius: 1.667vw; padding: 3.611vw 3.333vw; position: relative; overflow: hidden; }
.sk-form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 0.208vw; background: linear-gradient(90deg, var(--green), var(--green-light)); }
.sk-f-step { display: none; animation: fadeUp 0.35s ease both; }
.sk-f-step.active { display: block; }
.sk-f-step h2 { font-family: 'Syne', sans-serif; font-size: 1.667vw; font-weight: 800; letter-spacing: -0.035vw; margin-bottom: 0.417vw; color: var(--white); }
.sk-f-desc { font-size: 1.042vw; color: var(--gray-light); font-weight: 300; margin-bottom: 2.5vw !important; line-height: 1.6; }
.sk-opts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.694vw; margin-bottom: 2.5vw; }
.sk-opt { background: var(--darker); border: 0.104vw solid rgba(118,196,66,0.1); border-radius: 0.972vw; padding: 1.389vw 0.972vw; text-align: center; cursor: pointer; transition: all 0.2s; color: var(--gray-light); font-family: 'Syne', sans-serif; font-size: 0.972vw; font-weight: 400; }
.sk-opt .sk-oi { font-size: 1.806vw; display: block; margin-bottom: 0.556vw; }
.sk-opt:hover, .sk-opt.sel { background: rgba(118,196,66,0.12); border-color: var(--green); color: var(--green); transform: translateY(-0.139vw); }
.sk-ig { margin-bottom: 1.528vw; }
.sk-il { display: block; font-size: 0.903vw; color: var(--gray-light); font-weight: 400; margin-bottom: 0.486vw; }
.sk-ii, .sk-is { width: 100%; background: var(--darker); border: 0.104vw solid rgba(118,196,66,0.15); border-radius: 0.833vw; padding: 0.903vw 1.111vw; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 1.042vw; outline: none; transition: border-color 0.2s; -webkit-appearance: none; height: 3.194vw !important; }
.sk-ii:focus, .sk-is:focus { border-color: var(--green); box-shadow: 0 0 0 0.208vw rgba(118,196,66,0.1); }
.sk-is option { background: var(--card); color: var(--white); }
.sk-ir { display: grid; grid-template-columns: 1fr 1fr; gap: 1.111vw; }
.sk-f-nav { display: flex; gap: 0.694vw; margin-top: 2.5vw; }
.sk-f-back { background: transparent; border: 0.104vw solid rgba(255,255,255,0.15); color: var(--gray-light); padding: 0.972vw 1.806vw; border-radius: 6.944vw; font-family: 'Syne', sans-serif; font-weight: 600; font-size: 0.972vw; cursor: pointer; transition: all 0.2s; }
.sk-f-back:hover { border-color: var(--green); color: var(--white); }
.sk-f-next { background: var(--green); color: var(--darker); padding: 0.972vw 0; border-radius: 6.944vw; font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.042vw; cursor: pointer; border: none; flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.556vw; transition: all 0.25s; }
.sk-f-next:hover { background: var(--green-light); transform: translateY(-0.069vw); box-shadow: 0 0.556vw 1.667vw rgba(118,196,66,0.25); }
.sk-result { text-align: center; padding: 0.833vw 0; }
.sk-result-ring { width: 6.111vw; height: 6.111vw; border-radius: 50%; background: rgba(118,196,66,0.12); border: 0.139vw solid var(--green); display: flex; align-items: center; justify-content: center; font-size: 2.639vw; margin: 0 auto 1.944vw; animation: popIn 0.5s cubic-bezier(0.175,0.885,0.32,1.275) both; }
.sk-result h2 { font-family: 'Syne', sans-serif; font-size: 2.083vw; font-weight: 800; color: var(--white); margin-bottom: 0.833vw; }
.sk-result p { font-size: 1.111vw; color: var(--gray-light); font-weight: 300; line-height: 1.7; max-width: 29.167vw; margin: 0 auto 2.222vw !important; }
.sk-result-pills { display: flex; flex-wrap: wrap; gap: 0.694vw; justify-content: center; margin-bottom: 2.222vw; }
.sk-rpill { background: rgba(118,196,66,0.1); border: 0.069vw solid rgba(118,196,66,0.25); color: var(--green); padding: 0.486vw 1.042vw; border-radius: 6.944vw; font-size: 0.903vw; font-weight: 500; }

/* ─── TESTIMONIALS ─── */
.sk-testi-sec { background: var(--darker); border-top: 0.069vw solid rgba(30,43,30,0.08); padding: 6.944vw 1.667vw; }
.sk-testi-inner { max-width: 75vw; margin: 0 auto; }
.sk-testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(20.139vw, 1fr)); gap: 1.25vw; margin-top: 3.889vw; }
.sk-tcard { background: var(--card); border: 0.069vw solid var(--border); border-radius: 1.389vw; padding: 2.222vw; transition: border-color 0.25s; }
.sk-tcard:hover { border-color: rgba(118,196,66,0.3); }
.sk-tflag { font-size: 1.806vw; margin-bottom: 1.111vw; display: block; }
.sk-ttext { font-size: 1.042vw; color: var(--gray-light); font-weight: 300; line-height: 1.75; font-style: italic; margin-bottom: 1.528vw !important; }
.sk-tauthor { display: flex; align-items: center; gap: 0.833vw; }
.sk-tavatar { width: 2.917vw; height: 2.917vw; border-radius: 50%; background: rgba(118,196,66,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.25vw; }
.sk-tname { font-family: 'Syne', sans-serif; font-size: 0.972vw; font-weight: 600; color: var(--white); }
.sk-trole { font-size: 0.833vw; color: var(--gray); font-weight: 300; }

/* ─── FINAL CTA ─── */
.sk-fcta { padding: 9.028vw 1.667vw; text-align: center; position: relative; overflow: hidden; background: var(--darker); }
.sk-fcta-glow { position: absolute; width: 41.667vw; height: 27.778vw; background: radial-gradient(ellipse, rgba(118,196,66,0.12) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.sk-fcta h2 { font-family: 'Syne', sans-serif; font-size: 5vw; font-weight: 800; line-height: 1.0; letter-spacing: -0.174vw; margin-bottom: 1.667vw; color: var(--white); }
.sk-fcta h2 .g { color: var(--green); }
.sk-fcta p { font-size: 1.319vw !important; max-width: 31.944vw; text-align: center !important; color: var(--gray-light) !important; font-weight: 300; margin: 0 auto 3.333vw !important; line-height: 1.65 !important; }
.sk-trust-row { display: flex; align-items: center; justify-content: center; gap: 1.944vw; flex-wrap: wrap; margin-top: 3.333vw; }
.sk-trow-item { display: flex; align-items: center; gap: 0.417vw; font-size: 0.903vw; color: var(--gray); font-weight: 300; }
.sk-trow-item::before { content: '✓'; color: var(--green); font-weight: 800; }

/* ─── FOOTER ─── */
.sk-footer { background: var(--darker); border-top: 0.069vw solid var(--border); padding: 2.5vw 3.333vw; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.111vw; }
.sk-flogo img { height: 1.944vw; }
.sk-flinks { display: flex; gap: 1.667vw; }
.sk-flinks a { color: var(--gray) !important; font-size: 0.903vw; text-decoration: none; font-weight: 300; transition: color 0.2s; }
.sk-flinks a:hover { color: var(--white) !important; }
.sk-fcopy { font-size: 0.833vw; color: var(--gray); font-weight: 300; }

body.elementor-page-7461 .trp-language-switcher {
	top: 10px;
	right: 10px
}

/* ─── ANIMATIONS ─── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes popIn { from { opacity: 0; transform: scale(0.4); } to { opacity: 1; transform: scale(1); } }
.sk-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.sk-reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .sk-nav { padding: 14px 18px; flex-direction: column }
  .sk-nav-logo { font-size: 20px; gap: 10px; }
  .sk-nav-logo img { height: 32px; }
  .sk-nav-right { gap: 24px; width: 100%; justify-content: center; margin-top: 14px }
  .sk-nav-link { font-size: 12px; padding: 0 !important }
  .sk-nav-cta { padding: 8px 10px !important; border-radius: 100px; font-size: 12px; }
  .sk-nav-cta:hover { transform: translateY(-1px); }

  .sk-hero { padding: 100px 16px 60px; }
  .sk-hero-glow { width: 400px; height: 300px; }
  .sk-hero h1 { letter-spacing: -2px; margin-bottom: 20px; font-size: 70px;  }
  .sk-hero h1 .line-muted { margin-bottom: 6px; }
  .sk-hero-desc { max-width: 100%; margin: 0 auto 14px !important; font-size: 18px !important; }
  .sk-hero-bold { max-width: 100%; margin: 0 auto 36px !important; font-size: 18px !important; }
  .sk-hero-btns { gap: 10px; margin-bottom: 40px; }
  .sk-btn-primary { padding: 14px 28px; border-radius: 100px; font-size: 13px; gap: 8px; }
  .sk-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(118,196,66,0.3); }
  .sk-btn-ghost { padding: 14px 28px; border-radius: 100px; border-width: 1.5px; font-size: 15px; }
  .sk-hero-trust { gap: 16px; }
  .sk-trust-chip { gap: 6px; font-size: 13px; }
  .sk-trust-chip::before { font-size: 12px; }
  .sk-trust-dot { width: 4px; height: 4px; }

  .sk-stats { gap: 32px; padding: 24px; }
  .sk-stat-n { font-size: 28px; }
  .sk-stat-l { font-size: 13px; }

  .sk-wrap { max-width: 100%; padding: 0 16px; }
  .sk-sec { padding: 60px 0; }
  .sk-sec-tag { font-size: 12px; letter-spacing: 1.5px; margin-bottom: 14px; }
  .sk-sec-title { letter-spacing: -1px; margin-bottom: 16px; font-size: 46px }
  .sk-sec-sub { font-size: 16px; max-width: 100%; }

  .sk-who-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 36px; }
  .sk-who-card { border-radius: 16px; padding: 22px 16px; border-width: 1.5px; }
  .sk-who-card:hover { transform: translateY(-3px); }
  .sk-who-icon { font-size: 28px; margin-bottom: 10px; }
  .sk-who-card h3 { font-size: 14px; margin-bottom: 6px; }
  .sk-who-card p { font-size: 13px; }

  .sk-timeline-section { padding: 60px 16px; }
  .sk-timeline-inner { max-width: 100%; }
  .sk-timeline-track { flex-direction: column; align-items: center; gap: 32px; margin-top: 48px; }
  .sk-timeline-track::before { display: none; }
  .sk-tl-icon { width: 56px; height: 56px; border-radius: 14px; font-size: 24px; margin-bottom: 12px; border-width: 2px; }
  .sk-tl-step:hover .sk-tl-icon { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(118,196,66,0.2); }
  .sk-tl-num { font-size: 20px; margin-bottom: 8px; }
  .sk-tl-title { font-size: 13px; margin-bottom: 6px; }
  .sk-tl-desc { font-size: 12px; }

  .sk-form-section { padding: 60px 16px; }
  .sk-form-inner { max-width: 100%; }
  .sk-form-header { margin-bottom: 40px; }
  .sk-prog-wrap { margin-bottom: 28px; }
  .sk-prog-dot { width: 34px; height: 34px; font-size: 13px; }
  .sk-prog-dot.active { box-shadow: 0 0 16px rgba(118,196,66,0.35); }
  .sk-prog-line { height: 2px; max-width: 60px; }
  .sk-prog-hint { font-size: 13px; margin-top: 10px; }
  .sk-form-card { padding: 28px 20px; border-radius: 20px; border-width: 1px; }
  .sk-form-card::before { height: 3px; }
  .sk-f-step h2 { font-size: 22px; letter-spacing: -0.5px; margin-bottom: 6px; }
  .sk-f-desc { font-size: 15px; margin-bottom: 28px !important; }
  .sk-opts { grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 28px; }
  .sk-opt { border-radius: 12px; padding: 16px 10px; border-width: 1.5px; font-size: 13px; }
  .sk-opt .sk-oi { font-size: 24px; margin-bottom: 6px; }
  .sk-opt:hover, .sk-opt.sel { transform: translateY(-2px); }
  .sk-ig { margin-bottom: 18px; }
  .sk-il { font-size: 13px; margin-bottom: 6px; }
  .sk-ii, .sk-is { border-radius: 10px; padding: 12px 14px; font-size: 15px; border-width: 1.5px; height: 46px; }
  .sk-ii:focus, .sk-is:focus { box-shadow: 0 0 0 3px rgba(118,196,66,0.1); }
  .sk-ir { grid-template-columns: 1fr; gap: 0; }
  .sk-f-nav { gap: 8px; margin-top: 28px; }
  .sk-f-back { padding: 13px 22px; border-radius: 100px; font-size: 14px; border-width: 1.5px; }
  .sk-f-next { padding: 13px 0; border-radius: 100px; font-size: 15px; gap: 6px; }
  .sk-f-next:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(118,196,66,0.25); }
  .sk-result { padding: 8px 0; }
  .sk-result-ring { width: 72px; height: 72px; font-size: 32px; margin: 0 auto 24px; border-width: 2px; }
  .sk-result h2 { font-size: 26px; margin-bottom: 10px; }
  .sk-result p { font-size: 15px; max-width: 100%; margin: 0 auto 24px !important; }
  .sk-result-pills { gap: 8px; margin-bottom: 24px; }
  .sk-rpill { padding: 6px 14px; border-radius: 100px; font-size: 13px; border-width: 1px; }

  .sk-testi-sec { padding: 60px 16px; border-top-width: 1px; }
  .sk-testi-inner { max-width: 100%; }
  .sk-testi-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 40px; }
  .sk-tcard { border-radius: 18px; padding: 26px; border-width: 1px; }
  .sk-tflag { font-size: 24px; margin-bottom: 14px; }
  .sk-ttext { font-size: 15px; margin-bottom: 18px !important; }
  .sk-tauthor { gap: 10px; }
  .sk-tavatar { width: 38px; height: 38px; font-size: 16px; }
  .sk-tname { font-size: 14px; }
  .sk-trole { font-size: 12px; }

  .sk-fcta { padding: 80px 16px; }
  .sk-fcta-glow { width: 340px; height: 240px; }
  .sk-fcta h2 { letter-spacing: -2px; margin-bottom: 18px; font-size: 50px }
  .sk-fcta p { font-size: 17px !important; max-width: 100%; margin: 0 auto 36px !important; }
  .sk-trust-row { gap: 20px; margin-top: 36px; }
  .sk-trow-item { gap: 6px; font-size: 13px; }

  .sk-footer { text-align: center; padding: 24px; gap: 16px; border-top-width: 1px; }
  .sk-flogo { display: flex; align-items: center; justify-content: center; width: 100% }
  .sk-flogo img { height: 28px; }
  .sk-flinks { gap: 20px; }
  .sk-flinks a { font-size: 13px; }
  .sk-fcopy { font-size: 12px; width: 100% }
}