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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #2C2C2A;
    background: #F5F3EE;
    overflow-x: hidden;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid #D4917A;
    outline-offset: 2px;
}

/* ─── NAV ─── */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(245, 243, 238, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.06);
    transition: background 0.3s;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-logo .logo-img {
    height: 44px;
    width: auto;
    display: block;
}

.nav-logo-text {
    font-family: 'Urbanist', sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #1A2332;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links a {
    font-family: 'Urbanist', sans-serif;
    font-size: 15.5px;
    font-weight: 500;
    color: #5F5E5A;
    text-decoration: none;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #1A2332;
}

.nav-cta {
    height: 42px;
    padding: 0 22px;
    border-radius: 10px;
    background: #1A2332;
    color: #F5F3EE !important;
    font-family: 'Urbanist', sans-serif;
    font-size: 15.5px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.nav-cta:hover {
    background: #2A3A50;
}

/* ─── HERO ─── */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(6rem, 12vh, 10rem) clamp(1.5rem, 5vw, 4rem) clamp(4rem, 8vh, 6rem);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#C8C5BC 1.5px, transparent 1.6px);
    background-size: 24px 24px;
    opacity: 0.35;
    pointer-events: none;
}

.hero-orb-1,
.hero-orb-2,
.hero-orb-3,
.hero-orb-4 {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(8px);
    will-change: transform, opacity;
}

.hero-orb-1 {
    width: 680px;
    height: 680px;
    top: -160px;
    right: -140px;
    background: radial-gradient(circle, rgba(232, 144, 122, 0.52) 0%, rgba(232, 144, 122, 0.16) 45%, transparent 72%);
    animation: heroOrb1 13s ease-in-out infinite;
}

.hero-orb-2 {
    width: 560px;
    height: 560px;
    bottom: -100px;
    left: -140px;
    background: radial-gradient(circle, rgba(44, 95, 138, 0.40) 0%, rgba(44, 95, 138, 0.13) 45%, transparent 72%);
    animation: heroOrb2 16s ease-in-out infinite;
}

.hero-orb-3 {
    width: 420px;
    height: 420px;
    top: 26%;
    right: 10%;
    background: radial-gradient(circle, rgba(245, 166, 35, 0.40) 0%, rgba(245, 166, 35, 0.12) 45%, transparent 72%);
    animation: heroOrb3 11s ease-in-out infinite 2s;
}

.hero-orb-4 {
    width: 360px;
    height: 360px;
    top: 50%;
    left: 14%;
    background: radial-gradient(circle, rgba(120, 132, 158, 0.34) 0%, rgba(120, 132, 158, 0.10) 45%, transparent 72%);
    animation: heroOrb4 14s ease-in-out infinite 1s;
}

@keyframes orbFloat1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.9;
    }

    30% {
        transform: translate(-46px, 34px) scale(1.08);
        opacity: 1;
    }

    60% {
        transform: translate(28px, 56px) scale(1.14);
        opacity: 0.85;
    }
}

@keyframes orbFloat2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.85;
    }

    35% {
        transform: translate(54px, -34px) scale(1.12);
        opacity: 1;
    }

    70% {
        transform: translate(-30px, 26px) scale(0.94);
        opacity: 0.8;
    }
}

@keyframes orbFloat3 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translate(-48px, -44px) scale(1.18);
        opacity: 1;
    }
}

@keyframes heroOrb1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.92;
    }

    30% {
        transform: translate(-70px, 50px) scale(1.16);
        opacity: 1;
    }

    62% {
        transform: translate(44px, 82px) scale(1.22);
        opacity: 0.85;
    }
}

@keyframes heroOrb2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.88;
    }

    34% {
        transform: translate(80px, -50px) scale(1.18);
        opacity: 1;
    }

    68% {
        transform: translate(-46px, 40px) scale(0.92);
        opacity: 0.82;
    }
}

@keyframes heroOrb3 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.82;
    }

    50% {
        transform: translate(-74px, -62px) scale(1.24);
        opacity: 1;
    }
}

@keyframes heroOrb4 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.78;
    }

    40% {
        transform: translate(62px, -46px) scale(1.18);
        opacity: 1;
    }

    72% {
        transform: translate(-44px, 48px) scale(0.88);
        opacity: 0.72;
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #854F0B;
    background: rgba(245, 166, 35, 0.12);
    border: 0.5px solid rgba(245, 166, 35, 0.25);
    border-radius: 99px;
    padding: 6px 18px;
    margin-bottom: 2rem;
    animation: fadeUp 0.6s ease-out 0.2s both;
}

.hero-badge i {
    font-size: 15px;
}

.hero-content h1 {
    font-family: 'Fraunces', serif;
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 400;
    line-height: 1.1;
    color: #1A2332;
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
    animation: fadeUp 0.7s ease-out 0.35s both;
}

.hero-content h1 span {
    background: linear-gradient(135deg, #D4917A 0%, #E8634E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-content p {
    font-size: clamp(16px, 2vw, 20px);
    color: #888680;
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto 2.5rem;
    animation: fadeUp 0.7s ease-out 0.5s both;
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    animation: fadeUp 0.7s ease-out 0.65s both;
}

.btn-primary {
    height: 52px;
    padding: 0 32px;
    border-radius: 12px;
    background: #1A2332;
    color: #F5F3EE;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, transform 0.1s;
    text-decoration: none;
}

.btn-primary:hover {
    background: #2A3A50;
}

.btn-primary:active {
    transform: scale(0.97);
}

.btn-primary i {
    font-size: 18px;
}

.btn-secondary {
    height: 52px;
    padding: 0 28px;
    border-radius: 12px;
    background: #F5F3EE;
    color: #5F5E5A;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #D3D1C7;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.2s, color 0.2s;
    text-decoration: none;
}

.btn-secondary:hover {
    border-color: #1A2332;
    color: #1A2332;
}

.hero-curves {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    z-index: 1;
}

.hero-curves svg {
    width: 100%;
    height: 100%;
}

.hc1,
.hc2,
.hc3 {
    fill: none;
    stroke-linecap: round;
}

/* pathLength="1000" is set on each <path>, so the dash values below are
   normalized to the full length regardless of the curve's real geometry —
   this guarantees the stroke draws across the entire width. */
.hc1 {
    stroke: #2C5F8A;
    stroke-width: 2;
    opacity: 0.45;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawLine 3s ease-out 1s forwards;
}

.hc2 {
    stroke: #D4917A;
    stroke-width: 2;
    opacity: 0.38;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawLine 3s ease-out 1.4s forwards;
}

.hc3 {
    stroke: #A8B4A0;
    stroke-width: 2;
    opacity: 0.32;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawLine 3s ease-out 1.8s forwards;
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

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

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

/* ─── LOGOS ─── */
.logos-strip {
    position: relative;
    overflow: hidden;
    padding: 3rem clamp(1.5rem, 5vw, 4rem);
    text-align: center;
    border-top: 0.5px solid rgba(0, 0, 0, 0.06);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.06);
}

.logos-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#C8C5BC 1.5px, transparent 1.6px);
    background-size: 24px 24px;
    opacity: 0.35;
    pointer-events: none;
}

.logos-strip>* {
    position: relative;
    z-index: 1;
}

.logos-strip p {
    font-size: 13px;
    color: #B4B2A9;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1.5rem;
}

.logos-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(2rem, 5vw, 4rem);
    flex-wrap: wrap;
    opacity: 0.35;
}

.logo-item {
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #5F5E5A;
    letter-spacing: -0.02em;
}

/* ─── FEATURES ─── */
.features {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 10vh, 8rem) clamp(1.5rem, 5vw, 4rem);
}

.features::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#C8C5BC 1.5px, transparent 1.6px);
    background-size: 24px 24px;
    opacity: 0.35;
    pointer-events: none;
}

.features-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}

.section-eyebrow {
    font-family: 'Urbanist', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #D4917A;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

.section-heading {
    font-family: 'Fraunces', serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 400;
    color: #1A2332;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.section-sub {
    font-size: 17px;
    color: #888680;
    line-height: 1.65;
    max-width: 520px;
    margin-bottom: 3rem;
}

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

.feat-card {
    background: #fff;
    border: 0.5px solid #E8E6E1;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    transition: border-color 0.2s, transform 0.2s;
}

.feat-card:hover {
    border-color: #D4917A;
    transform: translateY(-4px);
}

.feat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    font-size: 22px;
}

.feat-icon svg {
    width: 24px;
    height: 24px;
}

.feat-card h3 {
    font-family: 'Urbanist', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #1A2332;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.feat-card p {
    font-size: 14px;
    color: #888680;
    line-height: 1.65;
}

/* ─── HOW IT WORKS ─── */
.how {
    padding: clamp(5rem, 10vh, 8rem) clamp(1.5rem, 5vw, 4rem);
    background: #1A2332;
    position: relative;
    overflow: hidden;
}

.how::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1.5px, transparent 1.6px);
    background-size: 24px 24px;
}

.how>* {
    position: relative;
    z-index: 1;
}

.how .section-eyebrow {
    color: #D4917A;
}

.how .section-heading {
    color: #F5F3EE;
}

.how .section-sub {
    color: rgba(255, 255, 255, 0.45);
}

.how-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 3rem;
}

.step {
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 2rem 1.75rem;
    position: relative;
}

.step-num {
    font-family: 'Fraunces', serif;
    font-size: 48px;
    font-weight: 400;
    color: #D4917A;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 1rem;
}

.step h3 {
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #F5F3EE;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.step p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.65;
}

.step-arrow {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: rgba(255, 255, 255, 0.15);
}

/* ─── OM / HVORFOR ─── */
.about {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 10vh, 8rem) clamp(1.5rem, 5vw, 4rem);
}

.about::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#C8C5BC 1.5px, transparent 1.6px);
    background-size: 24px 24px;
    opacity: 0.35;
    pointer-events: none;
}

.about-orb-1,
.about-orb-2,
.about-orb-3 {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(6px);
    will-change: transform, opacity;
}

.about-orb-1 {
    width: 480px;
    height: 480px;
    top: -140px;
    left: -120px;
    background: radial-gradient(circle, rgba(232, 144, 122, 0.36) 0%, rgba(232, 144, 122, 0.11) 45%, transparent 72%);
    animation: orbFloat2 21s ease-in-out infinite;
}

.about-orb-2 {
    width: 400px;
    height: 400px;
    bottom: -130px;
    right: -100px;
    background: radial-gradient(circle, rgba(44, 95, 138, 0.28) 0%, rgba(44, 95, 138, 0.09) 45%, transparent 72%);
    animation: orbFloat1 25s ease-in-out infinite;
}

.about-orb-3 {
    width: 320px;
    height: 320px;
    top: 34%;
    right: 14%;
    background: radial-gradient(circle, rgba(245, 166, 35, 0.26) 0%, rgba(245, 166, 35, 0.08) 45%, transparent 72%);
    animation: orbFloat3 17s ease-in-out infinite 2s;
}

.about-inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.about-inner .section-eyebrow {
    margin-bottom: 1rem;
}

.about-inner .section-heading {
    margin-bottom: 2rem;
}

.about-inner .section-heading span {
    background: linear-gradient(135deg, #D4917A 0%, #E8634E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-inner p {
    font-size: 16.5px;
    color: #5F5E5A;
    line-height: 1.8;
    max-width: 640px;
    margin: 0 auto 1.5rem;
}

.about-inner .about-lead {
    font-size: clamp(17px, 2.1vw, 20px);
    color: #3A3A37;
    line-height: 1.7;
    max-width: 660px;
    margin-bottom: 1.75rem;
}

.about-divider {
    width: 44px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #D4917A, #E8634E);
    margin: 3rem auto;
    opacity: 0.85;
}

.about-subheading {
    font-family: 'Fraunces', serif;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    color: #1A2332;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.about-inner .about-signature {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 17px;
    color: #888680;
    margin-top: 2.5rem;
    margin-bottom: 0;
}

/* ─── VENTELISTE ─── */
.waitlist {
    padding: clamp(5rem, 10vh, 8rem) clamp(1.5rem, 5vw, 4rem);
    border-top: 0.5px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.waitlist::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#C8C5BC 1.5px, transparent 1.6px);
    background-size: 24px 24px;
    opacity: 0.35;
    pointer-events: none;
}

.waitlist-inner {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}

.waitlist .section-sub {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

.signup-card {
    background: #fff;
    border: 0.5px solid #E8E6E1;
    border-radius: 20px;
    padding: 2rem;
    text-align: left;
}

.signup-row {
    display: flex;
    gap: 12px;
}

.signup-input {
    flex: 1;
    min-width: 0;
    height: 52px;
    border: 1px solid #DDDBD6;
    border-radius: 12px;
    padding: 0 18px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #2C2C2A;
    background: #FAFAF8;
    transition: border-color 0.2s, background 0.2s;
}

.signup-input:focus {
    outline: none;
    border-color: #D4917A;
    background: #fff;
}

.signup-input::placeholder {
    color: #B4B2A9;
}

.signup-row .btn-primary {
    flex-shrink: 0;
}

.form-error {
    margin-top: 12px;
    font-size: 14px;
    color: #B4372A;
}

.form-note {
    margin-top: 14px;
    font-size: 12.5px;
    color: #B4B2A9;
    line-height: 1.6;
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ─── TAK-SIDE ─── */
.thanks {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(6rem, 12vh, 10rem) clamp(1.5rem, 5vw, 4rem) clamp(4rem, 8vh, 6rem);
    position: relative;
    overflow: hidden;
}

.thanks::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#C8C5BC 1.5px, transparent 1.6px);
    background-size: 24px 24px;
    opacity: 0.35;
    pointer-events: none;
}

.thanks-orb-1,
.thanks-orb-2,
.thanks-orb-3 {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(8px);
    will-change: transform, opacity;
    z-index: 0;
}

.thanks-orb-1 {
    width: 600px;
    height: 600px;
    top: 4%;
    left: 6%;
    background: radial-gradient(circle, rgba(232, 144, 122, 0.44) 0%, rgba(232, 144, 122, 0.14) 45%, transparent 72%);
    animation: thanksOrb1 14s ease-in-out infinite;
}

.thanks-orb-2 {
    width: 540px;
    height: 540px;
    bottom: 2%;
    right: 6%;
    background: radial-gradient(circle, rgba(44, 95, 138, 0.34) 0%, rgba(44, 95, 138, 0.11) 45%, transparent 72%);
    animation: thanksOrb2 17s ease-in-out infinite;
}

.thanks-orb-3 {
    width: 440px;
    height: 440px;
    top: 14%;
    right: 14%;
    background: radial-gradient(circle, rgba(245, 166, 35, 0.32) 0%, rgba(245, 166, 35, 0.10) 45%, transparent 72%);
    animation: thanksOrb3 12s ease-in-out infinite 1.5s;
}

@keyframes thanksOrb1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.9;
    }

    30% {
        transform: translate(64px, 46px) scale(1.14);
        opacity: 1;
    }

    65% {
        transform: translate(-44px, 74px) scale(1.2);
        opacity: 0.82;
    }
}

@keyframes thanksOrb2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.85;
    }

    35% {
        transform: translate(-72px, -48px) scale(1.16);
        opacity: 1;
    }

    70% {
        transform: translate(48px, -32px) scale(0.92);
        opacity: 0.8;
    }
}

@keyframes thanksOrb3 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translate(-66px, 58px) scale(1.22);
        opacity: 1;
    }
}

.thanks-card {
    position: relative;
    z-index: 1;
    max-width: 520px;
    background: #fff;
    border: 0.5px solid #E8E6E1;
    border-radius: 20px;
    padding: 3rem 2.5rem;
    text-align: center;
    animation: fadeUp 0.6s ease-out both;
}

.thanks-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #E1F5EE;
    color: #085041;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.thanks-icon svg {
    width: 34px;
    height: 34px;
}

.thanks-card h1 {
    font-family: 'Fraunces', serif;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 400;
    color: #1A2332;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.thanks-card p {
    font-size: 16px;
    color: #888680;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.thanks-card .btn-secondary {
    display: inline-flex;
}

/* ─── FOOTER ─── */
.footer {
    position: relative;
    overflow: hidden;
    background: #1A2332;
    padding: 3rem clamp(1.5rem, 5vw, 4rem) 2rem;
}

.footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1.5px, transparent 1.6px);
    background-size: 24px 24px;
    pointer-events: none;
}

.footer-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo .logo-img {
    height: 32px;
    width: auto;
    display: block;
}

.footer-logo-text {
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #F5F3EE;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.footer-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    max-width: 280px;
    margin-top: 10px;
}

.footer-cols {
    display: flex;
    gap: 4rem;
}

.footer-col h4 {
    font-family: 'Urbanist', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
}

.footer-col a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: #D4917A;
}

.footer-bottom {
    border-top: 0.5px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.25);
}

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

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.35);
    font-size: 16px;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}

.footer-social a:hover {
    border-color: #D4917A;
    color: #D4917A;
}

/* ─── SCROLL ANIMATIONS ─── */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-d1 {
    transition-delay: 0.1s;
}

.reveal-d2 {
    transition-delay: 0.2s;
}

.reveal-d3 {
    transition-delay: 0.3s;
}

.reveal-d4 {
    transition-delay: 0.4s;
}

.reveal-d5 {
    transition-delay: 0.5s;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {

    .features-grid,
    .steps {
        grid-template-columns: 1fr;
    }

    .step-arrow {
        display: none;
    }

    .footer-top {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-cols {
        gap: 2rem;
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .signup-row {
        flex-direction: column;
    }

    .signup-row .btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* ─── REDUCED MOTION ─── */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
