:root {
  --dopp-navy: #127da3;
  --dopp-dark: #0b5f78;
  --dopp-gold: #d7a545;
  --dopp-light: #f3fbfd;
  --dopp-line: rgba(18, 125, 163, .14);
}

body.dopp-managed-page { margin: 0; color: #172b36; background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.dopp-managed-page #dopp-site-canvas { min-height: 1px; }
body.dopp-managed-page .wp-site-blocks { padding: 0 !important; margin: 0 !important; }
.dopp-shell { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.dopp-site-ready * { box-sizing: border-box; }
.dopp-homepage .entry-header,
.dopp-homepage .page-title,
.dopp-homepage .wp-block-post-title,
.dopp-homepage .title-size-default,
.dopp-homepage .breadcrumbs,
.dopp-homepage .wd-breadcrumbs,
.dopp-homepage .wd-page-title { display: none !important; }
.dopp-homepage .main-page-wrapper,
.dopp-homepage .site-content,
.dopp-homepage .content-layout-wrapper,
.dopp-homepage .entry-content,
.dopp-homepage .wpb-content-wrapper { padding-top: 0 !important; margin-top: 0 !important; }
.dopp-homepage .container,
.dopp-homepage .container-fluid { margin-top: 0 !important; }
.dopp-home { width: 100%; max-width: none; margin: 0; overflow-x: hidden; background: linear-gradient(180deg, #fff 0%, #f7fcfe 58%, #fff 100%); }
.dopp-header { position: relative; z-index: 90; background: linear-gradient(90deg, #0b5f78, #13a0c4); color: #fff; box-shadow: 0 10px 28px rgba(11,95,120,.18); border-bottom: 1px solid rgba(255,255,255,.12); }
.dopp-header-inner { min-height: 78px; display: flex; align-items: center; gap: 22px; }
.dopp-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; min-width: 238px; }
.dopp-brand img { max-height: 54px; width: auto; display: block; }
.dopp-brand strong { font-size: 22px; line-height: .98; letter-spacing: 0; max-width: 180px; }
.dopp-brand-mark { color: #fff; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 10px; background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.06)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.dopp-menu-panel { display: flex; align-items: center; gap: 20px; flex: 1; }
.dopp-nav { display: flex; align-items: center; justify-content: center; gap: 20px; flex: 1; }
.dopp-nav a { color: #fff; font-weight: 700; text-decoration: none; font-size: 13px; }
.dopp-nav a:hover { color: var(--dopp-gold); }
.dopp-nav-item { position: relative; display: inline-flex; align-items: center; }
.dopp-submenu { position: absolute; left: 50%; top: calc(100% + 18px); z-index: 160; width: min(620px, 90vw); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(11,95,120,.22); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.dopp-nav-item:hover .dopp-submenu,
.dopp-nav-item:focus-within .dopp-submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dopp-submenu:before { content: ""; position: absolute; left: 50%; top: -8px; width: 16px; height: 16px; background: #fff; transform: translateX(-50%) rotate(45deg); border-left: 1px solid rgba(18,125,163,.12); border-top: 1px solid rgba(18,125,163,.12); }
.dopp-submenu a { position: relative; z-index: 1; display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: center; min-height: 46px; padding: 9px 10px; border-radius: 6px; color: var(--dopp-navy); font-size: 12px; line-height: 1.25; }
.dopp-submenu a:hover { color: var(--dopp-navy); background: rgba(18,125,163,.08); }
.dopp-submenu .dopp-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 6px; color: #fff; background: linear-gradient(135deg, #18a8c7, #127da3); font-size: 16px; }
.dopp-header-actions { display: flex; gap: 10px; align-items: center; }
.dopp-btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border-radius: 5px; font-size: 14px; font-weight: 800; text-decoration: none; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.dopp-btn:hover { transform: translateY(-1px); }
.dopp-btn-ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.dopp-btn-gold { color: #fff; background: linear-gradient(180deg, #e0b65a, #b98228); box-shadow: 0 10px 22px rgba(199,154,69,.28); }
.dopp-btn-large { min-height: 48px; padding-inline: 24px; }
.dopp-menu-toggle { display: none !important; margin-left: auto; background: transparent !important; border: 1px solid rgba(255,255,255,.45) !important; border-radius: 5px; width: 42px; height: 38px; padding: 0 !important; box-shadow: none !important; }
.dopp-menu-toggle span { display: block !important; width: 20px; height: 2px; margin: 4px auto; background: #fff !important; border-radius: 2px; opacity: 1 !important; }

.dopp-hero { position: relative; color: #fff; overflow: hidden; margin-top: 0 !important; background: #0b5f78; }
.dopp-hero:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,64,82,.86) 0%, rgba(18,125,163,.52) 48%, rgba(11,95,120,.12) 100%); pointer-events: none; }
.dopp-hero-slides, .dopp-hero-slide { position: absolute; inset: 0; }
.dopp-hero-slide { opacity: 0; background-image: var(--dopp-hero-image); background-size: cover; background-position: center right; transform: scale(1.02); transition: opacity .7s ease, transform 4s ease; }
.dopp-hero-slide.is-active { opacity: 1; transform: scale(1); }
.dopp-hero-grid { position: relative; z-index: 2; min-height: 560px; display: grid; grid-template-columns: 1fr .45fr; align-items: center; gap: 32px; padding-block: 58px; }
.dopp-hero h1 { margin: 0 0 18px; font-size: clamp(34px, 5vw, 53px); line-height: 1.12; color: #fff; letter-spacing: 0; }
.dopp-hero h1 span { color: var(--dopp-gold); }
.dopp-hero p { max-width: 610px; margin: 0 0 28px; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.65; }
.dopp-hero-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0 0 28px; }
.dopp-hero-features div { min-width: 0; }
.dopp-hero-features .dopp-icon { color: var(--dopp-gold); font-size: 30px; margin-bottom: 8px; }
.dopp-hero-features strong { display: block; color: var(--dopp-gold); font-size: 13px; line-height: 1.2; }
.dopp-hero-features small { display: block; color: rgba(255,255,255,.78); font-size: 11px; line-height: 1.35; }
.dopp-hero-side { min-height: 330px; position: relative; }
.dopp-badge { position: absolute; right: 12px; bottom: 8px; width: 145px; height: 145px; display: grid; place-items: center; text-align: center; padding: 18px; border-radius: 999px; color: #fff; font-weight: 900; font-size: 13px; line-height: 1.25; border: 2px solid rgba(255,255,255,.7); background: radial-gradient(circle, rgba(18,125,163,.96), rgba(11,95,120,.96)); box-shadow: 0 14px 34px rgba(11,95,120,.34), inset 0 0 0 3px rgba(215,165,69,.5); }

.dopp-section { padding: 34px 0 22px; background: #fff; }
.dopp-section-title { display: flex; align-items: center; justify-content: center; gap: 28px; margin: 0 0 20px; }
.dopp-section-title span, .dopp-block-head span, .dopp-announcements h2 span { display: inline-block; width: 70px; height: 1px; background: var(--dopp-gold); }
.dopp-section-title h2, .dopp-block-head h2, .dopp-announcements h2 { margin: 0; color: var(--dopp-navy); font-size: 24px; font-weight: 900; letter-spacing: 0; }
.dopp-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dopp-category-card { min-height: 112px; display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; padding: 22px; border-radius: 10px; background: rgba(255,255,255,.94); color: var(--dopp-navy); text-decoration: none; box-shadow: 0 10px 30px rgba(18,125,163,.08); border: 1px solid rgba(18,125,163,.08); backdrop-filter: blur(8px); }
.dopp-category-card:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(18,125,163,.14); }
.dopp-category-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #18a8c7, #127da3); }
.dopp-category-card.is-gold .dopp-category-icon { background: linear-gradient(135deg, #e0b65a, #a87325); }
.dopp-category-card h3 { margin: 0 0 7px; color: var(--dopp-navy); font-size: 14px; font-weight: 900; line-height: 1.25; }
.dopp-category-card p { margin: 0; color: #b98228; font-size: 13px; font-weight: 700; }

.dopp-cta { margin: 22px 0 16px; min-height: 250px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 20px; align-items: center; padding: 34px 38px; color: #fff; border-radius: 12px; background-image: linear-gradient(90deg, rgba(11,95,120,.92), rgba(18,125,163,.78)), var(--dopp-cta-image); background-size: cover; background-position: center; box-shadow: 0 18px 38px rgba(18,125,163,.2); }
.dopp-cta h2 { margin: 0 0 14px; color: #fff; font-size: 27px; line-height: 1.18; font-weight: 900; letter-spacing: 0; }
.dopp-cta h2 span { color: var(--dopp-gold); }
.dopp-cta p { margin: 0 0 22px; color: rgba(255,255,255,.9); line-height: 1.6; }
.dopp-cta-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dopp-cta-icons div { min-height: 110px; display: grid; place-items: center; align-content: center; gap: 12px; text-align: center; }
.dopp-cta-icons .dopp-icon { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.78); border-radius: 999px; color: #fff; font-size: 28px; }
.dopp-cta-icons strong { color: #fff; font-size: 14px; line-height: 1.35; }

.dopp-stats { margin: 0 0 16px; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--dopp-line); border-radius: 8px; box-shadow: 0 10px 28px rgba(18,125,163,.08); }
.dopp-stats div { min-height: 92px; display: grid; grid-template-columns: 48px auto; align-content: center; column-gap: 16px; padding: 18px 28px; border-right: 1px solid var(--dopp-line); }
.dopp-stats div:last-child { border-right: 0; }
.dopp-stats .dopp-icon { grid-row: span 2; color: var(--dopp-navy); font-size: 34px; align-self: center; }
.dopp-stats strong { color: var(--dopp-navy); font-size: 26px; line-height: 1; }
.dopp-stats span { color: #5d6a7b; font-size: 14px; }

.dopp-lower-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px; align-items: stretch; margin-bottom: 24px; }
.dopp-announcements, .dopp-courses { padding: 24px 28px; background: #fff; border-radius: 8px; box-shadow: 0 10px 30px rgba(18,125,163,.08); border: 1px solid rgba(18,125,163,.08); }
.dopp-announcements article { display: grid; grid-template-columns: 34px 1fr; gap: 14px; margin: 18px 0; }
.dopp-announcements .dopp-icon { color: var(--dopp-navy); font-size: 25px; }
.dopp-announcements h3, .dopp-course-card h3 { margin: 0 0 6px; color: var(--dopp-navy); font-size: 15px; font-weight: 900; line-height: 1.3; }
.dopp-announcements p, .dopp-course-card p { margin: 0 0 5px; color: #3d4858; font-size: 13px; line-height: 1.45; }
.dopp-announcements time { color: #8a96a6; font-size: 11px; }
.dopp-link, .dopp-block-head a, .dopp-course-card a { color: var(--dopp-navy); text-decoration: none; font-weight: 900; font-size: 13px; }
.dopp-block-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.dopp-course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dopp-course-card { overflow: hidden; border-radius: 8px; background: #fff; border: 1px solid var(--dopp-line); box-shadow: 0 8px 20px rgba(18,125,163,.07); }
.dopp-course-card img { width: 100%; height: auto; aspect-ratio: 3 / 1.45; object-fit: cover; display: block; background: var(--dopp-light); }
.dopp-course-card div { padding: 14px; }
.dopp-course-card small { display: flex; gap: 8px; align-items: center; color: #5d6a7b; margin: 10px 0 12px; font-size: 11px; }

.dopp-newsletter { margin: 0 0 0; min-height: 92px; display: grid; grid-template-columns: 72px 1fr minmax(320px, 460px); gap: 20px; align-items: center; padding: 22px 38px; color: #fff; border-radius: 8px 8px 0 0; background: linear-gradient(90deg, #127da3, #13a0c4); }
.dopp-newsletter > .dopp-icon { font-size: 46px; color: #fff; }
.dopp-newsletter h2 { margin: 0 0 5px; color: #fff; font-size: 20px; }
.dopp-newsletter p { margin: 0; color: rgba(255,255,255,.86); }
.dopp-newsletter form { display: grid; grid-template-columns: 1fr 130px; }
.dopp-newsletter input { min-height: 48px; border: 0; border-radius: 5px 0 0 5px; padding: 0 18px; }
.dopp-newsletter button { border: 0; border-radius: 0 5px 5px 0; background: var(--dopp-gold); color: #fff; font-weight: 900; cursor: pointer; }

.dopp-footer { background: linear-gradient(110deg, #0b5f78, #127da3); color: rgba(255,255,255,.86); padding: 34px 0 18px; }
.dopp-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 30px; }
.dopp-footer-logo { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 23px; line-height: 1; font-weight: 900; }
.dopp-footer-logo img { max-height: 48px; width: auto; }
.dopp-footer p { line-height: 1.6; font-size: 13px; }
.dopp-socials { display: flex; gap: 9px; }
.dopp-socials a { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.09); color: #fff; text-decoration: none; font-size: 12px; }
.dopp-footer h3 { color: #fff; margin: 0 0 16px; font-size: 14px; }
.dopp-footer-col a { display: block; color: rgba(255,255,255,.82); text-decoration: none; margin: 0 0 9px; font-size: 13px; }
.dopp-copyright { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; font-size: 12px; }

.dopp-pmpro-wrap { color: #fff; background-image: linear-gradient(90deg, rgba(11,95,120,.92), rgba(18,125,163,.76)), var(--dopp-page-image); background-size: cover; background-position: center; }
.dopp-pmpro-head h1 { margin: 0 0 10px; color: #fff; font-size: clamp(30px, 4vw, 44px); }
.dopp-pmpro-head p { margin: 0; max-width: 720px; color: rgba(255,255,255,.88); }
.dopp-page-layout { display: grid; grid-template-columns: 1fr; gap: 28px; padding-block: 36px; }
.dopp-page-layout.has-sidebar { grid-template-columns: minmax(0, 1fr) 300px; }
.dopp-page-content, .dopp-sidebar, .dopp-pmpro-card { background: #fff; border: 1px solid var(--dopp-line); border-radius: 8px; padding: 30px; box-shadow: 0 12px 30px rgba(18,125,163,.08); }
.dopp-featured img { width: 100%; border-radius: 8px; margin-bottom: 24px; }
.dopp-pmpro-wrap { padding: 46px 0; }
.dopp-pmpro-head { margin-bottom: 22px; }
.dopp-pmpro-card, .dopp-pmpro-card h1, .dopp-pmpro-card h2, .dopp-pmpro-card h3 { color: var(--dopp-navy); }
.dopp-pmpro-card input, .dopp-pmpro-card select { border: 1px solid var(--dopp-line); border-radius: 5px; min-height: 42px; }
.dopp-pmpro-card .pmpro_btn, .dopp-pmpro-card input[type=submit] { background: var(--dopp-gold); color: #fff; border: 0; border-radius: 5px; padding: 12px 18px; font-weight: 900; }

.dopp-contact-page { min-height: calc(100vh - 78px); padding: 42px 0 56px; background: linear-gradient(180deg, #f3fbfd, #fff 52%); }
.dopp-contact { display: grid; gap: 24px; }
.dopp-contact-hero { position: relative; overflow: hidden; display: grid; grid-template-columns: 76px 1fr; gap: 22px; align-items: center; padding: 32px 36px; border-radius: 10px; color: #fff; background: linear-gradient(105deg, #0b5f78, #159bbd 72%, #d7a545 160%); box-shadow: 0 16px 38px rgba(11,95,120,.18); }
.dopp-contact-hero:after { content: ""; position: absolute; right: 0; top: 0; width: 34%; height: 100%; border-left: 1px solid rgba(255,255,255,.14); background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,.035) 18px 19px); pointer-events: none; }
.dopp-contact-hero > .dopp-icon { position: relative; z-index: 1; width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; color: #fff; background: rgba(255,255,255,.1); font-size: 34px; }
.dopp-contact-hero > div { position: relative; z-index: 1; }
.dopp-contact-hero p { margin: 0 0 6px; color: var(--dopp-gold); font-size: 12px; font-weight: 900; }
.dopp-contact-hero h2 { margin: 0 0 8px; color: #fff; font-size: clamp(30px, 4vw, 44px); line-height: 1.05; letter-spacing: 0; }
.dopp-contact-hero strong { display: block; max-width: 760px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.55; font-weight: 500; }
.dopp-contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 28px; align-items: stretch; }
.dopp-contact-info { padding: 18px 10px 10px 2px; }
.dopp-contact-intro { margin-bottom: 20px; }
.dopp-contact-intro > span, .dopp-contact-eyebrow { display: block; margin-bottom: 8px; color: #b98228; font-size: 12px; font-weight: 900; }
.dopp-contact-intro h3, .dopp-contact-form-card h3 { margin: 0 0 10px; color: var(--dopp-navy); font-size: 25px; line-height: 1.22; letter-spacing: 0; }
.dopp-contact-intro p, .dopp-contact-form-card > p { margin: 0; color: #52616d; line-height: 1.65; }
.dopp-contact-detail { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; min-height: 76px; padding: 14px 0; color: inherit; text-decoration: none; border-bottom: 1px solid var(--dopp-line); }
.dopp-contact-detail > .dopp-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: linear-gradient(135deg, #18a8c7, #127da3); font-size: 21px; }
.dopp-contact-detail small { display: block; margin-bottom: 4px; color: #73808b; font-size: 12px; }
.dopp-contact-detail strong { display: block; color: var(--dopp-dark); font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; }
a.dopp-contact-detail:hover strong { color: #b98228; }
.dopp-contact-form-card { padding: 30px; border: 1px solid var(--dopp-line); border-radius: 10px; background: #fff; box-shadow: 0 16px 38px rgba(18,125,163,.1); }
.dopp-contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.dopp-contact-form label { display: grid; gap: 7px; min-width: 0; color: var(--dopp-dark); font-size: 13px; font-weight: 800; }
.dopp-contact-form .is-wide { grid-column: 1 / -1; }
.dopp-contact-form input[type=text], .dopp-contact-form input[type=email], .dopp-contact-form textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid rgba(18,125,163,.2); border-radius: 6px; color: #172b36; background: #fbfdfe; font: inherit; font-weight: 500; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.dopp-contact-form textarea { min-height: 150px; resize: vertical; }
.dopp-contact-form input:focus, .dopp-contact-form textarea:focus { border-color: var(--dopp-navy); box-shadow: 0 0 0 3px rgba(18,125,163,.1); }
.dopp-contact-consent { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; color: #52616d !important; font-weight: 500 !important; line-height: 1.5; }
.dopp-contact-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--dopp-navy); }
.dopp-contact-form button { justify-self: start; cursor: pointer; }
.dopp-contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dopp-contact-notice { margin-top: 18px; padding: 13px 15px; border-radius: 6px; font-size: 13px; font-weight: 700; line-height: 1.5; }
.dopp-contact-notice.is-success { color: #17603a; border: 1px solid #a9dbc0; background: #edf9f2; }
.dopp-contact-notice.is-error { color: #8c2e2e; border: 1px solid #ebbbbb; background: #fff2f2; }

.dopp-course-category,
.dopp-topic-content,
.dopp-course-detail { margin: 0 auto; padding: 10px 0 6px; }
.dopp-content-hero { display: grid; grid-template-columns: 74px 1fr; gap: 18px; align-items: center; margin: 0 0 22px; padding: 26px 30px; border-radius: 8px; color: #fff; background: linear-gradient(110deg, #127da3, #18a8c7); box-shadow: 0 14px 32px rgba(18,125,163,.16); }
.dopp-content-hero > .dopp-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: rgba(255,255,255,.14); font-size: 34px; }
.dopp-content-hero h2 { margin: 0 0 7px; color: #fff; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; letter-spacing: 0; }
.dopp-content-hero p { margin: 0; color: rgba(255,255,255,.88); line-height: 1.55; }
.dopp-subcategory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.dopp-subcategory-card { min-height: 178px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 22px; color: var(--dopp-navy); text-decoration: none; border: 1px solid var(--dopp-line); border-radius: 8px; background: #fff; box-shadow: 0 10px 26px rgba(18,125,163,.08); }
.dopp-subcategory-card:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(18,125,163,.14); }
.dopp-subcategory-card .dopp-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: linear-gradient(135deg, #18a8c7, #127da3); font-size: 28px; }
.dopp-subcategory-card h3 { margin: 0; color: var(--dopp-navy); font-size: 17px; line-height: 1.32; letter-spacing: 0; }
.dopp-subcategory-card p { margin: 0; color: #b98228; font-weight: 900; font-size: 13px; }
.dopp-topic-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.dopp-topic-item { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; min-height: 84px; padding: 17px 18px; border: 1px solid var(--dopp-line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(18,125,163,.06); }
.dopp-topic-item span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: var(--dopp-gold); font-weight: 900; font-size: 13px; }
.dopp-topic-item h3 { margin: 6px 0 0; color: var(--dopp-navy); font-size: 15px; line-height: 1.42; letter-spacing: 0; }
.dopp-empty-state,
.dopp-detail-panel { padding: 28px; border: 1px solid var(--dopp-line); border-radius: 8px; background: #fff; box-shadow: 0 10px 26px rgba(18,125,163,.08); }
.dopp-empty-state .dopp-icon { color: var(--dopp-gold); font-size: 42px; margin-bottom: 14px; }
.dopp-empty-state h3,
.dopp-detail-panel h3 { margin: 0 0 10px; color: var(--dopp-navy); font-size: 22px; line-height: 1.2; }
.dopp-empty-state p,
.dopp-detail-panel p { margin: 0 0 18px; color: #3d4858; line-height: 1.7; }

.dopp-team-section { padding: 6px 0; }
.dopp-team-hero { display: grid; grid-template-columns: 96px 1fr; gap: 22px; align-items: center; margin-bottom: 22px; padding: 30px; border-radius: 8px; color: #fff; background: linear-gradient(115deg, #127da3, #18a8c7); box-shadow: 0 14px 32px rgba(18,125,163,.16); }
.dopp-team-hero > span { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 999px; border: 2px solid rgba(255,255,255,.46); color: #fff; background: rgba(255,255,255,.12); font-size: 30px; font-weight: 900; }
.dopp-team-hero h2 { margin: 0 0 8px; color: #fff; font-size: clamp(26px, 3vw, 38px); line-height: 1.12; letter-spacing: 0; }
.dopp-team-hero p { max-width: 820px; margin: 0; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.65; }
.dopp-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.dopp-team-section.is-academic .dopp-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dopp-team-card { position: relative; min-height: 178px; display: grid; grid-template-columns: 76px 1fr; gap: 18px; align-items: start; padding: 24px; border: 1px solid var(--dopp-line); border-radius: 8px; background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: 0 10px 28px rgba(18,125,163,.08); overflow: hidden; text-decoration: none; }
.dopp-team-card.is-clickable:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(18,125,163,.14); }
.dopp-team-card:before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--dopp-navy); }
.dopp-team-card.is-gold:before { background: var(--dopp-gold); }
.dopp-team-avatar { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: linear-gradient(135deg, #18a8c7, #127da3); font-size: 22px; font-weight: 900; letter-spacing: 0; box-shadow: 0 12px 24px rgba(18,125,163,.16); }
.dopp-team-card.is-gold .dopp-team-avatar { background: linear-gradient(135deg, #e0b65a, #b98228); }
.dopp-team-photo { width: 64px; height: 64px; display: block; border-radius: 8px; object-fit: cover; object-position: center; box-shadow: 0 12px 24px rgba(18,125,163,.16); }
.dopp-team-copy h3 { margin: 0 0 8px; color: var(--dopp-navy); font-size: 21px; line-height: 1.18; letter-spacing: 0; }
.dopp-team-copy strong { display: block; margin-bottom: 9px; color: #b98228; font-size: 13px; line-height: 1.35; text-transform: uppercase; letter-spacing: 0; }
.dopp-team-copy p { margin: 0; color: #3d4858; line-height: 1.6; font-size: 14px; }
.dopp-team-copy em { display: inline-block; margin-top: 12px; color: var(--dopp-navy); font-style: normal; font-size: 13px; font-weight: 900; }

.dopp-profile { padding: 6px 0; }
.dopp-profile-hero { display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: center; margin-bottom: 24px; padding: 30px; border-radius: 8px; color: #fff; background: linear-gradient(115deg, #127da3, #18a8c7); box-shadow: 0 14px 32px rgba(18,125,163,.16); }
.dopp-profile-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; border: 3px solid rgba(255,255,255,.32); box-shadow: 0 18px 34px rgba(0,0,0,.18); }
.dopp-profile-back { display: inline-flex; margin-bottom: 12px; color: #fff; text-decoration: none; font-weight: 900; opacity: .86; }
.dopp-profile-hero h2 { margin: 0 0 9px; color: #fff; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: 0; }
.dopp-profile-hero strong { display: block; margin-bottom: 12px; color: var(--dopp-gold); font-size: 15px; text-transform: uppercase; }
.dopp-profile-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.65; }
.dopp-profile-panel,
.dopp-profile-list { padding: 26px; border: 1px solid var(--dopp-line); border-radius: 8px; background: #fff; box-shadow: 0 10px 26px rgba(18,125,163,.08); }
.dopp-profile-panel { margin-bottom: 18px; }
.dopp-profile-panel h3,
.dopp-profile-list h3 { margin: 0 0 14px; color: var(--dopp-navy); font-size: 22px; line-height: 1.2; }
.dopp-profile-panel p { margin: 0 0 14px; color: #3d4858; line-height: 1.75; }
.dopp-profile-panel p:last-child { margin-bottom: 0; }
.dopp-profile-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.dopp-profile-list span { display: inline-flex; margin-bottom: 10px; padding: 6px 10px; border-radius: 999px; color: #fff; background: var(--dopp-gold); font-size: 12px; font-weight: 900; }
.dopp-profile-list ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.dopp-profile-list li { position: relative; padding-left: 20px; color: #3d4858; line-height: 1.5; }
.dopp-profile-list li:before { content: ""; position: absolute; left: 0; top: .68em; width: 7px; height: 7px; border-radius: 999px; background: var(--dopp-gold); }

.dopp-icon { display: inline-flex; align-items: center; justify-content: center; width: 1em; height: 1em; vertical-align: -.16em; line-height: 1; flex: 0 0 auto; }
.dopp-icon svg { width: 1em; height: 1em; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dopp-icon-mail { font-size: 52px; }

@media (max-width: 1024px) {
  .dopp-header-inner { position: relative; padding-block: 12px; }
  .dopp-menu-toggle { display: inline-grid !important; align-content: center; }
  .dopp-menu-panel { display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 120; padding: 18px; background: linear-gradient(180deg, #127da3, #13a0c4); border-top: 1px solid rgba(255,255,255,.16); box-shadow: 0 18px 34px rgba(11,95,120,.26); }
  .dopp-header.is-open .dopp-menu-panel { display: grid; gap: 18px; }
  .dopp-nav { flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 14px; width: 100%; }
  .dopp-nav-item { width: 100%; display: grid; gap: 10px; }
  .dopp-submenu { position: static; width: 100%; grid-template-columns: 1fr; padding: 8px; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.08); }
  .dopp-submenu:before { display: none; }
  .dopp-submenu a { color: #fff; }
  .dopp-submenu a:hover { color: #fff; background: rgba(255,255,255,.12); }
  .dopp-header-actions { width: 100%; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); }
  .dopp-hero-grid, .dopp-cta, .dopp-lower-grid { grid-template-columns: 1fr; }
  .dopp-category-grid { grid-template-columns: repeat(2, 1fr); }
  .dopp-subcategory-grid, .dopp-topic-list { grid-template-columns: repeat(2, 1fr); }
  .dopp-team-section.is-academic .dopp-team-grid, .dopp-team-grid { grid-template-columns: repeat(2, 1fr); }
  .dopp-profile-hero, .dopp-profile-columns { grid-template-columns: 1fr; }
  .dopp-stats { grid-template-columns: repeat(2, 1fr); }
  .dopp-course-grid { grid-template-columns: 1fr; }
  .dopp-newsletter { grid-template-columns: 52px 1fr; }
  .dopp-newsletter form, .dopp-newsletter-shortcode { grid-column: 1 / -1; }
  .dopp-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .dopp-contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .dopp-shell { width: min(100% - 22px, 1160px); }
  .dopp-brand { min-width: 0; }
  .dopp-brand strong { font-size: 20px; max-width: 130px; }
  .dopp-hero-grid { padding-block: 30px; }
  .dopp-hero-features, .dopp-category-grid, .dopp-cta-icons, .dopp-stats, .dopp-footer-grid, .dopp-page-layout.has-sidebar { grid-template-columns: 1fr; }
  .dopp-subcategory-grid, .dopp-topic-list, .dopp-content-hero { grid-template-columns: 1fr; }
  .dopp-team-hero, .dopp-team-section.is-academic .dopp-team-grid, .dopp-team-grid, .dopp-team-card { grid-template-columns: 1fr; }
  .dopp-profile-hero, .dopp-profile-columns { grid-template-columns: 1fr; }
  .dopp-hero h1 { font-size: 34px; }
  .dopp-hero-grid { grid-template-columns: 1fr; min-height: 540px; }
  .dopp-hero-side { min-height: 120px; }
  .dopp-badge { width: 118px; height: 118px; font-size: 11px; }
  .dopp-section-title { gap: 12px; }
  .dopp-section-title span { width: 32px; }
  .dopp-cta { padding: 26px 20px; }
  .dopp-stats div { border-right: 0; border-bottom: 1px solid var(--dopp-line); }
  .dopp-newsletter { grid-template-columns: 1fr; padding: 22px; border-radius: 8px 8px 0 0; }
  .dopp-newsletter form { grid-template-columns: 1fr; gap: 10px; }
  .dopp-newsletter input, .dopp-newsletter button { border-radius: 5px; }
  .dopp-header-actions { flex-direction: column; align-items: stretch; }
  .dopp-contact-page { padding: 22px 0 34px; }
  .dopp-contact-hero { grid-template-columns: 1fr; padding: 26px 22px; }
  .dopp-contact-hero:after { width: 46%; }
  .dopp-contact-form-card { padding: 22px; }
  .dopp-contact-form { grid-template-columns: 1fr; }
  .dopp-contact-form label, .dopp-contact-form .is-wide { grid-column: 1; }
  .dopp-contact-form button { width: 100%; }
}
