 {} *{} {} #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; } /* ============================================================ RESET & BASE ============================================================ */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html, body { font-family: 'Open Sans', Arial, sans-serif; color: #111; background: #fff; } img { max-width: 100%; height: auto; display: block; } a { text-decoration: none; } /* ============================================================ CSS VARIABLES ============================================================ */ :root { --gold: #BE8D48; --gold-light: #e8d2aa; --gold-pale: #f2ddc7; --gold-faint: #f8f4ee; --gold-tint: rgba(190,141,72,0.08); --black: #000; --white: #fff; --text: #111; --text-soft: #444; --border: #f0dfc5; --radius-sm: 18px; --radius-md: 26px; --radius-lg: 34px; --shadow-sm: 0 12px 25px rgba(0,0,0,0.04); --shadow-md: 0 18px 40px rgba(0,0,0,0.08); --shadow-lg: 0 26px 60px rgba(0,0,0,0.10); } /* ============================================================ SHARED UTILITIES ============================================================ */ .section-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; } .label-dot { width: 18px; height: 18px; border-radius: 50%; background-image: url('https://assets-v2.circle.so/bf0cqgjobpo7s341hbzcbakwobo5'); background-size: contain; background-repeat: no-repeat; flex-shrink: 0; } .label-text { font-size: 12px; letter-spacing: 0.27em; text-transform: uppercase; font-weight: 700; } .gold { color: var(--gold); } .btn-gold { display: inline-flex; align-items: center; justify-content: center; padding: 12px 36px; border-radius: 999px; background: var(--gold); color: #fff !important; font-size: 14px; font-weight: 700; border: none; cursor: pointer; transition: filter 0.2s ease; font-family: 'Open Sans', sans-serif; } .btn-gold:hover { filter: brightness(1.08); } .btn-outline { display: inline-flex; align-items: center; justify-content: center; padding: 10px 28px; border-radius: 999px; background: transparent; color: var(--gold) !important; font-size: 13px; font-weight: 600; border: 1.5px solid var(--gold); cursor: pointer; transition: all 0.2s ease; font-family: 'Open Sans', sans-serif; } .btn-outline:hover { background: var(--gold-faint); } .btn-text-link { font-size: 13px; color: var(--gold); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; } .btn-text-link:hover { opacity: 0.8; } /* ============================================================ ANNOUNCEMENT BAR ============================================================ */ .announce-bar { background: var(--gold); color: #fff; text-align: center; padding: 10px 20px; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; } /* ============================================================ HERO ============================================================ */ .hero { position: relative; width: 100%; padding: 120px 20px 110px; text-align: center; color: #fff; background-image: url('https://www.thecoachingtoolscompany.com/wp-content/uploads/2025/12/home-img-scaled.jpg'); background-size: cover; background-position: center; } .hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.38); z-index: 0; } .hero-inner { position: relative; z-index: 1; max-width: 1000px; margin: 0 auto; } .hero-pill { display: inline-block; padding: 6px 20px; border-radius: 999px; background: rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.35); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 20px; } .hero-eyebrow { font-size: 14px; letter-spacing: 0.32em; text-transform: uppercase; margin-bottom: 24px; opacity: 0.9; } .hero-title { font-size: 48px; line-height: 1.2; font-weight: 700; margin-bottom: 12px; } .hero-title em { font-style: italic; font-weight: 400; } .hero-subtitle { font-size: 19px; line-height: 1.6; max-width: 680px; margin: 0 auto 18px; color: rgba(255,255,255,0.9); font-weight: 400; } .hero-body { font-size: 15px; line-height: 1.8; max-width: 680px; margin: 0 auto 40px; color: rgba(255,255,255,0.82); } /* STATS BAR */ .hero-stats { max-width: 980px; margin: 0 auto 36px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(8px); border-radius: 80px; padding: 14px 32px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; box-shadow: 0 22px 50px rgba(0,0,0,0.35); } .hero-stats-date { width: 100%; text-align: center; font-size: 14px; font-weight: 600; margin-bottom: -4px; letter-spacing: 0.02em; } .stat-block { text-align: center; min-width: 110px; } .stat-main { font-size: 26px; font-weight: 700; } .stat-label { font-size: 12px; letter-spacing: 0.1em; opacity: 0.85; } .stat-plus { font-size: 28px; font-weight: 300; } .stat-divider { width: 1px; height: 56px; background: var(--gold); opacity: 0.7; } /* PRICE AREA */ .hero-price-area { display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 220px; } .price-toggle { display: flex; border-radius: 999px; border: 1px solid rgba(255,255,255,0.7); padding: 3px; background: rgba(0,0,0,0.2); } .price-toggle-btn { border: none; background: transparent; cursor: pointer; color: #fff; font-size: 12px; padding: 6px 14px; border-radius: 999px; transition: all 0.2s; font-family: 'Open Sans', sans-serif; font-weight: 500; } .price-toggle-btn.active { background: #fff; color: var(--gold); font-weight: 700; } .price-line { display: flex; align-items: baseline; gap: 3px; } .price-currency { font-size: 22px; font-weight: 700; } .price-value { font-size: 34px; font-weight: 700; } .price-period { font-size: 14px; } .price-sub { font-size: 12px; opacity: 0.85; margin-top: -10px; } /* HERO CTA ROW */ .hero-cta { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; } /* ============================================================ PRIMARY PURPOSE ============================================================ */ .purpose-section { width: 100%; padding: 90px 20px; background: #fff; } .purpose-inner { max-width: 1200px; margin: 0 auto; } .purpose-top { display: flex; align-items: center; gap: 70px; margin-bottom: 60px; } .purpose-left { flex: 1.1; } .purpose-right { flex: 1; display: flex; justify-content: center; } .purpose-title { font-size: 36px; line-height: 1.3; margin-bottom: 24px; } .purpose-body { font-size: 15px; line-height: 1.8; color: var(--text-soft); margin-bottom: 14px; } .purpose-img-wrap { max-width: 520px; width: 100%; border-radius: 24px; overflow: hidden; } .purpose-img-wrap img { width: 100%; height: 100%; object-fit: cover; } /* PANEL */ .purpose-panel { background: var(--gold-faint); border-radius: var(--radius-lg); padding: 36px 48px; display: flex; align-items: center; gap: 48px; } .purpose-panel-left { flex: 2; } .purpose-panel-right { flex: 0.8; display: flex; justify-content: flex-end; } .purpose-panel-title { font-size: 24px; margin-bottom: 24px; line-height: 1.4; } .purpose-bullets { display: flex; gap: 60px; flex-wrap: wrap; } .purpose-bullets ul { list-style: none; } .purpose-bullets li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 15px; font-weight: 600; line-height: 1.5; } .bullet-dot { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--gold-light); position: relative; margin-top: 3px; } .bullet-dot::after { content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--gold); } .purpose-key { max-width: 280px; width: 100%; } /* ============================================================ SESSIONS VS JOURNEYS ============================================================ */ .svj-section { width: 100%; padding: 90px 20px; background: var(--gold-faint); background-image: url('https://www.thecoachingtoolscompany.com/wp-content/uploads/2025/12/4729610f1e26e81f392f2746bf1e389a06b012dc.png'); background-size: cover; background-position: center; } .svj-inner { max-width: 1100px; margin: 0 auto; text-align: center; } .svj-title { font-size: 34px; margin-bottom: 36px; } .svj-cards { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; } .svj-card { flex: 1 1 320px; max-width: 500px; background: rgba(255,255,255,0.97); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 28px 30px 32px; } .svj-card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; } .svj-icon { width: 50px; height: 50px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; flex-shrink: 0; } .svj-icon-x { background: #ffe5e5; color: #d9534f; } .svj-icon-check { background: #e5f7ec; color: #2f9155; } .svj-card-title { font-size: 20px; text-align: left; } .svj-subhead { font-size: 13px; font-weight: 700; margin: 14px 0 4px; text-align: left; } .svj-text { font-size: 14px; line-height: 1.7; text-align: left; color: #222; margin-bottom: 8px; } /* ============================================================ WHAT CHANGES ============================================================ */ .changes-section { width: 100%; padding: 90px 20px; background: #fff; } .changes-inner { max-width: 1100px; margin: 0 auto; text-align: center; } .changes-title { font-size: 34px; margin-bottom: 40px; } .changes-cards { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; } .changes-card { flex: 1 1 280px; max-width: 340px; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 36px 28px; box-shadow: var(--shadow-sm); text-align: left; } .changes-card-number { font-size: 38px; font-weight: 700; color: var(--gold-light); line-height: 1; margin-bottom: 10px; } .changes-card-title { font-size: 17px; font-weight: 700; margin-bottom: 12px; } .changes-card-text { font-size: 14px; line-height: 1.8; color: var(--text-soft); } /* ============================================================ WHO IS THIS FOR ============================================================ */ .who-section { width: 100%; padding: 90px 20px; background-image: url('https://assets-v2.circle.so/6k80aikgwgcasj5efxr4zkrc4zxm'); background-size: cover; } .who-inner { max-width: 1200px; margin: 0 auto; } .who-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 48px 52px; display: flex; gap: 48px; align-items: stretch; } .who-left { flex: 1.3; } .who-right { flex: 0.9; display: flex; justify-content: flex-end; } .who-title { font-size: 32px; margin-bottom: 14px; } .who-subtitle { font-size: 15px; line-height: 1.7; margin-bottom: 26px; color: var(--text-soft); } .who-list-heading { font-size: 14px; font-weight: 700; margin-bottom: 10px; } .who-list { list-style: none; margin-bottom: 22px; } .who-list li { position: relative; padding-left: 26px; margin-bottom: 10px; font-size: 14px; line-height: 1.7; } .who-list li::before { content: '✔'; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: #000; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 10px; } .who-divider { border: none; border-top: 1px solid var(--border); margin: 20px 0 18px; } .who-not-for { font-size: 13px; line-height: 1.7; color: var(--text-soft); } .who-not-for strong { color: var(--text); } .who-niches { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; } .niche-tag { padding: 5px 14px; border-radius: 999px; background: var(--gold-faint); border: 1px solid var(--border); font-size: 12px; font-weight: 600; } /* PRICING CARD */ .pricing-card { width: 100%; max-width: 360px; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 28px 26px 32px; text-align: center; display: flex; flex-direction: column; align-items: center; border: 1px solid var(--border); } .pricing-card-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; margin-bottom: 6px; color: var(--text-soft); } .pricing-card-title { font-size: 20px; font-weight: 700; margin-bottom: 4px; } .pricing-card-subtitle { font-size: 13px; color: var(--text-soft); margin-bottom: 16px; line-height: 1.5; } .pricing-pill { display: inline-flex; align-items: center; padding: 7px 20px; border-radius: 999px; background: var(--gold-pale); font-size: 13px; font-weight: 600; margin-bottom: 20px; } .card-toggle-wrap { display: inline-flex; border-radius: 999px; border: 1px solid #d1c6b1; padding: 3px; margin-bottom: 10px; } .card-toggle-btn { border: none; background: transparent; cursor: pointer; font-size: 12px; padding: 6px 14px; border-radius: 999px; transition: all 0.2s; color: #000; font-weight: 600; font-family: 'Open Sans', sans-serif; } .card-toggle-btn.active { background: var(--gold-pale); } .card-price-line { display: flex; align-items: baseline; justify-content: center; gap: 3px; margin-bottom: 3px; } .card-price-currency { font-size: 20px; font-weight: 700; } .card-price-value { font-size: 38px; font-weight: 700; } .card-price-period { font-size: 14px; } .card-price-sub { font-size: 12px; color: var(--text-soft); margin-bottom: 16px; } .card-note { font-size: 12px; color: var(--text-soft); line-height: 1.5; margin: 12px 0 18px; } .card-divider { width: 100%; border: none; border-top: 1px solid var(--border); margin: 12px 0 18px; } .card-waitlist-note { font-size: 12px; color: var(--text-soft); margin-top: 12px; } /* ============================================================ WHAT'S INCLUDED ============================================================ */ .included-section { width: 100%; padding: 90px 20px; background: #fff; background-image: url('https://www.thecoachingtoolscompany.com/wp-content/uploads/2025/12/bg.png'); background-size: cover; } .included-inner { max-width: 1200px; margin: 0 auto; } .included-header { max-width: 560px; margin-bottom: 48px; } .included-title { font-size: 30px; line-height: 1.4; margin-bottom: 18px; } .included-main { display: flex; gap: 70px; align-items: flex-start; margin-bottom: 48px; } .included-left { flex: 0.85; display: flex; justify-content: center; } .included-img-wrap { max-width: 340px; width: 100%; border-radius: 220px; border: 2px solid var(--gold); overflow: hidden; } .included-img-wrap img { width: 100%; height: 100%; object-fit: cover; } .included-right { flex: 1.2; display: flex; flex-direction: column; gap: 12px; } .week-card { display: flex; align-items: stretch; background: #fff; border-radius: 18px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); padding: 14px 18px; gap: 14px; } .week-pill { flex-shrink: 0; align-self: flex-start; padding: 6px 14px; border-radius: 999px; background: rgba(190,141,72,0.55); font-size: 12px; font-weight: 700; white-space: nowrap; } .week-date { flex-shrink: 0; align-self: flex-start; font-size: 11px; color: var(--text-soft); padding-top: 8px; white-space: nowrap; } .week-content { flex: 1; } .week-title { font-size: 14px; font-weight: 700; margin-bottom: 4px; } .week-text { font-size: 13px; line-height: 1.6; color: var(--text-soft); } /* PROMISE STRIP */ .promise-strip { display: flex; align-items: center; gap: 20px; padding: 22px 32px; border-radius: 999px; background: rgba(255,255,255,0.35); border: 1px solid var(--border); backdrop-filter: blur(4px); box-shadow: var(--shadow-sm); } .promise-icon-img { width: 56px; height: 56px; flex-shrink: 0; } .promise-title { font-size: 15px; font-weight: 700; margin-bottom: 4px; } .promise-body { font-size: 14px; line-height: 1.6; } /* ============================================================ FULL INCLUSIONS TABLE ============================================================ */ .table-section { width: 100%; padding: 90px 20px; background: var(--gold-faint); } .table-inner { max-width: 900px; margin: 0 auto; text-align: center; } .table-title { font-size: 32px; margin-bottom: 12px; } .table-subtitle { font-size: 15px; color: var(--text-soft); max-width: 600px; margin: 0 auto 36px; line-height: 1.7; } .compare-table { width: 100%; border-collapse: collapse; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); background: #fff; margin-bottom: 32px; } .compare-table th { padding: 16px 20px; font-size: 13px; font-weight: 700; text-align: center; background: var(--gold); color: #fff; } .compare-table th:first-child { text-align: left; background: #222; } .compare-table td { padding: 14px 20px; font-size: 13px; border-bottom: 1px solid var(--border); text-align: center; } .compare-table td:first-child { text-align: left; font-weight: 600; } .compare-table tr:last-child td { border-bottom: none; } .compare-table tr:nth-child(even) td { background: rgba(190,141,72,0.03); } .check-yes { color: #2f9155; font-weight: 700; font-size: 16px; } .check-no { color: #bbb; font-size: 16px; } .highlight-row td { background: rgba(190,141,72,0.06) !important; font-weight: 700; } .table-ctas { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; } /* ============================================================ COHORT DIFFERENCE ============================================================ */ .difference-section { width: 100%; padding: 90px 20px; background: #fff; } .difference-inner { max-width: 900px; margin: 0 auto; } .difference-title { font-size: 30px; line-height: 1.4; margin-bottom: 16px; } .difference-body { font-size: 15px; line-height: 1.8; color: var(--text-soft); margin-bottom: 16px; } .difference-highlight { background: var(--gold-faint); border-left: 4px solid var(--gold); padding: 18px 24px; border-radius: 0 12px 12px 0; margin: 24px 0; font-size: 15px; line-height: 1.7; } .difference-ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 28px; } /* ============================================================ PRICE TRANSFORMATION ============================================================ */ .price-section { width: 100%; padding: 90px 20px; background: #fff; } .price-inner { max-width: 1100px; margin: 0 auto; text-align: center; } .price-title { font-size: 32px; margin-bottom: 16px; } .price-intro { max-width: 760px; margin: 0 auto 36px; font-size: 15px; line-height: 1.8; color: var(--text-soft); } .price-cards { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .price-card { flex: 1 1 260px; max-width: 340px; border-radius: 20px; padding: 24px 26px; text-align: left; box-shadow: var(--shadow-sm); } .price-card-light { background: #fff; border: 1px solid var(--border); } .price-card-mid { background: #f5e4cf; border: 1px solid var(--border); } .price-card-dark { background: #e4c899; border: 1px solid #d7b780; } .price-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; } .price-card-icon { width: 40px; height: 40px; flex-shrink: 0; } .price-card-title { font-size: 16px; font-weight: 700; } .price-card-text { font-size: 14px; line-height: 1.7; } /* ============================================================ MENTORS ============================================================ */ .mentors-section { position: relative; width: 100%; padding: 90px 20px 80px; text-align: center; color: #fff; background-image: url('https://assets-v2.circle.so/oxme6yivid0zizd51go4fxkc7fc7'); background-size: cover; background-position: center; } .mentors-section::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.52); z-index: 0; } .mentors-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; } .mentors-label-dot { background: var(--gold-light); position: relative; } .mentors-label-dot::after { content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--gold); } .mentors-title { font-size: 32px; margin-bottom: 36px; } .mentor-cards-wrap { display: flex; gap: 48px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; } .mentor-card { background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius-md); max-width: 460px; width: 100%; text-align: left; overflow: hidden; } .mentor-photo { width: 100%; height: 360px; overflow: hidden; } .mentor-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; padding: 18px; border-radius: 34px; } .mentor-body { padding: 20px 24px 24px; font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.88); } .mentor-body p { margin-bottom: 10px; } .mentor-name { font-weight: 700; font-size: 14px; color: #fff; margin-top: 14px; margin-bottom: 2px !important; } .mentor-role { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.75); margin-bottom: 0 !important; } /* ============================================================ FAQ ============================================================ */ .faq-section { width: 100%; padding: 90px 20px; background: rgba(190,141,72,0.04); } .faq-inner { max-width: 1100px; margin: 0 auto; } .faq-title { font-size: 34px; margin-bottom: 28px; font-weight: 400; } .faq-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; } .faq-group { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); } .faq-group-title { padding: 14px 18px; font-size: 15px; font-weight: 700; color: var(--gold); background: linear-gradient(to bottom, rgba(190,141,72,0.06), transparent); } .faq-item { border-top: 1px solid #f1e4d3; } .faq-item summary { list-style: none; cursor: pointer; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 13px; font-weight: 600; } .faq-item summary::-webkit-details-marker { display: none; } .faq-plus { width: 22px; height: 22px; border-radius: 50%; border: 1px solid #d1c6b1; position: relative; flex-shrink: 0; background: #fff; } .faq-plus::before, .faq-plus::after { content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 2px; background: #000; transform: translate(-50%, -50%); } .faq-plus::after { width: 2px; height: 10px; } .faq-item[open] summary { background: rgba(190,141,72,0.06); } .faq-item[open] .faq-plus::after { display: none; } .faq-content { padding: 0 18px 16px; font-size: 13px; line-height: 1.7; } .faq-contact { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 18px; box-shadow: var(--shadow-sm); margin-top: 4px; } .faq-contact-title { font-weight: 700; margin-bottom: 2px; font-size: 14px; } .faq-contact-email { color: #000; text-decoration: none; font-size: 13px; } .faq-contact-email:hover { text-decoration: underline; } /* ============================================================ COURSE WAITLIST ============================================================ */ .waitlist-section { width: 100%; padding: 90px 20px; background: #fff; } .waitlist-inner { max-width: 860px; margin: 0 auto; } .waitlist-card { background: var(--gold-faint); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 48px 52px; display: flex; align-items: center; gap: 52px; } .waitlist-left { flex: 1.2; } .waitlist-right { flex: 0.8; text-align: center; } .waitlist-title { font-size: 28px; margin-bottom: 16px; line-height: 1.3; } .waitlist-body { font-size: 14px; line-height: 1.8; color: var(--text-soft); margin-bottom: 20px; } .waitlist-includes { list-style: none; margin-bottom: 16px; } .waitlist-includes li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.6; margin-bottom: 8px; } .waitlist-price-block { text-align: center; } .waitlist-price { font-size: 46px; font-weight: 700; color: var(--gold); line-height: 1; } .waitlist-price-label { font-size: 13px; color: var(--text-soft); margin-bottom: 18px; } /* ============================================================ FINAL CTA ============================================================ */ .final-section { width: 100%; padding: 90px 20px; background-image: url('https://assets-v2.circle.so/6k80aikgwgcasj5efxr4zkrc4zxm'); background-size: cover; } .final-inner { max-width: 1100px; margin: 0 auto; } .final-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 48px 52px; display: flex; gap: 48px; align-items: center; } .final-left { flex: 1.3; } .final-right { flex: 0.9; display: flex; justify-content: center; } .final-title { font-size: 32px; margin-bottom: 8px; line-height: 1.3; } .final-subtitle { font-size: 15px; color: var(--text-soft); margin-bottom: 28px; line-height: 1.6; } .final-reasons { list-style: none; } .final-reasons li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.7; margin-bottom: 10px; } /* ============================================================ FOOTER ============================================================ */ .footer { background: #000; color: #f5f5f5; padding: 44px 30px 28px; font-size: 13px; } .footer-top { max-width: 1400px; margin: 0 auto 18px; display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; flex-wrap: wrap; } .footer-logo { max-width: 240px; } .footer-col-wrap { display: flex; gap: 60px; } .footer-col { list-style: none; } .footer-col li { margin-bottom: 6px; } .footer-col a { color: #ccc; font-size: 13px; } .footer-col a:hover { color: #fff; } .footer-social { display: flex; gap: 8px; margin-top: 10px; } .footer-social a img { width: 22px; height: 22px; } .footer-certs { display: flex; gap: 14px; align-items: center; } .footer-certs img { max-width: 100px; } .footer-divider { max-width: 1400px; margin: 0 auto 12px; border-top: 1px solid #333; } .footer-bottom { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 12px; color: #999; } .footer-legal { display: flex; gap: 10px; align-items: center; } .footer-legal a { color: #999; } .footer-legal a:hover { color: #fff; } .footer-legal span { opacity: 0.5; } /* ============================================================ RESPONSIVE ============================================================ */ @media (max-width: 1024px) { .purpose-top { flex-direction: column; gap: 36px; } .purpose-panel { flex-direction: column; } .purpose-panel-right { justify-content: flex-start; } .who-card { flex-direction: column; padding: 32px 28px; } .who-right { justify-content: flex-start; } .waitlist-card { flex-direction: column; gap: 28px; } .waitlist-right { text-align: left; } .final-card { flex-direction: column; padding: 36px 28px; } .final-right { justify-content: flex-start; } } @media (max-width: 900px) { .hero-title { font-size: 36px; } .faq-row { grid-template-columns: 1fr; } .mentor-cards-wrap { gap: 28px; } .included-main { flex-direction: column; gap: 28px; } .included-left { justify-content: flex-start; } } @media (max-width: 640px) { .hero { padding: 90px 18px 80px; } .hero-title { font-size: 30px; } .hero-stats { border-radius: 28px; flex-direction: column; gap: 14px; } .stat-divider, .stat-plus { display: none; } .hero-price-area { align-items: center; } .purpose-section, .svj-section, .changes-section, .who-section, .included-section, .table-section, .difference-section, .price-section, .mentors-section, .faq-section, .waitlist-section, .final-section { padding: 64px 16px; } .purpose-panel { padding: 28px 22px; } .purpose-bullets { flex-direction: column; gap: 16px; } .who-card { padding: 28px 20px; } .waitlist-card { padding: 32px 22px; } .final-card { padding: 32px 20px; } .footer-top { flex-direction: column; gap: 24px; } .footer-col-wrap { flex-direction: column; gap: 20px; } }
