:root {
    --sws-blue: #168cff;
    --sws-blue-dark: #066bc9;
    --sws-cyan: #2ed5f4;
    --sws-pink: #f01379;
    --sws-gold: #f5b301;
    --sws-success: #37ce80;
    --sws-ink: #0c1728;
    --sws-muted: #566579;
    --sws-navy-800: #10233d;
    --sws-navy-900: #081525;
    --sws-navy-950: #06101e;
    --sws-surface: #ffffff;
    --sws-surface-soft: #f3f7fb;
    --sws-border: rgba(16, 35, 61, .12);
    --sws-shadow: 0 28px 80px rgba(0, 9, 25, .18);
    --sws-radius: 20px;
    --sws-radius-lg: 30px;
    --sws-radius-sm: 12px;
    --sws-transition: 180ms ease;
}

html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
    background: var(--sws-surface);
    color: var(--sws-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}

body.modal-open { padding-right: 0 !important; }
a { color: inherit; text-decoration: none; transition: color var(--sws-transition), background var(--sws-transition), transform var(--sws-transition), border-color var(--sws-transition); }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { color: var(--sws-ink); font-weight: 800; letter-spacing: -.035em; line-height: 1.1; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2.15rem, 4.2vw, 3.7rem); }
h3 { font-size: 1.35rem; }
p { color: var(--sws-muted); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--sws-blue); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }
.section-pad { padding: 110px 0; }
.section-heading { max-width: 780px; }
.section-heading p, .section-copy { font-size: 1.08rem; margin: 20px auto 0; }
.section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--sws-blue-dark); font-size: .77rem; font-weight: 800; letter-spacing: .14em; margin-bottom: 18px; }
.section-kicker > span { display: inline-block; width: 24px; height: 2px; background: currentColor; }
.section-kicker.light { color: #7fc2ff; }

.btn { border-radius: var(--sws-radius-sm); font-weight: 800; letter-spacing: -.01em; padding: .82rem 1.3rem; }
.btn-lg { padding: 1rem 1.55rem; font-size: 1rem; }
.btn-primary { background: var(--sws-blue); border-color: var(--sws-blue); box-shadow: 0 12px 30px rgba(22, 140, 255, .23); }
.btn-primary:hover, .btn-primary:focus { background: var(--sws-blue-dark); border-color: var(--sws-blue-dark); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(22, 140, 255, .32); }
.btn-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .07); }
.btn-ghost:hover { color: #fff; border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .12); }

/* Header */
.site-header { background: rgba(6, 16, 30, .92); color: #fff; backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(255, 255, 255, .08); }
.utility-bar { border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: .78rem; padding: 7px 0; color: rgba(255, 255, 255, .72); }
.utility-bar a:hover { color: #fff; }
.utility-proof { display: flex; align-items: center; gap: 7px; }
.utility-proof .stars { color: var(--sws-gold); letter-spacing: 1px; }
.utility-divider { height: 14px; width: 1px; background: rgba(255, 255, 255, .2); margin: 0 7px; }
.navbar { min-height: 76px; padding: .65rem 0; }
.navbar-brand img, .footer-logo img { display: block; object-fit: contain; }
.navbar-nav .nav-link { color: rgba(255, 255, 255, .78); font-weight: 700; font-size: .91rem; padding: .7rem .8rem !important; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus { color: #fff; }
.header-cta { color: #fff !important; padding: .76rem 1.15rem !important; }
.navbar-toggler { border: 0; width: 44px; height: 44px; border-radius: 10px; padding: 10px; box-shadow: none !important; }
.navbar-toggler span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }
.mobile-phone { display: block; border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 8px; padding: 16px 0 6px; color: #fff; font-weight: 800; }

/* Hero */
.hero-section { position: relative; min-height: 760px; display: flex; align-items: center; padding: 108px 0 118px; background:
    radial-gradient(circle at 85% 22%, rgba(22, 140, 255, .15), transparent 34%),
    radial-gradient(circle at 20% 80%, rgba(240, 19, 121, .08), transparent 32%),
    linear-gradient(135deg, var(--sws-navy-950), #071b31 55%, #092542); color: #fff; }
.hero-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 410px; height: 410px; right: -210px; top: 12%; border: 1px solid rgba(46,213,244,.16); box-shadow: inset 0 0 120px rgba(46,213,244,.05); }
.hero-orb-two { width: 250px; height: 250px; left: -120px; bottom: 5%; border: 1px solid rgba(240,19,121,.13); }
.hero-copy { position: relative; z-index: 2; max-width: 690px; }
.hero-copy h1 { color: #fff; margin-bottom: 24px; }
.hero-copy h1 span { background: linear-gradient(90deg, #79c1ff, var(--sws-cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { color: rgba(255,255,255,.72); font-size: clamp(1.06rem, 2vw, 1.28rem); max-width: 620px; }
.hero-price-line { display: flex; align-items: center; gap: 13px; margin: 28px 0 22px; color: rgba(255,255,255,.74); }
.hero-price-line strong { display: flex; align-items: flex-start; color: #fff; font-size: 3rem; line-height: 1; letter-spacing: -.06em; }
.hero-price-line strong sup { color: var(--sws-cyan); font-size: 1.15rem; margin: 5px 2px 0 0; }
.hero-price-line .price-note { padding: 6px 10px; border: 1px solid rgba(55,206,128,.28); background: rgba(55,206,128,.08); border-radius: 999px; color: #8cf0b9; font-size: .75rem; font-weight: 700; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; padding: 0; margin: 0 0 30px; }
.hero-checks li { color: rgba(255,255,255,.86); font-size: .9rem; font-weight: 650; }
.hero-checks i { color: var(--sws-success); margin-right: 6px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-microcopy { color: rgba(255,255,255,.5); font-size: .76rem; margin: 18px 0 0; }
.hero-microcopy i { margin-right: 5px; color: #8cf0b9; }

.growth-dashboard { position: relative; z-index: 2; max-width: 610px; margin-left: auto; padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--sws-radius-lg); background: linear-gradient(155deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); box-shadow: 0 45px 110px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
.growth-dashboard::before { content: ""; position: absolute; inset: 1px; border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,.055), transparent 45%); pointer-events: none; }
.dashboard-top { position: relative; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 2px 2px 20px; }
.dashboard-top > div { display: flex; flex-direction: column; }
.dashboard-label { color: rgba(255,255,255,.5); font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; }
.dashboard-top strong { color: #fff; font-size: 1.15rem; }
.live-pill { color: #9ff1c2; background: rgba(55,206,128,.11); border: 1px solid rgba(55,206,128,.24); border-radius: 999px; padding: 7px 11px; font-size: .72rem; font-weight: 800; }
.live-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 5px; background: var(--sws-success); border-radius: 50%; box-shadow: 0 0 0 4px rgba(55,206,128,.1); }
.dashboard-chart { position: relative; height: 235px; border-radius: 20px; overflow: hidden; background: rgba(3,11,23,.55); border: 1px solid rgba(255,255,255,.07); }
.dashboard-chart::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 35%, rgba(22,140,255,.11), transparent 35%); pointer-events: none; }
.chart-copy { position: absolute; top: 22px; left: 23px; z-index: 2; display: flex; flex-direction: column; }
.chart-copy span, .chart-copy small { color: rgba(255,255,255,.46); font-size: .74rem; }
.chart-copy strong { color: #fff; font-size: 2rem; letter-spacing: -.05em; }
.dashboard-chart svg { position: absolute; left: 0; bottom: 0; width: 100%; height: 175px; overflow: visible; }
.chart-grid { fill: none; stroke: rgba(255,255,255,.06); stroke-width: 1; }
.chart-area { fill: url(#areaGradient); }
.chart-line { fill: none; stroke: var(--sws-blue); stroke-width: 4; stroke-linecap: round; filter: drop-shadow(0 0 9px rgba(22,140,255,.7)); }
.dashboard-chart circle { fill: #fff; stroke: var(--sws-blue); stroke-width: 5; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 13px; }
.dashboard-stats > div { padding: 14px; border-radius: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.07); display: grid; grid-template-columns: 34px 1fr; align-items: center; }
.dashboard-stats span { grid-row: 1 / 3; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: #8acbff; background: rgba(22,140,255,.14); }
.dashboard-stats strong { color: #fff; font-size: .78rem; }
.dashboard-stats small { color: rgba(255,255,255,.4); font-size: .65rem; }
.platform-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 13px; }
.platform-row span { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 4px; border-radius: 10px; font-size: .66rem; font-weight: 750; color: rgba(255,255,255,.78); background: rgba(255,255,255,.05); }
.platform-row .instagram i { color: #ff5ca8; }
.platform-row .facebook i { color: #69a6ff; }
.platform-row .tiktok i { color: #7ceeff; }
.platform-row .youtube i { color: #ff5858; }

/* Proof */
.proof-strip { position: relative; z-index: 3; margin-top: -42px; }
.proof-strip .container { overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 18px 55px rgba(5,20,39,.14); border: 1px solid var(--sws-border); }
.proof-item { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 84px; border-right: 1px solid var(--sws-border); }
.proof-item:last-child { border: 0; }
.proof-item i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--sws-blue); background: rgba(22,140,255,.09); font-size: 1.05rem; }
.proof-item span { display: flex; flex-direction: column; color: var(--sws-muted); font-size: .72rem; }
.proof-item strong { color: var(--sws-ink); font-size: .88rem; }

/* Services */
.services-section { padding-top: 135px; }
.service-card { position: relative; overflow: hidden; padding: 30px 27px; border: 1px solid var(--sws-border); border-radius: var(--sws-radius); background: #fff; box-shadow: 0 14px 45px rgba(11,31,58,.06); transition: transform var(--sws-transition), box-shadow var(--sws-transition), border-color var(--sws-transition); }
.service-card::after { content: ""; position: absolute; right: -35px; top: -35px; width: 105px; height: 105px; border-radius: 50%; background: var(--card-soft); }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(11,31,58,.11); border-color: rgba(22,140,255,.23); }
.service-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 24px; border-radius: 16px; color: #fff; background: var(--card-gradient); box-shadow: 0 11px 24px var(--card-shadow); font-size: 1.45rem; }
.service-card > span { color: var(--card-accent); text-transform: uppercase; font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.service-card h3 { margin: 9px 0 13px; }
.service-card p { font-size: .9rem; }
.service-card ul { list-style: none; padding: 0; margin: 18px 0 22px; }
.service-card li { position: relative; padding: 5px 0 5px 18px; color: #34455b; font-size: .84rem; font-weight: 650; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: var(--card-accent); }
.service-card a { color: var(--sws-ink); font-weight: 800; font-size: .85rem; }
.service-card a:hover { color: var(--card-accent); }
.service-card a i { margin-left: 4px; }
.instagram-card { --card-accent:#db2777; --card-gradient:linear-gradient(135deg,#7c3aed,#ec4899,#f59e0b); --card-soft:rgba(236,72,153,.07); --card-shadow:rgba(219,39,119,.22); }
.facebook-card { --card-accent:#1877f2; --card-gradient:linear-gradient(135deg,#1264c9,#2495ff); --card-soft:rgba(24,119,242,.07); --card-shadow:rgba(24,119,242,.22); }
.tiktok-card { --card-accent:#111827; --card-gradient:linear-gradient(135deg,#111827,#25334a); --card-soft:rgba(17,24,39,.06); --card-shadow:rgba(17,24,39,.2); }
.youtube-card { --card-accent:#f00000; --card-gradient:linear-gradient(135deg,#c90000,#ff3e3e); --card-soft:rgba(240,0,0,.06); --card-shadow:rgba(240,0,0,.2); }

/* Outcomes */
.outcome-section { background: var(--sws-surface-soft); }
.outcome-visual { position: relative; min-height: 470px; max-width: 560px; border-radius: var(--sws-radius-lg); overflow: hidden; background: linear-gradient(145deg, #071728, #0d3054); box-shadow: var(--sws-shadow); }
.outcome-visual::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(130deg,#000,transparent 75%); opacity:.35; }
.profile-card { position: absolute; z-index: 3; top: 47px; left: 50%; transform: translateX(-50%); width: calc(100% - 90px); display: flex; align-items: center; gap: 13px; padding: 17px; border-radius: 17px; background: rgba(255,255,255,.95); box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.profile-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg,var(--sws-blue),var(--sws-pink)); font-weight: 900; }
.profile-card > div:nth-child(2) { display: flex; flex-direction: column; line-height: 1.3; }
.profile-card strong { color: var(--sws-ink); }
.profile-card span { color: var(--sws-muted); font-size: .78rem; }
.profile-card > i { margin-left: auto; color: var(--sws-blue); }
.metric-card { position: absolute; z-index: 4; display: flex; flex-direction: column; padding: 17px; border-radius: 16px; color:#fff; background: rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.13); backdrop-filter:blur(12px); box-shadow:0 18px 35px rgba(0,0,0,.18); }
.metric-card i { font-size: 1.15rem; color:#82c9ff; margin-bottom: 12px; }
.metric-card span { color:rgba(255,255,255,.55); font-size:.7rem; }
.metric-card strong { color:#fff; font-size:1rem; }
.metric-one { left: 45px; top: 180px; width: 150px; }
.metric-two { right: 45px; top: 205px; width: 155px; }
.metric-three { left: 50%; bottom: 48px; transform: translateX(-50%); width: 175px; }
.visual-ring { position:absolute; z-index:1; border-radius:50%; border:1px solid rgba(46,213,244,.2); }
.ring-one { width:370px; height:370px; left:95px; top:85px; }
.ring-two { width:250px; height:250px; left:155px; top:145px; border-color:rgba(240,19,121,.18); }
.benefit-list { margin: 30px 0; }
.benefit-list > div { display: flex; gap: 16px; margin-bottom: 20px; }
.benefit-list > div > span { flex: 0 0 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--sws-blue); background: #fff; border: 1px solid rgba(22,140,255,.13); box-shadow: 0 9px 24px rgba(12,23,40,.07); }
.benefit-list h3 { font-size: 1rem; margin: 2px 0 4px; }
.benefit-list p { font-size: .88rem; margin: 0; }

/* Packages */
.packages-section { background: linear-gradient(145deg,var(--sws-navy-950),#0b2846); }
.packages-section h2 { color: #fff; }
.packages-section .section-heading > p { color: rgba(255,255,255,.6); }
.package-card { position: relative; display: flex; flex-direction: column; padding: 30px; border-radius: var(--sws-radius); background: #fff; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 24px 55px rgba(0,0,0,.19); transition: transform var(--sws-transition), box-shadow var(--sws-transition); }
.package-card:hover { transform: translateY(-7px); box-shadow: 0 32px 75px rgba(0,0,0,.27); }
.package-card.featured { border: 2px solid var(--sws-blue); box-shadow: 0 28px 75px rgba(22,140,255,.22); }
.popular-ribbon { position: absolute; top: 0; right: 26px; transform: translateY(-50%); padding: 6px 12px; border-radius: 999px; color: #fff; background: linear-gradient(90deg,var(--sws-blue),#3ebcff); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.package-top { border-bottom: 1px solid var(--sws-border); padding-bottom: 23px; }
.package-eyebrow { color: var(--sws-blue-dark); text-transform: uppercase; font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.package-top h3 { font-size: 1.55rem; margin: 9px 0; }
.package-top p { min-height: 70px; font-size: .87rem; margin: 0; }
.package-price { display: flex; align-items: center; margin-top: 20px; }
.package-price sup { align-self: flex-start; color: var(--sws-blue); font-size: 1.1rem; font-weight: 850; margin-top: 8px; }
.package-price strong { color: var(--sws-ink); font-size: 3.15rem; line-height: 1; letter-spacing: -.07em; }
.package-price span { margin-left: 10px; color: var(--sws-muted); font-size: .67rem; line-height: 1.25; }
.package-scope { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 18px 0 10px; }
.package-scope span { display: flex; align-items: center; gap: 6px; padding: 9px; border-radius: 9px; background: var(--sws-surface-soft); color: #37475d; font-size: .69rem; font-weight: 750; }
.package-scope i { color: var(--sws-blue); }
.reach-target { display: flex; align-items: center; gap: 8px; padding: 11px 12px; border-radius: 10px; background: rgba(22,140,255,.08); color: var(--sws-blue-dark); font-size: .72rem; font-weight: 800; }
.package-features { flex: 1; list-style: none; padding: 0; margin: 20px 0 25px; }
.package-features li { display: flex; gap: 9px; padding: 7px 0; color: #35465d; font-size: .82rem; }
.package-features i { flex: 0 0 19px; width: 19px; height: 19px; display: grid; place-items:center; margin-top:2px; border-radius:50%; color:#087b45; background:rgba(55,206,128,.14); font-size:.7rem; font-weight:900; }
.btn-package { color: var(--sws-ink); border: 1px solid var(--sws-border); background: var(--sws-surface-soft); }
.btn-package:hover { color:#fff; background:var(--sws-blue); border-color:var(--sws-blue); transform:translateY(-2px); }
.package-note { max-width: 850px; margin: 35px auto 0; display:flex; gap:13px; padding:18px 20px; border-radius:14px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.1); }
.package-note i { color:#77c1ff; }
.package-note p { color:rgba(255,255,255,.57); font-size:.74rem; margin:0; }
.package-note strong { color:rgba(255,255,255,.9); }

/* Process */
.process-section { background:#fff; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.process-grid article { position:relative; padding:31px 25px; border:1px solid var(--sws-border); border-radius:var(--sws-radius); background:#fff; }
.process-grid article:not(:last-child)::after { content:""; position:absolute; top:57px; right:-21px; width:21px; border-top:2px dashed rgba(22,140,255,.25); }
.step-number { position:absolute; top:18px; right:20px; color:rgba(22,140,255,.13); font-size:2.3rem; font-weight:900; letter-spacing:-.08em; }
.step-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:15px; color:#fff; background:linear-gradient(135deg,var(--sws-blue),var(--sws-cyan)); box-shadow:0 13px 28px rgba(22,140,255,.22); margin-bottom:24px; }
.process-grid h3 { font-size:1.08rem; }
.process-grid p { font-size:.84rem; margin:0; }

/* Trust */
.trust-section { padding:78px 0; color:#fff; background:linear-gradient(110deg,#0b233d,#0a3155); }
.trust-section h2 { color:#fff; max-width:690px; }
.trust-section p { color:rgba(255,255,255,.62); max-width:650px; }
.trust-points { display:grid; grid-template-columns:1fr 1fr; gap:10px 25px; margin-top:25px; }
.trust-points span { color:rgba(255,255,255,.82); font-size:.84rem; font-weight:700; }
.trust-points i { color:var(--sws-success); margin-right:7px; }
.ratings-panel { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:28px; border-radius:var(--sws-radius); background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.11); }
.rating-block { display:flex; flex-direction:column; align-items:center; text-align:center; }
a.rating-block:hover { transform:translateY(-2px); }
.rating-block .stars { color:var(--sws-gold); letter-spacing:1px; font-size:.85rem; }
.rating-block strong { color:#fff; font-size:2.2rem; line-height:1.2; }
.rating-block small { color:rgba(255,255,255,.52); font-size:.67rem; }
.rating-divider { width:1px; height:78px; background:rgba(255,255,255,.12); margin:0 20px; }

/* FAQ */
.faq-section { background:var(--sws-surface-soft); }
.faq-section .col-lg-4 > p { font-size:.98rem; max-width:360px; }
.faq-contact-card { display:flex; gap:13px; align-items:center; max-width:330px; margin-top:28px; padding:17px; border-radius:15px; background:#fff; box-shadow:0 13px 34px rgba(12,23,40,.07); border:1px solid var(--sws-border); }
.faq-contact-card > span { width:43px; height:43px; display:grid; place-items:center; border-radius:12px; color:#fff; background:var(--sws-blue); }
.faq-contact-card > div { display:flex; flex-direction:column; }
.faq-contact-card strong { font-size:.72rem; color:var(--sws-muted); }
.faq-contact-card a { color:var(--sws-ink); font-weight:850; }
.custom-accordion { border-top:1px solid var(--sws-border); }
.custom-accordion .accordion-item { background:transparent; border:0; border-bottom:1px solid var(--sws-border); }
.custom-accordion .accordion-button { background:transparent; box-shadow:none; padding:22px 5px; color:var(--sws-ink); font-weight:800; letter-spacing:-.02em; }
.custom-accordion .accordion-button:not(.collapsed) { color:var(--sws-blue-dark); }
.custom-accordion .accordion-button::after { background-size:14px; width:32px; height:32px; border-radius:9px; background-color:rgba(22,140,255,.08); background-position:center; }
.custom-accordion .accordion-body { padding:0 40px 23px 5px; color:var(--sws-muted); font-size:.9rem; }

/* Form */
.order-section { background:#fff; }
.order-shell { overflow:hidden; border-radius:var(--sws-radius-lg); box-shadow:var(--sws-shadow); border:1px solid var(--sws-border); }
.order-copy-column { background:linear-gradient(145deg,var(--sws-navy-950),#0b3156); }
.order-copy { position:relative; overflow:hidden; height:100%; padding:56px 48px; color:#fff; }
.order-copy::after { content:""; position:absolute; width:330px; height:330px; border:1px solid rgba(46,213,244,.13); border-radius:50%; left:-180px; bottom:-170px; }
.order-copy h2 { color:#fff; font-size:clamp(2.2rem,4vw,3.25rem); }
.order-copy > p { color:rgba(255,255,255,.6); }
.order-copy > ul { list-style:none; padding:0; margin:30px 0; }
.order-copy > ul li { color:rgba(255,255,255,.82); margin:12px 0; font-size:.9rem; }
.order-copy > ul i { color:var(--sws-success); margin-right:8px; }
.order-contact { display:flex; align-items:center; gap:13px; margin-top:40px; }
.order-contact > span { width:48px; height:48px; display:grid; place-items:center; border-radius:14px; color:#fff; background:rgba(22,140,255,.3); }
.order-contact > div { display:flex; flex-direction:column; }
.order-contact small { color:rgba(255,255,255,.48); }
.order-contact a { color:#fff; font-weight:900; }
.order-form-column { background:#fff; }
.order-form { padding:52px 54px; }
.form-heading { margin-bottom:28px; }
.form-heading span { color:var(--sws-blue-dark); font-size:.7rem; font-weight:900; text-transform:uppercase; letter-spacing:.1em; }
.form-heading h3 { margin:5px 0 3px; font-size:1.7rem; }
.form-heading p { font-size:.77rem; margin:0; }
.form-label { color:var(--sws-ink); font-size:.78rem; font-weight:800; margin-bottom:7px; }
.form-control, .form-select { min-height:50px; border:1px solid #dbe3ec; border-radius:11px; color:var(--sws-ink); background-color:#fbfdff; font-size:.9rem; }
.form-control:focus, .form-select:focus { border-color:var(--sws-blue); box-shadow:0 0 0 .2rem rgba(22,140,255,.12); background:#fff; }
textarea.form-control { min-height:115px; resize:vertical; }
.platform-options { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.platform-options label { cursor:pointer; }
.platform-options input { position:absolute; opacity:0; pointer-events:none; }
.platform-options span { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; min-height:72px; border:1px solid #dbe3ec; border-radius:11px; background:#fbfdff; color:#45566c; font-size:.7rem; font-weight:750; transition:all var(--sws-transition); }
.platform-options span i { font-size:1.18rem; }
.platform-options input:checked + span { color:var(--sws-blue-dark); border-color:var(--sws-blue); background:rgba(22,140,255,.07); box-shadow:0 0 0 2px rgba(22,140,255,.08); }
.platform-options input:focus-visible + span { outline:3px solid rgba(22,140,255,.25); outline-offset:2px; }
.platform-error { display:none; color:#dc3545; font-size:.75rem; margin-top:6px; }
.platform-options.invalid + .platform-error { display:block; }
.consent-check { display:flex; gap:10px; color:var(--sws-muted); font-size:.75rem; line-height:1.5; }
.consent-check input { margin-top:4px; accent-color:var(--sws-blue); }
.consent-check a { color:var(--sws-blue-dark); text-decoration:underline; }
.form-safe-note { margin:13px 0 0; text-align:center; font-size:.7rem; }
.form-safe-note i { color:var(--sws-success); margin-right:5px; }
.form-trap { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; opacity:0 !important; }
.form-alert { border:0; border-radius:12px; font-size:.82rem; }
.form-alert ul { margin:6px 0 0; padding-left:18px; }
.platform-options label.shake { animation:field-shake .32s ease; }
@keyframes field-shake { 25% { transform:translateX(-4px); } 50% { transform:translateX(4px); } 75% { transform:translateX(-2px); } }

/* Final CTA */
.final-cta { position:relative; overflow:hidden; padding:95px 0; background:linear-gradient(105deg,#076dcc,#168cff 55%,#22bfe1); color:#fff; }
.final-cta::before,.final-cta::after { content:""; position:absolute; border-radius:50%; border:1px solid rgba(255,255,255,.17); }
.final-cta::before { width:420px; height:420px; left:-210px; top:-210px; }
.final-cta::after { width:340px; height:340px; right:-120px; bottom:-180px; }
.final-cta .container { position:relative; z-index:2; }
.final-cta h2 { color:#fff; max-width:850px; margin:0 auto; }
.final-cta p { color:rgba(255,255,255,.76); font-size:1.05rem; margin:20px auto 30px; }
.final-cta .btn-light { color:#086dc8; }

/* Footer */
.site-footer { padding:78px 0 0; background:var(--sws-navy-950); color:#fff; }
.footer-intro { color:rgba(255,255,255,.52); max-width:430px; margin:20px 0; font-size:.9rem; }
.footer-platforms { display:flex; gap:9px; }
.footer-platforms span { width:38px; height:38px; display:grid; place-items:center; border-radius:10px; color:rgba(255,255,255,.8); background:rgba(255,255,255,.07); }
.site-footer h2 { color:#fff; font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; margin-bottom:20px; }
.site-footer ul { list-style:none; padding:0; margin:0; }
.site-footer li { margin:10px 0; color:rgba(255,255,255,.56); font-size:.82rem; }
.site-footer a:hover,.footer-link-button:hover { color:#fff; }
.footer-link-button { border:0; padding:0; color:rgba(255,255,255,.56); background:none; text-align:left; }
.footer-contact li { display:flex; gap:10px; align-items:flex-start; }
.footer-contact i { color:#70bfff; margin-top:2px; }
.footer-bottom { margin-top:55px; padding:23px 0; border-top:1px solid rgba(255,255,255,.08); color:rgba(255,255,255,.38); font-size:.7rem; }
.floating-call { position:fixed; right:20px; bottom:20px; z-index:1000; width:53px; height:53px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--sws-blue); box-shadow:0 12px 35px rgba(22,140,255,.4); }
.floating-call:hover { color:#fff; transform:translateY(-3px); }

/* Cookie */
.cookie-banner { position:fixed; z-index:1080; left:18px; right:18px; bottom:18px; max-width:950px; margin:auto; display:none; align-items:center; justify-content:space-between; gap:25px; padding:18px 20px; border-radius:16px; color:#fff; background:rgba(6,16,30,.97); border:1px solid rgba(255,255,255,.13); box-shadow:0 20px 60px rgba(0,0,0,.32); }
.cookie-banner.visible { display:flex; }
.cookie-banner strong { font-size:.85rem; }
.cookie-banner p { color:rgba(255,255,255,.56); font-size:.72rem; margin:2px 0 0; }
.cookie-actions { flex:0 0 auto; display:flex; gap:8px; }
.cookie-modal-content { border:0; border-radius:20px; overflow:hidden; }
.cookie-modal-content .modal-header,.cookie-modal-content .modal-footer { padding:20px 24px; }
.cookie-modal-content .modal-body { padding:8px 24px 24px; }
.cookie-option { display:flex; justify-content:space-between; gap:20px; padding:17px 0; border-bottom:1px solid var(--sws-border); }
.cookie-option:last-child { border:0; }
.cookie-option p { font-size:.77rem; margin:3px 0 0; }
.status-pill { align-self:flex-start; flex:0 0 auto; padding:5px 9px; border-radius:999px; color:#087b45; background:rgba(55,206,128,.14); font-size:.66rem; font-weight:800; }
.status-pill.off { color:#6b7280; background:#eef1f4; }

/* Legal and status pages */
.inner-hero { padding:85px 0 75px; color:#fff; background:linear-gradient(130deg,var(--sws-navy-950),#0b3156); }
.inner-hero h1 { color:#fff; font-size:clamp(2.6rem,5vw,4.6rem); max-width:900px; }
.inner-hero p { color:rgba(255,255,255,.62); max-width:760px; font-size:1.05rem; }
.inner-hero .last-updated { display:inline-flex; padding:7px 11px; margin-top:14px; border-radius:999px; color:#9bd1ff; background:rgba(22,140,255,.11); font-size:.72rem; font-weight:750; }
.legal-layout { padding:80px 0 110px; }
.legal-nav { position:sticky; top:130px; padding:23px; border:1px solid var(--sws-border); border-radius:16px; background:var(--sws-surface-soft); }
.legal-nav strong { display:block; margin-bottom:10px; }
.legal-nav a { display:block; padding:7px 0; color:var(--sws-muted); font-size:.8rem; }
.legal-nav a:hover { color:var(--sws-blue-dark); }
.legal-content { max-width:820px; }
.legal-content section { scroll-margin-top:130px; margin-bottom:45px; }
.legal-content h2 { font-size:1.65rem; margin-bottom:16px; }
.legal-content h3 { font-size:1.05rem; margin-top:25px; }
.legal-content p,.legal-content li { color:var(--sws-muted); font-size:.92rem; }
.legal-content li { margin-bottom:8px; }
.legal-callout { padding:20px 22px; border-left:4px solid var(--sws-blue); border-radius:0 13px 13px 0; background:rgba(22,140,255,.07); }
.status-page { min-height:68vh; display:grid; place-items:center; padding:90px 0; background:var(--sws-surface-soft); }
.status-card { max-width:690px; margin:auto; padding:48px; text-align:center; border-radius:var(--sws-radius-lg); background:#fff; border:1px solid var(--sws-border); box-shadow:var(--sws-shadow); }
.status-icon { width:72px; height:72px; display:grid; place-items:center; margin:0 auto 23px; border-radius:22px; color:#fff; background:linear-gradient(135deg,var(--sws-success),#15a966); font-size:1.8rem; }
.status-icon.error { background:linear-gradient(135deg,#ff5b5b,#c92d2d); }
.status-card h1 { font-size:clamp(2.2rem,5vw,3.5rem); }
.status-card .btn { margin-top:10px; }

@media (max-width:1199.98px) {
    .hero-section { padding-top:90px; }
    .growth-dashboard { max-width:560px; }
    .process-grid { grid-template-columns:repeat(2,1fr); }
    .process-grid article::after { display:none; }
}

@media (max-width:991.98px) {
    html { scroll-padding-top:76px; }
    .section-pad { padding:84px 0; }
    .navbar-collapse { padding:12px 0 18px; }
    .navbar-nav { align-items:stretch !important; }
    .navbar-nav .nav-link { padding:.75rem 0 !important; }
    .header-cta { margin-top:5px; text-align:center; }
    .hero-section { min-height:auto; padding:85px 0 125px; }
    .hero-copy { text-align:center; margin:auto; }
    .hero-lead { margin-left:auto; margin-right:auto; }
    .hero-price-line,.hero-checks,.hero-actions { justify-content:center; }
    .growth-dashboard { margin:20px auto 0; }
    .proof-strip { margin-top:-43px; }
    .proof-item:nth-child(2) { border-right:0; }
    .proof-item:nth-child(-n+2) { border-bottom:1px solid var(--sws-border); }
    .outcome-visual { margin:auto; }
    .ratings-panel { max-width:500px; }
    .order-copy { padding:45px 40px; }
    .legal-nav { position:relative; top:0; margin-bottom:35px; }
}

@media (max-width:767.98px) {
    h1 { font-size:clamp(2.65rem,13vw,4.2rem); }
    h2 { font-size:clamp(2rem,9vw,3rem); }
    .section-pad { padding:70px 0; }
    .hero-section { padding-top:68px; }
    .hero-price-line { flex-wrap:wrap; }
    .growth-dashboard { padding:17px; border-radius:22px; }
    .dashboard-chart { height:215px; }
    .dashboard-stats > div { grid-template-columns:1fr; text-align:center; }
    .dashboard-stats span { grid-row:auto; margin:0 auto 5px; }
    .platform-row { grid-template-columns:repeat(2,1fr); }
    .services-section { padding-top:110px; }
    .process-grid { grid-template-columns:1fr; }
    .trust-points { grid-template-columns:1fr; }
    .order-form { padding:38px 25px; }
    .platform-options { grid-template-columns:repeat(2,1fr); }
    .cookie-banner { align-items:flex-start; flex-direction:column; }
    .cookie-actions { width:100%; }
    .cookie-actions .btn { flex:1; }
    .status-card { padding:35px 22px; }
}

@media (max-width:575.98px) {
    .container { --bs-gutter-x:2rem; }
    .navbar-brand img,.footer-logo img { width:168px; height:auto; }
    .hero-checks { flex-direction:column; align-items:center; gap:7px; }
    .hero-actions { flex-direction:column; }
    .hero-actions .btn { width:100%; }
    .dashboard-stats { gap:6px; }
    .dashboard-stats > div { padding:10px 5px; }
    .proof-item { justify-content:flex-start; padding-left:12px; gap:8px; }
    .proof-item i { width:32px; height:32px; }
    .outcome-visual { min-height:425px; }
    .profile-card { width:calc(100% - 38px); }
    .metric-one { left:20px; }
    .metric-two { right:20px; }
    .metric-three { bottom:35px; }
    .package-card { padding:25px 22px; }
    .ratings-panel { padding:22px 12px; }
    .rating-divider { margin:0 10px; }
    .order-copy { padding:38px 25px; }
    .final-cta { padding:76px 0; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior:auto; }
    *,*::before,*::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; }
}
