@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
    --ink-900: #0b1b1e;
    --ink-700: #1b3437;
    --ocean-600: #0d7a80;
    --ocean-500: #1f9aa1;
    --sun-500: #f08a3c;
    --sun-400: #f7b267;
    --lime-300: #a6e3b0;
    --surface: #ffffff;
    --surface-soft: #f4f1ea;
    --sand: #fff6ed;
    --ring: rgba(13, 122, 128, 0.25);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Sora', sans-serif;
    padding-top: 78px;
    color: var(--ink-900);
    background: radial-gradient(circle at 12% 18%, rgba(240, 138, 60, 0.18), transparent 40%),
        radial-gradient(circle at 88% 12%, rgba(166, 227, 176, 0.16), transparent 38%),
        linear-gradient(180deg, #fff6ed 0%, #ffffff 40%, #eef6f6 100%);
}

h1, h2, h3, h4, h5 {
    font-family: 'Space Grotesk', sans-serif;
    color: var(--ink-900);
    letter-spacing: -0.02em;
}

a {
    color: inherit;
}

.content {
    min-height: calc(100vh - 220px);
}

.section-kicker {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.28em;
    font-size: 0.7rem;
    color: var(--ocean-600);
}

.section-title {
    font-weight: 700;
    margin-bottom: 2.2rem;
    text-align: center;
    position: relative;
}

.section-title:after {
    content: '';
    display: block;
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, var(--sun-500), var(--lime-300));
    margin: 1rem auto 0;
    border-radius: 999px;
}

.section-soft,
.bg-light {
    background-color: var(--surface-soft) !important;
}

/* Navbar */
.navbar-tx {
    background: rgba(11, 27, 30, 0.9) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.navbar-brand {
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.navbar-tx .nav-link {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 600;
    margin-left: 0.5rem;
}

.navbar-tx .nav-link:hover,
.navbar-tx .nav-link.active {
    color: #ffffff !important;
}

/* Hero */
.brand-hero {
    position: relative;
    padding: 130px 0 100px;
    color: #ffffff;
    background: linear-gradient(135deg, #071a1d 0%, #0c2f33 55%, #11444a 100%);
    overflow: hidden;
}

.brand-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 18%, rgba(240, 138, 60, 0.35), transparent 45%),
        radial-gradient(circle at 85% 22%, rgba(166, 227, 176, 0.28), transparent 48%);
    opacity: 0.9;
}

.brand-hero::after {
    content: '';
    position: absolute;
    right: -120px;
    top: 40px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.04);
}

.brand-hero .container {
    position: relative;
    z-index: 1;
}

.pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-lead {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.82);
}

.hero-actions .btn {
    margin-right: 0.75rem;
    margin-top: 0.75rem;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.hero-tag {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.85);
}

.hero-panel {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 2.4rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 30px 60px rgba(5, 15, 20, 0.25);
    backdrop-filter: blur(12px);
}

.hero-panel h3,
.hero-panel h4 {
    color: #ffffff;
}

.hero-panel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.mini-card {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.mini-card p {
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    font-size: 0.85rem;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.stat-card {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.stat-card h4 {
    color: #ffffff;
    margin-bottom: 0.1rem;
}

.stat-card span {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Cards */
.service-card {
    border: none;
    border-radius: 24px;
    box-shadow: 0 24px 48px rgba(11, 27, 30, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    background: var(--surface);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 54px rgba(11, 27, 30, 0.14);
}

.service-card .card-header {
    background: linear-gradient(135deg, var(--ocean-600), var(--ocean-500));
    color: #ffffff;
    border: none;
    text-align: center;
    padding: 1.6rem;
    border-radius: 24px 24px 0 0;
}

.service-card .card-header i {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
}

.surface-card {
    background: var(--surface);
    border-radius: 22px;
    border: 1px solid rgba(11, 27, 30, 0.08);
    box-shadow: 0 22px 38px rgba(11, 27, 30, 0.05);
}

.feature-card {
    background: var(--surface);
    border: 1px solid rgba(11, 27, 30, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(11, 27, 30, 0.05);
}

.product-showcase {
    background: linear-gradient(145deg, #0d3337, #106068);
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(11, 27, 30, 0.2);
}

/* Tools */
.tool-card {
    background: var(--surface);
    border-radius: 22px;
    padding: 2.2rem;
    text-align: left;
    box-shadow: 0 16px 32px rgba(11, 27, 30, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid rgba(11, 27, 30, 0.08);
}

.tool-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 45px rgba(11, 27, 30, 0.12);
}

.tool-card i {
    font-size: 2.2rem;
    color: var(--ocean-600);
    margin-bottom: 1.5rem;
}

.tool-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    background: rgba(240, 138, 60, 0.2);
    color: var(--ink-700);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Contact */
.contact-form {
    background: var(--surface);
    padding: 3rem;
    border-radius: 24px;
    border: 1px solid rgba(11, 27, 30, 0.08);
    box-shadow: 0 25px 50px rgba(11, 27, 30, 0.08);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--ocean-600);
    box-shadow: 0 0 0 0.2rem var(--ring);
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, var(--sun-500), #f06a3c);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(240, 138, 60, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 26px rgba(240, 138, 60, 0.4);
}

.btn-outline-primary {
    color: var(--ocean-600);
    border-color: rgba(13, 122, 128, 0.4);
    font-weight: 600;
}

.btn-outline-primary:hover {
    background-color: rgba(13, 122, 128, 0.1);
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.6);
    color: #ffffff;
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

/* Page hero */
.page-hero {
    padding: 90px 0 50px;
    text-align: center;
}

.page-hero-inner {
    max-width: 760px;
    margin: 0 auto;
}

/* Footer */
.site-footer {
    background: linear-gradient(135deg, #071a1d, #0b3337);
    color: rgba(255, 255, 255, 0.8);
    margin-top: 4rem;
}

.site-footer h4,
.site-footer h5 {
    color: #ffffff;
}

.site-footer a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgba(255, 255, 255, 0.65);
}

.site-footer a:hover {
    color: #ffffff;
}

/* Motion */
.fade-in {
    animation: fadeIn 0.8s ease-in;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition-delay: calc(var(--stagger, 0) * 1ms);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .brand-hero {
        padding: 110px 0 90px;
    }

    .hero-panel {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    .brand-hero {
        padding: 100px 0 80px;
    }

    .section-title {
        margin-bottom: 2rem;
    }
}