:root {
    --bg: #f5f8fc;
    --bg-soft: #edf3f8;
    --surface: rgba(255, 255, 255, 0.92);
    --surface-strong: #ffffff;
    --surface-dark: #0f172a;
    --primary: #0f172a;
    --secondary: #1e293b;
    --text: #475569;
    --muted: #64748b;
    --line: #d9e3ee;
    --accent: #0f766e;
    --accent-dark: #115e59;
    --accent-soft: rgba(15, 118, 110, 0.10);
    --accent-glow: rgba(15, 118, 110, 0.18);
    --shadow-lg: 0 24px 80px rgba(15, 23, 42, 0.10);
    --shadow-md: 0 14px 40px rgba(15, 23, 42, 0.08);
    --shadow-sm: 0 10px 24px rgba(15, 23, 42, 0.06);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: var(--text);
    background:
            radial-gradient(circle at top left, rgba(15, 118, 110, 0.08), transparent 22%),
            radial-gradient(circle at top right, rgba(14, 165, 233, 0.05), transparent 20%),
            linear-gradient(180deg, #f8fbff 0%, #ffffff 22%, #f8fafc 100%);
}

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

main {
    overflow: hidden;
}

/* Header / navigation */

.navbar-site {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(217, 227, 238, 0.9);
}

.site-logo,
.footer-logo {
    width: auto;
    height: 44px;
}

.site-brand-text {
    color: var(--primary);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nav-link {
    color: var(--secondary);
    font-weight: 600;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--accent);
}

/* Buttons */

.btn-site-primary,
.btn-site-outline,
.card-premium,
.hero-panel,
.cta-panel,
.quote-box,
.contact-panel,
.contact-info,
.legal-card {
    transition:
            transform 0.25s ease,
            box-shadow 0.25s ease,
            border-color 0.25s ease,
            background 0.25s ease;
}

.btn-site-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 0.85rem 1.35rem;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(15, 118, 110, 0.20);
    text-decoration: none;
}

.btn-site-primary:hover,
.btn-site-primary:focus {
    color: #ffffff;
    background: linear-gradient(135deg, #0d6b63 0%, #0f5a55 100%);
    transform: translateY(-1px);
}

.btn-site-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: var(--secondary);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.85rem 1.35rem;
    font-weight: 700;
    text-decoration: none;
}

.btn-site-outline:hover,
.btn-site-outline:focus {
    color: var(--accent);
    border-color: var(--accent);
    transform: translateY(-1px);
}

/* Generic sections */

.section {
    padding: 3.25rem 0;
}

.section-muted {
    background: linear-gradient(180deg, rgba(237, 243, 248, 0.55) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.section-tag,
.page-tag {
    color: var(--accent-dark);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    margin-bottom: 0.7rem;
}

.section-title,
.page-title {
    color: var(--primary);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 0.85rem;
}

.section-title {
    font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.page-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.section-intro,
.page-intro {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 760px;
}

/* Hero */

.hero {
    position: relative;
    overflow: hidden;
    padding: 5.25rem 0 3.5rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(217, 227, 238, 0.95);
    color: var(--accent-dark);
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    animation: fadeUp 0.6s ease both;
}

.hero-title {
    color: var(--primary);
    font-size: clamp(2.4rem, 4.8vw, 4.5rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.045em;
    margin-bottom: 1rem;
    max-width: 760px;
    animation: fadeUp 0.8s ease both;
}

.hero-subtitle {
    font-size: 1.06rem;
    line-height: 1.7;
    color: var(--muted);
    max-width: 720px;
    margin-bottom: 1.5rem;
    animation: fadeUp 1s ease both;
}

.hero-trial-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.10);
    border: 1px solid rgba(15, 118, 110, 0.16);
    color: var(--accent-dark);
    font-weight: 700;
    line-height: 1.4;
    font-size: 0.95rem;
    animation: fadeUp 1.1s ease both;
}

.hero .btn {
    animation: fadeUp 1.2s ease both;
}

.hero-visual-wrap {
    position: relative;
    min-height: 430px;
    padding: 1.25rem 0 0 1.75rem;
    animation: fadeInSoft 1s ease both;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(16px);
    pointer-events: none;
}

.hero-orb-one {
    width: 150px;
    height: 150px;
    top: 0.25rem;
    right: 0.5rem;
    background: rgba(15, 118, 110, 0.10);
    animation: floatSlow 8s ease-in-out infinite;
}

.hero-orb-two {
    width: 130px;
    height: 130px;
    bottom: 0.5rem;
    left: 0;
    background: rgba(14, 165, 233, 0.10);
    animation: floatSlow 10s ease-in-out infinite;
}

/* Panels / cards */

.hero-panel,
.card-premium,
.contact-panel,
.contact-info,
.legal-card,
.quote-box,
.cta-panel {
    position: relative;
    background: var(--surface-strong);
    border: 1.5px solid #cbd5e1;
    box-shadow: var(--shadow-md);
}

.hero-panel,
.cta-panel,
.quote-box,
.legal-card,
.contact-panel,
.contact-info {
    border-radius: var(--radius-xl);
}

.hero-panel {
    padding: 1.65rem;
    box-shadow: var(--shadow-lg);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hero-panel-main {
    position: relative;
    z-index: 2;
}

.hero-panel::before,
.cta-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
            135deg,
            rgba(15, 118, 110, 0.16),
            rgba(14, 165, 233, 0.08),
            rgba(255, 255, 255, 0)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.hero-panel-title {
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent-dark);
    font-size: 0.86rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.hero-list,
.statement-list,
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-list li,
.contact-list li {
    padding: 0.85rem 0;
    border-top: 1px solid var(--line);
}

.hero-list li:first-child,
.contact-list li:first-child {
    border-top: none;
    padding-top: 0;
}

.hero-list strong {
    display: block;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.card-premium {
    height: 100%;
    border-radius: var(--radius-lg);
    padding: 1.35rem;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    box-shadow:
            0 10px 24px rgba(15, 23, 42, 0.06),
            0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.card-premium:hover,
.contact-info:hover,
.contact-panel:hover,
.quote-box:hover {
    transform: translateY(-3px);
    box-shadow:
            0 18px 36px rgba(15, 23, 42, 0.09),
            0 0 0 1px rgba(148, 163, 184, 0.25);
}

/* Dark statement block */

.statement-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border-radius: var(--radius-xl);
    padding: 1.9rem;
    box-shadow: var(--shadow-md);
}

.statement-box p {
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 0;
    line-height: 1.7;
}

.statement-list li {
    position: relative;
    padding-left: 1.45rem;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
}

.statement-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5eead4;
    position: absolute;
    left: 0;
    top: 0.55rem;
}

/* Feature / benefit icons */

.card-number,
.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-soft);
    color: var(--accent-dark);
    font-weight: 800;
    margin-bottom: 0.9rem;
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.08);
}

.card-premium h3,
.contact-panel h2,
.contact-info h2,
.legal-card h1,
.legal-card h2 {
    color: var(--primary);
    font-weight: 800;
}

.card-premium h3 {
    font-size: 1.06rem;
    margin-bottom: 0.55rem;
}

.card-premium p,
.contact-panel p,
.contact-info p,
.contact-info li,
.legal-card p,
.legal-card li {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 0;
}

/* Quote */

.quote-box {
    padding: 1.9rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.quote-box blockquote {
    color: var(--secondary);
    font-size: 1.08rem;
    line-height: 1.75;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.quote-signature,
.footer-subtitle,
.footer-bottom {
    color: var(--muted);
}

/* CTA block */

.cta-panel {
    padding: 2.1rem;
    box-shadow: var(--shadow-lg);
    background:
            radial-gradient(circle at top right, rgba(15, 118, 110, 0.12), transparent 30%),
            linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

/* Internal pages */

.page-hero,
.legal-page {
    padding-top: 5.25rem;
}

.page-hero {
    padding-bottom: 1.15rem;
}

.legal-page {
    padding-bottom: 2.75rem;
}

.contact-panel,
.contact-info,
.legal-card {
    padding: 2rem;
}

.legal-card h2 {
    font-size: 1.15rem;
    margin-top: 1.6rem;
}

/* Form styling */

.site-form {
    margin-top: 0.85rem;
}

.site-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.site-form-label {
    display: block;
    color: var(--secondary);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.site-form-input {
    display: block;
    width: 100%;
    min-height: 56px;
    border: 1.5px solid #cbd5e1;
    border-radius: 16px;
    padding: 0.9rem 0.95rem;
    background: #ffffff;
    color: var(--secondary);
    box-shadow:
            0 1px 2px rgba(15, 23, 42, 0.04),
            inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    transition:
            border-color 0.2s ease,
            box-shadow 0.2s ease,
            background-color 0.2s ease,
            transform 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.site-form-input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.site-form-input:hover {
    border-color: #94a3b8;
    background: #ffffff;
}

.site-form-input:focus {
    border-color: rgba(15, 118, 110, 0.65);
    box-shadow:
            0 0 0 0.24rem rgba(15, 118, 110, 0.14),
            0 8px 20px rgba(15, 118, 110, 0.08);
    background: #ffffff;
    outline: none;
}

.site-form-textarea {
    min-height: 180px;
    resize: vertical;
    line-height: 1.7;
}

.site-form-errors {
    min-height: 1rem;
}

.site-form-errors ul {
    margin: 0;
    padding-left: 1rem;
    color: #b91c1c;
    font-size: 0.9rem;
}

.form-helper-text {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.honeypot-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Legacy form fallback */

.form-label {
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-control,
.form-select,
textarea.form-control {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    color: var(--secondary);
    box-shadow: none;
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
    border-color: rgba(15, 118, 110, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.10);
}

/* Alerts */

.alert-site {
    border-radius: 18px;
    padding: 1rem 1.2rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
}

.alert-site-error {
    border: 1px solid rgba(220, 38, 38, 0.18);
    background: rgba(220, 38, 38, 0.08);
    color: #991b1b;
}

/* Footer */

.footer-site {
    padding: 1.8rem 0;
    border-top: 1px solid rgba(217, 227, 238, 0.95);
    background: rgba(255, 255, 255, 0.92);
    margin-top: 1.5rem;
}

.footer-title {
    color: var(--primary);
    font-weight: 800;
}

.footer-links a {
    color: var(--muted);
    text-decoration: none;
    font-weight: 600;
}

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

/* Accessibility */

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(15, 118, 110, 0.20);
    outline-offset: 2px;
}

/* Animations */

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInSoft {
    from {
        opacity: 0;
        transform: scale(0.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes floatSlow {
    0%,
    100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-10px) translateX(4px);
    }
}

/* Responsive */

@media (max-width: 991.98px) {
    .hero {
        padding-top: 4.75rem;
        padding-bottom: 3rem;
    }

    .section {
        padding: 2.8rem 0;
    }

    .page-hero,
    .legal-page {
        padding-top: 4.75rem;
    }

    .hero-visual-wrap {
        min-height: auto;
        padding: 0;
    }

    .hero-orb {
        display: none;
    }

    .contact-panel,
    .contact-info,
    .legal-card {
        padding: 1.7rem;
    }

    .site-form-label {
        font-size: 0.93rem;
    }

    .site-form-input {
        min-height: 60px;
        border-width: 2px;
        padding: 1rem 1rem;
        background: #ffffff;
    }

    .site-form-textarea {
        min-height: 180px;
    }
}

@media (max-width: 767.98px) {
    .section,
    .legal-page {
        padding-left: 0;
        padding-right: 0;
    }

    .section {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .hero {
        padding-top: 4.4rem;
        padding-bottom: 2.5rem;
    }

    .page-hero {
        padding-top: 4.1rem;
        padding-bottom: 0.9rem;
    }

    .legal-page {
        padding-top: 4.1rem;
        padding-bottom: 2.2rem;
    }

    .cta-panel,
    .quote-box,
    .statement-box,
    .contact-panel,
    .contact-info,
    .legal-card,
    .hero-panel {
        padding: 1.35rem;
    }

    .footer-brand {
        flex-direction: column;
        text-align: center;
    }

    .btn-site-primary,
    .btn-site-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .site-form {
        margin-top: 0.65rem;
    }

    .site-form-group {
        gap: 0.45rem;
    }

    .site-form-label {
        font-size: 0.92rem;
    }

    .site-form-input {
        min-height: 62px;
        border-width: 2px;
        border-color: #94a3b8;
        border-radius: 14px;
        padding: 1rem 0.95rem;
        font-size: 16px;
        background: #ffffff;
        box-shadow:
                0 2px 6px rgba(15, 23, 42, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    }

    .site-form-textarea {
        min-height: 170px;
        padding-top: 1rem;
    }

    .form-helper-text {
        font-size: 0.9rem;
    }
}
