/* Voices That Moved America selected visual theme. */
:root {
    --vtma-text: #5E6282;
    --vtma-primary-dark: #181E4B;
    --vtma-accent: #DF6951;
    --vtma-yellow: #F1A501;
    --vtma-light-purple: #DFD7F9;
    --vtma-soft-cream: #FFF1DA;
    --vtma-card: #ffffff;
}

* { box-sizing: border-box; }
html { font-size: 16px; }
body {
    font-family: 'Poppins', sans-serif;
    color: var(--vtma-text);
    overflow-x: hidden;
    position: relative;
    margin: 0;
    background: #ffffff;
}

a { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { color: var(--vtma-primary-dark); }
/*.font-volkhov { font-family: Volkhov, Georgia, 'Times New Roman', serif; } */
.font-volkhov {
    font-family: 'Volkhov', serif;
}
.text-primary-dark { color: var(--vtma-primary-dark) !important; }
.text-accent { color: var(--vtma-accent) !important; }
.text-muted { color: var(--vtma-text) !important; }
.text-primary-accent { color: var(--vtma-yellow) !important; }
.bg-primary-accent { background-color: var(--vtma-yellow) !important; }

.container { max-width: 1235px; }
.site-wrapper { width: 100%; min-height: 100vh; position: relative; overflow: hidden; }
.hero-bg-blob {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    min-height: 724px;
    object-fit: cover;
    object-position: top right;
    z-index: 0;
    pointer-events: none;
}
.hero-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 36vw;
    height: 100vh;
    background: radial-gradient(ellipse at left, rgba(223, 105, 81, 0.10) 0%, rgba(223, 105, 81, 0) 70%);
    z-index: 0;
    pointer-events: none;
}

/* Navbar mirrors the picked template: transparent, roomy, and simple. */
.vtma-navbar {
    padding-top: 22px;
    padding-bottom: 22px;
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.navbar-brand {
    color: var(--vtma-primary-dark) !important;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.navbar-nav .nav-link {
    color: #212832;
    font-weight: 500;
    font-size: 15px;
    padding-left: 1.15rem !important;
    padding-right: 1.15rem !important;
    transition: color 0.25s ease;
    font-weight: bold;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--vtma-yellow); }
.btn-signup {
    border: 1px solid #212832;
    border-radius: 8px;
    color: #212832;
    font-weight: 500;
    padding: .62rem 1.55rem;
}
.btn-signup:hover { background: #212832; color: #fff; }
.navbar-toggler { border: 1px solid rgba(33,40,50,.2); }

/* Hero */
.hero-section {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 80px;
    min-height: 850px;
}
.hero-subtitle {
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--vtma-accent) !important;
}
.hero-heading {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 700 !important;
    font-family: 'Volkhov', serif;
    line-height: 1.2;
    letter-spacing: -0.045em;
    margin-bottom: 1.75rem;
    color: var(--vtma-primary-dark);
}
.hero-decore-underline {
    bottom: 9px;
    left: -8%;
    width: 116%;
    z-index: -1;
}
.hero-text {
    font-size: 16px;
    line-height: 30px;
    max-width: 560px;
    color: var(--vtma-text) !important;
}
.btn-find-out,
.btn-gold {
    background-color: var(--vtma-yellow);
    border-color: var(--vtma-yellow);
    color: #fff;
    font-weight: 600;
    min-width: 190px;
    padding: 1rem 1.75rem;
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(241, 165, 1, .18);
}
.btn-find-out:hover,
.btn-gold:hover { background-color: #d99500; border-color: #d99500; color: #fff; }
.btn-outline-template {
    border: 1px solid #212832;
    color: #181E4B;
    font-weight: 600;
    border-radius: 8px;
    padding: 1rem 1.75rem;
}
.btn-outline-template:hover { background:#181E4B; color:#fff; }
.btn-play { color: var(--vtma-text); }
.play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: var(--vtma-accent);
    border-radius: 50%;
    box-shadow: 0 15px 30px rgba(223, 105, 81, .35);
}
.play-icon::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
    margin-left: 4px;
}
.play-demo-text {
    color: var(--vtma-text) !important;
    font-weight: 600;
    --bs-text-opacity: 1;
    box-sizing: border-box;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
}
.hero-img {
    width: min(650px, 100%);
    transform: scale(1.12) translateY(-2%);
    transform-origin: center;
}

.section-label { font-size: 18px; font-weight: 600; }
.section-heading {
    font-size: clamp(2.2rem, 4vw, 3.125rem);
    line-height: 1.18;
    font-size: 50px;
    /*color: var(--primary-dark) !important;*/
    font-family: 'Volkhov', serif;
    font-weight: 700 !important;
    padding-bottom: 1rem !important;
}
.transition { transition: all .3s ease; }

/* Cards and lower-page sections keep the same visual language as the picked template. */
.services-section { position: relative; padding-top: 30px; }
.services-decore-top { top: 0; right: 5%; width: 150px; z-index: -1; }
.service-card {
    background: transparent;
    border: none;
    border-radius: 36px;
    position: relative;
    z-index: 2;
    min-height: 255px;
}
.service-card:hover,
.service-card.active-card {
    background-color: #ffffff !important;
    box-shadow: 0 40px 80px rgba(0,0,0,.05) !important;
}
.service-icon {
    width: 82px;
    height: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    background: #FFF1DA;
    color: var(--vtma-accent);
    font-weight: 800;
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 28px;
}
.active-shape-bg {
    bottom: -20px;
    left: -10px;
    width: 100px;
    height: 100px;
    background-color: #DF6951;
    border-radius: 30px 0 10px 0;
    z-index: 1;
}
.archive-card {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 1.85px 3.15px rgba(0,0,0,0.004), 0px 8.15px 6.52px rgba(0,0,0,0.008), 0px 20px 13px rgba(0,0,0,0.012), 0px 38.52px 25.48px rgba(0,0,0,0.012), 0px 64.81px 46.85px rgba(0,0,0,0.016), 0px 100px 80px rgba(0,0,0,0.02);
    transition: transform .3s ease, box-shadow .3s ease;
    background: #fff;
}
.archive-card:hover { transform: translateY(-5px); box-shadow: 0 38px 80px rgba(0,0,0,.08); }
.archive-card-top {
    min-height: 215px;
    background: linear-gradient(135deg, #FFF1DA, #ffffff 56%, #DFD7F9);
    position: relative;
}
.archive-card-top::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    right: 24px;
    bottom: 24px;
    border-radius: 50%;
    background: rgba(223,105,81,.14);
}
.archive-card-body { padding: 27px 24px 24px; }
.tag-pill {
    display: inline-flex;
    border-radius: 999px;
    padding: .35rem .75rem;
    background: #FFF1DA;
    color: var(--vtma-accent);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.book-glow {
    top: -15%;
    right: -5%;
    width: 350px;
    height: 350px;
    background: #59B1E6;
    filter: blur(100px);
    opacity: .28;
    z-index: -1;
    border-radius: 50%;
}
.legacy-main-card { border-radius: 26px !important; }
.legacy-image { border-radius: 24px !important; min-height: 160px; background: linear-gradient(135deg, #ffe8c1, #fff, #e9e2ff); }
.ongoing-card {
    bottom: 40px;
    right: -60px;
    width: 280px;
    z-index: 2;
    border-radius: 18px;
}
.trip-progress { height: 6px; border-radius: 10px; background-color: #F5F5F5; }
.trip-progress-bar { width: 55%; background-color: #8A79DF; border-radius: 10px; }
.subscribe-card {
    background-color: rgba(223, 215, 249, .45);
    border-radius: 80px 20px 20px 20px;
    overflow: hidden;
}
.subscribe-heading { max-width: 860px; font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1.55 !important; color: #5E6282; }
.footer { position: relative; z-index: 1; background:#fff; }
.footer-desc { font-size: 13px; line-height: 1.8; }
.footer-copyright { font-size: 14px; }

/* Landing option pages still use the same selected visual language. */
.option-hero,
.landing-one,
.story-hero,
.action-hero {
    background: linear-gradient(145deg, #FFF1DA, #ffffff 58%, #f7f4ff);
    border: 0;
    border-radius: 28px !important;
    box-shadow: 0 30px 80px rgba(0,0,0,.05);
    color: var(--vtma-text);
}
.eyebrow { color: var(--vtma-accent); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-gold { color: var(--vtma-yellow) !important; }
.stat-card,
.story-card,
.action-tile,
.choice-card {
    background: #fff;
    border: none;
    border-radius: 24px;
    box-shadow: 0 25px 70px rgba(0,0,0,.06);
}
.stat-card { padding: 2rem; text-align: center; height: 100%; }
.stat-card span { display:block; color:var(--vtma-primary-dark); font-size:2.5rem; font-weight:800; line-height:1; }
.stat-card p { margin:.75rem 0 0; }
.action-tile { display:block; min-height:180px; padding:1.5rem; color:var(--vtma-text); transition:transform .2s ease, box-shadow .2s ease; }
.action-tile:hover { transform:translateY(-4px); color:var(--vtma-text); box-shadow:0 35px 80px rgba(0,0,0,.09); }
.action-tile span { display:inline-flex; align-items:center; justify-content:center; width:2.3rem; height:2.3rem; border-radius:50%; background:#FFF1DA; color:var(--vtma-primary-dark); font-weight:800; margin-bottom:1rem; }
.action-tile strong, .action-tile small { display:block; }
.action-tile strong { color:var(--vtma-primary-dark); font-size:1.05rem; margin-bottom:.35rem; }
.story-photo-placeholder { min-height:190px; background:linear-gradient(145deg,#FFF1DA,#DFD7F9); }
.memory-stack { position:relative; min-height:360px; }
.memory-card { background:#fff; border:none; box-shadow:0 30px 70px rgba(0,0,0,.08); }
.memory-card.main { position:relative; z-index:2; border-radius:1.5rem; padding:2rem; }
.quote-mark { color:var(--vtma-yellow); font-size:5rem; line-height:.7; margin-bottom:.5rem; }
.small-card { position:absolute; right:1rem; bottom:2rem; border-radius:1rem; padding:1rem 1.5rem; font-weight:800; transform:rotate(5deg); }
.small-card.second { right:auto; left:1rem; bottom:0; transform:rotate(-6deg); background:var(--vtma-primary-dark); color:#fff; }

@media (max-width: 991.98px) {
    .vtma-navbar { position: relative; background: #fff !important; box-shadow: 0 10px 30px rgba(0,0,0,.04); }
    .hero-section { padding-top: 70px; min-height: auto; }
    .hero-bg-blob { opacity: .42; width: 100%; }
    .hero-img { transform: none; max-height: 520px; object-fit: contain; }
    .ongoing-card { position: static !important; width: 100%; margin-top: 1rem; }
}

@media (max-width: 575.98px) {
    .hero-heading { font-size: 3.1rem; }
    .hero-section { padding-top: 45px; padding-bottom: 45px; }
    .btn-find-out, .btn-gold, .btn-outline-template { width: 100%; }
    .subscribe-card { border-radius: 36px 14px 14px 14px; }
}

/* Icon and fixed-navigation refinements. */
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
.vtma-navbar.fixed-top {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: rgba(255, 255, 255, .92) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 10px 35px rgba(24, 30, 75, .06);
}
.brand-mark,
.footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #FFF1DA;
    box-shadow: 0 12px 24px rgba(223, 105, 81, .12);
}
.brand-mark img,
.footer-icon img { width: 21px; height: 21px; }
.navbar-brand span:last-child { line-height: 1.05; }
.nav-icon {
    width: 17px;
    height: 17px;
    margin-right: .45rem;
    vertical-align: -3px;
    opacity: .82;
    transition: transform .2s ease, opacity .2s ease;
}
.navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
}
.navbar-nav .nav-link:hover .nav-icon,
.btn-signup:hover .nav-icon { transform: translateY(-1px); opacity: 1; }
.btn-signup .nav-icon { margin-right: 0; }
.btn-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}
.btn-outline-template .btn-icon { filter: none; }
.play-icon img { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.play-icon::before { display: none; }
.service-icon img {
    width: 38px;
    height: 38px;
    display: block;
}
.archive-card-top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.archive-card-icon {
    width: 76px;
    height: 76px;
    padding: 17px;
    border-radius: 26px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 25px 55px rgba(24, 30, 75, .08);
    position: relative;
    z-index: 1;
}
.inline-heading-icon {
    width: 24px;
    height: 24px;
}
.mini-card-icon { width: 25px; height: 25px; }
.stat-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 1rem;
}
.footer-small-icon {
    width: 18px;
    height: 18px;
}
@media (max-width: 991.98px) {
    .vtma-navbar.fixed-top {
        position: fixed !important;
        background: rgba(255, 255, 255, .97) !important;
    }
    .navbar-collapse {
        background: rgba(255,255,255,.98);
        border-radius: 18px;
        padding: .75rem 1rem 1rem;
        margin-top: .75rem;
        box-shadow: 0 20px 55px rgba(24,30,75,.08);
    }
    .navbar-nav .nav-link { width: 100%; padding-top: .75rem !important; padding-bottom: .75rem !important; }
    .btn-signup { justify-content: center; margin-top: .5rem; }
}
@media (max-width: 575.98px) {
    .navbar-brand { font-size: 22px; }
    .brand-mark { width: 34px; height: 34px; }
}
.vtma-navbar.is-scrolled { background: rgba(255, 255, 255, .97) !important; box-shadow: 0 12px 38px rgba(24, 30, 75, .1); }

/* Admin section */
.admin-section {
    position: relative;
    z-index: 2;
    padding-top: 150px !important;
    min-height: 720px;
}

.admin-card,
.admin-preview-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 40px 90px rgba(0,0,0,.07);
    padding: 32px;
}

.admin-card .form-control {
    border-radius: 12px;
    border-color: rgba(94,98,130,.25);
    padding: .85rem 1rem;
}

.admin-card .form-control:focus {
    border-color: var(--vtma-yellow);
    box-shadow: 0 0 0 .2rem rgba(241,165,1,.16);
}

.admin-tile {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    gap: 12px;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #FFF1DA, #fff 65%);
    color: var(--vtma-text);
    box-shadow: 0 24px 55px rgba(0,0,0,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.admin-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 70px rgba(0,0,0,.09);
    color: var(--vtma-text);
}

.admin-tile-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--vtma-accent);
    color: #fff;
    font-size: 24px;
}

.admin-tile-title {
    color: var(--vtma-primary-dark);
    font-weight: 700;
    font-size: 1.15rem;
}

.admin-tile-text {
    line-height: 1.7;
}

.admin-hero-preview-img {
    max-height: 340px;
    object-fit: contain;
    display: block;
    margin-inline: auto;
}

.admin-preview-heading {
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.12;
}

.admin-card .form-select {
    border-radius: 12px;
    border-color: rgba(94,98,130,.25);
    padding: .85rem 1rem;
}

.admin-card .form-select:focus {
    border-color: var(--vtma-yellow);
    box-shadow: 0 0 0 .2rem rgba(241,165,1,.16);
}

.archive-feature-editor {
    border-color: rgba(94,98,130,.16) !important;
    background: linear-gradient(135deg, rgba(255,241,218,.45), #fff 48%);
}

.admin-feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
}

.admin-feature-icon img {
    width: 26px;
    height: 26px;
}
