 {} *{} #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: center; height: 72px; } .site-nav img { height: 56px; width: auto; } /* HERO */ .hero { background: #000; padding: 72px 20px 64px; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); } .hero__tick { width: 72px; height: 72px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 28px; font-size: 36px; line-height: 1; } .hero__eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; } .hero h1 { font-size: 38px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 14px; } .hero h1 em { font-style: italic; color: var(--gold-light); } .hero__sub { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 560px; margin: 0 auto 24px; line-height: 1.7; } .hero__date { display: inline-flex; align-items: center; gap: 10px; 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 */ .main { max-width: 860px; margin: 0 auto; padding: 52px 20px 80px; } /* WHAT HAPPENS NEXT */ .next-card { background: #fff; border-radius: var(--radius-section); box-shadow: var(--shadow-deep); overflow: hidden; margin-bottom: 32px; border-top: 4px solid var(--gold); } .next-head { padding: 32px 36px 24px; border-bottom: 1px solid var(--border); } .next-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 12px; } .next-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; } .next-label__text { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; } .next-head h2 { font-size: 24px; font-weight: 700; } .next-body { padding: 28px 36px; } .steps { list-style: none; padding: 0; margin: 0; } .step { display: flex; gap: 20px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--border); } .step:last-child { border-bottom: none; } .step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--gold-pale); border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--gold); flex-shrink: 0; margin-top: 2px; } .step-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; } .step-body { font-size: 14px; color: var(--text-soft); line-height: 1.65; } .step-body a { color: var(--gold); font-weight: 600; text-decoration: none; } .step-body a:hover { text-decoration: underline; } /* COHORT DETAILS BOX */ .cohort-details { background: var(--gold-faint); border: 1px solid var(--border); border-left: 4px solid var(--gold); border-radius: 0 var(--radius-card) var(--radius-card) 0; padding: 24px 28px; margin-bottom: 32px; } .cohort-details__title { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 14px; } .cohort-details__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .cohort-detail { display: flex; gap: 10px; align-items: flex-start; } .cohort-detail-icon { font-size: 18px; flex-shrink: 0; line-height: 1.2; } .cohort-detail-label { font-size: 12px; color: #888; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px; } .cohort-detail-value { font-size: 14px; font-weight: 700; color: var(--text); line-height: 1.4; } /* ORDER SUMMARY */ .summary-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); padding: 28px 32px; margin-bottom: 32px; box-shadow: var(--shadow-card); } .summary-box__title { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #999; font-weight: 700; margin-bottom: 16px; } .summary-row { display: flex; justify-content: space-between; align-items: center; font-size: 14px; padding: 9px 0; border-bottom: 1px solid var(--border); color: var(--text-soft); } .summary-row:last-child { border-bottom: none; } .summary-row strong { color: var(--text); font-weight: 700; } .summary-row.highlight { font-weight: 600; color: var(--text); } .summary-total { display: flex; justify-content: space-between; align-items: center; font-size: 18px; font-weight: 700; color: var(--text); margin-top: 16px; padding-top: 16px; border-top: 2px solid var(--border); } /* FACULTY NOTE */ .faculty-note { background: var(--gold-faint); border: 1px solid var(--border); border-radius: var(--radius-card); padding: 24px 28px; display: flex; gap: 16px; align-items: flex-start; margin-bottom: 32px; } .faculty-photos { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; } .faculty-photos img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--border); } .faculty-note-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 6px; } .faculty-note-body { font-size: 14px; color: var(--text-soft); line-height: 1.65; } /* BUTTONS */ .link-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 26px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: filter 0.2s; font-family: var(--font); } .btn--gold { background: var(--gold); color: #fff !important; } .btn--gold:hover { filter: brightness(1.08); } .btn--outline { border: 1px solid var(--border); color: var(--text) !important; background: #fff; } .btn--outline:hover { border-color: var(--gold); } /* FOOTER */ .footer { background: #000; color: #f5f5f5; padding: 32px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 12px; font-family: var(--font); } .footer img { height: 44px; 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: 700px) { .site-nav { padding: 0 20px; } .hero { padding: 52px 20px 48px; } .hero h1 { font-size: 26px; } .next-head, .next-body { padding-left: 24px; padding-right: 24px; } .cohort-details__grid { grid-template-columns: 1fr; } .summary-box { padding: 20px; } .footer { padding: 24px 20px; flex-direction: column; align-items: flex-start; } }
