:root {
    --navy: #161c2a;
    --teal: #58a8c3;
    --ink: #0f1320;
    --muted: #667085;
    --bg: #f8f9fa
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Inter, Arial, sans-serif;
    color: #1f2937;
    background: #fff;
    line-height: 1.6
}

a {
    color: var(--teal);
    text-decoration: none
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--navy);
    border-bottom: 1px solid #11182740
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0
}

.brand img {
    height: 130px;
    width: auto;
    display: block
}

.menu {
    list-style: none;
    display: flex;
    gap: 24px
}

.menu a {
    color: #fff;
    font-weight: 600;
    opacity: .95
}

.menu a:hover {
    color: var(--teal)
}

.hero {
    background: var(--navy);
    color: #fff
}

.hero .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    padding: 72px 0
}

.hero h1 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    margin-bottom: 12px
}

.hero p {
    color: #e5e7eb;
    margin-bottom: 24px
}

.hero-image {
    flex: 1;
    overflow: hidden;
    border-radius: 12px
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta {
    display: inline-block;
    background: var(--teal);
    color: #fff;
    font-weight: 700;
    padding: 14px 22px;
    border-radius: 10px
}

.cta:hover {
    filter: brightness(.95)
}

.hero .card {
    background: #0f172a;
    border: 1px solid #334155;
    padding: 18px;
    border-radius: 12px;
    color: #e2e8f0
}

.trust {
    background: #fff;
    border-bottom: 1px solid #e5e7eb
}

.trust .band {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 18px 0;
    color: #334155
}

.kpi {
    text-align: center;
    flex: 1;
    min-width: 160px
}

.kpi b {
    display: block;
    font-size: 24px;
    color: var(--navy)
}

section h2 {
    text-align: center;
    color: var(--navy);
    font-size: 28px;
    margin-bottom: 8px
}

section .sub {
    text-align: center;
    color: var(--muted);
    margin-bottom: 28px
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px
}

.card h3 {
    color: var(--navy);
    margin-bottom: 6px;
    font-size: 18px
}

.card p {
    color: #475569;
    font-size: 15px
}

.card .tag {
    display: inline-block;
    background: #e6f4f8;
    color: #0d5568;
    border: 1px solid #bfe0ea;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    margin-bottom: 8px
}

.card:hover {
    box-shadow: 0 10px 24px #00000012;
    border-color: #dbeafe;
    transform: translateY(-2px);
    transition: .25s
}

.features {
    background: var(--bg)
}

.feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px
}

.icon {
    width: 40px;
    height: 40px;
    background: var(--teal);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800
}

.testi {
    background: #fff
}

blockquote {
    border-left: 4px solid var(--teal);
    padding-left: 14px;
    color: #334155
}

.cta-band {
    background: linear-gradient(135deg, var(--navy), #1f2a44)
}

.cta-band .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 0;
    color: #fff
}

.cta-band .actions {
    display: flex;
    gap: 12px
}

.btn {
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid transparent
}

.btn.primary {
    background: var(--teal);
    color: #fff
}

.btn.ghost {
    background: transparent;
    color: #fff;
    border-color: #ffffff40
}

.btn.ghost:hover {
    background: #ffffff12
}

form {
    max-width: 640px;
    margin: 0 auto
}

label {
    display: block;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px
}

input,
textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 14px;
    font: inherit
}

input:focus,
textarea:focus {
    outline: none;
    border-color: var(--teal);
    box-shadow: 0 0 0 3px #58a8c333
}

.submit {
    background: var(--teal);
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 700
}

footer {
    background: var(--navy);
    color: #cbd5e1;
    padding: 28px 0;
    margin-top: 40px
}

footer a {
    color: #e2e8f0
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 40px
}

.pricing-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: all .3s
}

.pricing-card:hover {
    border-color: var(--teal);
    box-shadow: 0 20px 40px rgba(88, 168, 195, .15);
    transform: translateY(-8px)
}

.pricing-card.featured {
    border-color: var(--teal);
    background: linear-gradient(135deg, #f0f9fb 0%, #fff 100%)
}

.plan-image {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 8px;
    background: transparent
}

.plan-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .3s
}

.pricing-card:hover .plan-image img {
    transform: scale(1.05)
}

.plan-icon {
    font-size: 48px;
    margin-bottom: 12px
}

.plan-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 12px
}

.plan-price {
    font-size: 28px;
    font-weight: 800;
    color: var(--teal);
    margin-bottom: 4px
}

.plan-renewal {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 20px
}

.plan-features {
    list-style: none;
    margin: 20px 0;
    flex-grow: 1
}

.plan-features li {
    padding: 8px 0;
    font-size: 14px;
    color: #475569;
    display: flex;
    align-items: center
}

.plan-features li:before {
    content: "✓";
    color: var(--teal);
    font-weight: 700;
    margin-right: 10px
}

.plan-cta {
    background: var(--teal);
    color: #fff;
    text-align: center;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 20px;
    transition: .2s;
    display: block
}

.plan-cta:hover {
    background: #4a96b0;
    transform: scale(1.02)
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px
}

.service-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: all .3s
}

.service-card:hover {
    border-color: var(--teal);
    box-shadow: 0 15px 35px rgba(88, 168, 195, .15);
    transform: translateY(-5px)
}

.service-price {
    font-size: 24px;
    font-weight: 800;
    color: var(--teal);
    margin: 12px 0;
    display: block
}

.service-description {
    color: #475569;
    font-size: 14px;
    margin-top: 12px
}

.pricing-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px
}

.toggle-label {
    font-weight: 600;
    color: var(--navy);
    font-size: 16px
}

.hidden {
    display: none
}

@media (max-width:900px) {
    .grid {
        grid-template-columns: 1fr 1fr
    }

    .hero .wrap {
        grid-template-columns: 1fr
    }

    .menu {
        display: none
    }

    .pricing-grid {
        grid-template-columns: 1fr
    }

    .services-grid {
        grid-template-columns: 1fr
    }

    .pricing-toggle {
        flex-direction: column;
        gap: 12px
    }
}

@media (max-width:560px) {
    .grid {
        grid-template-columns: 1fr
    }

    .cta-band .wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .pricing-card {
        padding: 20px
    }

    .plan-price {
        font-size: 24px
    }

    .plan-image {
        height: 300px;
        max-height: none
    }

    .brand img {
        height: 80px
    }
}

/* ===== DESIGN TOKENS ===== */
:root {
    --bg: #f7f6f3;
    --bg-warm: #f2f0ec;
    --surface: #ffffff;
    --surface-alt: #fafaf8;
    --ink: #0c111d;
    --ink-light: #3d4654;
    --ink-muted: #6b7280;
    --accent: #2ba3b9;
    --accent-dark: #1e8a9e;
    --accent-glow: rgba(43, 163, 185, 0.12);
    --accent-glow-strong: rgba(43, 163, 185, 0.22);
    --border: rgba(0, 0, 0, 0.06);
    --border-hover: rgba(0, 0, 0, 0.12);
    --radius: 12px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 24px -4px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 12px 48px -12px rgba(0, 0, 0, 0.12);
    --shadow-accent: 0 8px 32px -8px rgba(43, 163, 185, 0.25);
    --font-body: 'DM Sans', system-ui, sans-serif;
    --font-display: 'Instrument Serif', Georgia, serif;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--bg);
    color: var(--ink);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Material Symbols config */
.material-symbols-rounded {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
}

.material-symbols-rounded.filled {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ===== UTILITIES ===== */
.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 16px;
}

.section-label .material-symbols-rounded {
    font-size: 18px;
}

.section-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: var(--ink);
    margin-bottom: 16px;
}

.section-title em {
    font-style: italic;
    color: var(--accent);
}

.section-subtitle {
    font-family: var(--font-body);
    font-size: 1.125rem;
    color: var(--ink-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes drift {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(6px, -8px, 0);
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.7;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

.stagger-1 {
    transition-delay: 0.05s;
}

.stagger-2 {
    transition-delay: 0.1s;
}

.stagger-3 {
    transition-delay: 0.15s;
}

.stagger-4 {
    transition-delay: 0.2s;
}

/* ===== HEADER ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(12, 17, 29, 0.92);
    backdrop-filter: blur(20px) saturate(1.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.site-logo {
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    transition: opacity 0.3s;
}

.site-logo:hover {
    opacity: 0.8;
}

.nav-desktop {
    display: none;
    align-items: center;
    gap: 32px;
}

.nav-desktop a {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s;
}

.nav-desktop a:hover {
    color: var(--accent);
}

@media (min-width: 768px) {
    .nav-desktop {
        display: flex;
    }

    .menu-toggle {
        display: none !important;
    }
}

.menu-toggle {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s;
}

.menu-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
}

.nav-mobile {
    display: none;
    background: rgba(12, 17, 29, 0.96);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 24px;
    animation: fadeUp 0.3s var(--ease);
}

.nav-mobile.open {
    display: block;
}

.nav-mobile a {
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 0;
    transition: color 0.3s;
}

.nav-mobile a:hover {
    color: var(--accent);
}

@media (min-width: 768px) {
    .nav-mobile {
        display: none !important;
    }
}

/* ===== HERO ===== */
.hero {
    position: relative;
    background: linear-gradient(170deg, #0c111d 0%, #131b2e 50%, #0f1825 100%);
    color: #fff;
    overflow: hidden;
    padding: 80px 0 100px;
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image:
        linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
}

.hero-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: var(--accent-glow-strong);
    filter: blur(80px);
    pointer-events: none;
    animation: drift 12s ease-in-out infinite;
}

.hero-glow--1 {
    top: -40px;
    right: 5%;
}

.hero-glow--2 {
    bottom: -60px;
    left: 10%;
    opacity: 0.5;
    animation-delay: -4s;
}

.hero .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 768px) {
    .hero {
        padding: 100px 0 120px;
    }

    .hero .container {
        grid-template-columns: 5fr 6fr;
        gap: 56px;
    }
}

.hero-visual {
    display: none;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 24px 64px -16px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .hero-visual {
        display: block;
    }
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease);
}

.hero-visual:hover img {
    transform: scale(1.03);
}

.hero-content {
    animation: fadeUp 0.8s var(--ease) both;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

.hero-badge .material-symbols-rounded {
    font-size: 18px;
    color: var(--accent);
}

.hero h1 {
    font-size: clamp(2.5rem, 6vw, 3.75rem);
    line-height: 1.05;
    margin-bottom: 24px;
}

.hero h1 em {
    font-style: italic;
    color: var(--accent);
}

.hero-desc {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 36px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    text-align: center;
    justify-content: center;
}

.btn .material-symbols-rounded {
    font-size: 20px;
}

.btn--primary {
    background: var(--accent);
    color: #fff;
}

.btn--primary:hover {
    background: var(--accent-dark);
    box-shadow: var(--shadow-accent);
    transform: translateY(-1px);
}

.btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
}

.btn--outline {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--border-hover);
}

.btn--outline:hover {
    border-color: var(--accent);
    color: var(--accent);
}

/* ===== STATS BAR ===== */
.stats-bar {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: 48px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.stat-card {
    text-align: center;
    padding: 24px 16px;
    border-radius: var(--radius);
    background: var(--surface-alt);
    border: 1px solid var(--border);
    transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}

.stat-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.stat-number {
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 4px;
}

.stat-label {
    font-size: 0.8125rem;
    color: var(--ink-muted);
    font-weight: 500;
}

/* ===== SERVICES ===== */
.services {
    padding: 100px 0;
    background: var(--surface);
}

.services-header {
    text-align: center;
    margin-bottom: 64px;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 640px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.service-card {
    padding: 36px 28px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: var(--surface);
    transition: all 0.35s var(--ease);
    cursor: default;
}

.service-card:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow-md), 0 0 0 1px var(--accent-glow);
    transform: translateY(-4px);
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--accent), #3bb8d0);
    color: #fff;
}

.service-icon .material-symbols-rounded {
    font-size: 26px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.service-icon--warm {
    background: linear-gradient(135deg, #e8723a, #d4553b);
}

.service-card h3 {
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
}

.service-card p {
    font-size: 0.9375rem;
    color: var(--ink-muted);
    line-height: 1.6;
}

/* ===== PLANS ===== */
.plans {
    padding: 100px 0;
    background: var(--bg-warm);
}

.plans-header {
    text-align: center;
    margin-bottom: 48px;
}

.billing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 56px;
}

.billing-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ink-light);
}

.billing-label .material-symbols-rounded {
    font-size: 20px;
    color: var(--accent);
}

.billing-label .badge {
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--accent);
    background: var(--accent-glow);
    padding: 2px 8px;
    border-radius: var(--radius-full);
}

.toggle-switch {
    position: relative;
    width: 52px;
    height: 28px;
    background: #ccc;
    border-radius: var(--radius-full);
    border: none;
    cursor: pointer;
    transition: background 0.4s;
    outline: none;
}

.toggle-switch:focus-visible {
    box-shadow: 0 0 0 3px var(--accent-glow-strong);
}

.toggle-switch span {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    transition: left 0.4s var(--ease);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.toggle-switch.active {
    background: var(--accent);
}

.toggle-switch.active span {
    left: 27px;
}

.plans-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 640px) {
    .plans-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .plans-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.plan-card {
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    border-radius: var(--radius-lg);
    background: var(--surface);
    border: 1px solid var(--border);
    transition: all 0.35s var(--ease);
}

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

.plan-card--featured {
    border-color: var(--accent);
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.plan-card--featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), #3bb8d0);
}

.plan-tier {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-body);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    margin-bottom: 16px;
    width: fit-content;
}

.plan-tier .material-symbols-rounded {
    font-size: 14px;
}

.plan-tier--basic {
    background: #e8f0fe;
    color: #1a56db;
}

.plan-tier--popular {
    background: var(--accent-glow);
    color: var(--accent-dark);
}

.plan-tier--recommended {
    background: #fef3e2;
    color: #b45309;
}

.plan-tier--elite {
    background: var(--accent);
    color: #fff;
}

.plan-image {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 20px;
    background: transparent;
}

.plan-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s var(--ease);
}

.plan-card:hover .plan-image img {
    transform: scale(1.05);
}

.plan-name {
    font-family: var(--font-body);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}

.plan-price {
    margin-bottom: 24px;
}

.plan-price .amount {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--ink);
}

.plan-price .period {
    font-size: 0.8125rem;
    color: var(--ink-muted);
}

.plan-features {
    list-style: none;
    margin-bottom: 28px;
    flex-grow: 1;
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--ink-light);
    padding: 6px 0;
}

.plan-features li .material-symbols-rounded {
    font-size: 18px;
    color: var(--accent);
    flex-shrink: 0;
    margin-top: 1px;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 20;
}

.plan-cta {
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--radius);
    transition: all 0.3s var(--ease);
    border: none;
    cursor: pointer;
}

.plan-cta--default {
    background: var(--ink);
    color: #fff;
}

.plan-cta--default:hover {
    background: var(--accent);
    box-shadow: var(--shadow-accent);
}

.plan-cta--accent {
    background: var(--accent);
    color: #fff;
}

.plan-cta--accent:hover {
    background: var(--accent-dark);
    box-shadow: var(--shadow-accent);
}

/* ===== BENEFITS ===== */
.benefits {
    padding: 100px 0;
    background: var(--surface);
}

.benefits-header {
    text-align: center;
    margin-bottom: 64px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

@media (min-width: 768px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.benefit-item {
    display: flex;
    gap: 20px;
    padding: 28px 24px;
    border-radius: var(--radius-lg);
    border: 1px solid transparent;
    transition: all 0.3s var(--ease);
}

.benefit-item:hover {
    background: var(--accent-glow);
    border-color: rgba(43, 163, 185, 0.12);
}

.benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--accent), #3bb8d0);
    color: #fff;
    box-shadow: 0 4px 16px -4px rgba(43, 163, 185, 0.3);
}

.benefit-icon .material-symbols-rounded {
    font-size: 26px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.benefit-item h3 {
    font-family: var(--font-body);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
}

.benefit-item p {
    font-size: 0.9375rem;
    color: var(--ink-muted);
    line-height: 1.6;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
    padding: 100px 0;
    background: var(--bg-warm);
}

.testimonials-header {
    text-align: center;
    margin-bottom: 64px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 768px) {
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.testimonial-card {
    padding: 32px 28px;
    background: var(--surface);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    transition: all 0.35s var(--ease);
    position: relative;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), transparent);
    border-radius: 2px;
}

.testimonial-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #fff;
    flex-shrink: 0;
}

.testimonial-avatar--teal {
    background: linear-gradient(135deg, var(--accent), #3bb8d0);
}

.testimonial-avatar--warm {
    background: linear-gradient(135deg, #e8723a, #d4553b);
}

.testimonial-name {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1rem;
    color: var(--ink);
}

.testimonial-role {
    font-size: 0.8125rem;
    color: var(--ink-muted);
}

.testimonial-text {
    font-size: 0.9375rem;
    color: var(--ink-light);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-stars {
    display: flex;
    gap: 2px;
    color: var(--accent);
}

.testimonial-stars .material-symbols-rounded {
    font-size: 18px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

/* ===== CLIENTS CAROUSEL ===== */
.clients {
    padding: 80px 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
}

.clients-header {
    text-align: center;
    margin-bottom: 48px;
}

.carousel-wrapper {
    position: relative;
}

.carousel-viewport {
    overflow: hidden;
    border-radius: var(--radius);
    padding: 24px 16px;
}

.carousel-track {
    display: flex;
    gap: 16px;
    transition: transform 0.5s var(--ease);
}

.carousel-item {
    flex-shrink: 0;
    width: 128px;
    height: 128px;
    border-radius: var(--radius);
    background: var(--surface);
    border: 1px solid var(--border);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item:hover {
    box-shadow: var(--shadow-md);
    transform: scale(1.05);
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s var(--ease);
    z-index: 5;
}

.carousel-btn:hover {
    background: var(--accent);
    box-shadow: var(--shadow-accent);
}

.carousel-btn--prev {
    left: -16px;
}

.carousel-btn--next {
    right: -16px;
}

.carousel-btn .material-symbols-rounded {
    font-size: 22px;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
}

.carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d1d5db;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.carousel-dot.active {
    background: var(--accent);
    width: 20px;
    border-radius: 10px;
}

/* ===== CTA BANNER ===== */
.cta-banner {
    background: linear-gradient(135deg, #0c111d, #131b2e);
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: var(--accent-glow-strong);
    filter: blur(80px);
    pointer-events: none;
}

.cta-banner .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .cta-banner .container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.cta-banner h3 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    max-width: 600px;
}

.cta-banner p {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 12px;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}

/* ===== CONTACT ===== */
.contact {
    padding: 100px 0;
    background: var(--surface);
}

.contact-header {
    text-align: center;
    margin-bottom: 48px;
}

.contact-header .section-subtitle {
    margin-bottom: 0;
}

.contact-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 32px;
    border-radius: var(--radius-lg);
    background: var(--surface-alt);
    border: 1px solid var(--border);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    padding: 12px 16px;
    border: 1.5px solid var(--border-hover);
    border-radius: var(--radius);
    background: var(--surface);
    color: var(--ink);
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9ca3af;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow);
}

.form-group textarea {
    resize: none;
    min-height: 120px;
}

.form-group .error-message {
    display: none;
    font-size: 0.8125rem;
    color: #dc2626;
    margin-top: 4px;
}

.form-group input.has-error,
.form-group textarea.has-error {
    border-color: #dc2626;
}

.form-submit {
    width: 100%;
    padding: 14px;
    font-family: var(--font-body);
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    background: var(--accent);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s var(--ease);
}

.form-submit:hover {
    background: var(--accent-dark);
    box-shadow: var(--shadow-accent);
}

.form-note {
    text-align: center;
    font-size: 0.8125rem;
    color: var(--ink-muted);
    margin-top: 12px;
}

/* ===== FOOTER ===== */
.site-footer {
    background: #0c111d;
    color: rgba(255, 255, 255, 0.5);
    padding: 56px 0 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr;
    }
}

.footer-brand h4 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.footer-brand p {
    font-size: 0.875rem;
    line-height: 1.6;
}

.footer-nav h4 {
    font-family: var(--font-body);
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-nav ul {
    list-style: none;
}

.footer-nav li {
    margin-bottom: 8px;
}

.footer-nav a {
    font-size: 0.875rem;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: var(--accent);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: var(--accent);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 24px;
    text-align: center;
    font-size: 0.8125rem;
}

.footer-bottom a {
    transition: color 0.3s;
}

.footer-bottom a:hover {
    color: var(--accent);
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    border-radius: var(--radius-full);
    background: #25D366;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 8px 32px -8px rgba(37, 211, 102, 0.4);
    transition: all 0.3s var(--ease);
}

.whatsapp-float:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 40px -8px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
    width: 20px;
    height: 20px;
}

.whatsapp-float span {
    display: none;
}

@media (min-width: 640px) {
    .whatsapp-float span {
        display: inline;
    }
}