/* ==========================================================
   MOVICPRO - Homepage Modern Compact
   File: /assets/css/style-index.css
   ========================================================== */

.modern-hero {
    position: relative;
    min-height: calc(100vh - 80px);
    padding: 76px 0 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 15%, rgba(79, 180, 255, 0.18), transparent 30%),
        radial-gradient(circle at 85% 20%, rgba(169, 117, 255, 0.16), transparent 28%),
        radial-gradient(circle at 50% 90%, rgba(66, 255, 211, 0.08), transparent 34%),
        linear-gradient(135deg, #05070f 0%, #080b18 45%, #03040a 100%);
}

.modern-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent);
    pointer-events: none;
}

.modern-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 54px;
}

.modern-hero-content h1 {
    max-width: 600px;
    margin-bottom: 22px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(30px, 5.2vw, 60px);
    line-height: 1.02;
    letter-spacing: -1.2px;
}

.modern-hero-content h1 span {
    display: inline-block;
    color: transparent;
    background: linear-gradient(90deg, #ffffff, #9fe8ff, #b79cff);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 0 28px rgba(139, 210, 255, 0.20);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    font-family: "Lexend Deca", sans-serif;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #94e7ff;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, #94e7ff, transparent);
}

.modern-hero .subtitle {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15.5px;
    line-height: 1.85;
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 620px;
    margin: 28px 0;
}

.hero-points div {
    padding: 15px 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(14px);
}

.hero-points strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    color: #ffffff;
}

.hero-points small {
    display: block;
    font-size: 11px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.58);
}

.hero-glow {
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 999px;
    filter: blur(30px);
    opacity: 0.42;
    pointer-events: none;
}

.hero-glow-one {
    top: 70px;
    left: -120px;
    background: rgba(48, 168, 255, 0.25);
}

.hero-glow-two {
    right: -120px;
    bottom: 70px;
    background: rgba(157, 99, 255, 0.23);
}

.hero-visual {
    position: relative;
    min-height: 500px;
    transition: transform 0.18s ease-out;
}

.perfume-card {
    position: absolute;
    inset: 50%;
    width: min(340px, 82vw);
    height: 445px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 36px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.032)),
        radial-gradient(circle at 50% 0%, rgba(125, 213, 255, 0.20), transparent 42%);
    box-shadow:
        0 34px 96px rgba(0, 0, 0, 0.50),
        inset 0 1px 0 rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(22px);
    overflow: hidden;
}

.perfume-shine {
    position: absolute;
    inset: -70px auto auto -90px;
    width: 150px;
    height: 570px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
    transform: rotate(22deg);
    animation: shineMove 5s ease-in-out infinite;
}

.bottle-visual {
    position: absolute;
    left: 50%;
    bottom: 62px;
    width: 146px;
    transform: translateX(-50%);
}

.bottle-cap {
    width: 74px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px 12px 6px 6px;
    background: linear-gradient(145deg, #111827, #02030a);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.bottle-neck {
    width: 46px;
    height: 32px;
    margin: 0 auto -2px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04));
}

.bottle-body {
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 26px 26px 32px 32px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.05)),
        radial-gradient(circle at 50% 15%, rgba(103, 205, 255, 0.23), transparent 42%),
        #080b15;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.20),
        0 22px 54px rgba(0, 0, 0, 0.42);
}

.bottle-body span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.6px;
    color: rgba(255, 255, 255, 0.88);
}

.bottle-body strong {
    margin-top: 12px;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    letter-spacing: 2px;
    color: #ffffff;
}

.bottle-body small {
    margin-top: 10px;
    font-size: 8.5px;
    letter-spacing: 1.8px;
    color: rgba(255, 255, 255, 0.58);
}

.scent-wave,
.scent-wave.wave-two {
    position: absolute;
    top: 108px;
    left: 50%;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(147, 230, 255, 0.26);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: scentPulse 3.2s ease-out infinite;
}

.scent-wave.wave-two {
    animation-delay: 1.4s;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
    pointer-events: none;
}

.orbit-one {
    width: 400px;
    height: 400px;
    animation: orbitSpin 16s linear infinite;
}

.orbit-two {
    width: 490px;
    height: 260px;
    animation: orbitSpin 22s linear infinite reverse;
}

.floating-note {
    position: absolute;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    background: rgba(5, 7, 15, 0.72);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
    color: #ffffff;
    font-size: 12px;
    animation: floatNote 4s ease-in-out infinite;
}

.floating-note span {
    display: block;
    margin-bottom: 3px;
    font-size: 9px;
    letter-spacing: 1.4px;
    color: #94e7ff;
    text-transform: uppercase;
}

.note-one {
    top: 80px;
    right: 18px;
}

.note-two {
    top: 250px;
    left: 0;
    animation-delay: 0.8s;
}

.note-three {
    right: 4px;
    bottom: 82px;
    animation-delay: 1.3s;
}

.scent-particles span {
    position: absolute;
    bottom: -20px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(159, 232, 255, 0.65);
    box-shadow: 0 0 22px rgba(159, 232, 255, 0.65);
    animation: particleRise 8s linear infinite;
}

.scent-particles span:nth-child(1) {
    left: 14%;
    animation-delay: 0s;
}

.scent-particles span:nth-child(2) {
    left: 32%;
    animation-delay: 1.2s;
}

.scent-particles span:nth-child(3) {
    left: 55%;
    animation-delay: 2.4s;
}

.scent-particles span:nth-child(4) {
    left: 74%;
    animation-delay: 3.6s;
}

.scent-particles span:nth-child(5) {
    left: 88%;
    animation-delay: 4.8s;
}

.story-section,
.series-modern-section,
.confidence-section,
.stats-section {
    position: relative;
    padding: 76px 0;
    background: #05070f;
}

.story-card {
    max-width: 860px;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 28px;
    background:
        radial-gradient(circle at 0% 0%, rgba(74, 184, 255, 0.13), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.story-card h2,
.confidence-content h2,
.modern-final-cta h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(30px, 4.2vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.8px;
}

.story-card p {
    max-width: 760px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    line-height: 1.85;
}

.section-head {
    max-width: 720px;
    margin-bottom: 36px;
}

.section-title {
    font-size: clamp(30px, 4.2vw, 50px);
    line-height: 1.05;
}

.section-desc {
    max-width: 700px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.68);
}

.modern-series-grid {
    align-items: stretch;
}

.modern-series-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 28px;
    border-radius: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.modern-series-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 20% 0%, rgba(148, 231, 255, 0.15), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(176, 136, 255, 0.11), transparent 30%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.modern-series-card:hover {
    transform: translateY(-6px);
    border-color: rgba(148, 231, 255, 0.25);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.30);
}

.modern-series-card:hover::before {
    opacity: 1;
}

.modern-series-card h2 {
    font-size: 30px;
    line-height: 1.05;
}

.modern-series-card p {
    font-size: 14px;
    line-height: 1.75;
}

.modern-series-card .tag {
    font-size: 10px;
    letter-spacing: 1.4px;
}

.confidence-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
    align-items: start;
}

.modern-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.modern-features .feature {
    position: relative;
    padding: 24px 24px 24px 76px;
    border-radius: 22px;
}

.modern-features .feature h3 {
    font-size: 19px;
}

.modern-features .feature p {
    font-size: 14px;
    line-height: 1.75;
}

.feature-number {
    position: absolute;
    top: 26px;
    left: 24px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    color: #94e7ff;
}

.stats-section {
    padding: 34px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
    overflow: hidden;
}

.stats-grid div {
    padding: 28px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.stats-grid div:last-child {
    border-right: 0;
}

.stats-grid strong {
    display: block;
    margin-bottom: 7px;
    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
    line-height: 1;
    color: #ffffff;
}

.stats-grid span {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.62);
}

.modern-final-cta {
    position: relative;
    overflow: hidden;
    padding: 46px 34px;
    border: 1px solid rgba(148, 231, 255, 0.18);
    border-radius: 30px;
    background:
        radial-gradient(circle at 50% 0%, rgba(148, 231, 255, 0.15), transparent 36%),
        radial-gradient(circle at 100% 100%, rgba(161, 111, 255, 0.15), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
}

.modern-final-cta::before {
    content: "";
    position: absolute;
    inset: -120px;
    background: conic-gradient(from 120deg, transparent, rgba(148, 231, 255, 0.11), transparent, rgba(176, 136, 255, 0.11), transparent);
    animation: orbitSpin 18s linear infinite;
    pointer-events: none;
}

.modern-final-cta>* {
    position: relative;
    z-index: 2;
}

.modern-final-cta p {
    max-width: 660px;
    margin: 14px auto 26px;
    font-size: 15px;
    line-height: 1.75;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

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

/* Animations */

@keyframes shineMove {
    0% {
        transform: translateX(-90px) rotate(22deg);
        opacity: 0;
    }

    45%,
    60% {
        opacity: 1;
    }

    100% {
        transform: translateX(480px) rotate(22deg);
        opacity: 0;
    }
}

@keyframes scentPulse {
    0% {
        transform: translateX(-50%) scale(0.35);
        opacity: 0.75;
    }

    100% {
        transform: translateX(-50%) scale(1.45);
        opacity: 0;
    }
}

@keyframes orbitSpin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes floatNote {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes particleRise {
    0% {
        transform: translateY(0) scale(0.8);
        opacity: 0;
    }

    18% {
        opacity: 1;
    }

    100% {
        transform: translateY(-680px) scale(1.7);
        opacity: 0;
    }
}

/* Responsive */

@media (max-width: 920px) {
    .modern-hero {
        min-height: auto;
        padding: 64px 0 64px;
    }

    .modern-hero-grid,
    .confidence-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .modern-hero-content h1 {
        max-width: 620px;
        margin-bottom: 22px;
        font-family: "Cormorant Garamond", serif;
        font-size: clamp(30px, 4.2vw, 52px);
        line-height: 1.08;
        letter-spacing: -0.6px;
    }

    .hero-points {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .hero-visual {
        min-height: 450px;
    }

    .floating-note {
        display: none;
    }

    .story-section,
    .series-modern-section,
    .confidence-section {
        padding: 66px 0;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .stats-grid div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 560px) {
    .modern-hero {
        padding: 52px 0 50px;
    }

    .modern-hero-content h1 {
        font-size: 30px;
        line-height: 1.12;
        letter-spacing: -0.3px;
    }

    .modern-hero .subtitle,
    .story-card p {
        font-size: 14px;
        line-height: 1.75;
    }

    .eyebrow {
        font-size: 9.5px;
        letter-spacing: 1.7px;
    }

    .hero-points {
        margin: 24px 0;
    }

    .hero-points div {
        padding: 14px;
        border-radius: 15px;
    }

    .story-section,
    .series-modern-section,
    .confidence-section {
        padding: 58px 0;
    }

    .story-card {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .story-card h2,
    .confidence-content h2,
    .modern-final-cta h2,
    .section-title {
        font-size: 31px;
        line-height: 1.08;
    }

    .section-desc {
        font-size: 14px;
        line-height: 1.75;
    }

    .modern-series-card {
        padding: 24px;
        border-radius: 22px;
    }

    .modern-series-card h2 {
        font-size: 27px;
    }

    .modern-series-card p,
    .modern-features .feature p {
        font-size: 13.5px;
    }

    .perfume-card {
        width: 285px;
        height: 405px;
        border-radius: 32px;
    }

    .hero-visual {
        min-height: 410px;
    }

    .bottle-visual {
        width: 128px;
        bottom: 56px;
    }

    .bottle-cap {
        width: 68px;
        height: 36px;
    }

    .bottle-neck {
        width: 42px;
        height: 30px;
    }

    .bottle-body {
        height: 208px;
    }

    .bottle-body span {
        font-size: 10px;
    }

    .bottle-body strong {
        font-size: 28px;
    }

    .bottle-body small {
        font-size: 8px;
    }

    .scent-wave,
    .scent-wave.wave-two {
        top: 98px;
        width: 140px;
        height: 140px;
    }

    .orbit-one {
        width: 320px;
        height: 320px;
    }

    .orbit-two {
        width: 360px;
        height: 210px;
    }

    .modern-features .feature {
        padding: 22px;
    }

    .feature-number {
        position: static;
        display: block;
        margin-bottom: 10px;
    }

    .stats-grid strong {
        font-size: 34px;
    }

    .stats-grid div {
        padding: 24px 18px;
    }

    .modern-final-cta {
        padding: 34px 24px;
        border-radius: 26px;
    }

    .modern-final-cta p {
        font-size: 14px;
    }
}