.de-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; } .de-head { max-width: 600px; margin: 0 auto 3rem; } .de-head.center { text-align: center; } .de-head h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); color: var(--navy); margin-bottom: .5rem; } .de-head p { color: var(--txt2); margin: 0; font-size: 1.02rem; } .de-hero { position: relative; overflow: hidden; text-align: center; color: #fff; padding: 5rem 0 4.5rem; background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-mid) 100%); } .de-hero-orb { position: absolute; border-radius: 50%; pointer-events: none; } .de-hero-orb.one { width: 360px; height: 360px; top: -120px; right: -90px; background: radial-gradient(circle, rgba(201,151,43,.2), transparent 70%); } .de-hero-orb.two { width: 260px; height: 260px; bottom: -110px; left: -70px; background: radial-gradient(circle, rgba(255,255,255,.06), transparent 70%); } .de-hero-inner { position: relative; z-index: 1; max-width: 700px; } .de-hero .eyebrow-text { color: var(--gold-lt); } .de-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); color: #fff; margin-bottom: 1rem; line-height: 1.16; } .de-hero p { color: rgba(255,255,255,.78); font-size: clamp(1rem, 2vw, 1.12rem); max-width: 600px; margin: 0 auto 2rem; line-height: 1.6; } .de-hero p strong { color: var(--gold-lt); } .de-hero-pill { display: inline-flex; flex-direction: column; gap: 2px; background: rgba(255,255,255,.07); border: 1px solid rgba(245,217,142,.3); border-radius: var(--radius); padding: 14px 32px; } .de-hero-amt { font-size: 2rem; font-weight: 800; color: var(--gold-lt); font-family: var(--font-display); line-height: 1; } .de-hero-amt-lbl { font-size: 12px; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .06em; } .de-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .de-step { text-align: center; position: relative; } .de-step-no { position: absolute; top: 16px; right: 20px; font-size: 2.4rem; font-weight: 800; color: var(--surface); font-family: var(--font-display); line-height: 1; } .de-step-icon { width: 58px; height: 58px; margin: 0 auto 1rem; border-radius: 16px; background: linear-gradient(135deg, rgba(201,151,43,.14), rgba(201,151,43,.05)); color: var(--gold-dark); display: flex; align-items: center; justify-content: center; } .de-step-icon svg { width: 26px; height: 26px; } .de-step h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: .5rem; } .de-step p { color: var(--txt2); font-size: .94rem; margin: 0; line-height: 1.6; } .de-calc { max-width: 720px; margin: 0 auto; padding: 2.2rem 2.4rem; } .de-calc-display { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 1.8rem; } .de-calc-result { display: flex; flex-direction: column; } .de-calc-amt { font-size: clamp(2.2rem, 5vw, 3rem); font-weight: 800; color: var(--gold-dark); font-family: var(--font-display); line-height: 1; } .de-calc-amt-lbl { font-size: 12.5px; color: var(--txt3); text-transform: uppercase; letter-spacing: .05em; margin-top: 6px; } .de-calc-meta { display: flex; flex-direction: column; gap: 6px; text-align: right; } .de-calc-meta div { font-size: 13px; color: var(--txt2); } .de-calc-meta span { font-weight: 800; color: var(--navy); } .de-calc-rate { color: var(--gold-dark) !important; } .de-calc-slider-wrap { margin-bottom: 1.4rem; } .de-calc-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 20px; background: linear-gradient(90deg, var(--gold) 0%, var(--gold) 10%, var(--border) 10%); outline: none; cursor: pointer; } .de-calc-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 3px solid var(--gold); box-shadow: var(--sh-sm); cursor: pointer; transition: transform .15s ease; } .de-calc-slider::-webkit-slider-thumb:hover { transform: scale(1.12); } .de-calc-slider::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 3px solid var(--gold); cursor: pointer; } .de-calc-ticks { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11px; font-weight: 600; color: var(--txt3); } .de-calc-presets { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 1.4rem; } .de-preset { background: var(--surface); border: 1.5px solid var(--border); border-radius: 20px; padding: 7px 16px; font-size: 12.5px; font-weight: 700; color: var(--txt2); font-family: inherit; cursor: pointer; transition: border-color .15s, color .15s, background .15s; } .de-preset:hover { border-color: var(--navy); color: var(--navy); } .de-preset.active { background: var(--navy); border-color: var(--navy); color: #fff; } .de-calc-note { text-align: center; font-size: 12px; color: var(--txt3); margin: 0; line-height: 1.5; } .de-levels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: start; } .de-level { position: relative; display: flex; flex-direction: column; } .de-level.featured { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,151,43,.12), var(--sh-md); } .de-level-flag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--gold), #e8b840); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; padding: 4px 12px; border-radius: 20px; white-space: nowrap; } .de-level-top { display: flex; align-items: center; gap: 12px; margin-bottom: 1.2rem; } .de-level-icon { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; background: rgba(10,31,60,.06); color: var(--navy); font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; } .de-level.legend .de-level-icon { background: linear-gradient(135deg, var(--gold), #e8b840); color: #fff; } .de-level-top h3 { font-size: 1.15rem; color: var(--navy); margin: 0; } .de-level-req { font-size: 12px; font-weight: 700; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .04em; } .de-level-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; } .de-level-list li { position: relative; padding-left: 24px; font-size: 13px; color: var(--txt2); line-height: 1.5; } .de-level-list li::before { content: ''; position: absolute; left: 0; top: 4px; width: 15px; height: 15px; border-radius: 50%; background: rgba(23,163,98,.12); } .de-level-list li::after { content: ''; position: absolute; left: 5px; top: 8px; width: 5px; height: 3px; border-left: 1.5px solid var(--success); border-bottom: 1.5px solid var(--success); transform: rotate(-45deg); } .de-level-list li strong { color: var(--navy); } .de-rec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .de-rec { text-align: center; } .de-medal { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 1.1rem; display: flex; align-items: center; justify-content: center; } .de-medal svg { width: 38px; height: 38px; } .de-medal.bronze { background: linear-gradient(135deg, #cd7f32, #e8a36a); color: #fff; box-shadow: 0 8px 20px rgba(205,127,50,.3); } .de-medal.silver { background: linear-gradient(135deg, #9ca3af, #d1d5db); color: #fff; box-shadow: 0 8px 20px rgba(156,163,175,.3); } .de-medal.gold { background: linear-gradient(135deg, var(--gold), #f5d98e); color: #fff; box-shadow: 0 8px 20px rgba(201,151,43,.35); } .de-rec h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: .3rem; } .de-rec-req { display: inline-block; font-size: 12px; font-weight: 800; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .05em; margin-bottom: .7rem; } .de-rec p { color: var(--txt2); font-size: .92rem; line-height: 1.6; margin: 0; } .de-disc-card { display: flex; align-items: flex-start; gap: 14px; max-width: 820px; margin: 0 auto; background: rgba(214,137,16,.06); border: 1px solid rgba(214,137,16,.25); border-radius: var(--radius); padding: 18px 22px; } .de-disc-card > svg { color: var(--warning); flex-shrink: 0; margin-top: 2px; } .de-disc-card strong { display: block; color: var(--navy); font-size: 14px; margin-bottom: 4px; } .de-disc-card p { color: var(--txt2); font-size: 13px; line-height: 1.6; margin: 0; } .de-disc-card p strong { display: inline; } .de-disc-card a { color: var(--gold-dark); text-decoration: underline; } .de-cta { position: relative; overflow: hidden; text-align: center; padding: 5rem 20px; } .de-cta-orb { position: absolute; right: -80px; top: -90px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(201,151,43,.16), transparent 70%); pointer-events: none; } .de-cta-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; } .de-cta h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: .8rem; } .de-cta p { color: rgba(255,255,255,.78); margin-bottom: 1.8rem; } .de-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; } @media (max-width: 992px) { .de-steps-grid { grid-template-columns: 1fr; } .de-levels { grid-template-columns: repeat(2, 1fr); } .de-rec-grid { grid-template-columns: 1fr; }}@media (max-width: 560px) {.de-levels { grid-template-columns: 1fr; }.de-calc { padding: 1.6rem; }.de-calc-meta { text-align: left; }.de-cta-actions .btn-gold-d, .de-cta-actions .btn-outline-d { width: 100%; max-width: 280px; justify-content: center; }}