@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap");

.hatch-texture {
    background-image: repeating-linear-gradient(45deg, var(--hatch-color, #142445) 0, var(--hatch-color, #142445) 0.5px, transparent 0.5px, transparent 10px);
    opacity: 0.1;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

body {
    font-family: "Manrope", sans-serif;
    background-color: #fbf9f5;
    color: #1b1c1a;
}

.reveal {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1), transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.site-nav {
    transform: translateY(0);
    transition: transform 220ms ease;
    will-change: transform;
}

.site-nav.is-hidden {
    transform: translateY(calc(-100% - 8px));
}

.nav-link {
    color: #45464e;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.25rem;
    font-weight: 500;
    transition: color 220ms ease, border-color 220ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
    color: #142445;
    outline: none;
}

.nav-link.is-active {
    color: #142445;
    border-bottom-color: #142445;
    font-weight: 600;
}

.problem-shell {
    display: grid;
    gap: 3.5rem;
}

.problem-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
    gap: 2.5rem;
    align-items: end;
}

.problem-lead {
    max-width: 31rem;
    justify-self: end;
    color: rgba(251, 249, 245, 0.72);
    font-size: 1.05rem;
    line-height: 1.85;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.problem-card {
    min-height: 14.5rem;
    padding: 1.55rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    display: flex;
    flex-direction: column;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.problem-card:hover {
    transform: scale(1.02);
    border-color: rgba(183, 198, 240, 0.32);
    box-shadow: 0 20px 40px rgba(9, 16, 31, 0.18);
}

.problem-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.35rem;
}

.problem-index {
    color: rgba(251, 249, 245, 0.42);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.22em;
}

.problem-icon {
    color: #b7c6f0;
    font-size: 2rem;
}

.problem-copy {
    color: rgba(251, 249, 245, 0.72);
    line-height: 1.72;
    max-width: 30rem;
    font-size: 0.95rem;
}

.solution-chip-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

.solution-chip {
    padding: 0.9rem 1.3rem;
    background: linear-gradient(180deg, #1b2d54 0%, #142445 100%);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(20, 36, 69, 0.16);
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(20, 36, 69, 0.12);
}

.services-shell {
    display: grid;
    gap: 2.5rem;
}

.services-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
}

.services-title {
    max-width: 56rem;
    font-family: "Newsreader", serif;
    font-size: clamp(2.6rem, 4.3vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #142445;
}

.services-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    background: rgba(20, 36, 69, 0.08);
    border: 1px solid rgba(20, 36, 69, 0.1);
    color: #142445;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.services-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    align-items: start;
}

.pricing-card {
    position: relative;
    padding: 1.35rem;
    border-radius: 0.2rem;
    background: linear-gradient(180deg, #fffdfa 0%, #f7f3ed 100%);
    border: 1px solid rgba(20, 36, 69, 0.12);
    box-shadow: 0 24px 60px rgba(20, 36, 69, 0.08);
    color: #142445;
}

.pricing-card-featured {
    border-color: #142445;
    box-shadow: 0 0 0 1px rgba(20, 36, 69, 0.06), 0 28px 70px rgba(20, 36, 69, 0.12);
}

.pricing-pill {
    position: absolute;
    top: -0.85rem;
    left: 1.25rem;
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    background: #142445;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pricing-title {
    margin-bottom: 0.55rem;
    font-family: "Newsreader", serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.02;
    color: #142445;
}

.pricing-value {
    margin-bottom: 0.6rem;
    color: #142445;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.pricing-value span {
    color: #95a4cc;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
}

.pricing-description {
    margin-bottom: 1.2rem;
    color: rgba(20, 36, 69, 0.72);
    line-height: 1.65;
    font-size: 0.95rem;
}

.pricing-list {
    display: grid;
    gap: 0.72rem;
    margin: 0 0 1.4rem;
    padding: 0;
    list-style: none;
}

.pricing-list li {
    position: relative;
    padding-left: 1.45rem;
    color: rgba(20, 36, 69, 0.84);
    line-height: 1.48;
    font-size: 0.92rem;
}

.pricing-list li::before {
    content: "check";
    position: absolute;
    left: 0;
    top: 0.05rem;
    font-family: "Material Symbols Outlined";
    font-size: 1rem;
    color: #b7c6f0;
}

.pricing-note {
    padding-top: 0.9rem;
    border-top: 1px solid rgba(20, 36, 69, 0.12);
}

.pricing-note strong {
    display: block;
    margin-bottom: 0.45rem;
    color: #142445;
    font-size: 0.95rem;
}

.pricing-note p {
    color: rgba(20, 36, 69, 0.48);
    font-size: 0.8rem;
    line-height: 1.55;
}

.pricing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.2rem;
    margin-top: 1.35rem;
    border-radius: 0.2rem;
    background: #142445;
    border: 1px solid #142445;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 18px 40px rgba(20, 36, 69, 0.18);
}

.pricing-cta-featured {
    background: #142445;
    border-color: #142445;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(20, 36, 69, 0.18);
}

.process-card {
    background-color: #142445;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.process-card .opacity-30 {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.process-card .text-on-surface-variant {
    color: rgba(255, 255, 255, 0.74);
}

.process-card-last {
    border-bottom: none;
}

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal-left,
    .reveal-right,
    .reveal-scale,
    .reveal-fast {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

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

    .problem-lead {
        justify-self: start;
        max-width: 100%;
    }

    .problem-card {
        min-height: auto;
    }

    .services-heading,
    .services-pricing-grid {
        grid-template-columns: 1fr;
    }

    .services-heading {
        display: grid;
        align-items: start;
    }
}

h1,
h2,
h3,
.serif {
    font-family: "Newsreader", serif;
}
