* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: radial-gradient(circle at top, #2b2145, #120d1f 60%);
    color: #fff;
}

.page {
    min-height: 100vh;
    padding: 10px 16px;
}

.hero {
    max-width: 900px;
    margin: 0 auto 10px;
    text-align: center;
    padding: 10px 10px 20px;
}

.hero.small {
    padding-top: 25px;
}


.hero h1{
    font-size:58px;
    line-height:1.1;
    margin-bottom:20px;
}

.hero p{
    max-width:760px;
    margin:0 auto;
}

.hero-sub{
    margin-top:16px !important;
    color:#f5d98b;
}

.brand {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.brand img {
    width: 260px;
    max-width: 90%;
    height: auto;
    display: block;
}

h1 {
    font-size: 42px;
    line-height: 1.1;
    margin: 0 0 16px;
}

.hero p {
    color: #d8d2ea;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.card,
.results {
    max-width: 720px;
    margin: 0 auto;
}

.card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 20px 70px rgba(0,0,0,.35);
}

label {
    display: block;
    margin: 18px 0 8px;
    font-weight: bold;
}

label span {
    color: #aaa;
    font-weight: normal;
}

input {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(0,0,0,.25);
    color: #fff;
    font-size: 16px;
}

input::placeholder {
    color: #aaa;
}

button,
.button {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
    padding: 16px 20px;
    border: 0;
    border-radius: 14px;
    background: #f5d98b;
    color: #1a102b;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.result-card,
.upgrade-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 18px;
}

.result-card h2,
.upgrade-card h2 {
    margin-top: 0;
    color: #f5d98b;
}

.result-card p,
.upgrade-card p {
    color: #e5def5;
    line-height: 1.6;
}

.highlight {
    border-color: #f5d98b;
}

@media (max-width: 600px) {
    h1 {
        font-size: 32px;
    }

    .hero p {
        font-size: 16px;
    }
}


.trust-row{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin-top:20px;
    color:#d7d1e7;
    font-size:14px;
}

.features{
    margin-top:70px;
    max-width:1100px;
    margin:80px auto;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
}

.feature-card{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.1);
    border-radius:20px;
    padding:24px;
}

.how-section {
    margin-top:120px;
    max-width: 1200px;
    margin: 90px auto 50px;
    text-align: center;
}

.section-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #f5d98b;
    letter-spacing: 8px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 22px;
}

.section-kicker span {
    width: 54px;
    height: 1px;
    background: #f5d98b;
}

.section-title {
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 500;
    margin: 0 0 55px;
    color: #fff;
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr 60px 1fr 60px 1fr;
    align-items: center;
    gap: 10px;
}

.step-card {
    position: relative;
    min-height: 265px;
    padding: 48px 34px 34px;
    border-radius: 20px;
    border: 1px solid rgba(245, 217, 139, .35);
    background:
        radial-gradient(circle at top, rgba(98, 56, 146, .35), transparent 55%),
        rgba(255,255,255,.045);
    box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.step-number {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #f5d98b;
    font-weight: 800;
    font-size: 20px;
    background: #150d24;
    border: 1px solid rgba(245, 217, 139, .45);
}

.step-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #f5d98b;
    font-size: 42px;
    border: 1px solid rgba(245, 217, 139, .35);
    background: rgba(245, 217, 139, .05);
}

.step-card h3 {
    font-family: Georgia, serif;
    font-size: 24px;
    margin: 0 0 14px;
    color: #fff;
}

.step-card p {
    font-size: 17px;
    line-height: 1.6;
    color: #d8d2ea;
    margin: 0;
}

.step-arrow {
    color: #f5d98b;
    font-size: 34px;
    opacity: .9;
}

.about-numerology {
     margin-top:100px;
    max-width: 1200px;
    margin: 50px auto 90px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.14);
    background:
        radial-gradient(circle at right, rgba(101, 55, 150, .22), transparent 45%),
        rgba(255,255,255,.045);
    box-shadow: 0 20px 70px rgba(0,0,0,.3);
    overflow: hidden;
}

.about-content {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 40px;
    align-items: center;
    padding: 46px;
}

.about-kicker {
    color: #f5d98b;
    letter-spacing: 6px;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 20px;
}

.about-kicker::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #f5d98b;
    margin-top: 14px;
}

.about-numerology h2 {
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 500;
    margin: 0 0 22px;
}

.about-numerology p {
    color: #e6e0f4;
    font-size: 17px;
    line-height: 1.65;
}

.about-note {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 26px;
}

.spark {
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #f5d98b;
    font-size: 28px;
    background: rgba(98, 56, 146, .45);
    border: 1px solid rgba(245, 217, 139, .25);
}

.about-note p {
    margin: 0;
}

.number-wheel {
    position: relative;
    width: 330px;
    height: 330px;
    margin: 0 auto;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(245,217,139,.13), transparent 58%),
        conic-gradient(from 0deg, transparent, rgba(245,217,139,.35), transparent, rgba(245,217,139,.25), transparent);
    border: 1px solid rgba(245,217,139,.35);
}

.wheel-ring {
    position: absolute;
    inset: 42px;
    border-radius: 50%;
    border: 1px solid rgba(245,217,139,.35);
}

.wheel-ring::before,
.wheel-ring::after {
    content: "";
    position: absolute;
    inset: 45px;
    border: 1px solid rgba(245,217,139,.25);
    transform: rotate(45deg);
}

.wheel-ring::after {
    transform: rotate(-45deg);
}

.wheel-center {
    position: absolute;
    inset: 120px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #f5d98b;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    background: rgba(15, 8, 28, .9);
    border: 1px solid rgba(245,217,139,.35);
}

.n {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 28px;
    background: rgba(98, 56, 146, .35);
    border: 1px solid rgba(245,217,139,.2);
}

.n7 { top: 20px; left: 50%; transform: translateX(-50%); }
.n3 { bottom: 20px; left: 50%; transform: translateX(-50%); }
.n5 { left: 18px; top: 50%; transform: translateY(-50%); }
.n9 { right: 18px; top: 50%; transform: translateY(-50%); }
.n6 { top: 76px; left: 70px; }
.n8 { top: 76px; right: 70px; }
.n4 { bottom: 76px; left: 70px; }
.n1 { bottom: 76px; right: 70px; }

@media (max-width: 900px) {
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .step-arrow {
        transform: rotate(90deg);
    }

    .about-content {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .section-title {
        font-size: 32px;
    }

    .number-wheel {
        width: 280px;
        height: 280px;
    }

    .wheel-center {
        inset: 100px;
        font-size: 22px;
    }
}

.site-footer{
    max-width:1200px;
    margin:80px auto 40px;
    padding:40px 20px;

    text-align:center;

    border-top:1px solid rgba(255,255,255,.08);
}

.site-footer img{
    width:180px;
    margin-bottom:20px;

    filter:
        drop-shadow(0 0 8px rgba(245,217,139,.15));
}

.site-footer p{
    color:#cfc8e2;
}

.footer-links{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    margin:25px 0;
}

.footer-links a{
    color:#f5d98b;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    opacity:.7;
}

.copyright{
    font-size:14px;
    opacity:.7;
}

.site-header{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
     height:auto;

    padding-top:10px;
}

.logo-wrap{
    display:flex;
    justify-content:center;
    align-items:center;

    width:100%;
}

.logo-wrap img{
    width:700px;      /* increase size */
    max-width:90%;
    height:auto;
    display:block;

    filter:
        drop-shadow(0 0 15px rgba(245,217,139,.20))
        drop-shadow(0 0 35px rgba(245,217,139,.15));
}

@media(max-width:768px){

    .hero h1{
        font-size:40px;
    }

    .logo-wrap img{
        width:220px;
    }

}

.reading-page {
    padding-top: 20px;
}

.reading-header {
    max-width: 1200px;
    margin: 0 auto 20px;
    text-align: center;
}

.reading-logo img {
    width: 360px;
    max-width: 90%;
    height: auto;
    filter:
        drop-shadow(0 0 12px rgba(245,217,139,.18))
        drop-shadow(0 0 28px rgba(245,217,139,.12));
}

.reading-hero {
    max-width: 920px;
    margin: 20px auto 35px;
    text-align: center;
}

.reading-name {
    color: #d8d2ea;
    font-size: 22px;
    margin: 0 0 20px;
}

.main-number-card {
    position: relative;
    padding: 44px 34px;
    border-radius: 28px;
    border: 1px solid rgba(245,217,139,.38);
    background:
        radial-gradient(circle at top, rgba(245,217,139,.12), transparent 35%),
        radial-gradient(circle at bottom, rgba(101,55,150,.28), transparent 60%),
        rgba(255,255,255,.055);
    box-shadow: 0 25px 80px rgba(0,0,0,.38);
    overflow: hidden;
}

.main-number-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.07);
    pointer-events: none;
}

.main-number-card::after {
    content:"";
    position:absolute;
    inset:0;
    background:url('/images/sacred-bg.png') center center no-repeat;
    background-size:400px;
    opacity:.05;
    pointer-events:none;
}

.main-label {
    color: #f5d98b;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
}

.main-number {
    margin: 16px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: Georgia, serif;
    font-size: 100px;
    color: #f5d98b;
    background:
        radial-gradient(circle, rgba(245,217,139,.18), rgba(15,8,28,.8));
    border: 1px solid rgba(245,217,139,.42);
    box-shadow:
        0 0 35px rgba(245,217,139,.18),
        inset 0 0 25px rgba(245,217,139,.08);
}

.main-number-card h1 {
    font-family: Georgia, serif;
    font-size: 46px;
    font-weight: 500;
    margin: 8px 0 12px;
}

.main-keywords {
    color: #f5d98b;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.main-intro {
    max-width: 700px;
    margin: 0 auto;
    color: #e7e0f6;
    font-size: 18px;
    line-height: 1.7;
}

.analysis-status {
    max-width: 920px;
    margin: 0 auto 35px;
    padding: 22px 26px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.05);
}

.analysis-status strong {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.analysis-status span {
    color: #cfc8e2;
}

.progress-wrap {
    height: 10px;
    margin-top: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    overflow: hidden;
}

.progress-bar {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #f5d98b, #d8a936);
}

.reading-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}

.number-card {
    padding: 24px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.12);
    background:
        radial-gradient(circle at top right, rgba(245,217,139,.08), transparent 45%),
        rgba(255,255,255,.05);
    box-shadow: 0 18px 55px rgba(0,0,0,.25);
}

.number-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.number-card-top span {
    color: #d8d2ea;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.number-card-top strong {
    min-width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #f5d98b;
    font-size: 30px;
    font-family: Georgia, serif;
    border: 1px solid rgba(245,217,139,.35);
    background: rgba(245,217,139,.06);
}

.number-card h2 {
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 10px;
}

.number-card p {
    color: #e0d9ef;
    line-height: 1.6;
}

.number-keywords {
    color: #f5d98b !important;
    font-size: 14px;
}

.premium-upgrade {
    max-width: 1200px;
    margin: 45px auto 80px;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 30px;
    align-items: center;
}

.premium-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.premium-list span {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(245,217,139,.08);
    border: 1px solid rgba(245,217,139,.16);
    color: #f5d98b;
    font-size: 14px;
}

.premium-button {
    margin-top: 0;
}

@media(max-width:768px) {
    .main-number-card {
        padding: 34px 20px;
    }

    .main-number-card h1 {
        font-size: 34px;
    }

    .main-number {
        width: 120px;
        height: 120px;
        font-size: 66px;
    }

    .premium-upgrade {
        grid-template-columns: 1fr;
    }
}

.birthcode-scorecard {
    max-width: 1120px;
    margin: 0 auto 40px;
    padding: 34px;
    border-radius: 24px;
    border: 1px solid rgba(245,217,139,.28);
    background:
        radial-gradient(circle at top right, rgba(245,217,139,.10), transparent 35%),
        radial-gradient(circle at bottom left, rgba(98,56,146,.28), transparent 55%),
        rgba(255,255,255,.045);
    box-shadow: 0 22px 70px rgba(0,0,0,.30);
}

.scorecard-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: end;
    margin-bottom: 28px;
}

.scorecard-header h2 {
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 500;
    margin: 8px 0 0;
}

.scorecard-header p {
    color: #d8d2ea;
    line-height: 1.6;
    margin: 0;
}

.scorecard-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
}

.score-item {
    position: relative;
    min-height: 150px;
    padding: 18px 12px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(15, 8, 28, .34);
    overflow: hidden;
}

.score-item::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.055);
    pointer-events: none;
}

.score-item span {
    display: block;
    min-height: 34px;
    color: #d8d2ea;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.score-item strong {
    display: block;
    margin: 8px auto;
    color: #f5d98b;
    font-family: Georgia, serif;
    font-size: 48px;
    line-height: 1;
}

.score-item em {
    display: block;
    color: #f1e9ff;
    font-style: normal;
    font-size: 13px;
    line-height: 1.3;
}

.score-item.featured {
    border-color: rgba(245,217,139,.45);
    background:
        radial-gradient(circle at center, rgba(245,217,139,.16), transparent 60%),
        rgba(15, 8, 28, .42);
    box-shadow: 0 0 30px rgba(245,217,139,.08);
}

@media(max-width:1100px) {
    .scorecard-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:768px) {
    .birthcode-scorecard {
        padding: 24px;
    }

    .scorecard-header {
        grid-template-columns: 1fr;
    }

    .scorecard-header h2 {
        font-size: 31px;
    }

    .scorecard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.share-section{
    max-width:900px;
    margin:50px auto;
}

.share-card{
    text-align:center;
    padding:40px;
    border-radius:24px;

    border:1px solid rgba(245,217,139,.2);

    background:
        radial-gradient(circle at center,
        rgba(245,217,139,.08),
        transparent 60%),
        rgba(255,255,255,.04);
}

.share-btn{
    margin-top:20px;
    background:#f5d98b;
    color:#1b102f;
    border:none;
    border-radius:999px;

    padding:16px 34px;

    font-size:16px;
    font-weight:700;

    cursor:pointer;
}

.share-btn:hover{
    transform:translateY(-2px);
}

.share-status{
    margin-top:15px;
    color:#f5d98b;
}

.share-card .about-kicker{
    text-align:center;
    display:block;
}

.share-card .about-kicker::after{
    content:"";
    display:block;
    width:80px;
    height:2px;
    background:#f5d98b;
    margin:16px auto 0;
}

.reading-actions{
    text-align:center;
    margin-bottom:25px;
}

.reading-actions.bottom{
    margin-top:50px;
    margin-bottom:60px;
}

.start-over-btn{
    display:inline-block;
    padding:14px 28px;

    background:rgba(245,217,139,.12);
    border:1px solid rgba(245,217,139,.35);

    color:#f5d98b;
    text-decoration:none;

    border-radius:999px;

    font-weight:700;

    transition:all .25s ease;
}

.start-over-btn:hover{
    background:rgba(245,217,139,.20);
    transform:translateY(-2px);
    box-shadow:0 0 20px rgba(245,217,139,.15);
}

.share-link-box{
    display:flex;
    gap:12px;
    margin:22px auto 0;
    max-width:680px;
}

.share-link-box input{
    flex:1;
    height:52px;
    border-radius:999px;
    border:1px solid rgba(245,217,139,.28);
    background:rgba(0,0,0,.25);
    color:#f5d98b;
    padding:0 18px;
    font-size:14px;
}

.share-link-box button{
    width:auto;
    height:52px;
    margin:0;
    padding:0 22px;
    border-radius:999px;
    border:1px solid rgba(245,217,139,.38);
    background:rgba(245,217,139,.13);
    color:#f5d98b;
    font-weight:800;
    cursor:pointer;
}

@media(max-width:700px){
    .share-link-box{
        flex-direction:column;
    }

    .share-link-box button{
        width:100%;
    }
}

.premium-section {
    max-width: 920px;
    margin: 24px auto;
    padding: 36px;
    border-radius: 24px;
    border: 1px solid rgba(245,217,139,.22);
    background:
        radial-gradient(circle at top right, rgba(245,217,139,.08), transparent 45%),
        rgba(255,255,255,.055);
    box-shadow: 0 18px 55px rgba(0,0,0,.25);
}

.premium-section h2 {
    font-family: Georgia, serif;
    font-size: 34px;
    font-weight: 500;
    margin: 10px 0 18px;
}

.premium-section p {
    color: #e8e1f5;
    font-size: 18px;
    line-height: 1.78;
}

.locked-reading-section {
    max-width: 920px;
    margin: 40px auto;
}

.locked-card {
    text-align: center;
    padding: 42px;
    border-radius: 26px;
    border: 1px solid rgba(245,217,139,.28);
    background:
        radial-gradient(circle at top, rgba(245,217,139,.10), transparent 45%),
        rgba(255,255,255,.055);
    box-shadow: 0 22px 70px rgba(0,0,0,.32);
}

.locked-card h2 {
    font-family: Georgia, serif;
    font-size: 38px;
    margin: 14px 0;
}

.locked-card p {
    max-width: 680px;
    margin: 0 auto 22px;
    color: #e8e1f5;
    font-size: 18px;
    line-height: 1.65;
}

.unlock-form {
    max-width: 620px;
    margin: 28px auto 0;
}

.unlock-form input {
    margin-bottom: 14px;
}

.unlock-form button {
    width: 100%;
}

.premium-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 20px 0 40px;
    flex-wrap: wrap;
}

.start-over-btn.secondary {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(245,217,139,.25);
}

.start-over-btn.secondary:hover {
    background: rgba(255,255,255,.12);
}

.locked-preview-wrap {
    position: relative;
    max-width: 1100px;
    margin: 34px auto;
}

.locked-preview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    filter: blur(5px);
    opacity: .55;
    pointer-events: none;
    user-select: none;
}

.locked-preview-card {
    min-height: 190px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.055);
}

.locked-preview-overlay {
    position: absolute;
    inset: 0;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    place-items: center;
    text-align: center;
    padding: 30px;
    background: rgba(12, 7, 25, .72);
    border: 1px solid rgba(245,217,139,.25);
}

.locked-preview-overlay h2 {
    font-family: Georgia, serif;
    font-size: 36px;
    margin: 10px 0;
}

.locked-preview-overlay p {
    max-width: 620px;
    color: #e8e1f5;
    line-height: 1.6;
}

.lock-icon {
    font-size: 42px;
}

.unlock-kicker {
    justify-content: center;
    margin-bottom: 22px;
}

.unlock-kicker span {
    width: 70px;
}