.landing-body {
    margin: 0;
    min-height: 100vh;
    font-family: "IBM Plex Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #edf3ff;
    background:
        radial-gradient(circle at 14% 8%, rgba(255, 187, 92, 0.16), transparent 28%),
        radial-gradient(circle at 82% 12%, rgba(255, 133, 38, 0.12), transparent 28%),
        linear-gradient(180deg, #07090d 0%, #0b0d12 58%, #090b10 100%);
    position: relative;
    overflow-x: hidden;
}

.landing-body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(125deg, rgba(255, 197, 109, 0.04), transparent 55%);
    pointer-events: none;
    z-index: 0;
}

.particle-field,
.chart-line {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.particle-field::before,
.particle-field::after {
    content: "";
    position: absolute;
    inset: -10%;
    background-image:
        radial-gradient(circle at 12% 23%, rgba(253, 198, 120, 0.42) 0 1px, transparent 2px),
        radial-gradient(circle at 77% 18%, rgba(238, 165, 72, 0.25) 0 1px, transparent 2px),
        radial-gradient(circle at 36% 78%, rgba(255, 203, 118, 0.35) 0 1px, transparent 2px),
        radial-gradient(circle at 62% 53%, rgba(229, 148, 52, 0.28) 0 1px, transparent 2px);
    animation: particleDrift 18s linear infinite;
    opacity: 0.3;
}

.particle-field::after {
    animation-duration: 26s;
    opacity: 0.22;
    transform: scale(1.1);
}

.chart-line::before {
    content: "";
    position: absolute;
    width: 68vw;
    min-width: 420px;
    max-width: 940px;
    height: 220px;
    right: -4vw;
    top: 18vh;
    border-radius: 999px;
    background:
        linear-gradient(90deg, transparent, rgba(243, 182, 92, 0.28), transparent),
        radial-gradient(ellipse at 40% 82%, rgba(246, 185, 94, 0.18), transparent 62%);
    clip-path: polygon(0% 80%, 10% 74%, 20% 72%, 30% 62%, 40% 65%, 50% 58%, 60% 49%, 70% 52%, 80% 38%, 90% 30%, 100% 16%, 100% 100%, 0% 100%);
    filter: blur(0.2px);
    opacity: 0.38;
}

.landing-nav,
main,
.landing-footer {
    position: relative;
    z-index: 1;
}

.landing-nav {
    border-bottom: 1px solid rgba(255, 215, 158, 0.1);
    backdrop-filter: blur(12px);
    background: rgba(8, 10, 14, 0.72);
}

.landing-nav-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.landing-brand {
    font-family: "Sora", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.38rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff6e1;
    text-decoration: none;
}

.landing-brand:hover {
    color: #ffd58b;
}

.landing-nav-actions {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.btn-landing-primary,
.btn-landing-secondary {
    border-radius: 12px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn-landing-primary {
    color: #241706;
    background: linear-gradient(120deg, #f4cc7b, #db9f47 58%, #b97628);
    box-shadow: 0 14px 32px rgba(216, 141, 45, 0.3);
}

.btn-landing-primary:hover {
    color: #1a1104;
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(216, 141, 45, 0.42);
}

.btn-landing-secondary {
    color: #ffe8bc;
    background: rgba(13, 17, 24, 0.6);
    border-color: rgba(255, 208, 133, 0.3);
}

.btn-landing-secondary:hover {
    color: #fff0d3;
    border-color: rgba(255, 216, 147, 0.48);
    background: rgba(23, 28, 36, 0.74);
}

.hero-section {
    padding: 5.25rem 0 4.75rem;
}

.hero-logo-wrap {
    margin-bottom: 1.35rem;
}

.hero-logo {
    width: 104px;
    height: 104px;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(233, 157, 53, 0.35));
}

.hero-title {
    margin: 0 0 1rem;
    font-family: "Sora", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(2rem, 4.8vw, 3.85rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
    background: linear-gradient(140deg, #ffffff 8%, #ffe2b6 42%, #f3bc69 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    max-width: 13ch;
}

.hero-subtitle {
    margin: 0;
    color: #b8c2d6;
    font-size: 1.12rem;
    max-width: 43ch;
}

.hero-actions {
    margin-top: 2rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.hero-preview-panel {
    border: 1px solid rgba(255, 201, 122, 0.22);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 192, 103, 0.09), rgba(14, 17, 23, 0.9) 22%, rgba(11, 14, 19, 0.95)),
        rgba(12, 16, 22, 0.8);
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 233, 195, 0.14);
    padding: 1.1rem;
}

.preview-eyebrow {
    margin: 0 0 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-size: 0.72rem;
    color: rgba(255, 214, 151, 0.84);
}

.preview-gallery {
    display: grid;
    gap: 0.68rem;
}

.preview-shot {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 208, 136, 0.24);
    background: rgba(255, 195, 109, 0.06);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.preview-shot:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 219, 162, 0.4);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42);
}

.preview-shot-media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #10151d;
}

.preview-shot-featured {
    aspect-ratio: 16 / 9;
}

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

.preview-shot-grid .preview-shot {
    aspect-ratio: 16 / 9;
}

.preview-shot-grid .preview-shot:last-child {
    grid-column: 1 / -1;
}

.preview-shot-label {
    position: absolute;
    left: 0.55rem;
    bottom: 0.55rem;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    color: #fff3d7;
    border: 1px solid rgba(255, 218, 160, 0.3);
    background: rgba(8, 11, 16, 0.76);
    backdrop-filter: blur(4px);
}

.features-section {
    padding: 2rem 0 2.25rem;
}

.section-heading h2,
.cta-strip h2,
.contact-section h2 {
    margin: 0 0 1.25rem;
    color: #fff0d2;
    font-family: "Sora", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(1.45rem, 3vw, 2.05rem);
    letter-spacing: -0.02em;
}

.feature-card {
    height: 100%;
    padding: 1.35rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 205, 132, 0.19);
    background: linear-gradient(170deg, rgba(255, 192, 102, 0.1), rgba(16, 20, 28, 0.88) 48%, rgba(12, 15, 21, 0.92));
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.33);
}

.feature-card h3 {
    margin: 0 0 0.55rem;
    color: #ffe9be;
    font-family: "Sora", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.13rem;
}

.feature-card p {
    margin: 0;
    color: #c9d1e1;
}

.cta-strip {
    padding: 2.5rem 0;
}

.cta-strip-inner {
    padding: 1.45rem;
    border: 1px solid rgba(255, 202, 123, 0.2);
    border-radius: 18px;
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 200, 115, 0.12), transparent 46%),
        rgba(9, 12, 18, 0.86);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-strip h2 {
    margin: 0;
    font-size: clamp(1.3rem, 2.6vw, 1.85rem);
    max-width: 24ch;
}

.cta-strip-actions {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.contact-section {
    padding: 1.8rem 0 3rem;
}

.contact-section p {
    margin: 0;
    color: #c2cbdd;
    max-width: 65ch;
}

.contact-email {
    margin-top: 0.65rem !important;
    color: #ffcf86 !important;
    font-weight: 600;
}

.landing-footer {
    border-top: 1px solid rgba(255, 208, 137, 0.15);
    padding: 1.5rem 0 2rem;
}

.landing-footer p {
    margin: 0;
    color: #9ea8bc;
    font-size: 0.95rem;
}

@keyframes particleDrift {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-2.4%, -2.1%, 0);
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 4.35rem;
    }
    .hero-title {
        max-width: 16ch;
    }
    .hero-preview-panel {
        margin-top: 0.5rem;
    }
    .preview-shot-label {
        font-size: 0.68rem;
        padding: 3px 9px;
    }
}

@media (max-width: 575.98px) {
    .landing-nav-inner {
        min-height: 90px;
        align-items: flex-start;
        padding: 0.9rem 0;
    }
    .hero-actions .btn {
        width: 100%;
    }
    .preview-shot-grid {
        grid-template-columns: 1fr;
    }
    .preview-shot-grid .preview-shot:last-child {
        grid-column: auto;
    }
    .cta-strip-actions .btn {
        width: 100%;
    }
}
