/* =========================================
   CroTV4K - COMPLETE CLEAN PREMIUM THEME
   Replace the entire old style.css with this file.
   ========================================= */

:root {
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-light: #60a5fa;
    --secondary: #0ea5e9;
    --accent: #ef4444;
    --success: #16a34a;
    --navy: #0f172a;
    --navy-soft: #172554;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --background: #ffffff;
    --surface: #f8fafc;
    --surface-blue: #eff6ff;
    --border: #dbe4f0;
    --shadow-sm: 0 4px 14px rgba(15, 23, 42, 0.07);
    --shadow-md: 0 14px 34px rgba(15, 23, 42, 0.11);
    --shadow-lg: 0 24px 65px rgba(15, 23, 42, 0.16);
    --radius-sm: 10px;
    --radius: 16px;
    --radius-lg: 24px;
    --gradient-primary: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    --gradient-dark: linear-gradient(135deg, #0f172a 0%, #172554 100%);
    --transition: 0.25s ease;
}

/* RESET */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-primary);
    background: var(--background);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img,
svg {
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

/* SHARED TYPOGRAPHY */

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: var(--text-primary);
    line-height: 1.2;
}

section {
    position: relative;
}

.section-header {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    padding: 7px 14px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 999px;
    color: var(--primary);
    background: rgba(37, 99, 235, 0.07);
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.section-header h1,
.section-header h2 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 4vw, 3.05rem);
    letter-spacing: -0.035em;
}

.section-header p {
    margin-bottom: 0;
    color: var(--text-secondary);
    font-size: 1.04rem;
}

/* BUTTONS */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #ffffff;
    background: var(--gradient-primary);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.21);
}

.btn-primary:hover {
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.3);
}

.btn-whatsapp {
    color: #ffffff;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 10px 24px rgba(22, 163, 74, 0.2);
}

.btn-whatsapp:hover {
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(22, 163, 74, 0.28);
}

.btn-secondary {
    color: var(--primary-dark);
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
    color: var(--primary-dark);
    border-color: rgba(37, 99, 235, 0.38);
    box-shadow: var(--shadow-md);
}

.btn-large {
    min-height: 54px;
    padding: 16px 28px;
}

/* HEADER */

.header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(219, 228, 240, 0.9);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.header .container {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 76px;
    gap: 20px;
}

.logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    text-decoration: none;
}

.logo-text {
    color: var(--primary);
    font-size: 1.72rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.logo-text .highlight {
    color: var(--accent);
}

.nav {
    margin-left: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    color: #334155;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--transition);
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.header .btn-primary {
    flex: 0 0 auto;
    min-height: 43px;
    padding: 12px 19px;
    border-radius: 10px;
    font-size: 0.9rem;
}

.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 9px;
    border: 0;
    border-radius: 10px;
    background: var(--surface-blue);
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    border-radius: 999px;
    background: var(--navy);
    transition: transform var(--transition), opacity var(--transition);
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* HERO */

.hero {
    isolation: isolate;
    overflow: hidden;
    padding: 156px 0 96px;
    text-align: center;
    background:
        radial-gradient(circle at 10% 15%, rgba(37, 99, 235, 0.2), transparent 30%),
        radial-gradient(circle at 90% 20%, rgba(14, 165, 233, 0.18), transparent 28%),
        linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(2px);
}

.hero::before {
    top: 118px;
    left: -110px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(37, 99, 235, 0.13);
    box-shadow: 0 0 0 48px rgba(37, 99, 235, 0.035), 0 0 0 96px rgba(37, 99, 235, 0.025);
}

.hero::after {
    right: -80px;
    bottom: 34px;
    width: 230px;
    height: 230px;
    background: rgba(14, 165, 233, 0.06);
}

.hero-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 9px 15px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 999px;
    color: var(--primary-dark);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--shadow-sm);
    font-size: 0.88rem;
    font-weight: 800;
}

.pulse {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    animation: cro-pulse 1.8s infinite;
}

@keyframes cro-pulse {
    70% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.hero h1 {
    max-width: 960px;
    margin: 0 auto 22px;
    color: var(--navy);
    font-size: clamp(2.55rem, 6vw, 4.65rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.hero-subtitle {
    max-width: 850px;
    margin: 0 auto 30px;
    color: var(--text-secondary);
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-bottom: 39px;
}

.stats-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: min(850px, 100%);
    margin: 0 auto;
    padding: 13px;
    border: 1px solid rgba(37, 99, 235, 0.11);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(12px);
}

.stats-bar .stat-item {
    position: relative;
    padding: 19px 12px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.88), rgba(255, 255, 255, 0.9));
}

.stats-bar .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 23%;
    right: -7px;
    width: 1px;
    height: 54%;
    background: var(--border);
}

.stat-number,
.stat-label {
    display: block;
}

.stat-number {
    color: var(--primary-dark);
    font-size: 1.32rem;
    font-weight: 900;
    line-height: 1.2;
}

.stat-label {
    margin-top: 5px;
    color: var(--text-muted);
    font-size: 0.81rem;
    font-weight: 700;
}

/* FEATURES / CHANNELS */

.features,
.channels,
.pricing,
.faq {
    padding: 94px 0;
}

.features {
    background: #ffffff;
}

.channels {
    background:
        radial-gradient(circle at 90% 10%, rgba(14, 165, 233, 0.07), transparent 25%),
        var(--surface);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
}

.feature-card {
    position: relative;
    overflow: hidden;
    padding: 29px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
}

.feature-card:hover {
    transform: translateY(-7px);
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: var(--shadow-lg);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    margin-bottom: 19px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 15px;
    background: linear-gradient(135deg, #eff6ff, #e0f2fe);
    font-size: 1.65rem;
}

.feature-card h3 {
    margin-bottom: 10px;
    font-size: 1.13rem;
}

.feature-card p {
    margin-bottom: 0;
    color: var(--text-secondary);
    font-size: 0.94rem;
}

/* PRICING */

.pricing {
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.08), transparent 28%),
        #ffffff;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.pricing-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 34px 30px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: var(--shadow-md);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.pricing-card:hover {
    transform: translateY(-7px);
    border-color: rgba(37, 99, 235, 0.26);
    box-shadow: var(--shadow-lg);
}

.pricing-card.popular {
    border: 2px solid var(--primary);
    transform: translateY(-10px);
    box-shadow: 0 24px 60px rgba(37, 99, 235, 0.18);
}

.pricing-card.popular:hover {
    transform: translateY(-14px);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    padding: 7px 16px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--gradient-primary);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.25);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
}

.pricing-header {
    padding-bottom: 23px;
    border-bottom: 1px solid var(--border);
    text-align: center;
}

.pricing-header h3 {
    margin-bottom: 14px;
    font-size: 1.15rem;
}

.pricing-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: var(--navy);
    line-height: 1;
}

.pricing-price .currency {
    margin: 8px 4px 0 0;
    color: var(--primary);
    font-size: 1.2rem;
    font-weight: 900;
}

.pricing-price .amount {
    font-size: clamp(2.65rem, 5vw, 3.45rem);
    font-weight: 900;
    letter-spacing: -0.05em;
}

.pricing-features {
    display: grid;
    gap: 13px;
    margin: 25px 0 29px;
    padding: 0;
    list-style: none;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 0.92rem;
}

.pricing-features .check {
    display: inline-grid;
    place-items: center;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    margin-top: 2px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--success);
    font-size: 0.7rem;
    font-weight: 900;
}

.pricing-card > .btn {
    width: 100%;
    margin-top: auto;
}

/* TESTIMONIALS */

.testimonials {
    padding: 94px 0;
    background: var(--gradient-dark);
}

.testimonials .section-header h2,
.testimonials .section-header h1 {
    color: #ffffff;
}

.testimonials .section-header p {
    color: rgba(255, 255, 255, 0.72);
}

.testimonials-grid,
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
}

.testimonial-card {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.testimonial-card p {
    color: rgba(255, 255, 255, 0.82);
}

.testimonial-card h3,
.testimonial-card h4,
.testimonial-card strong {
    color: #ffffff;
}

/* FAQ */

.faq {
    background: var(--surface);
}

.faq-list {
    display: grid;
    gap: 14px;
    max-width: 880px;
    margin: 0 auto;
}

.faq-item {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    transition: border-color var(--transition), box-shadow var(--transition);
}

.faq-item[open] {
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: var(--shadow-md);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    color: var(--text-primary);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary span {
    color: var(--primary);
    font-size: 0.75rem;
    transition: transform var(--transition);
}

.faq-item[open] summary span {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 22px 21px;
    color: var(--text-secondary);
    line-height: 1.75;
}

/* CTA */

.cta {
    overflow: hidden;
    padding: 88px 0;
    text-align: center;
    background:
        radial-gradient(circle at 15% 20%, rgba(96, 165, 250, 0.24), transparent 27%),
        radial-gradient(circle at 85% 80%, rgba(14, 165, 233, 0.2), transparent 28%),
        var(--gradient-dark);
}

.cta h2 {
    max-width: 820px;
    margin: 0 auto 15px;
    color: #ffffff;
    font-size: clamp(2rem, 4.5vw, 3.1rem);
    letter-spacing: -0.04em;
}

.cta p {
    max-width: 720px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
}

/* BLOG */

.blog-post,
.blog-section {
    background: var(--background);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.blog-card {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.blog-card > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
}

.blog-thumb,
.blog-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
    flex-shrink: 0;
    overflow: hidden;
    color: var(--primary);
    background: var(--surface-blue);
    font-size: 3rem;
}

.blog-thumb img,
.blog-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-image img,
.blog-card:hover .blog-thumb img {
    transform: scale(1.045);
}

.blog-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 11px;
    color: var(--text-muted);
    font-size: 0.82rem;
}

.blog-category {
    color: var(--primary);
    font-weight: 800;
}

.blog-content h2,
.blog-content h3 {
    margin-bottom: 10px;
    font-size: 1.16rem;
    line-height: 1.4;
}

.blog-content h2 a,
.blog-content h3 a {
    color: var(--text-primary);
    text-decoration: none;
}

.blog-content h2 a:hover,
.blog-content h3 a:hover {
    color: var(--primary);
}

.blog-content p {
    margin-bottom: 0;
    color: var(--text-secondary);
    font-size: 0.93rem;
}

/* FLOATING WHATSAPP */

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1100;
}

.whatsapp-float a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 17px;
    border-radius: 999px;
    color: #ffffff;
    background: #25d366;
    box-shadow: 0 14px 34px rgba(22, 163, 74, 0.32);
    font-weight: 800;
    text-decoration: none;
    transition: transform var(--transition), box-shadow var(--transition);
}

.whatsapp-float a:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(22, 163, 74, 0.4);
}

/* FOOTER */

.footer {
    padding: 68px 0 0;
    color: #ffffff;
    background: #0b1220;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, minmax(140px, 1fr));
    gap: 44px;
    align-items: start;
}

.footer-brand {
    max-width: 390px;
}

.footer .logo {
    margin-bottom: 18px;
}

.footer .logo-text {
    color: #ffffff;
}

.footer .logo-text .highlight {
    color: #60a5fa;
}

.footer-brand p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.93rem;
    line-height: 1.78;
}

.footer-links h4 {
    margin-bottom: 17px;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 900;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.footer-links,
.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 11px;
    list-style: none;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.91rem;
    text-decoration: none;
    transition: color var(--transition), transform var(--transition);
}

.footer-links a:hover {
    color: #93c5fd;
}

.footer-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    margin-top: 45px;
    padding: 23px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.82rem;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-disclaimer {
    max-width: 620px;
    text-align: right;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
    .header .container { gap: 14px; }
    .nav-menu { gap: 17px; }
    .nav-link { font-size: 0.88rem; }
    .header .btn-primary { padding-inline: 15px; }
}

@media (max-width: 930px) {
    .container {
        width: min(100% - 32px, 1180px);
    }

    .header .container {
        min-height: 70px;
    }

    .mobile-menu-toggle {
        display: block;
        flex: 0 0 44px;
        margin-left: auto;
        order: 30;
    }

    .header .container > .btn-primary {
        display: none;
    }

    .nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        width: 100%;
        max-height: 0;
        margin: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        background: #ffffff;
        border-top: 1px solid var(--border);
        box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
        transition: max-height 0.3s ease, opacity 0.22s ease, visibility 0.22s ease;
    }

    .nav.active {
        max-height: 520px;
        padding: 9px 0;
        opacity: 1;
        visibility: visible;
    }

    .nav-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-link {
        display: flex;
        width: 100%;
        padding: 14px 20px;
        border-bottom: 1px solid #eef2f7;
        font-size: 0.94rem;
        line-height: 1.4;
    }

    .nav-link::after {
        display: none;
    }

    .nav-link:hover,
    .nav-link.active {
        background: var(--surface-blue);
    }

    .hero {
        padding: 132px 0 78px;
    }

    .features-grid,
    .pricing-grid,
    .testimonials-grid,
    .testimonial-grid,
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-card.popular,
    .pricing-card.popular:hover {
        transform: none;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    html {
        scroll-padding-top: 76px;
    }

    .container {
        width: calc(100% - 28px);
    }

    .logo-text {
        font-size: 1.45rem;
    }

    .hero {
        padding: 118px 0 64px;
    }

    .hero h1 {
        font-size: clamp(2.08rem, 10vw, 3rem);
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .hero-buttons {
        align-items: stretch;
        flex-direction: column;
        width: min(100%, 360px);
        margin-inline: auto;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .stats-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 10px;
    }

    .stats-bar .stat-item:nth-child(2)::after {
        display: none;
    }

    .features,
    .channels,
    .pricing,
    .faq {
        padding: 70px 0;
    }

    .section-header {
        margin-bottom: 35px;
        text-align: left;
    }

    .section-header h1,
    .section-header h2 {
        font-size: 2rem;
    }

    .features-grid,
    .pricing-grid,
    .testimonials-grid,
    .testimonial-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .feature-card,
    .pricing-card {
        padding: 25px 22px;
    }

    .cta {
        padding: 68px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 31px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 13px;
    }

    .footer-disclaimer {
        max-width: none;
        text-align: left;
    }

    .whatsapp-float {
        right: 15px;
        bottom: 15px;
    }

    .whatsapp-float a {
        width: 54px;
        height: 54px;
        padding: 0;
        justify-content: center;
    }

    .whatsapp-float span {
        display: none;
    }
}

@media (max-width: 420px) {
    .stats-bar {
        grid-template-columns: 1fr;
    }

    .stats-bar .stat-item::after {
        display: none !important;
    }

    .hero-badge {
        font-size: 0.8rem;
    }

    .faq-item summary {
        padding: 18px;
    }

    .faq-answer {
        padding: 0 18px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Testimonials text colour fix */
.testimonials .testimonial-card,
.testimonials .testimonial-card p,
.testimonials .testimonial-card h3,
.testimonials .testimonial-card h4,
.testimonials .testimonial-card strong,
.testimonials .testimonial-card span {
    color: #0f172a !important;
}

/* Testimonials heading and subtitle in black */
.testimonials .section-header h1,
.testimonials .section-header h2 {
    color: #0f172a !important;
}

.testimonials .section-header p {
    color: #334155 !important;
}

.btn-messenger {
    color: #ffffff;
    background: linear-gradient(135deg, #0084ff, #0064e0);
    box-shadow: 0 10px 24px rgba(0, 132, 255, 0.22);
}

.btn-messenger:hover {
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 132, 255, 0.32);
}