:root {
    --ink: #0d1b2a;
    --ink-2: #13263c;
    --ink-3: #1b3350;
    --gold: #e8a33d;
    --gold-2: #f2c14e;
    --gold-deep: #b3771c;
    --paper: #faf6ee;
    --paper-2: #f3ecdd;
    --txt: #33415a;
    --muted: #67748c;
    --line: rgba(13,27,42,.10);
    --serif: 'Fraunces',Georgia,'Times New Roman',serif;
    --sans: 'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
}

html {
    scroll-behavior: smooth
}

[id] {
    scroll-margin-top: 92px
}

body {
    font-family: var(--sans);
    color: var(--txt);
    background: #fff;
    overflow-x: hidden
}

.serif {
    font-family: var(--serif)
}

h1,h2,h3,.h1,.h2,.h3 {
    font-family: var(--serif);
    color: var(--ink);
    font-weight: 600
}

.sec {
    padding: clamp(2.5rem,9vw,2.20rem) 0;
}

.lead-sub {
    font-size: 1.06rem;
    color: var(--muted);
    max-width: 660px
}

.text-gold {
    color: var(--gold-2)!important
}

/* ---------- eyebrow ---------- */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .7rem;
    font-weight: 800
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: currentColor;
    opacity: .7
}

.eyebrow.on-dark {
    color: var(--gold-2)
}

.eyebrow.on-light {
    color: var(--gold-deep)
}

/* ---------- buttons ---------- */
.btn-eo {
    border-radius: 50rem;
    font-weight: 700;
    padding: .85rem 1.7rem;
    letter-spacing: .01em;
    transition: all .25s ease;
    border: 0
}

.btn-gold {
    background: linear-gradient(135deg,#f6cd63,#e8a33d 55%,#d68d22);
    color: #221503;
    box-shadow: 0 12px 30px -10px rgba(232,163,61,.55)
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -10px rgba(232,163,61,.65);
    color: #221503;
    filter: brightness(1.04)
}

.btn-ghost {
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    background: transparent
}

.btn-ghost:hover {
    background: rgba(255,255,255,.09);
    color: #fff;
    border-color: rgba(255,255,255,.55)
}

.btn-ink {
    background: var(--ink);
    color: #fff
}

.btn-ink:hover {
    background: #132741;
    color: #fff;
    transform: translateY(-2px)
}

.btn-outline-ink {
    border: 2px solid var(--ink);
    color: var(--ink);
    background: transparent
}

.btn-outline-ink:hover {
    background: var(--ink);
    color: #fff;
    transform: translateY(-2px)
}

.btn-eo:focus-visible,a:focus-visible {
    outline: 3px solid rgba(232,163,61,.55);
    outline-offset: 2px
}

/* ---------- navbar ---------- */
.navbar-eo {
    padding: 1rem 0;
    transition: all .3s ease;
    background: transparent
}

.navbar-eo.scrolled {
    background: rgba(13,27,42,.94);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px -12px rgba(2,8,18,.6);
    padding: .6rem 0
}

.navbar-eo .navbar-brand {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: .01em
}

.nep-brand-title {
    font-family: var(--serif);
    font-size: clamp(1.25rem,2vw,1.55rem);
    font-weight: 700;
    letter-spacing: .035em;
    line-height: 1;
    background: linear-gradient(110deg,#fff8d6 0%,#f6cd63 42%,#e8a33d 72%,#fff1b0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 5px 12px rgba(232,163,61,.22));
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg,#f2c14e,#d68d22);
    display: grid;
    place-items: center;
    color: #1c1202;
    font-size: 1.15rem;
    box-shadow: 0 8px 20px -6px rgba(232,163,61,.6)
}

.brand-name {
    line-height: 1.05;
    font-size: 1.02rem
}

.brand-name small {
    display: block;
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .34em;
    color: var(--gold-2);
    text-transform: uppercase
}

.navbar-eo .nav-link {
    color: rgba(255,255,255,.82);
    font-weight: 600;
    font-size: .92rem;
    margin: 0 .35rem
}

.navbar-eo .nav-link:hover,.navbar-eo .nav-link:focus {
    color: var(--gold-2)
}

.navbar-eo .navbar-toggler {
    border-color: rgba(255,255,255,.3);
    color: #fff
}

.navbar-eo .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

@media (max-width: 991.98px) {
    .navbar-eo .navbar-collapse {
        background:rgba(13,27,42,.98);
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 16px;
        padding: 1rem 1.25rem;
        margin-top: .85rem
    }
}

/* ---------- hero ---------- */
.hero {
    position: relative;
    background: radial-gradient(720px 560px at 89% 6%,rgba(242,193,78,.22),transparent 62%), radial-gradient(760px 580px at 56% 112%,rgba(28,132,121,.24),transparent 66%), radial-gradient(680px 520px at -8% 28%,rgba(53,104,173,.24),transparent 64%), linear-gradient(132deg,#061321 0%,#0a2033 48%,#0c2c37 100%);
    color: #fff;
    padding: 100px 0 50px;
    overflow: hidden
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.065) 1px,transparent 1px);
    background-size: 27px 27px;
    mask-image: linear-gradient(to bottom,rgba(0,0,0,.92),transparent 88%);
    pointer-events: none;
    z-index: 0
}

.hero::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -210px;
    top: -230px;
    border-radius: 50%;
    border: 1px solid rgba(242,193,78,.12);
    box-shadow: 0 0 0 72px rgba(242,193,78,.035),0 0 0 146px rgba(255,255,255,.018);
    pointer-events: none;
    z-index: 0
}

.hero>.container {
    position: relative;
    z-index: 1
}

.hero h1 {
    color: #fff;
    font-size: clamp(2.3rem,5vw,2.80rem);
    line-height: 1.13;
    letter-spacing: -.01em
}

.hero h1 em {
    font-style: italic;
    color: var(--gold-2)
}

.hero .lead {
    color: #b9c6d9;
    font-size: 1.09rem;
    max-width: 540px
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid rgba(242,193,78,.4);
    color: var(--gold-2);
    border-radius: 50rem;
    padding: .45rem 1.05rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    background: rgba(242,193,78,.07)
}

.trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1.35rem;
    margin-top: 2rem
}

.trust-chips span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .82rem;
    font-weight: 600;
    color: #c7d3e4
}

.trust-chips i {
    color: var(--gold-2)
}

/* hero browser mockup */
.mock-wrap {
    position: relative;
    padding: 2rem .75rem 2.15rem;
    isolation: isolate
}

.mock-wrap::before {
    content: "";
    position: absolute;
    inset: 9% 3% 5%;
    border: 1px solid rgba(242,193,78,.18);
    border-radius: 32px;
    transform: rotate(-2deg);
    z-index: -1
}

.mock-glow {
    position: absolute;
    inset: -2% -8% auto;
    height: 92%;
    background: radial-gradient(closest-side,rgba(242,193,78,.34),rgba(52,105,164,.13) 45%,transparent 72%);
    filter: blur(32px);
    pointer-events: none;
    z-index: -2
}

.hero-education-art {
    position: absolute;
    z-index: 0;
    width: min(410px,72%);
    height: auto;
    right: -155px;
    bottom: -72px;
    opacity: .4;
    filter: drop-shadow(0 28px 30px rgba(0,8,20,.48)) saturate(.9);
    transform: rotate(3deg);
    pointer-events: none;
    user-select: none
}

.browser {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg,#fff,#f7f9fc);
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(242,193,78,.52);
    box-shadow: 0 42px 90px -34px rgba(0,8,20,.9),0 18px 36px -22px rgba(232,163,61,.48),inset 0 1px 0 #fff;
    transform: perspective(1200px) rotateY(-1deg)
}

.browser::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
    pointer-events: none
}

.browser-top {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .72rem .95rem;
    background: linear-gradient(180deg,#f8fafc,#edf1f6);
    border-bottom: 1px solid #dfe5ed
}

.dots {
    display: flex;
    gap: .38rem
}

.dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.16)
}

.dots span:nth-child(1) {
    background: #ff665e
}

.dots span:nth-child(2) {
    background: #f8b83d
}

.dots span:nth-child(3) {
    background: #2bcf69
}

.addr {
    flex: 1;
    display: flex;
    align-items: center;
    gap: .4rem;
    background: rgba(255,255,255,.9);
    border: 1px solid #dce3eb;
    border-radius: 50rem;
    font-size: .66rem;
    color: #506176;
    padding: .36rem .82rem;
    font-weight: 700;
    box-shadow: inset 0 1px 2px rgba(13,27,42,.03)
}

.addr i {
    color: #17a35b;
    font-size: .72rem
}

.browser-status {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: #587087;
    font-size: .56rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em
}

.browser-status i {
    font-size: .38rem;
    color: #20b969;
    filter: drop-shadow(0 0 4px rgba(32,185,105,.55))
}

.site-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .78rem 1.05rem .65rem
}

.site-logo {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-weight: 800;
    font-size: .75rem;
    color: var(--ink)
}

.site-logo b {
    width: 29px;
    height: 29px;
    border-radius: 9px;
    background: linear-gradient(145deg,#f8d56f,#df941f);
    display: grid;
    place-items: center;
    color: #1c2736;
    box-shadow: 0 7px 15px -8px rgba(179,119,28,.7)
}

.site-logo b i {
    font-size: .86rem
}

.site-logo>span {
    display: flex;
    align-items: baseline;
    gap: .22rem;
    letter-spacing: .02em
}

.site-logo em {
    font-style: normal;
    color: var(--gold-deep)
}

.site-nav {
    display: flex;
    align-items: center;
    gap: .42rem
}

.site-nav>span:not(.pill) {
    width: 26px;
    height: 5px;
    border-radius: 50rem;
    background: #dce3ec
}

.site-nav .pill {
    width: auto;
    height: auto;
    background: linear-gradient(135deg,#f6cd63,#e8a33d);
    color: #221503;
    font-size: .54rem;
    font-weight: 800;
    border-radius: 50rem;
    padding: .34rem .68rem;
    box-shadow: 0 6px 14px -8px rgba(179,119,28,.7)
}

.site-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .35rem 1.05rem .72rem;
    border-radius: 15px;
    background: radial-gradient(220px 130px at 92% 20%,rgba(242,193,78,.28),transparent 70%),linear-gradient(125deg,#0b1a2b,#173653 68%,#234a68);
    color: #fff;
    padding: 1.05rem 1.15rem;
    overflow: hidden;
    box-shadow: 0 16px 30px -22px rgba(13,27,42,.85)
}

.site-hero::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    right: -55px;
    bottom: -82px
}

.site-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 78%
}

.site-kicker {
    display: inline-flex;
    align-items: center;
    gap: .32rem;
    color: #f6cd63;
    font-size: .5rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: .35rem
}

.site-hero .t {
    font-family: var(--serif);
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: .01em
}

.site-hero .s {
    font-size: .58rem;
    line-height: 1.5;
    color: #b9c9da;
    margin: .3rem 0 .62rem;
    max-width: 330px
}

.site-actions {
    display: flex;
    align-items: center;
    gap: .6rem
}

.site-hero .b {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    background: linear-gradient(135deg,#f7d46f,#e89e2e);
    color: #221503;
    font-size: .55rem;
    font-weight: 800;
    border-radius: 50rem;
    padding: .36rem .7rem;
    box-shadow: 0 8px 16px -10px rgba(242,193,78,.8)
}

.mini-proof {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-size: .52rem;
    font-weight: 700;
    color: #c9d7e6
}

.mini-proof i {
    color: #f2c14e
}

.site-emblem {
    position: relative;
    z-index: 1;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 18px;
    background: linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.14);
    display: grid;
    place-items: center;
    color: #f6cd63;
    font-size: 1.7rem;
    transform: rotate(4deg);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15)
}

.catalogue-strip {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .45rem;
    margin: 0 1.05rem .72rem
}

.catalogue-strip>span {
    display: grid;
    grid-template-columns: 25px 1fr;
    grid-template-rows: auto auto;
    column-gap: .48rem;
    align-items: center;
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 10px;
    padding: .5rem .55rem;
    box-shadow: 0 8px 18px -14px rgba(13,27,42,.35)
}

.catalogue-strip i {
    grid-row: 1/3;
    width: 25px;
    height: 25px;
    border-radius: 7px;
    background: #fff5d9;
    display: grid;
    place-items: center;
    color: var(--gold-deep);
    font-size: .73rem
}

.catalogue-strip b {
    font-size: .56rem;
    line-height: 1.1;
    color: var(--ink)
}

.catalogue-strip small {
    font-size: .47rem;
    line-height: 1.1;
    color: #8592a4;
    font-weight: 600
}

.shelf-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.05rem;
    margin-bottom: .45rem
}

.shelf-row .l {
    font-size: .67rem;
    font-weight: 800;
    color: var(--ink)
}

.shelf-row .r {
    font-size: .52rem;
    font-weight: 800;
    color: var(--gold-deep);
    letter-spacing: .02em
}

.book-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: .52rem;
    margin: 0 1.05rem .95rem;
    padding: .58rem;
    background: linear-gradient(180deg,#f1f4f8,#edf1f6);
    border: 1px solid #e3e8ef;
    border-radius: 13px
}

.book {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(13,27,42,.07);
    box-shadow: 0 8px 18px -12px rgba(13,27,42,.4);
    transition: transform .25s ease,box-shadow .25s ease
}

.book:hover {
    transform: translateY(-3px);
    box-shadow: 0 13px 22px -13px rgba(13,27,42,.5)
}

.book .cover {
    position: relative;
    aspect-ratio: 3/3.8;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    font-family: var(--serif);
    text-align: left;
    padding: .55rem .48rem;
    overflow: hidden
}

.book .cover::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    right: -22px;
    top: -20px
}

.book .cover::after {
    content: "NEP";
    position: absolute;
    right: .35rem;
    top: .32rem;
    font-family: var(--sans);
    font-size: .36rem;
    font-weight: 800;
    letter-spacing: .08em;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50rem;
    padding: .1rem .2rem;
    color: rgba(255,255,255,.88)
}

.book .cover>span {
    position: absolute;
    left: .45rem;
    top: .38rem;
    font-family: var(--sans);
    font-size: .4rem;
    font-weight: 700;
    color: rgba(255,255,255,.72);
    text-transform: uppercase;
    letter-spacing: .07em
}

.book .cover>i {
    font-size: .85rem;
    margin-bottom: .25rem;
    color: #f8d56f;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,.18))
}

.book .cover strong {
    position: relative;
    font-size: .57rem;
    line-height: 1.12;
    letter-spacing: .025em
}

.book .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .25rem;
    background: #fff;
    padding: .35rem .4rem
}

.book .meta b {
    font-family: var(--sans);
    font-size: .39rem;
    color: #68768a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.book .meta em {
    display: block;
    height: 3px;
    width: 18px;
    flex: 0 0 18px;
    border-radius: 50rem;
    background: linear-gradient(135deg,#f2c14e,#d68d22)
}

.c1 {
    background: linear-gradient(150deg,#1e4d7b,#0c223b)
}

.c2 {
    background: linear-gradient(150deg,#d69429,#8c4f0e)
}

.c3 {
    background: linear-gradient(150deg,#24816b,#0e4036)
}

.c4 {
    background: linear-gradient(150deg,#a24b60,#4e1c2a)
}

.c5 {
    background: linear-gradient(150deg,#5559b2,#282b6b)
}

.c6 {
    background: linear-gradient(150deg,#53657c,#293442)
}

.float-card {
    position: absolute;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 15px;
    box-shadow: 0 24px 50px -20px rgba(2,8,18,.68),0 0 0 1px rgba(242,193,78,.12);
    padding: .7rem .9rem;
    display: flex;
    align-items: center;
    gap: .65rem;
    font-size: .7rem;
    font-weight: 800;
    color: #25364b;
    z-index: 3;
    white-space: nowrap
}

.float-card small {
    display: block;
    margin-top: .08rem;
    font-size: .56rem;
    font-weight: 600;
    color: #8a97a9
}

.fc-ico {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: .95rem;
    flex: 0 0 auto
}

.fc-1 {
    top: 0;
    right: -4px;
    animation: floaty 6s ease-in-out infinite
}

.fc-1 .fc-ico {
    background: linear-gradient(145deg,#fff5d7,#f9e7b5);
    color: var(--gold-deep)
}

.fc-2 {
    bottom: 0;
    left: -5px;
    animation: floaty 7s ease-in-out infinite reverse
}

.fc-2 .fc-ico {
    background: linear-gradient(145deg,#e7fff1,#ccf5dc);
    color: #169a4b
}

@keyframes floaty {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-9px)
    }
}

/* ---------- light sections ---------- */
.bg-paper {
    background: var(--paper)
}

.feature-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.7rem 1.5rem;
    height: 100%;
    transition: all .3s ease
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px -22px rgba(13,27,42,.28);
    border-color: rgba(232,163,61,.45)
}

.f-ico {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg,rgba(242,193,78,.22),rgba(214,141,34,.14));
    color: var(--gold-deep);
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    margin: 0 auto 1.05rem
}

.feature-card h3 {
    font-size: 1.13rem;
    margin-bottom: .5rem
}

.feature-card p {
    font-size: .92rem;
    color: var(--muted);
    margin: 0
}

/* ---------- packages ---------- */
.pkg-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 2rem 1.7rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all .3s ease
}

.pkg-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -26px rgba(13,27,42,.32)
}

.pkg-kicker {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold-deep)
}

.pkg-price {
    font-family: var(--serif);
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1;
    margin: .5rem 0 .15rem
}

.pkg-price span {
    font-family: var(--sans);
    font-size: .9rem;
    font-weight: 600;
    color: var(--muted)
}

.pkg-desc {
    font-size: .88rem;
    color: var(--muted)
}

.plus-chip {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(232,163,61,.12);
    color: var(--gold-deep);
    border: 1px dashed rgba(179,119,28,.45);
    font-size: .72rem;
    font-weight: 800;
    border-radius: 50rem;
    padding: .4rem .9rem;
    margin: 1.1rem 0 .35rem
}

.pkg-list {
    list-style: none;
    padding: 0;
    margin: .9rem 0 0
}

.pkg-list li {
    display: flex;
    gap: .6rem;
    font-size: .9rem;
    padding: .3rem 0;
    line-height: 1.45
}

.pkg-list li i {
    color: var(--gold-deep);
    margin-top: .14rem;
    flex: 0 0 auto
}

.perfect {
    background: var(--paper);
    border: 1px solid var(--paper-2);
    border-radius: 13px;
    padding: .85rem 1rem;
    font-size: .83rem;
    color: var(--txt);
    margin-top: 1.2rem
}

.perfect b {
    color: var(--ink)
}

.renewal {
    font-size: .76rem;
    color: var(--muted);
    text-align: center;
    margin-top: .7rem
}

.pkg-featured {
    border: 2px solid var(--gold);
    box-shadow: 0 34px 70px -28px rgba(179,119,28,.42)
}

.pkg-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg,#f2c14e,#d68d22);
    color: #221503;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    border-radius: 50rem;
    padding: .42rem 1.1rem;
    box-shadow: 0 10px 22px -8px rgba(232,163,61,.6);
    white-space: nowrap
}

.pkg-dark {
    background: linear-gradient(160deg,#101f33,#0d1b2a);
    border: 1px solid rgba(242,193,78,.35)
}

.pkg-dark .pkg-price,.pkg-dark h3 {
    color: #fff
}

.pkg-dark .pkg-price span {
    color: #9fb0c6
}

.pkg-dark .pkg-desc {
    color: #9fb0c6
}

.pkg-dark .pkg-kicker {
    color: var(--gold-2)
}

.pkg-dark .pkg-list li {
    color: #d7e0ee
}

.pkg-dark .pkg-list li i {
    color: var(--gold-2)
}

.pkg-dark .plus-chip {
    background: rgba(242,193,78,.1);
    color: var(--gold-2);
    border-color: rgba(242,193,78,.4)
}

.pkg-dark .renewal {
    color: #8b9cb5
}

.advantage {
    border: 1px solid rgba(242,193,78,.4);
    background: rgba(242,193,78,.07);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    margin-top: 1.2rem
}

.advantage .a-k {
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--gold-2)
}

.advantage .a-t {
    font-family: var(--serif);
    color: #fff;
    font-size: 1.02rem;
    font-weight: 600;
    margin: .3rem 0 .2rem
}

.advantage p {
    font-size: .8rem;
    color: #9fb0c6;
    margin: 0
}

@media (min-width: 992px) {
    .pkg-featured {
        transform:translateY(-16px)
    }

    .pkg-featured:hover {
        transform: translateY(-22px)
    }
}

/* ---------- dark brand / ecosystem ---------- */
.bg-ink-sec {
    position: relative;
    background: radial-gradient(900px 500px at 12% -10%,rgba(232,163,61,.13),transparent 60%), radial-gradient(760px 520px at 100% 110%,rgba(56,110,170,.16),transparent 60%), var(--ink);
    color: #c7d3e4;
    overflow: hidden
}

.bg-ink-sec h2 {
    color: #fff
}

.flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .65rem .55rem;
    max-width: 980px;
    margin: 0 auto
}

.flow .chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .6rem 1.05rem;
    border-radius: 50rem;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.15);
    font-size: .85rem;
    font-weight: 700;
    color: #e8eef7;
    transition: all .25s ease
}

.flow .chip:hover {
    border-color: rgba(242,193,78,.6);
    background: rgba(242,193,78,.08);
    transform: translateY(-2px)
}

.flow .chip i {
    color: var(--gold-2)
}

.flow .arr {
    color: rgba(242,193,78,.75);
    font-size: 1.05rem
}

/* ---------- chooser ---------- */
.choose-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.6rem 1.5rem;
    height: 100%;
    position: relative;
    transition: all .3s ease
}

.choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 44px -22px rgba(13,27,42,.28);
    border-color: rgba(232,163,61,.5)
}

.choose-price {
    font-family: var(--serif);
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--gold-deep)
}

.choose-price span {
    font-family: var(--sans);
    font-size: .78rem;
    color: var(--muted);
    font-weight: 600
}

.choose-card h3 {
    font-size: 1.06rem;
    margin: .35rem 0 .3rem
}

.choose-card p {
    font-size: .85rem;
    color: var(--muted);
    margin-bottom: .6rem
}

.choose-card a {
    font-size: .83rem;
    font-weight: 800;
    color: var(--gold-deep);
    text-decoration: none
}

.choose-card a:hover {
    text-decoration: underline
}

/* ---------- CTA ---------- */
.cta-panel {
    position: relative;
    background: linear-gradient(135deg,#f6cd63,#e8a33d 55%,#cf861d);
    border-radius: 26px;
    padding: clamp(2.4rem,6vw,4rem);
    overflow: hidden;
    box-shadow: 0 40px 80px -30px rgba(179,119,28,.55)
}

.cta-panel h2 {
    color: #221503;
    font-size: clamp(1.8rem,3.6vw,2.6rem)
}

.cta-panel p {
    color: rgba(34,21,3,.78);
    max-width: 600px;
    font-weight: 600
}

.cta-panel .big-ico {
    position: absolute;
    right: -28px;
    bottom: -34px;
    font-size: 11rem;
    color: rgba(34,21,3,.08);
    transform: rotate(-8deg)
}

/* ---------- footer ---------- */
footer {
    background: #0a1622;
    color: #fff
}

footer .tagline {
    font-family: var(--serif);
    font-style: italic;
    color: #e8eef7;
    font-size: 1.12rem
}

footer h6 {
    color: #fff;
    font-size: .78rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 1rem
}

footer a {
    color: #fff;
    text-decoration: none;
    font-size: .9rem
}

footer a:hover {
    color: var(--gold-2)
}

.f-disc {
    font-size: .74rem;
    color: #fff;
    line-height: 1.6
}

/* ---------- whatsapp float ---------- */
.wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.75rem;
    box-shadow: 0 14px 34px -8px rgba(37,211,102,.6);
    z-index: 1060;
    transition: transform .25s ease
}

.wa-float:hover {
    transform: scale(1.08);
    color: #fff
}

.wa-float::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid #25d366;
    animation: pulse 2s ease-out infinite
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(1.65);
        opacity: 0
    }
}

/* ---------- reveal ---------- */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)
}

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

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

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

    .fc-1,.fc-2 {
        animation: none
    }

    .wa-float::after {
        animation: none
    }
}

@media (max-width: 575.98px) {
    .hero-education-art {
        display:none
    }

    .book-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .book:nth-child(n+4) {
        display: none
    }

    .fc-1 {
        right: 2px
    }

    .fc-2 {
        left: 2px
    }
}

/* ---------- extracted inline styles ---------- */
.mock-max {
    max-width: 600px
}

.section-title {
    font-size: clamp(1.6rem,3.6vw,2.7rem);
}

.scope-note {
    font-size: .76rem;
    color: var(--muted);
    max-width: 820px;
    margin-inline:auto}

.ecosystem-lead {
    color: #fff
}

.ecosystem-caption {
    color: var(--gold-2);
    font-size: 1.08rem
}

.chooser-tagline {
    font-size: clamp(1.15rem,2.4vw,1.5rem);
    color: var(--ink)
}

.highlight-gold {
    color: var(--gold-deep)
}

.cta-package-link {
    color: #221503;
    font-weight: 800;
    font-size: .88rem
}

.footer-brand {
    color: #fff;
    font-weight: 800
}

.footer-intro {
    font-size: .88rem;
    max-width: 380px
}

.contact-icon-whatsapp {
    color: #25d366
}

.contact-icon-email {
    color: var(--gold-2)
}

.footer-divider {
    border-color: rgba(255,255,255,.1)
}

.copyright {
    font-size: .8rem
}
