@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Inter', sans-serif;
    background-color: #18062B;
    color: #D1C4E0;
    line-height: 1.7;
    overflow-x: hidden;
}
.page { max-width: 800px; margin: 0 auto; padding: 0 24px; }

/* NAV */
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.nav__logo img { width: 70px; }
.nav__badge {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A78BFA;
    background: rgba(167, 139, 250, 0.1);
    padding: 5px 12px;
    border-radius: 12px;
}

/* HOOK */
.hook {
    padding: 60px 0 80px;
    border-bottom: 1px solid #2D1A45;
}
.hook__title {
    font-family: 'Merriweather', serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 20px;
}
.hook__sub {
    font-size: 17px;
    font-weight: 300;
    color: #B8A5CC;
    max-width: 600px;
}

/* BLOCKS */
.block {
    padding: 56px 0;
    border-bottom: 1px solid #2D1A45;
}
.block--accent {
    background: #1E0A35;
    margin: 0 -24px;
    padding: 56px 24px;
    border-radius: 0;
    border-bottom: none;
}
.block__label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A78BFA;
    margin-bottom: 12px;
}
.block__title {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 20px;
}
.block__content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 14px;
}
.block__content p strong { color: #fff; font-weight: 500; }
.block__content .underline { text-decoration: underline; text-decoration-color: #A78BFA; text-underline-offset: 3px; }

/* PIPELINE */
.pipeline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 24px 0;
    padding: 20px;
    background: #0F0418;
    border-radius: 12px;
    border: 1px solid #2D1A45;
}
.pipeline__step {
    font-size: 13px;
    font-weight: 500;
    color: #F0F0F0;
    background: #251240;
    padding: 6px 12px;
    border-radius: 8px;
}
.pipeline__arrow {
    font-size: 14px;
    color: #7C6A94;
}

/* DEMO TRACE */
.demo-trace {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
}
.demo-trace__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 16px;
    background: #150820;
    border-radius: 10px;
    border: 1px solid #2D1A45;
}
.demo-trace__label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #A78BFA;
}
.demo-trace__value {
    font-size: 14px;
    font-weight: 300;
    color: #D1C4E0;
    line-height: 1.5;
}

/* DIMENSIONS */
.dimensions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 20px 0;
}
.dim {
    font-size: 14px;
    font-weight: 400;
    color: #F0F0F0;
    padding: 10px 14px;
    background: #1A0C2E;
    border: 1px solid #2D1A45;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dim span {
    font-size: 12px;
    font-weight: 300;
    color: #7C6A94;
}

/* MARKET */
.market-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin: 20px 0;
}
.market-item {
    text-align: center;
    padding: 20px 12px;
    background: #1A0C2E;
    border: 1px solid #2D1A45;
    border-radius: 12px;
}
.market-item__num {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}
.market-item__label {
    font-size: 12px;
    font-weight: 300;
    color: #9B8AB5;
    line-height: 1.4;
}

/* MODEL */
.model-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin: 20px 0;
}
.model-item {
    padding: 20px;
    background: #150820;
    border: 1px solid #2D1A45;
    border-radius: 12px;
}
.model-item h3 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
.model-item p {
    font-size: 13px;
    font-weight: 300;
    color: #9B8AB5;
    line-height: 1.5;
}

/* TRACTION */
.traction-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}
.traction-item h3 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}
.traction-item ul {
    list-style: none;
    padding: 0;
}
.traction-item li {
    font-size: 14px;
    font-weight: 300;
    color: #B8A5CC;
    padding: 6px 0;
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
}
.traction-item li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #7C6A94;
    font-weight: 700;
}

/* ASK */
.ask-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}
.ask-item h3 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}
.ask-item ul {
    list-style: none;
    padding: 0;
}
.ask-item li {
    font-size: 14px;
    font-weight: 300;
    color: #B8A5CC;
    padding: 6px 0;
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
}
.ask-item li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #7C6A94;
    font-weight: 700;
}

/* CONTACT */
.contact {
    padding: 80px 0 60px;
    text-align: center;
}
.contact__title {
    font-family: 'Merriweather', serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.contact__text {
    font-size: 16px;
    font-weight: 300;
    color: #B8A5CC;
    margin-bottom: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.contact__btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #6915B7;
    padding: 14px 32px;
    border-radius: 24px;
    text-decoration: none;
    transition: background 0.2s;
}
.contact__btn:hover { background: #7B22D4; }
.contact__alt {
    font-size: 14px;
    font-weight: 300;
    color: #7C6A94;
    margin-top: 24px;
}
.contact__alt a { color: #A78BFA; text-decoration: none; }
.contact__alt a:hover { text-decoration: underline; }

/* CONTACT FORM */
.contact-form {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}
.contact-form__row {
    display: flex;
    gap: 12px;
}
.contact-form__input,
.contact-form__select,
.contact-form__textarea {
    width: 100%;
    padding: 13px 16px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #F0F0F0;
    background: #1A0C2E;
    border: 1px solid #2D1A45;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s;
}
.contact-form__input:focus,
.contact-form__select:focus,
.contact-form__textarea:focus {
    border-color: #A78BFA;
}
.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: #7C6A94;
}
.contact-form__select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%237C6A94' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    color: #7C6A94;
    cursor: pointer;
}
.contact-form__select:has(option:checked:not([disabled])) {
    color: #F0F0F0;
}
.contact-form__textarea {
    min-height: 90px;
    resize: vertical;
}
.contact-form__btn {
    align-self: center;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #6915B7;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 10px;
}
.contact-form__btn:hover {
    background: #7B22D4;
}
.contact-form__btn-loader {
    animation: contact-spin 1s linear infinite;
}
@keyframes contact-spin {
    to { transform: rotate(360deg); }
}
.contact-form__btn-text,
.contact-form__btn-loader {
    vertical-align: middle;
}
.contact-form__success {
    font-size: 16px;
    font-weight: 400;
    color: #A78BFA;
    text-align: center;
    padding: 20px 0;
}

/* FOOTER */
.footer {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #2D1A45;
}
.footer__left { display: flex; align-items: center; gap: 12px; }
.footer__logo { width: 40px; }
.footer__copy { font-size: 12px; color: #7C6A94; }
.footer__right { display: flex; gap: 20px; }
.footer__link {
    font-size: 12px;
    color: #7C6A94;
    text-decoration: none;
}
.footer__link:hover { color: #B8A5CC; }

/* VIDEO SECTION */
.block--video {
    overflow: visible;
}
.video-layout {
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 40px;
    align-items: start;
}
.video-layout__content {
    padding-right: 30px;
}
.video-layout__content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 14px;
}
.video-bullets {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}
.video-bullets li {
    font-size: 14px;
    font-weight: 400;
    color: #F0F0F0;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}
.video-bullets li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #A78BFA;
    font-weight: 500;
}
.video-note {
    font-size: 13px;
    font-weight: 300;
    color: #7C6A94;
}
.video-layout__player .video-thumb {
    width: 220px;
    margin: 0;
    margin-top: 5px;
    position: relative;
    right: 20px;
}

/* VIDEO (vertical ~1:2) */
/* VIDEO THUMBNAIL */
.video-thumb {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    /* border: 1px solid #2D1A45; */
    background: #0F0418;
    cursor: pointer;
    aspect-ratio: 1290 / 2590;
}
.video-thumb__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s;
}
.video-thumb:hover .video-thumb__img {
    opacity: 0.8;
}
.video-thumb__controls {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(15, 4, 24, 0.3);
    transition: background 0.2s;
}
.video-thumb:hover .video-thumb__controls {
    background: rgba(15, 4, 24, 0.5);
}
.video-thumb__play {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-thumb__vol {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
    transition: opacity 0.2s, transform 0.2s;
}
.video-thumb__vol:hover {
    opacity: 1;
    transform: scale(1.1);
}
.video-thumb__sound-msg {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(15, 4, 24, 0.85);
    border: 1px solid rgba(167, 139, 250, 0.3);
    border-radius: 8px;
    padding: 8px 14px;
    min-width: 160px;
    text-align: center;
    animation: thumbMsgFade 0.3s ease;
}
.video-thumb__sound-msg.visible {
    display: flex;
}
.video-thumb__sound-msg span {
    font-size: 11px;
    font-weight: 400;
    color: #D1C4E0;
    line-height: 1.4;
}
@keyframes thumbMsgFade {
    from { opacity: 0; transform: translateX(-50%) translateY(4px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* VIDEO MODAL */
.vmodal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.vmodal.active {
    display: flex;
    opacity: 1;
    pointer-events: all;
}
.vmodal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 2, 18, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.vmodal__container {
    position: relative;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vmodal__player {
    height: calc(90vh - 70px);
    aspect-ratio: 1290 / 2560;
    max-width: 90vw;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #0F0418;
}
.vmodal__video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    cursor: pointer;
}
.vmodal__controls {
    width: 100%;
    padding: 20px 20px 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.vmodal__btn {
    background: none;
    border: none;
    color: #7C6A94;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.vmodal__btn:hover {
    color: #fff;
}
.vmodal__btn--mute.is-muted {
    color: #ef4444;
}
.vmodal__btn--mute.is-muted:hover {
    color: #f87171;
}
.vmodal__progress {
    flex: 1;
    height: 3px;
    background: rgba(167, 139, 250, 0.1);
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}
.vmodal__progress-buffer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(167, 139, 250, 0.3);
    border-radius: 2px;
    width: 0;
}
.vmodal__progress-bar {
    position: relative;
    height: 100%;
    background: #A78BFA;
    border-radius: 2px;
    width: 0;
    transition: width 0.1s linear;
}
.vmodal__loader {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(15, 4, 24, 0.5);
}
.vmodal__loader.visible {
    display: flex;
}
.vmodal__spinner {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(167, 139, 250, 0.2);
    border-top-color: #A78BFA;
    border-radius: 50%;
    animation: vmodal-spin 0.8s linear infinite;
}
@keyframes vmodal-spin {
    to { transform: rotate(360deg); }
}
.vmodal__time {
    font-size: 11px;
    color: #7C6A94;
    font-variant-numeric: tabular-nums;
}
.vmodal__close {
    position: fixed;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    color: #7C6A94;
    font-size: 32px;
    cursor: pointer;
    padding: 4px 12px;
    transition: color 0.2s;
    z-index: 10000;
}
.vmodal__close:hover {
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 700px) {
    .hook__title { font-size: 26px; }
    .block__title { font-size: 20px; }
    .dimensions { grid-template-columns: 1fr; }
    .market-grid { grid-template-columns: 1fr; }
    .model-grid { grid-template-columns: 1fr; }
    .traction-grid { grid-template-columns: 1fr; }
    .ask-grid { grid-template-columns: 1fr; }
    .pipeline { flex-direction: column; align-items: flex-start; }
    .pipeline__arrow { transform: rotate(90deg); }
    .footer { flex-direction: column; gap: 12px; text-align: center; }
    .video-layout { grid-template-columns: 1fr; }
    .video-layout__content { padding-right: 0; }
    .video-layout__player { display: flex; justify-content: center; order: 1; }
    .video-layout__content { order: 0; }
    .video-layout__player .video-thumb { width: 100%; max-width: none; right: 0; margin-top: 0; }
    .video-thumb__play svg { width: 96px; height: 96px; }
    .video-thumb__vol svg { width: 56px; height: 56px; }
    .video-thumb__sound-msg span { font-size: 21px; }
    .video-thumb__sound-msg { min-width: 220px; padding: 12px 18px; }
    .vmodal__close { top: 1px; right: 1px; }
    .contact-form__row { flex-direction: column; }
}
