:root {
    --bg: #f6f0e6;
    --bg-soft: #fffaf3;
    --surface: rgba(255, 252, 246, 0.82);
    --surface-strong: #fffdf9;
    --surface-dark: #15252e;
    --text: #17242d;
    --muted: #5f6b72;
    --line: rgba(23, 36, 45, 0.1);
    --accent: #0f766e;
    --accent-strong: #0a5953;
    --accent-soft: rgba(15, 118, 110, 0.12);
    --highlight: #bf8a54;
    --shadow-lg: 0 28px 80px rgba(19, 33, 41, 0.14);
    --shadow-md: 0 18px 42px rgba(19, 33, 41, 0.1);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-pill: 999px;
    --container: 1180px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif;
    color: var(--text);
    line-height: 1.7;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(191, 138, 84, 0.18), transparent 28%),
        radial-gradient(circle at top right, rgba(15, 118, 110, 0.12), transparent 26%),
        linear-gradient(180deg, #f8f2e9 0%, #f7f1e8 38%, #f8f4ed 100%);
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 72%);
}

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

a {
    color: inherit;
}

.main-content {
    flex: 1;
}

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

.site-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 18px 0;
    backdrop-filter: blur(18px);
}

.site-nav {
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 22px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 250, 244, 0.78);
    box-shadow: 0 14px 35px rgba(20, 32, 39, 0.08);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent) 0%, #18a190 100%);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.brand-text small {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav-link {
    text-decoration: none;
    padding: 10px 14px;
    border-radius: var(--radius-pill);
    color: var(--muted);
    font-weight: 700;
    transition: 180ms ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: var(--text);
    background: rgba(255, 255, 255, 0.92);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: var(--radius-pill);
    text-decoration: none;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

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

.btn-primary {
    background: linear-gradient(135deg, var(--accent) 0%, #149687 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.22);
}

.btn-primary:hover {
    box-shadow: 0 18px 34px rgba(15, 118, 110, 0.28);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.86);
    color: var(--text);
    border: 1px solid rgba(23, 36, 45, 0.08);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.96);
}

.btn-nav {
    padding-inline: 18px;
}

.section {
    padding: 44px 0 92px;
}

.section-header {
    max-width: 720px;
    margin-bottom: 34px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(23, 36, 45, 0.08);
    color: var(--accent-strong);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
}

.section-title,
.hero-copy h1,
.page-hero h1,
.cta-banner h2,
.hero-panel h2,
.faq-card h3,
.portfolio-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.3rem);
    margin-bottom: 14px;
}

.section-lead,
.hero-copy p,
.page-hero p,
.card p,
.feature-list li,
.stat-card span,
.hero-note,
.meta-list li,
.process-card p,
.highlight-list li,
.cta-banner p,
.footer-copy,
.footer-bottom,
.panel-text,
.info-card p,
.hero-panel p,
.portfolio-card p,
.faq-card p,
.portfolio-card li {
    color: var(--muted);
    font-size: 1rem;
}

.hero {
    padding: 22px 0 50px;
}

.hero-shell {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.65);
    background:
        radial-gradient(circle at top right, rgba(191, 138, 84, 0.24), transparent 25%),
        linear-gradient(135deg, #fffdf9 0%, #f5eee3 48%, #f0ede7 100%);
    box-shadow: var(--shadow-lg);
}

.hero-shell::before {
    content: '';
    position: absolute;
    right: -120px;
    top: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.12) 0%, rgba(15, 118, 110, 0) 72%);
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 34px;
    align-items: center;
    padding: 72px;
}

.hero-copy h1 {
    font-size: clamp(2.8rem, 6vw, 5rem);
    margin-bottom: 20px;
    max-width: 11ch;
}

.hero-copy p,
.page-hero p {
    font-size: 1.08rem;
    max-width: 58ch;
    margin-bottom: 26px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.hero-note {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.95rem;
}

.hero-note strong {
    color: var(--text);
}

.hero-panel {
    padding: 28px;
    border-radius: 28px;
    background: rgba(21, 37, 46, 0.97);
    color: #f5efe6;
    box-shadow: 0 22px 45px rgba(19, 33, 42, 0.18);
}

.hero-panel-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.hero-panel-label {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(245, 239, 230, 0.64);
    margin-bottom: 10px;
}

.hero-panel h2 {
    font-size: 2rem;
    line-height: 1.15;
}

.hero-panel-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--highlight);
    font-size: 1.4rem;
}

.stat-grid,
.card-grid,
.info-grid,
.process-grid,
.highlight-grid,
.portfolio-grid,
.faq-grid {
    display: grid;
    gap: 22px;
}

.stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 22px;
}

.stat-card {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-card strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.6rem;
    color: #fffdf8;
    margin-bottom: 4px;
}

.feature-list,
.meta-list,
.highlight-list,
.impact-list {
    list-style: none;
    display: grid;
    gap: 14px;
}

.feature-list li,
.meta-list li,
.highlight-list li,
.impact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-list li {
    color: rgba(245, 239, 230, 0.82);
}

.feature-list i {
    margin-top: 5px;
    color: var(--highlight);
}

.meta-list i,
.highlight-list i,
.impact-list i {
    margin-top: 5px;
    color: var(--accent);
}

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

.portfolio-grid,
.faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.info-card,
.process-card,
.panel,
.cta-banner,
.page-hero,
.content-panel,
.portfolio-card,
.faq-card {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 253, 248, 0.8);
    box-shadow: var(--shadow-md);
}

.card,
.info-card,
.process-card,
.panel,
.content-panel,
.portfolio-card,
.faq-card {
    padding: 28px;
}

.card,
.info-card,
.process-card,
.portfolio-card,
.faq-card {
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.card:hover,
.info-card:hover,
.process-card:hover,
.portfolio-card:hover,
.faq-card:hover {
    transform: translateY(-4px);
}

.card-meta,
.tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: var(--radius-pill);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(191, 138, 84, 0.12);
    color: #966737;
    margin-bottom: 16px;
}

.card-icon,
.info-icon,
.process-step {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.35rem;
}

.card h3,
.info-card h3,
.process-card h3,
.panel h3,
.faq-card h3,
.portfolio-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.35rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.portfolio-card .tag,
.faq-card .tag {
    margin-bottom: 18px;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
    gap: 24px;
    align-items: start;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 54px;
}

.page-hero::after {
    content: '';
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.12) 0%, rgba(15, 118, 110, 0) 70%);
}

.page-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    margin-bottom: 16px;
    max-width: 10ch;
}

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

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

.process-step {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
}

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

.panel-text + .panel-text {
    margin-top: 14px;
}

.cta-banner {
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background:
        radial-gradient(circle at left top, rgba(191, 138, 84, 0.18), transparent 24%),
        linear-gradient(135deg, #15252e 0%, #1b313a 100%);
    color: #fffaf4;
}

.cta-banner h2 {
    font-size: clamp(2rem, 3.2vw, 3rem);
    margin-bottom: 10px;
}

.cta-banner p {
    color: rgba(255, 250, 244, 0.74);
    max-width: 56ch;
}

.site-footer {
    padding: 20px 0 34px;
}

.footer-shell {
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 30px;
    border-radius: 28px;
    background: rgba(21, 37, 46, 0.97);
    color: #fffaf4;
    box-shadow: 0 18px 40px rgba(19, 33, 42, 0.18);
}

.footer-top,
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 18px;
}

.footer-brand {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.footer-copy {
    color: rgba(255, 250, 244, 0.68);
    max-width: 58ch;
}

.footer-bottom {
    color: rgba(255, 250, 244, 0.58);
    font-size: 0.92rem;
}

.float-wa {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, #19a15f 0%, #25d366 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 20px 32px rgba(37, 211, 102, 0.26);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.float-wa:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 36px rgba(37, 211, 102, 0.32);
}

.float-wa i {
    font-size: 1.25rem;
}

.reveal-up {
    animation: revealUp 700ms ease both;
}

.delay-1 {
    animation-delay: 90ms;
}

.delay-2 {
    animation-delay: 180ms;
}

.delay-3 {
    animation-delay: 270ms;
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

@media (max-width: 1080px) {
    .hero-grid,
    .split-section,
    .info-grid,
    .process-grid,
    .highlight-grid,
    .portfolio-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

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

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

@media (max-width: 768px) {
    .site-nav-wrap {
        padding: 12px 0;
    }

    .site-nav {
        padding: 16px;
        flex-direction: column;
        align-items: stretch;
    }

    .brand {
        justify-content: center;
    }

    .nav-links {
        justify-content: center;
    }

    .nav-link,
    .btn-nav {
        width: 100%;
    }

    .hero-grid,
    .page-hero,
    .card,
    .info-card,
    .process-card,
    .panel,
    .content-panel,
    .cta-banner,
    .footer-shell,
    .portfolio-card,
    .faq-card {
        padding: 22px;
    }

    .hero-copy h1,
    .page-hero h1,
    .section-title,
    .cta-banner h2 {
        max-width: none;
    }

    .hero-actions .btn,
    .cta-banner .btn {
        width: 100%;
    }

    .card-grid,
    .stat-grid {
        grid-template-columns: 1fr;
    }

    .float-wa {
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
        font-size: 0;
    }

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