 {} *{} {} #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; } /* 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__logo 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); } /* URGENCY BAR */ .urgency-bar { background: var(--gold); padding: 12px 20px; text-align: center; } .urgency-bar p { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 0.02em; } .urgency-bar span { opacity: 0.85; font-weight: 400; } /* 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: 560px; margin: 0 auto; line-height: 1.65; } .hero-strip__date { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; background: rgba(190,141,72,0.2); border: 1px solid rgba(190,141,72,0.5); padding: 10px 22px; border-radius: var(--radius-pill); font-size: 14px; color: var(--gold-light); font-weight: 600; } /* MAIN LAYOUT */ .checkout-wrap { max-width: 1060px; margin: 0 auto; padding: 52px 20px 80px; display: grid; grid-template-columns: 1fr 380px; gap: 36px; align-items: start; } /* LEFT — order summary */ .summary-card { background: #fff; border-radius: var(--radius-section); box-shadow: var(--shadow-deep); overflow: hidden; border-top: 4px solid var(--gold); } .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 16px; } .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; } .includes-list li.extra { font-weight: 600; color: var(--text); } .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; } .cohort-extras { background: var(--gold-faint); border: 1px solid var(--border); border-radius: 16px; padding: 20px 22px; margin-bottom: 24px; } .cohort-extras__title { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 12px; } .cohort-extras__list { list-style: none; padding: 0; margin: 0; } .cohort-extras__list li { display: flex; gap: 10px; align-items: center; font-size: 14px; font-weight: 600; color: var(--text); padding: 5px 0; } .cohort-extras__list li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; } .guarantee-box { background: #f0f7f0; border: 1px solid #c3dfc4; 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 */ .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; } /* RIGHT — pricing widget */ .price-widget { background: #fff; border-radius: var(--radius-card); box-shadow: var(--shadow-deep); overflow: hidden; position: sticky; top: 24px; border-top: 4px solid var(--gold); } .price-widget__head { padding: 28px 28px 0; text-align: center; } .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: 4px; line-height: 1.3; } .price-widget__date { font-size: 12px; color: var(--gold); font-weight: 700; margin-bottom: 20px; } /* Payment toggle */ .plan-toggle-wrap { background: #faf8f4; border-bottom: 1px solid var(--border); padding: 20px 28px; } .plan-toggle-label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #999; font-weight: 700; margin-bottom: 10px; } .plan-toggle { display: flex; border-radius: var(--radius-pill); border: 1px solid #d1c6b1; background: #fff; padding: 3px; width: 100%; } .plan-toggle__btn { flex: 1; border: none; outline: none; background: transparent; cursor: pointer; font-size: 12px; padding: 8px 10px; border-radius: var(--radius-pill); color: #555; font-weight: 600; font-family: var(--font); transition: all 0.2s; text-align: center; } .plan-toggle__btn.active { background: var(--gold-pale); color: #000; } .price-widget__body { padding: 20px 28px 28px; text-align: center; } .price-widget__amount { font-size: 52px; font-weight: 700; color: var(--text); line-height: 1; margin-bottom: 4px; } .price-widget__period { font-size: 14px; color: #888; font-weight: 600; min-height: 20px; margin-bottom: 4px; } .price-widget__note { font-size: 12px; color: #aaa; margin-bottom: 24px; } .price-widget__cta { display: block; background: var(--gold); color: #fff; text-decoration: none; font-weight: 700; font-size: 16px; padding: 16px 24px; border-radius: var(--radius-pill); text-align: center; transition: filter 0.2s; margin-bottom: 12px; } .price-widget__cta:hover { filter: brightness(1.08); } .price-widget__secure { font-size: 12px; color: #aaa; display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 20px; } .price-widget__divider { border: none; border-top: 1px solid var(--border); margin: 0 0 16px; } .pw-item { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--text-soft); padding: 4px 0; } .pw-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; } /* 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, .plan-toggle-wrap { padding-left: 20px; padding-right: 20px; } .footer { padding: 24px 20px; flex-direction: column; align-items: flex-start; } }
