/* =========================================================
   Stratos Studio — Short-Form & Social Media
   sf-styles.css  v3  (vibrant pink/purple/orange palette)
   ========================================================= */

/* ── Reset ────────────────────────────────────────────── */
.sf-page { all: initial; display: block; font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; }
.sf-page *, .sf-page *::before, .sf-page *::after { box-sizing: border-box !important; }
.sf-page { color: #e8e8ea !important; background: #0c0c10 !important; overflow-x: hidden; width: 100%; line-height: 1.5; }
.sf-page p, .sf-page span, .sf-page li, .sf-page blockquote { color: inherit; }
.sf-page h1, .sf-page h2, .sf-page h3, .sf-page h4 { color: #fff !important; line-height: 1.15; font-weight: 700; margin: 0; }
.sf-page a { text-decoration: none !important; cursor: pointer; }
.sf-page ul { list-style: none; margin: 0; padding: 0; }
.sf-page em { font-style: italic; color: #e8567a !important; }

/* ── Color variables ──────────────────────────────────── */
/* orange: #cb360f  pink: #e8567a  purple: #9b59d0  */

/* ── Buttons ─────────────────────────────────────────── */
.sf-btn-primary {
  display: inline-flex !important; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #cb360f 0%, #e8567a 100%) !important;
  color: #fff !important; padding: 14px 28px; border-radius: 100px;
  font-weight: 600; font-size: 15px; border: none;
  box-shadow: 0 4px 24px rgba(232,86,122,.35);
  transition: opacity .2s, transform .15s, box-shadow .2s;
}
.sf-btn-primary:hover { opacity: .9; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(232,86,122,.5); color: #fff !important; }

.sf-btn-secondary {
  display: inline-flex !important; align-items: center; gap: 6px;
  color: #fff !important; font-weight: 500; font-size: 15px;
  padding: 14px 24px; border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,.25) !important;
  transition: border-color .2s, background .2s, transform .15s;
}
.sf-btn-secondary:hover { border-color: rgba(232,86,122,.6) !important; background: rgba(232,86,122,.08); transform: translateY(-2px); color: #fff !important; }

/* ── Label pill ──────────────────────────────────────── */
.sf-label {
  display: inline-block;
  background: linear-gradient(135deg, rgba(203,54,15,.18), rgba(155,89,208,.18));
  color: #e8567a !important;
  border: 1px solid rgba(232,86,122,.35);
  padding: 5px 14px; border-radius: 100px;
  font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 18px;
}

/* ── Section containers ───────────────────────────────── */
.sf-section { padding: 100px 24px; position: relative; }
.sf-section-dark { background: #0c0c10 !important; }
.sf-section-dark .sf-heading { color: #fff !important; }
.sf-section-dark .sf-subheading { color: rgba(232,232,234,.55) !important; }
.sf-section-white { background: #ffffff !important; }
.sf-section-white .sf-heading { color: #111 !important; }
.sf-section-white .sf-subheading { color: #555 !important; }
.sf-section-white .sf-label { background: rgba(232,86,122,.1); border-color: rgba(232,86,122,.3); }
.sf-section-white p, .sf-section-white li { color: #444 !important; }
.sf-section-white h3, .sf-section-white h4 { color: #111 !important; }
.sf-section-light { background: #f3f3f6 !important; }
.sf-section-light .sf-heading { color: #111 !important; }
.sf-section-light .sf-subheading { color: #555 !important; }
.sf-section-light .sf-label { background: rgba(232,86,122,.1); border-color: rgba(232,86,122,.3); }
.sf-section-light p, .sf-section-light li { color: #444 !important; }
.sf-section-light h3, .sf-section-light h4 { color: #111 !important; }

.sf-center { text-align: center; max-width: 660px; margin: 0 auto 56px; }
.sf-heading { font-size: clamp(30px,4vw,50px); font-weight: 800; letter-spacing: -.02em; margin-bottom: 16px; }
.sf-subheading { font-size: 16px; max-width: 520px; margin: 0 auto; line-height: 1.65; }

/* ═══════════════════════════════════════════════════════ */
/* HERO                                                    */
/* ═══════════════════════════════════════════════════════ */
.sf-hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: space-between;
  position: relative; overflow: hidden;
  padding: 160px 60px 100px; gap: 60px;
  background: #0c0c10 !important;
}

.sf-hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 70% at 70% 30%, rgba(155,89,208,.22) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 20% 70%, rgba(232,86,122,.18) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 50% 100%, rgba(203,54,15,.12) 0%, transparent 60%);
}

/* Animated blobs — 3 colours */
.sf-blob {
  position: absolute; border-radius: 50%;
  filter: blur(80px); z-index: 0; pointer-events: none;
  animation: sf-float 14s ease-in-out infinite;
}
.sf-blob-1 {
  width: 520px; height: 520px; opacity: .35;
  background: radial-gradient(circle, #9b59d0, #e8567a);
  top: -120px; right: 5%; animation-delay: 0s;
}
.sf-blob-2 {
  width: 350px; height: 350px; opacity: .3;
  background: radial-gradient(circle, #e8567a, #cb360f);
  bottom: -20px; left: 2%; animation-delay: 5s;
}
.sf-blob-3 {
  width: 280px; height: 280px; opacity: .25;
  background: radial-gradient(circle, #7c3aed, #9b59d0);
  top: 30%; left: 35%; animation-delay: 9s;
}

@keyframes sf-float {
  0%,100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(24px,-36px) scale(1.06); }
  66% { transform: translate(-18px,22px) scale(.94); }
}

/* Hero content */
.sf-hero-content { position: relative; z-index: 2; flex: 0 0 auto; max-width: 560px; }

.sf-social-proof-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  padding: 8px 16px; border-radius: 100px;
  font-size: 13px; color: rgba(232,232,234,.8) !important; margin-bottom: 24px;
}
.sf-avatars { display: flex; gap: 4px; font-size: 16px; }

.sf-hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  color: #e8567a !important; font-size: 13px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 20px;
}
.sf-hero-tag-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, #e8567a, #9b59d0);
  box-shadow: 0 0 10px rgba(232,86,122,.8);
  animation: sf-pulse 2s ease-in-out infinite; flex-shrink: 0;
}
@keyframes sf-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.75)} }

/* Gradient hero headline */
.sf-hero-content h1 {
  font-size: clamp(40px,6vw,76px) !important;
  font-weight: 900 !important; letter-spacing: -.03em; line-height: 1.05 !important;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #fff 0%, #f0c8d4 40%, #e8567a 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.sf-hero-content > p {
  font-size: 18px !important; color: rgba(232,232,234,.65) !important;
  max-width: 460px; margin-bottom: 36px; line-height: 1.65 !important;
}
.sf-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Phone mockup */
.sf-hero-visual {
  position: relative; z-index: 2; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  padding: 30px 50px;
}

.sf-phone {
  width: 220px; height: 440px;
  background: linear-gradient(160deg, #1a1525, #130f1a);
  border-radius: 38px;
  border: 1.5px solid rgba(155,89,208,.25);
  box-shadow: 0 32px 80px rgba(0,0,0,.7), 0 0 40px rgba(155,89,208,.12), inset 0 1px 0 rgba(255,255,255,.08);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; padding-top: 28px;
}
.sf-phone::after {
  content:''; position:absolute; inset:0;
  background: linear-gradient(180deg,transparent 50%,rgba(155,89,208,.12) 100%);
  pointer-events:none;
}
.sf-phone-notch {
  width: 88px; height: 26px; background: #0c0c10;
  border-radius: 0 0 16px 16px;
  position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 3;
}
.sf-phone-inner {
  flex:1; width:100%; display:flex; flex-direction:column;
  align-items:center; justify-content:center; gap:14px; margin-top:18px;
}
.sf-phone-play {
  width:54px; height:54px; border-radius:50%;
  background: linear-gradient(135deg, #cb360f, #e8567a);
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 4px 24px rgba(232,86,122,.5);
}
.sf-phone-label { font-size:12px; color:rgba(255,255,255,.35) !important; text-align:center; }

/* Phone stat pills */
.sf-phone-stat {
  position: absolute; z-index: 4;
  background: rgba(26,21,37,.92); backdrop-filter: blur(12px);
  border: 1px solid rgba(155,89,208,.3);
  border-radius: 14px; padding: 10px 16px;
  font-size: 13px; font-weight: 700; color: #fff !important;
  white-space: nowrap; box-shadow: 0 8px 28px rgba(0,0,0,.5);
}
.sf-phone-stat-1 { top: 70px; right: -10px; }
.sf-phone-stat-2 { bottom: 100px; left: -20px; }

/* ═══════════════════════════════════════════════════════ */
/* MARQUEE                                                 */
/* ═══════════════════════════════════════════════════════ */
.sf-marquee-wrap {
  overflow:hidden;
  background: linear-gradient(90deg, rgba(155,89,208,.08), rgba(232,86,122,.08), rgba(203,54,15,.08));
  border-top: 1px solid rgba(155,89,208,.2);
  border-bottom: 1px solid rgba(232,86,122,.2);
  padding:18px 0; white-space:nowrap;
}
.sf-marquee-track { display:inline-flex; animation:sf-marquee 30s linear infinite; }
@keyframes sf-marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.sf-marquee-item {
  display:inline-flex; align-items:center; gap:20px;
  font-size:13px; font-weight:600; letter-spacing:.06em; text-transform:uppercase;
  color:rgba(232,232,234,.4) !important; padding:0 20px;
}
.sf-marquee-dot {
  display:inline-block; width:5px; height:5px; border-radius:50%; flex-shrink:0;
  background: linear-gradient(135deg, #e8567a, #9b59d0);
}

/* ═══════════════════════════════════════════════════════ */
/* SERVICES                                                */
/* ═══════════════════════════════════════════════════════ */
.sf-services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1100px; margin:0 auto; }

.sf-service-card {
  background: linear-gradient(145deg, #14111d, #11101a);
  border: 1px solid rgba(155,89,208,.15);
  border-radius:20px; padding:36px 30px;
  transition:border-color .25s, transform .25s;
  position:relative; overflow:hidden;
}
.sf-service-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:2px;
  background:linear-gradient(90deg, #cb360f, #e8567a, #9b59d0);
  opacity:0; transition:opacity .3s;
}
.sf-service-card:hover { border-color:rgba(232,86,122,.4); transform:translateY(-4px); }
.sf-service-card:hover::before { opacity:1; }
.sf-service-num { font-size:12px; font-weight:700; letter-spacing:.08em; margin-bottom:14px;
  background:linear-gradient(135deg,#e8567a,#9b59d0); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.sf-service-icon { font-size:30px; margin-bottom:14px; display:block; }
.sf-service-card h3 { font-size:19px; color:#fff !important; margin-bottom:12px; }
.sf-service-card p { font-size:14px; color:rgba(232,232,234,.55) !important; line-height:1.65; margin-bottom:20px; }
.sf-service-link { font-size:13px; font-weight:600; color:#e8567a !important; }
.sf-service-link:hover { color:#cb360f !important; }

/* ═══════════════════════════════════════════════════════ */
/* VIDEO GRID                                              */
/* ═══════════════════════════════════════════════════════ */
.sf-videos-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:1100px; margin:0 auto; }
.sf-video-card {
  border-radius:18px; overflow:hidden;
  border:1px solid rgba(155,89,208,.15); background:#100f18;
  position:relative; aspect-ratio:9/16; max-height:460px; display:flex; flex-direction:column;
}
.sf-video-badge {
  position:absolute; top:14px; left:14px; z-index:2;
  background: linear-gradient(135deg, #cb360f, #e8567a);
  color:#fff !important; font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  padding:4px 12px; border-radius:100px;
}
.sf-video-placeholder {
  flex:1; display:flex; align-items:center; justify-content:center;
  background: linear-gradient(145deg, #100f18, #16132a);
}
.sf-video-play-btn {
  width:58px; height:58px; border-radius:50%;
  background: linear-gradient(135deg, rgba(203,54,15,.8), rgba(232,86,122,.8));
  display:flex; align-items:center; justify-content:center;
  border:2px solid rgba(255,255,255,.2); transition:all .2s;
}
.sf-video-card:hover .sf-video-play-btn { background:linear-gradient(135deg,#cb360f,#e8567a); transform:scale(1.08); }
.sf-video-soon { padding:12px 16px; text-align:center; font-size:12px; color:rgba(232,232,234,.3) !important; }

/* ═══════════════════════════════════════════════════════ */
/* STATS BAR                                               */
/* ═══════════════════════════════════════════════════════ */
.sf-stats-bar {
  background: linear-gradient(135deg, #cb360f 0%, #e8567a 50%, #9b59d0 100%) !important;
  padding:52px 24px;
}
.sf-stats-inner { max-width:920px; margin:0 auto; display:flex; align-items:center; justify-content:space-around; flex-wrap:wrap; gap:32px; }
.sf-stat { text-align:center; }
.sf-stat-num { font-size:clamp(38px,4.5vw,56px) !important; font-weight:900 !important; color:#fff !important; letter-spacing:-.02em; line-height:1; }
.sf-stat-label { font-size:14px; color:rgba(255,255,255,.8) !important; margin-top:6px; font-weight:500; }
.sf-stat-divider { width:1px; height:60px; background:rgba(255,255,255,.25); }

/* ═══════════════════════════════════════════════════════ */
/* PROCESS                                                 */
/* ═══════════════════════════════════════════════════════ */
.sf-process-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:0; max-width:1000px; margin:0 auto; position:relative; }
.sf-process-steps::before {
  content:''; position:absolute; top:27px; left:14%; right:14%; height:2px;
  background: linear-gradient(90deg, #cb360f, #e8567a, #9b59d0);
  opacity:.4;
}
.sf-process-step { padding:0 20px; text-align:center; position:relative; }
.sf-step-num {
  width:56px; height:56px; border-radius:50%;
  background: linear-gradient(135deg, #cb360f, #e8567a) !important;
  color:#fff !important; font-size:20px; font-weight:800;
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 20px;
  box-shadow: 0 4px 20px rgba(232,86,122,.4);
  position:relative; z-index:1;
}
.sf-process-step h4 { font-size:16px !important; font-weight:700 !important; color:#111 !important; margin-bottom:10px; }
.sf-process-step p { font-size:14px !important; color:#555 !important; line-height:1.65; }

/* ═══════════════════════════════════════════════════════ */
/* TESTIMONIALS                                            */
/* ═══════════════════════════════════════════════════════ */
.sf-testimonials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:1100px; margin:0 auto; }
.sf-testi-card {
  background: linear-gradient(145deg, #14111d, #11101a);
  border:1px solid rgba(155,89,208,.12); border-radius:20px; padding:30px 28px;
  display:flex; flex-direction:column; gap:16px;
  transition:border-color .25s, transform .2s;
}
.sf-testi-card:hover { border-color:rgba(232,86,122,.3); transform:translateY(-3px); }
.sf-testi-stars { font-size:17px; letter-spacing:2px;
  background: linear-gradient(135deg, #f5a623, #e8567a); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.sf-testi-card blockquote { font-size:15px; color:rgba(232,232,234,.7) !important; line-height:1.7; font-style:italic; flex:1; }
.sf-testi-author { display:flex; align-items:center; gap:12px; }
.sf-testi-avatar { font-size:30px; flex-shrink:0; }
.sf-testi-name { font-size:14px; font-weight:600; color:#fff !important; }
.sf-testi-role { font-size:12px; color:rgba(232,232,234,.4) !important; margin-top:2px; }

/* ═══════════════════════════════════════════════════════ */
/* BENEFITS                                                */
/* ═══════════════════════════════════════════════════════ */
.sf-benefits-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; max-width:900px; margin:0 auto; }
.sf-benefit-card {
  background:#fff !important; border-radius:20px; padding:36px 32px;
  border:1.5px solid #ebebef !important;
  transition:border-color .25s, transform .2s, box-shadow .2s;
}
.sf-benefit-card:hover { border-color:rgba(232,86,122,.3) !important; transform:translateY(-3px); box-shadow:0 12px 36px rgba(155,89,208,.1); }
.sf-benefit-icon { font-size:36px; margin-bottom:16px; display:block; }
.sf-benefit-card h3 { font-size:18px !important; font-weight:700 !important; color:#111 !important; margin-bottom:10px; }
.sf-benefit-card p { font-size:15px !important; color:#555 !important; line-height:1.65; margin-bottom:16px; }
.sf-benefit-highlight { font-size:13px; font-weight:600; display:block;
  background: linear-gradient(135deg, #cb360f, #e8567a); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }

/* ═══════════════════════════════════════════════════════ */
/* PACKAGES                                                */
/* ═══════════════════════════════════════════════════════ */
.sf-packages-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1000px; margin:0 auto; align-items:start; }
.sf-pkg-card {
  background: linear-gradient(145deg, #14111d, #11101a);
  border:1px solid rgba(155,89,208,.15); border-radius:24px; padding:36px 30px;
  transition:border-color .25s, transform .2s; position:relative;
}
.sf-pkg-card:hover { border-color:rgba(232,86,122,.3); transform:translateY(-4px); }
.sf-pkg-featured {
  background: linear-gradient(145deg, #1e1228, #19102a);
  border-color:rgba(232,86,122,.5) !important; transform:translateY(-10px);
  box-shadow: 0 24px 60px rgba(155,89,208,.2);
}
.sf-pkg-featured:hover { transform:translateY(-14px); }
.sf-pkg-badge {
  position:absolute; top:-15px; left:50%; transform:translateX(-50%);
  background: linear-gradient(135deg, #cb360f, #e8567a); color:#fff !important;
  font-size:11px; font-weight:700; letter-spacing:.07em; text-transform:uppercase;
  padding:5px 18px; border-radius:100px; white-space:nowrap;
  box-shadow: 0 2px 16px rgba(232,86,122,.45);
}
.sf-pkg-name { font-size:20px; font-weight:700; color:#fff !important; margin-bottom:10px; }
.sf-pkg-price { font-size:50px; font-weight:900; letter-spacing:-.03em; line-height:1;
  background: linear-gradient(135deg, #fff, #f0c8d4); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.sf-pkg-period { font-size:14px; color:rgba(232,232,234,.4) !important; margin-top:4px; margin-bottom:22px; }
.sf-pkg-divider { height:1px; background:rgba(155,89,208,.15); margin-bottom:24px; }
.sf-pkg-features { list-style:none; display:flex; flex-direction:column; gap:12px; margin-bottom:28px; padding:0; }
.sf-pkg-features li { font-size:14px; color:rgba(232,232,234,.7) !important; display:flex; align-items:flex-start; gap:10px; }
.sf-pkg-features li::before { content:'✓'; font-weight:700; font-size:13px; flex-shrink:0; margin-top:1px;
  background:linear-gradient(135deg,#e8567a,#9b59d0); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.sf-pkg-cta {
  display:block; text-align:center;
  background:rgba(255,255,255,.07); color:#fff !important;
  border:1.5px solid rgba(155,89,208,.25) !important;
  padding:13px 24px; border-radius:100px;
  font-weight:600; font-size:15px; transition:all .2s;
}
.sf-pkg-featured .sf-pkg-cta { background:linear-gradient(135deg,#cb360f,#e8567a) !important; border:none !important; box-shadow:0 4px 20px rgba(232,86,122,.4); }
.sf-pkg-cta:hover { background:rgba(232,86,122,.15); border-color:rgba(232,86,122,.4) !important; color:#fff !important; }
.sf-pkg-featured .sf-pkg-cta:hover { opacity:.9; color:#fff !important; }
.sf-pkg-note { text-align:center; margin-top:36px; font-size:14px; color:rgba(232,232,234,.4) !important; }

/* ═══════════════════════════════════════════════════════ */
/* CTA                                                     */
/* ═══════════════════════════════════════════════════════ */
.sf-cta { background:#0c0c10 !important; padding:120px 24px; text-align:center; position:relative; overflow:hidden; }
.sf-cta-blob-1 {
  position:absolute; border-radius:50%; filter:blur(100px); pointer-events:none; z-index:0;
  width:500px; height:500px;
  background: radial-gradient(circle, rgba(155,89,208,.3), rgba(232,86,122,.2));
  top:-100px; left:-80px;
}
.sf-cta-blob-2 {
  position:absolute; border-radius:50%; filter:blur(100px); pointer-events:none; z-index:0;
  width:400px; height:400px;
  background: radial-gradient(circle, rgba(232,86,122,.25), rgba(203,54,15,.15));
  bottom:-80px; right:-60px;
}
.sf-cta-badge {
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(155,89,208,.12); border:1px solid rgba(155,89,208,.25);
  padding:8px 18px; border-radius:100px;
  font-size:13px; color:rgba(232,232,234,.7) !important; font-weight:500;
  margin-bottom:32px; position:relative; z-index:1;
}
.sf-cta-badge-dot {
  width:8px; height:8px; border-radius:50%;
  background: linear-gradient(135deg, #e8567a, #9b59d0);
  box-shadow:0 0 10px rgba(232,86,122,.8); animation:sf-pulse 2s ease-in-out infinite;
}
.sf-cta h2 {
  font-size:clamp(36px,5vw,66px) !important; font-weight:900 !important; letter-spacing:-.03em; margin-bottom:16px; position:relative; z-index:1;
  background: linear-gradient(135deg, #fff 0%, #f0c8d4 50%, #e8567a 100%) !important;
  -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; background-clip: text !important;
}
.sf-cta > p { font-size:17px !important; color:rgba(232,232,234,.55) !important; max-width:480px; margin:0 auto 36px; position:relative; z-index:1; }
.sf-cta-actions { position:relative; z-index:1; }
.sf-cta-fine { margin-top:20px; font-size:13px; color:rgba(232,232,234,.3) !important; position:relative; z-index:1; }

/* ═══════════════════════════════════════════════════════ */
/* RESPONSIVE                                              */
/* ═══════════════════════════════════════════════════════ */
@media (max-width:960px) {
  .sf-hero { flex-direction:column; min-height:auto; padding:140px 24px 80px; text-align:center; align-items:center; }
  .sf-hero-content { max-width:100%; }
  .sf-hero-content > p { max-width:100%; }
  .sf-hero-actions { justify-content:center; }
  .sf-hero-visual { order:-1; padding:16px 50px; }
  .sf-phone-stat-1 { right:4px; }
  .sf-phone-stat-2 { left:4px; }
  .sf-services-grid { grid-template-columns:1fr; max-width:480px; }
  .sf-videos-grid { grid-template-columns:repeat(2,1fr); max-width:600px; }
  .sf-videos-grid .sf-video-card:last-child { display:none; }
  .sf-process-steps { grid-template-columns:repeat(2,1fr); gap:32px 16px; }
  .sf-process-steps::before { display:none; }
  .sf-testimonials-grid { grid-template-columns:1fr; max-width:480px; }
  .sf-benefits-grid { grid-template-columns:1fr; max-width:480px; }
  .sf-packages-grid { grid-template-columns:1fr; max-width:420px; }
  .sf-pkg-featured { transform:none; }
  .sf-stat-divider { width:60px; height:1px; }
}
@media (max-width:600px) {
  .sf-section { padding:72px 20px; }
  .sf-videos-grid { grid-template-columns:1fr; }
  .sf-videos-grid .sf-video-card:last-child { display:flex; }
  .sf-process-steps { grid-template-columns:1fr; gap:24px; }
  .sf-stats-inner { flex-direction:column; }
  .sf-stat-divider { width:60px; height:1px; }
  .sf-hero-content h1 { font-size:40px !important; }
  .sf-phone { width:180px; height:360px; }
  .sf-benefits-grid { grid-template-columns:1fr; }
  .sf-hero { padding:130px 20px 60px; }
}

/* ═══════════════════════════════════════════════════════ */
/* HEADER                                                  */
/* ═══════════════════════════════════════════════════════ */
.sf-header {
  position:fixed; top:0; left:0; right:0; z-index:200;
  background:rgba(12,12,16,.85); backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(155,89,208,.12);
  transition:background .3s, box-shadow .3s;
  font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
.sf-header-scrolled { background:rgba(12,12,16,.97) !important; box-shadow:0 2px 30px rgba(155,89,208,.15); }

.sf-header-inner {
  max-width:1200px; margin:0 auto;
  display:flex; align-items:center; gap:32px;
  padding:14px 32px;
}

.sf-logo { display:inline-block; text-decoration:none !important; flex-shrink:0; }
.sf-logo img { display:block; }
.sf-logo span { color:#e8567a; }

.sf-nav { display:flex; align-items:center; gap:28px; flex:1; }
.sf-nav a { font-size:14px; font-weight:500; color:rgba(232,232,234,.6) !important; text-decoration:none !important; transition:color .2s; }
.sf-nav a:hover { color:#fff !important; }

.sf-header-right { display:flex; align-items:center; gap:12px; margin-left:auto; }

.sf-lang-btn {
  background:rgba(155,89,208,.12); border:1px solid rgba(155,89,208,.3);
  color:rgba(232,232,234,.7); padding:6px 14px; border-radius:100px;
  font-size:12px; font-weight:700; letter-spacing:.06em; cursor:pointer;
  transition:all .2s; font-family:inherit;
}
.sf-lang-btn:hover { background:rgba(155,89,208,.25); color:#fff; border-color:rgba(155,89,208,.5); }

.sf-header-cta { padding:10px 20px !important; font-size:14px !important; }

.sf-hamburger {
  display:none; flex-direction:column; justify-content:center; gap:5px;
  width:36px; height:36px; background:none; border:none; cursor:pointer; padding:4px;
}
.sf-hamburger span { display:block; width:22px; height:2px; background:#fff; border-radius:2px; transition:transform .25s, opacity .25s; }
.sf-hamburger.sf-open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.sf-hamburger.sf-open span:nth-child(2) { opacity:0; }
.sf-hamburger.sf-open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }

.sf-mobile-nav {
  display:none; flex-direction:column; gap:4px;
  background:rgba(12,12,16,.98); border-top:1px solid rgba(155,89,208,.12);
  max-height:0; overflow:hidden;
  padding:0 24px; transition:max-height .35s ease, padding .35s ease;
}
.sf-mobile-nav.sf-open { max-height:420px; padding:12px 24px 20px; }
.sf-mobile-nav a { display:block; font-size:16px; font-weight:500; color:rgba(232,232,234,.75) !important; padding:10px 0; border-bottom:1px solid rgba(155,89,208,.1); text-decoration:none !important; }
.sf-mobile-nav a:last-child { border-bottom:none; }
.sf-mobile-nav a:hover { color:#e8567a !important; }

/* ═══════════════════════════════════════════════════════ */
/* FOOTER                                                  */
/* ═══════════════════════════════════════════════════════ */
.sf-footer {
  background:#080810; border-top:1px solid rgba(155,89,208,.12);
  padding:72px 32px 0;
  font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
.sf-footer-inner {
  max-width:1100px; margin:0 auto;
  display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:48px; padding-bottom:64px;
}
.sf-footer-brand .sf-logo { display:inline-block; margin-bottom:14px; }
.sf-footer-brand p { font-size:14px; line-height:1.7; color:rgba(232,232,234,.4); max-width:260px; margin-bottom:20px; }
.sf-footer-socials { display:flex; gap:12px; }
.sf-footer-socials a {
  width:36px; height:36px; border-radius:10px;
  background:rgba(155,89,208,.1); border:1px solid rgba(155,89,208,.2);
  display:flex; align-items:center; justify-content:center;
  color:rgba(232,232,234,.4) !important; text-decoration:none !important;
  transition:all .2s;
}
.sf-footer-socials a:hover { background:rgba(232,86,122,.2); border-color:rgba(232,86,122,.4); color:#e8567a !important; }
.sf-footer-col h4 { font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:rgba(232,232,234,.3) !important; margin-bottom:18px; }
.sf-footer-col ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; }
.sf-footer-col li { font-size:14px; color:rgba(232,232,234,.45); line-height:1.5; }
.sf-footer-col a { color:rgba(232,232,234,.5) !important; text-decoration:none !important; transition:color .2s; }
.sf-footer-col a:hover { color:#e8567a !important; }
.sf-footer-bottom {
  border-top:1px solid rgba(155,89,208,.1); max-width:1100px; margin:0 auto;
  padding:20px 0; display:flex; align-items:center; justify-content:space-between;
  flex-wrap:wrap; gap:12px; font-size:13px; color:rgba(232,232,234,.2);
}
.sf-footer-bottom a { color:rgba(232,232,234,.3) !important; text-decoration:none !important; margin-left:20px; transition:color .2s; }
.sf-footer-bottom a:hover { color:rgba(232,232,234,.6) !important; }

/* ── Header/Footer responsive ────────────────────────── */
@media (max-width:900px) {
  .sf-nav { display:none; }
  .sf-hamburger { display:flex; }
  .sf-mobile-nav { display:flex; }
  .sf-header-cta { display:none; }
  .sf-header-inner { padding:12px 20px; gap:16px; }
  .sf-footer-inner { grid-template-columns:1fr 1fr; gap:36px; }
  .sf-footer-brand { grid-column:1 / -1; }
  .sf-footer-brand p { max-width:100%; }
}
@media (max-width:600px) {
  .sf-header-inner { padding:10px 16px; }
  .sf-footer { padding:56px 20px 0; }
  .sf-footer-inner { grid-template-columns:1fr; gap:28px; padding-bottom:48px; }
  .sf-footer-bottom { flex-direction:column; align-items:flex-start; gap:8px; }
  .sf-footer-bottom a { margin-left:0; margin-right:16px; }
}

/* ════════════════════════════════════════════════════════
   Full-viewport breakout for the short-form footer.
   When the template is embedded in a boxed Elementor container
   (e.g. on the TFF portfolio page) the dark background otherwise
   stops at the container's max-width. The 100vw trick breaks out
   of any constrained ancestor without touching the surrounding
   markup. Inner content stays at max-width 1100px (already set
   on .sf-footer-inner) so layout is unchanged — only the
   background extends edge-to-edge.
   ════════════════════════════════════════════════════════ */
.sf-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}
