:root {
    --bg: #050505;
    --bg-soft: #0d0d10;
    --bg-card: rgba(255, 255, 255, 0.06);
    --bg-card-strong: rgba(255, 255, 255, 0.1);
    --text: #ffffff;
    --text-soft: rgba(255, 255, 255, 0.72);
    --text-dim: rgba(255, 255, 255, 0.55);
    --line: rgba(255, 255, 255, 0.12);
    --red: #ff1735;
    --red-light: #ff5a70;
    --white: #ffffff;
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    --shadow-red: 0 20px 55px rgba(255, 23, 53, 0.22);
    --radius: 24px;
    --radius-sm: 18px;
    --container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
    background: radial-gradient(circle at top left, rgba(255, 23, 53, 0.13), transparent 30%),
                radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 26%),
                var(--bg);
    color: var(--text);
    font-family: 'Inter', sans-serif;
}
body { position: relative; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img, svg, video, canvas, iframe { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { max-width: var(--container); }

.site-main { position: relative; z-index: 2; }
.section-pad { padding: 110px 0; position: relative; }
.top-offset { padding-top: 180px; }
.pt-6 { padding-top: 6rem; }
.bg-accent-soft { background: linear-gradient(180deg, rgba(255,23,53,0.06), rgba(255,255,255,0.02)); }

.site-noise {
    position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background-image: radial-gradient(rgba(255,255,255,0.05) 0.6px, transparent 0.6px);
    background-size: 24px 24px; opacity: 0.18;
}
.ambient {
    position: fixed; border-radius: 999px; filter: blur(90px); z-index: 0; pointer-events: none;
}
.ambient-one { width: 360px; height: 360px; background: rgba(255,23,53,.18); top: 4%; left: -6%; }
.ambient-two { width: 280px; height: 280px; background: rgba(255,255,255,.10); top: 42%; right: -8%; }
.ambient-three { width: 420px; height: 420px; background: rgba(255,23,53,.10); bottom: -10%; left: 35%; }

.progress-bar-wrap { position: fixed; inset: 0 auto auto 0; width: 100%; height: 4px; z-index: 1055; }
.scroll-progress {
    width: 0; height: 100%;
    background: linear-gradient(90deg, var(--red), var(--white));
    box-shadow: 0 0 18px rgba(255,23,53,.7);
}

.cursor-dot, .cursor-ring {
    position: fixed; top: 0; left: 0; pointer-events: none; z-index: 1090;
    opacity: 0; transition: opacity .25s ease;
}
.cursor-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red-light); transform: translate(-50%, -50%); }
.cursor-ring { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transform: translate(-50%, -50%); }
body.cursor-ready .cursor-dot, body.cursor-ready .cursor-ring { opacity: 1; }

.glass-nav {
    background: rgba(5, 5, 5, 0.66);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.glass-nav.scrolled { box-shadow: 0 12px 30px rgba(0,0,0,.25); background: rgba(5, 5, 5, 0.84); }
.brand-mark { display: inline-flex; align-items: center; gap: .9rem; }
.brand-icon {
    display: grid; place-items: center; width: 46px; height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--red), #7a0d1d 90%);
    box-shadow: 0 10px 30px rgba(255, 23, 53, .35);
    font-family: 'Outfit', sans-serif; font-weight: 800;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 1rem; }
.brand-copy small { color: var(--text-dim); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-link {
    color: rgba(255,255,255,.76) !important; font-weight: 600; padding: .7rem 1rem !important; border-radius: 999px;
    transition: all .25s ease;
}
.nav-link:hover, .nav-link.active { color: #fff !important; background: rgba(255,255,255,.06); }

.btn {
    border-radius: 999px; padding: .92rem 1.45rem; font-weight: 700; border: 1px solid transparent;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary-glow {
    color: #fff; background: linear-gradient(135deg, var(--red), #c30f29); border-color: rgba(255,255,255,.08);
    box-shadow: var(--shadow-red);
}
.btn-primary-glow:hover { color: #fff; box-shadow: 0 24px 60px rgba(255,23,53,.35); }
.btn-ghost {
    color: #fff; background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.14); backdrop-filter: blur(16px);
}
.btn-ghost:hover { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }

.glass-panel, .glass-subpanel, .glass-chip {
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 1px solid var(--line);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
}
.glass-panel::before, .glass-subpanel::before, .glass-chip::before {
    content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.16), transparent 40%, transparent 60%, rgba(255,23,53,.08));
    opacity: .5; pointer-events: none;
}
.glass-subpanel { border-radius: var(--radius-sm); padding: 1rem; }
.glass-chip { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1rem; border-radius: 999px; }

.section-kicker {
    display: inline-flex; align-items: center; gap: .45rem; margin-bottom: 1rem;
    color: #ffd4da; font-size: .85rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
}
.section-kicker::before {
    content: ''; width: 34px; height: 1px; background: linear-gradient(90deg, var(--red), transparent);
}
.section-title {
    font-family: 'Outfit', sans-serif; font-weight: 800; line-height: 1.08; margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
}
.section-title.mega, .hero-title {
    font-family: 'Outfit', sans-serif; font-size: clamp(2.8rem, 6vw, 5rem); line-height: .98; font-weight: 900;
    letter-spacing: -0.03em;
}
.section-text, .hero-text, p { color: var(--text-soft); font-size: 1.02rem; }
.section-heading .section-text { max-width: 760px; }

.hero-section { min-height: 100vh; padding-top: 110px; display: flex; align-items: center; }
.particles-layer, .three-layer, .hero-radial { position: absolute; inset: 0; z-index: 0; }
.hero-radial {
    background: radial-gradient(circle at 12% 25%, rgba(255,23,53,.25), transparent 24%), radial-gradient(circle at 90% 10%, rgba(255,255,255,.08), transparent 18%), radial-gradient(circle at 80% 80%, rgba(255,23,53,.18), transparent 22%);
}
.hero-section .container { z-index: 2; }
.typing-chip { font-weight: 600; color: var(--text-soft); }
#typedText { color: #fff; }
.hero-stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.stat-card { padding: 1.25rem; min-height: 146px; }
.stat-card h3 { font-family: 'Outfit', sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 .35rem; }
.stat-card p { margin: 0; color: var(--text-dim); }
.hero-visual-wrap { position: relative; min-height: 680px; }
.hero-dashboard {
    position: absolute; inset: 18% 8% 0 6%; padding: 2rem; min-height: 420px;
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)), linear-gradient(145deg, rgba(255,23,53,.08), transparent 50%);
}
.dashboard-top, .dashboard-headline { margin-bottom: 1.25rem; }
.mini-label { display: inline-flex; align-items: center; gap: .45rem; color: #ffc6cf; font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.status-pill, .growth-pill, .trend, .price-tag, .price-badge {
    display: inline-flex; align-items: center; gap: .4rem; padding: .45rem .75rem; border-radius: 999px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); color: #fff; font-size: .85rem; font-weight: 700;
}
.status-pill { color: #ffdce1; }
.trend.up, .tiny-up { color: #9bffca; }
.dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.4rem; }
.insight-card { padding: 1rem; border-radius: 20px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.insight-card strong { font-size: 2rem; font-family: 'Outfit', sans-serif; display: block; }
.insight-card small { color: var(--text-dim); text-transform: uppercase; letter-spacing: .14em; }
.insight-card.highlight { box-shadow: inset 0 0 60px rgba(255,23,53,.09), 0 0 30px rgba(255,23,53,.15); }
.insight-card.wide { grid-column: 1 / -1; }
.line-bars { display: flex; align-items: end; gap: .6rem; margin-top: 1rem; min-height: 72px; }
.line-bars span, .bars span {
    display: block; flex: 1; border-radius: 999px 999px 10px 10px; background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,23,53,.4));
}
.line-bars span:nth-child(1) { height: 42%; }
.line-bars span:nth-child(2) { height: 72%; }
.line-bars span:nth-child(3) { height: 55%; }
.line-bars span:nth-child(4) { height: 88%; }
.line-bars span:nth-child(5) { height: 100%; }
.dashboard-float, .phone-mockup {
    position: absolute; width: min(320px, 74vw); padding: 1.4rem; z-index: 3;
}
.floating-card.one { top: 7%; right: 0; }
.floating-card.two { left: 0; bottom: 10%; max-width: 250px; }
.metric-row { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin: 1rem 0 1.2rem; }
.metric-row strong { font-size: 2rem; font-family: 'Outfit', sans-serif; display: block; }
.metric-row span { display: block; color: var(--text-dim); font-size: .95rem; }
.bars { display: flex; gap: .5rem; align-items: end; min-height: 82px; }
.phone-mockup { padding-top: 1rem; }
.phone-notch { width: 90px; height: 12px; margin: 0 auto 1rem; border-radius: 999px; background: rgba(255,255,255,.18); }
.screen-card h4 { font-size: 1.3rem; margin: .8rem 0; }
.screen-list { display: grid; gap: .6rem; }
.screen-list span { display: inline-flex; padding: .58rem .75rem; border-radius: 999px; background: rgba(255,255,255,.06); color: var(--text-soft); }
.orbit {
    position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; pointer-events: none;
}
.orbit-one { width: 520px; height: 520px; top: 7%; left: 8%; }
.orbit-two { width: 360px; height: 360px; right: 4%; bottom: 8%; }
.scroll-indicator {
    position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); color: var(--text-dim); font-size: .9rem; display: inline-flex; align-items: center; gap: .7rem;
}
.scroll-indicator span { width: 14px; height: 26px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; position: relative; }
.scroll-indicator span::after {
    content: ''; position: absolute; width: 4px; height: 6px; border-radius: 999px; background: var(--red-light); top: 4px; left: 50%; transform: translateX(-50%); animation: scrollDot 1.6s infinite;
}
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 11px); } }

.service-card, .pricing-card, .portfolio-card, .testimonial-card, .blog-card, .value-card, .process-card, .rank-card, .contact-card, .metric-stack-card, .story-panel, .form-panel, .map-panel {
    padding: 1.45rem;
}
.service-card, .pricing-card, .portfolio-card, .blog-card, .rank-card, .testimonial-card, .value-card, .process-card { display: flex; flex-direction: column; }
.service-card:hover, .pricing-card:hover, .portfolio-card:hover, .blog-card:hover, .value-card:hover, .process-card:hover, .rank-card:hover, .testimonial-card:hover {
    transform: translateY(-8px); box-shadow: 0 18px 60px rgba(255, 23, 53, .16), var(--shadow); border-color: rgba(255,255,255,.2);
}
.tilt-card { transition: transform .18s ease, box-shadow .25s ease, border-color .25s ease; transform-style: preserve-3d; }
.icon-wrap {
    width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(255,23,53,.24), rgba(255,255,255,.08)); color: #fff; font-size: 1.35rem;
    box-shadow: inset 0 0 20px rgba(255,255,255,.08), 0 12px 30px rgba(255, 23, 53, .12);
}
.service-card h3, .pricing-card h3, .portfolio-card h3, .blog-card h3, .testimonial-card strong { font-size: 1.3rem; margin-bottom: .55rem; }
.feature-list { list-style: none; padding: 0; margin: 1rem 0 1.5rem; display: grid; gap: .55rem; }
.feature-list li {
    display: flex; align-items: start; gap: .7rem; color: var(--text-soft);
}
.feature-list li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--red-light); margin-top: .12rem; }

.metric-stack { display: grid; gap: 1rem; margin-top: 2rem; }
.metric-stack-card strong { display: block; font-size: 2rem; font-family: 'Outfit', sans-serif; }
.dashboard-surface canvas { width: 100% !important; }
.report-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.report-mini-card strong { display: block; font-size: 1.5rem; margin-top: .35rem; font-family: 'Outfit', sans-serif; }
.report-mini-card small { color: var(--text-dim); letter-spacing: .12em; text-transform: uppercase; }

.seo-ladder { padding: 1.5rem; display: grid; gap: 1rem; }
.seo-item { display: flex; gap: 1rem; align-items: center; padding: 1rem; border-radius: 18px; background: rgba(255,255,255,.05); }
.seo-item span:first-child { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,23,53,.16); font-weight: 800; color: #fff; }
.seo-item small { color: var(--text-dim); }
.rank-card h3 { font-size: 2.2rem; font-family: 'Outfit', sans-serif; margin: .45rem 0; }

.portfolio-screen {
    min-height: 220px; border-radius: 22px; padding: 1rem; display: flex; flex-direction: column; justify-content: space-between;
    background: linear-gradient(140deg, rgba(255,255,255,.1), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.1);
}
.portfolio-screen span { align-self: start; padding: .4rem .7rem; background: rgba(0,0,0,.2); border-radius: 999px; font-size: .85rem; }
.portfolio-screen strong { font-size: 2rem; font-family: 'Outfit', sans-serif; }
.portfolio-screen.web { background: linear-gradient(135deg, rgba(255,23,53,.28), rgba(255,255,255,.08)); }
.portfolio-screen.ecommerce { background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,23,53,.16)); }
.portfolio-screen.saas { background: linear-gradient(135deg, rgba(121, 95, 255, .24), rgba(255,23,53,.16)); }
.portfolio-screen.app { background: linear-gradient(135deg, rgba(255,173,90,.22), rgba(255,23,53,.14)); }
.portfolio-screen.seo { background: linear-gradient(135deg, rgba(70,196,255,.24), rgba(255,23,53,.16)); }
.portfolio-screen.ads { background: linear-gradient(135deg, rgba(133,255,189,.16), rgba(255,23,53,.18)); }
.portfolio-screen.crm { background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(115,73,255,.12)); }
.portfolio-screen.branding { background: linear-gradient(135deg, rgba(255,101,204,.16), rgba(255,255,255,.08)); }
.filter-btn {
    border: 1px solid rgba(255,255,255,.12); color: #fff; background: rgba(255,255,255,.04); border-radius: 999px; padding: .8rem 1.1rem; font-weight: 700;
}
.filter-btn.active, .filter-btn:hover { background: linear-gradient(135deg, rgba(255,23,53,.95), rgba(255,90,112,.72)); border-color: transparent; }
.portfolio-modal { background: rgba(10,10,12,.96); color: #fff; }

.pricing-card.featured { border-color: rgba(255,255,255,.28); box-shadow: 0 24px 70px rgba(255,23,53,.22); }
.price-badge { align-self: flex-start; margin-bottom: 1rem; }
.price-line { font-size: 2rem; font-family: 'Outfit', sans-serif; margin-bottom: 1rem; }
.price-line small { color: var(--text-dim); font-size: .95rem; }
.comparison-table .table > :not(caption) > * > * { background: transparent; color: var(--text-soft); border-bottom: 1px solid rgba(255,255,255,.06); }
.comparison-table thead th { color: #fff !important; }

.testimonial-card p { font-size: 1rem; }
.stars { color: #ffcf56; }
.testimonial-meta { display: flex; align-items: center; gap: 1rem; margin-top: auto; }
.testimonial-meta span { color: var(--text-dim); font-size: .95rem; display: block; }
.video-ui {
    width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,23,53,.4), rgba(255,255,255,.08));
}
.swiper-pagination-bullet { background: rgba(255,255,255,.32); }
.swiper-pagination-bullet-active { background: var(--red-light); }

.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.story-grid div { padding: 1rem; border-radius: 18px; background: rgba(255,255,255,.04); }
.story-grid small { display: block; text-transform: uppercase; letter-spacing: .13em; color: var(--text-dim); margin-bottom: .45rem; }
.story-grid strong { font-size: 1.1rem; }
.process-card span { font-family: 'Outfit', sans-serif; font-size: 2rem; color: rgba(255,255,255,.28); display: block; margin-bottom: .7rem; }

.form-panel .form-control, .form-panel .form-select, .newsletter-box .form-control {
    min-height: 54px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); color: #fff; border-radius: 16px; padding: .9rem 1rem;
}
.form-panel .form-control::placeholder { color: rgba(255,255,255,.46); }
.form-panel .form-control:focus, .form-panel .form-select:focus, .newsletter-box .form-control:focus {
    background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.2); box-shadow: 0 0 0 .2rem rgba(255,23,53,.18);
}
.form-panel textarea.form-control { min-height: 150px; resize: vertical; }
.newsletter-box { display: grid; grid-template-columns: 1fr auto; gap: .75rem; margin-top: 1.3rem; }
.contact-stack { display: grid; gap: 1rem; }
.contact-card { display: flex; align-items: center; gap: 1rem; }
.contact-card i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,23,53,.16); }
.map-panel iframe { width: 100%; height: 420px; border: 0; border-radius: 20px; filter: grayscale(1) contrast(1.1); }
.alert { border-radius: 16px; }

.faq-accordion { padding: 1rem 1.5rem; }
.accordion-button {
    background: transparent; color: #fff; box-shadow: none !important; padding: 1.4rem 0; font-weight: 700;
}
.accordion-button:not(.collapsed) { background: transparent; color: #fff; }
.accordion-button::after { filter: invert(1); }
.accordion-body { color: var(--text-soft); padding: 0 0 1.2rem; }

.footer-cta {
    display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 2rem;
}
.footer-brand, .footer-list { padding: 1.5rem; }
.footer-list h5 { margin-bottom: 1rem; font-family: 'Outfit', sans-serif; }
.footer-list ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.footer-list li, .footer-bottom, .blog-meta { color: var(--text-dim); }
.socials { display: flex; gap: .75rem; }
.socials a {
    width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
}
.footer-bottom { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.08); }

@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}
.floating-card { animation: floatY 6s ease-in-out infinite; }
.floating-card.two { animation-duration: 7.5s; }

@media (max-width: 1199.98px) {
    .hero-visual-wrap { min-height: 620px; }
    .hero-dashboard { inset: 22% 4% 0 4%; }
}

@media (max-width: 991.98px) {
    .section-pad { padding: 88px 0; }
    .top-offset { padding-top: 145px; }
    .navbar-collapse { padding: 1rem 0 0; }
    .hero-section { padding-top: 70px; }
    .hero-visual-wrap { min-height: 560px; }
    .hero-dashboard { position: relative; inset: auto; margin-top: 170px; }
    .floating-card.one { top: 0; right: 3%; }
    .floating-card.two { left: 2%; bottom: auto; top: 120px; }
    .footer-cta { flex-direction: column; align-items: start; }
    .story-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767.98px) {
    .section-pad { padding: 72px 0; }
    .hero-stats-grid, .dashboard-grid, .report-mini-grid, .story-grid { grid-template-columns: 1fr; }
    .hero-visual-wrap { min-height: 660px; }
    .dashboard-float, .phone-mockup { width: calc(100% - 1rem); }
    .floating-card.one { right: .5rem; }
    .floating-card.two { left: .5rem; top: 136px; max-width: none; }
    .hero-dashboard { margin-top: 320px; padding: 1.4rem; }
    .hero-title, .section-title.mega { font-size: clamp(2.2rem, 12vw, 3.35rem); }
    .section-title { font-size: clamp(1.8rem, 8vw, 2.6rem); }
    .btn-lg { width: 100%; justify-content: center; }
    .newsletter-box { grid-template-columns: 1fr; }
    .scroll-indicator { display: none; }
    .comparison-table .table { min-width: 620px; }
    .map-panel iframe { height: 320px; }
}

@media (max-width: 575.98px) {
    .section-pad { padding: 64px 0; }
    .hero-stats-grid { grid-template-columns: 1fr; }
    .stat-card { min-height: auto; }
    .brand-copy small { display: none; }
    .glass-panel, .glass-subpanel, .service-card, .pricing-card, .portfolio-card, .blog-card, .testimonial-card, .rank-card, .value-card, .process-card, .footer-brand, .footer-list, .form-panel, .map-panel { border-radius: 20px; }
    .hero-visual-wrap { min-height: 710px; }
    .footer-bottom { text-align: center; }
}

@media (hover: none) {
    .cursor-dot, .cursor-ring { display: none !important; }
    .tilt-card { transform: none !important; }
}
