
      
    


      
     


      {} *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 :root { --gold: #be8d48; --gold-light: #e8d2aa; --gold-pale: #f2ddc7; --gold-faint: #be8d480a; --gold-dot-url: url("https://theguidingmatrix.com/images/Frame%20367.png"); --text: #111; --text-soft: #222; --border: #f0dfc5; --white: #ffffff; --radius-pill: 999px; --radius-card: 26px; --radius-section: 34px; --font: "Open Sans", Arial, sans-serif; --shadow-card: 0 18px 40px rgba(0,0,0,0.06); --shadow-deep: 0 26px 60px rgba(0,0,0,0.10); } html, body { margin: 0; padding: 0; font-family: var(--font); color: var(--text); background: #faf8f4; } h1, h2, h3, p { margin: 0; } img { display: block; max-width: 100%; height: auto; } a { color: inherit; } /* SALE DEADLINE BAR */ .sale-bar { background: var(--gold); color: #000; text-align: center; padding: 12px 16px; font-size: 14px; font-weight: 700; letter-spacing: 0.02em; } .sale-bar strong { font-weight: 700; } .sale-bar #sale-countdown { font-variant-numeric: tabular-nums; } /* NAV */ .site-nav { background: #fff; border-bottom: 1px solid var(--border); padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 72px; } .site-nav img { height: 175px; width: auto; } .site-nav__back { font-size: 13px; color: var(--text-soft); text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 6px; transition: color 0.18s; } .site-nav__back:hover { color: var(--gold); } /* HERO STRIP */ .hero-strip { background: #000; padding: 56px 20px 52px; text-align: center; position: relative; overflow: hidden; } .hero-strip::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); } .hero-strip__eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; } .hero-strip h1 { font-size: 36px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 12px; } .hero-strip h1 em { font-style: italic; color: var(--gold-light); } .hero-strip__sub { font-size: 16px; color: rgba(255,255,255,0.7); max-width: 540px; margin: 0 auto; line-height: 1.65; } /* ABOUT STRIP */ .about-strip { max-width: 1060px; margin: 0 auto; padding: 44px 20px 0; } .about-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); box-shadow: var(--shadow-card); padding: 30px 36px; } .about-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 10px; } .about-title { font-size: 22px; font-weight: 700; margin-bottom: 10px; line-height: 1.25; } .about-lead { font-size: 14px; color: var(--text-soft); line-height: 1.7; margin-bottom: 18px; } .about-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; } .about-col-title { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 4px; } .about-col-body { font-size: 13px; color: var(--text-soft); line-height: 1.6; } @media (max-width: 700px) { .about-card { padding: 22px 20px; } } /* MAIN LAYOUT */ .checkout-wrap { max-width: 1060px; margin: 0 auto; padding: 40px 20px 40px; display: grid; grid-template-columns: 1fr 380px; gap: 36px; align-items: start; } /* LEFT */ .summary-card { background: #fff; border-radius: var(--radius-section); box-shadow: var(--shadow-deep); overflow: hidden; border-top: 4px solid #94a3b8; } .summary-head { padding: 32px 36px 24px; border-bottom: 1px solid var(--border); } .summary-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; } .summary-label__dot { width: 18px; height: 18px; border-radius: 50%; background-image: var(--gold-dot-url); background-size: contain; background-repeat: no-repeat; flex-shrink: 0; } .summary-label__text { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; } .summary-title { font-size: 26px; font-weight: 700; margin-bottom: 8px; line-height: 1.2; } .summary-desc { font-size: 14px; color: var(--text-soft); line-height: 1.65; } .summary-body { padding: 28px 36px; } .includes-title { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #999; font-weight: 700; margin-bottom: 16px; } .includes-list { list-style: none; padding: 0; margin: 0 0 28px; } .includes-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--text-soft); padding: 10px 0; border-bottom: 1px solid var(--border); line-height: 1.5; } .includes-list li:last-child { border-bottom: none; } .ci { width: 16px; height: 16px; flex-shrink: 0; fill: none; stroke: var(--gold); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; margin-top: 2px; } .guarantee-box { background: var(--gold-faint); border: 1px solid var(--border); border-radius: 16px; padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; } .guarantee-icon { font-size: 28px; flex-shrink: 0; line-height: 1; } .guarantee-title { font-size: 14px; font-weight: 700; margin-bottom: 4px; color: var(--text); } .guarantee-body { font-size: 13px; color: var(--text-soft); line-height: 1.6; } .faculty-strip { border-top: 1px solid var(--border); padding: 24px 36px; display: flex; gap: 20px; align-items: center; flex-wrap: wrap; } .faculty-item { display: flex; gap: 10px; align-items: center; flex: 1; min-width: 180px; } .faculty-item img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--border); flex-shrink: 0; } .faculty-item-name { font-size: 13px; font-weight: 700; color: var(--text); } .faculty-item-cred { font-size: 11px; color: var(--gold); font-weight: 600; } /* TESTIMONIALS */ .testi-strip { border-top: 1px solid var(--border); padding: 26px 36px 30px; } .testi-title { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #999; font-weight: 700; margin-bottom: 6px; } .testi-context { font-size: 12px; color: var(--text-soft); margin-bottom: 16px; line-height: 1.5; } .testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .testi-card { background: var(--gold-faint); border: 1px solid var(--border); border-radius: 16px; padding: 20px 22px; } .testi-quote { font-size: 13px; color: var(--text-soft); line-height: 1.7; font-style: italic; margin-bottom: 12px; } .testi-name { font-size: 13px; font-weight: 700; color: var(--text); } .testi-role { font-size: 11px; color: #999; } @media (max-width: 700px) { .testi-grid { grid-template-columns: 1fr; } .testi-strip { padding: 22px 24px 26px; } } /* BONUS SECTION */ .bonus-section { max-width: 1060px; margin: 0 auto 40px; padding: 0 20px; } .bonus-card { background: #000; border-radius: var(--radius-section); box-shadow: var(--shadow-deep); overflow: hidden; border-top: 4px solid var(--gold); padding: 40px 36px; } .bonus-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 12px; text-align: center; } .bonus-heading { font-size: 28px; font-weight: 700; color: #fff; text-align: center; line-height: 1.25; margin-bottom: 10px; } .bonus-heading em { font-style: italic; color: var(--gold-light); } .bonus-sub { font-size: 15px; color: rgba(255,255,255,0.7); text-align: center; max-width: 620px; margin: 0 auto 30px; line-height: 1.65; } .bonus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; } .bonus-item { background: rgba(255,255,255,0.06); border: 1px solid rgba(190,141,72,0.35); border-radius: 16px; padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start; } .bonus-num { width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: #000; font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .bonus-item-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 3px; } .bonus-item-desc { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.5; } .bonus-value-line { text-align: center; margin-top: 26px; font-size: 14px; color: rgba(255,255,255,0.8); } .bonus-value-line strong { color: var(--gold-light); } /* RIGHT — pricing widget */ .price-widget { background: #fff; border-radius: var(--radius-card); box-shadow: var(--shadow-deep); overflow: hidden; text-align: center; position: sticky; top: 24px; border-top: 4px solid var(--gold); } .price-widget__head { padding: 28px 28px 0; } .price-widget__eyebrow { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #999; font-weight: 700; margin-bottom: 14px; } .price-widget__product { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 12px; line-height: 1.3; } .sale-chip { display: inline-block; background: var(--gold-pale); color: #000; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: var(--radius-pill); padding: 6px 14px; margin-bottom: 16px; } .price-widget__body { padding: 8px 28px 28px; } .price-old { font-size: 20px; font-weight: 600; color: #999; text-decoration: line-through; margin-bottom: 2px; } .price-widget__amount { font-size: 52px; font-weight: 700; color: var(--text); line-height: 1; margin-bottom: 4px; } .price-widget__note { font-size: 12px; color: #aaa; margin-bottom: 6px; } .price-deadline { font-size: 12px; color: var(--gold); font-weight: 700; margin-bottom: 20px; } .price-widget__divider { border: none; border-top: 1px solid var(--border); margin: 0 0 20px; } .price-widget__inclusions { text-align: left; } .price-widget__inclusions-title { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #bbb; font-weight: 700; margin-bottom: 10px; } .pw-item { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--text-soft); padding: 5px 0; } .pw-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; } .pw-item--bonus { font-weight: 600; } /* VALUE STACK */ .value-stack { text-align: left; border: 1px solid var(--border); border-radius: 14px; padding: 14px 16px; margin-bottom: 18px; background: var(--gold-faint); } .vs-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--text-soft); padding: 4px 0; } .vs-row--bonus { color: var(--gold); font-weight: 600; } .vs-row--total { border-top: 1px solid var(--border); margin-top: 6px; padding-top: 8px; font-weight: 700; color: var(--text); font-size: 14px; } /* YCC BONUS STRIP */ .bonus-ycc-strip { background: rgba(255,255,255,0.06); border: 1px solid rgba(190,141,72,0.35); border-radius: 16px; padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start; margin-top: 14px; } /* EXPIRED NOTICE */ .expired-notice { display: none; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 22px 24px; margin: 0 0 20px; font-size: 14px; color: var(--text-soft); line-height: 1.6; text-align: center; } body.sale-expired .expired-notice { display: block; } body.sale-expired .checkout-embed-wrap { display: none; } /* REASSURANCE ROW */ .reassurance { max-width: 1060px; margin: 0 auto 80px; padding: 0 20px; display: flex; gap: 20px; flex-wrap: wrap; } .reassurance-item { flex: 1 1 200px; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 22px 24px; display: flex; gap: 14px; align-items: flex-start; box-shadow: 0 8px 20px rgba(0,0,0,0.04); } .reassurance-icon { font-size: 22px; flex-shrink: 0; line-height: 1.2; } .reassurance-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; } .reassurance-body { font-size: 13px; color: var(--text-soft); line-height: 1.55; } /* FOOTER */ .footer { background: #000; color: #f5f5f5; font-family: var(--font); padding: 32px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 12px; } .footer img { height: 150px; width: auto; } .footer__links { display: flex; gap: 20px; } .footer__links a { color: #aaa; text-decoration: none; font-size: 12px; } .footer__links a:hover { color: #fff; } .footer__copy { color: #666; } @media (max-width: 860px) { .checkout-wrap { grid-template-columns: 1fr; } .price-widget { position: static; } .site-nav { padding: 0 20px; } .hero-strip h1 { font-size: 26px; } .summary-head, .summary-body, .faculty-strip { padding-left: 24px; padding-right: 24px; } .price-widget__head, .price-widget__body { padding-left: 20px; padding-right: 20px; } .bonus-card { padding: 30px 22px; } .bonus-heading { font-size: 22px; } .footer { padding: 24px 20px; flex-direction: column; align-items: flex-start; } } 

