/*
Theme Name: Sunsetti
Theme URI: https://sunsetti.com.br
Author: Adriane Colossetti
Author URI: https://sunsetti.com.br
Description: Tema profissional McKinsey-style para Sunsetti Treinamentos e Consultoria. Design Navy + Gold + Cream para autoridade e sofisticaÃ§Ã£o.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: sunsetti
*/

/* Design System */
:root {
  --navy:    #071525;
  --navy2:   #0C2040;
  --navy3:   #112A52;
  --gold:    #B8923A;
  --gold2:   #D4AA5A;
  --gold3:   #F0D080;
  --cream:   #F8F4EE;
  --cream2:  #EFE9DF;
  --white:   #FFFFFF;
  --ink:     #0A1628;
  --ink2:    #2D3748;
  --ink3:    #718096;
  --border:  #E2D9CC;
  --border-d: rgba(184,146,58,0.2);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; font-family: 'Inter', sans-serif; }

/* â”€â”€ NAVIGATION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  padding: 0 6%; height: 68px;
  display: flex; align-items: center; justify-content: space-between;
  transition: all .4s;
}
.site-nav.scrolled {
  background: rgba(7,21,37,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-d);
}
.site-logo {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 700; color: var(--white); letter-spacing: .5px;
  text-decoration: none;
}
.site-logo span { color: var(--gold2); }

.nav-menu {
  display: flex; gap: 2.4rem; list-style: none;
}
.nav-menu a {
  color: rgba(255,255,255,.65); text-decoration: none;
  font-size: 13.5px; font-weight: 500; letter-spacing: .2px; transition: color .2s;
}
.nav-menu a:hover { color: var(--gold2); }

.nav-actions { display: flex; gap: 10px; align-items: center; }
.nav-btn-ghost {
  background: transparent; border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.75); padding: 9px 20px; border-radius: 6px;
  font-size: 13px; font-weight: 500; transition: all .2s;
}
.nav-btn-ghost:hover { border-color: var(--gold2); color: var(--gold2); }
.nav-btn-solid {
  background: var(--gold); color: var(--white); border: none;
  padding: 10px 22px; border-radius: 6px; font-size: 13px; font-weight: 700;
  transition: all .2s; letter-spacing: .3px;
}
.nav-btn-solid:hover { background: var(--gold2); }

/* Mobile nav toggle */
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 4px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: rgba(255,255,255,.75); transition: all .3s;
}

/* â”€â”€ HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(7,21,37,.92) 0%, rgba(7,21,37,.75) 45%, rgba(7,21,37,.55) 100%),
    linear-gradient(135deg, #0C2040 0%, #112A52 30%, #1A3A6A 60%, #0C2040 100%);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg,transparent,transparent 80px,rgba(255,255,255,.012) 80px,rgba(255,255,255,.012) 81px),
    repeating-linear-gradient(90deg,transparent,transparent 80px,rgba(255,255,255,.012) 80px,rgba(255,255,255,.012) 81px);
}
.hero-photo-area {
  position: absolute; right: 0; top: 0; bottom: 0; width: 46%;
  overflow: hidden;
}
.hero-photo-area img {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
  filter: brightness(.75) saturate(.9);
}
.hero-photo-area::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(7,21,37,.85) 0%, rgba(7,21,37,.3) 50%, transparent 100%);
}
.hero-photo-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 16px;
  background: linear-gradient(160deg,#112A52,#1e3d72,#0f2544);
  color: rgba(184,146,58,.3);
}
.hero-photo-placeholder .ph { font-size: 100px; opacity: .35; }
.hero-photo-placeholder p { font-size: 13px; color: rgba(255,255,255,.2); text-align: center; line-height: 1.6; }

.hero-line {
  position: absolute; left: 6%; top: 0; bottom: 0; width: 1px;
  background: linear-gradient(to bottom,transparent 0%,var(--gold) 20%,var(--gold) 80%,transparent 100%);
  opacity: .25;
}
.hero-content {
  position: relative; z-index: 10;
  padding: 140px 6% 80px; max-width: 660px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px;
}
.hero-eyebrow-line { display: block; width: 32px; height: 1px; background: var(--gold2); }
.hero-eyebrow span { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold2); }
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px,5.5vw,72px); font-weight: 900; color: var(--white);
  line-height: 1.05; letter-spacing: -1px; margin-bottom: 24px;
}
.hero h1 em { font-style: italic; color: var(--gold2); }
.hero-sub {
  font-size: 17px; font-weight: 300; color: rgba(255,255,255,.65);
  line-height: 1.7; margin-bottom: 44px; max-width: 520px; letter-spacing: .1px;
}
.hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-bottom: 56px; }
.btn-primary {
  background: var(--gold); color: var(--white); border: none;
  padding: 16px 36px; border-radius: 4px; font-size: 14px; font-weight: 700;
  transition: all .25s; letter-spacing: .5px; text-transform: uppercase;
  display: inline-block; text-align: center;
}
.btn-primary:hover { background: var(--gold2); transform: translateY(-1px); }
.btn-secondary {
  background: transparent; border: 1px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.85); padding: 16px 32px; border-radius: 4px;
  font-size: 14px; font-weight: 500; transition: all .25s; letter-spacing: .3px;
  display: inline-block; text-align: center;
}
.btn-secondary:hover { border-color: var(--gold2); color: var(--gold2); }
.hero-trust { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; }
.trust-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold2); }
.trust-item span { font-size: 13px; color: rgba(255,255,255,.5); font-weight: 400; letter-spacing: .3px; }
.scroll-ind {
  position: absolute; bottom: 40px; left: 6%;
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
}
.scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom,var(--gold2),transparent);
  animation: scrollpulse 2s ease infinite;
}
@keyframes scrollpulse { 0%,100%{opacity:.3} 50%{opacity:.8} }
.scroll-label {
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.3); transform: rotate(-90deg); transform-origin: left;
  margin-top: 8px; margin-left: 4px;
}

/* â”€â”€ MARQUEE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.marquee-wrap {
  background: var(--navy); border-top: 1px solid var(--border-d);
  border-bottom: 1px solid var(--border-d); padding: 22px 0; overflow: hidden;
}
.marquee-track {
  display: flex; gap: 64px; width: max-content;
  animation: scroll-left 24s linear infinite;
}
@keyframes scroll-left { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.marquee-item {
  font-size: 13px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,.35); white-space: nowrap;
}
.marquee-item.accent { color: var(--gold); opacity: .7; }

/* â”€â”€ IMPACT NUMBERS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.impact { background: var(--cream); padding: 80px 6%; }
.impact-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; border: 1px solid var(--border); border-radius: 2px; overflow: hidden;
}
.impact-item {
  padding: 48px 40px; border-right: 1px solid var(--border);
  position: relative; overflow: hidden; transition: background .3s;
}
.impact-item:last-child { border-right: none; }
.impact-item::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--gold); transform: scaleX(0); transition: transform .3s; transform-origin: left;
}
.impact-item:hover { background: var(--white); }
.impact-item:hover::before { transform: scaleX(1); }
.impact-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px,4vw,60px); font-weight: 900;
  color: var(--navy); line-height: 1; margin-bottom: 8px;
}
.impact-num sup { font-size: 50%; vertical-align: super; }
.impact-label { font-size: 13px; color: var(--ink3); font-weight: 500; letter-spacing: .3px; line-height: 1.5; }

/* â”€â”€ SOBRE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.about-editorial { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.about-photo-col {
  background: linear-gradient(160deg,#0C2040,#1A3A6A);
  position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 48px;
}
.about-photo-col img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  filter: brightness(.65) saturate(.85);
}
.about-photo-col::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top,rgba(7,21,37,.9) 0%,rgba(7,21,37,.3) 60%,transparent 100%);
}
.about-ph-icon { font-size: 160px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-60%); opacity: .12; }
.about-photo-caption { position: relative; z-index: 2; }
.about-photo-caption h3 {
  font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700;
  color: var(--white); margin-bottom: 4px;
}
.about-photo-caption p { font-size: 13px; color: var(--gold2); font-weight: 600; letter-spacing: .5px; }
.about-text-col {
  background: var(--navy); padding: 80px 72px;
  display: flex; flex-direction: column; justify-content: center;
}
.about-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold2); margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
}
.about-tag::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold2); }
.about-text-col h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px,2vw,44px); font-weight: 900; color: var(--white);
  line-height: 1.15; letter-spacing: -.5px; margin-bottom: 24px;
}
.about-text-col h2 em { font-style: italic; color: var(--gold2); }
.about-text-col p {
  font-size: 16px; font-weight: 300; color: rgba(255,255,255,.6);
  line-height: 1.8; margin-bottom: 32px;
}
.certs-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.cert-tag {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.6); padding: 5px 14px; border-radius: 3px;
  font-size: 11px; font-weight: 600; letter-spacing: .5px;
}
.about-cta {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold2); font-size: 14px; font-weight: 600; letter-spacing: .3px;
}
.about-cta::after { content: 'â†’'; transition: transform .2s; }
.about-cta:hover::after { transform: translateX(4px); }

/* â”€â”€ SERVICES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.services { background: var(--cream); padding: 80px 6%; }
.section-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.section-tag::before { content: ''; display: inline-block; width: 20px; height: 1px; background: var(--gold); }
.services-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 56px; flex-wrap: wrap; gap: 24px;
}
.services-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px,3.5vw,46px); font-weight: 900; color: var(--ink);
  letter-spacing: -1px; line-height: 1.1;
}
.services-link {
  color: var(--ink3); font-size: 14px; font-weight: 500;
  display: flex; align-items: center; gap: 6px;
  border-bottom: 1px solid var(--border); padding-bottom: 2px; transition: color .2s;
}
.services-link:hover { color: var(--gold); }
.services-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 1px; background: var(--border); border: 1px solid var(--border);
}
.service-card {
  background: var(--white); padding: 48px;
  position: relative; overflow: hidden; transition: all .3s;
}
.service-card::after {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--gold); transform: scaleY(0); transition: transform .3s; transform-origin: top;
}
.service-card:hover { background: var(--cream); }
.service-card:hover::after { transform: scaleY(1); }
.s-number {
  font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 900;
  color: var(--border); margin-bottom: 20px; line-height: 1;
}
.service-card h3 { font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 12px; letter-spacing: -.3px; }
.service-card p { font-size: 14px; color: var(--ink3); line-height: 1.7; margin-bottom: 20px; }
.s-badge {
  display: inline-block; padding: 4px 12px; border-radius: 2px;
  font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.b2b-badge { background: rgba(7,21,37,.08); color: var(--navy2); }
.b2c-badge { background: rgba(184,146,58,.1); color: #7A5A1A; }
.s-arrow { position: absolute; top: 48px; right: 48px; font-size: 20px; color: var(--border); transition: all .3s; }
.service-card:hover .s-arrow { color: var(--gold); transform: translate(3px,-3px); }

/* â”€â”€ COURSES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.courses { background: var(--navy); padding: 80px 6%; }
.courses-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 48px; border-bottom: 1px solid var(--border-d); padding-bottom: 24px;
}
.courses-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px,3vw,42px); font-weight: 900; color: var(--white); letter-spacing: -.8px;
}
.course-count { font-size: 13px; color: rgba(255,255,255,.3); font-weight: 300; }
.courses-list { display: flex; flex-direction: column; gap: 0; }
.course-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.06);
  transition: all .2s; gap: 24px;
}
.course-row:hover .course-name { color: var(--gold2); }
.course-row:hover .course-arrow { transform: translate(4px,-4px); color: var(--gold2); }
.course-left { display: flex; align-items: center; gap: 24px; flex: 1; }
.course-cat-pill {
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gold); background: rgba(184,146,58,.08);
  border: 1px solid rgba(184,146,58,.2); padding: 5px 12px; border-radius: 2px;
  white-space: nowrap; min-width: 90px; text-align: center;
}
.course-name { font-size: 16px; font-weight: 600; color: rgba(255,255,255,.85); letter-spacing: -.2px; transition: color .2s; }
.course-meta { display: flex; align-items: center; gap: 32px; }
.course-tag { font-size: 12px; color: rgba(255,255,255,.3); font-weight: 400; }
.course-arrow { font-size: 18px; color: rgba(255,255,255,.2); transition: all .2s; }
.courses-cta { margin-top: 40px; text-align: center; }

/* â”€â”€ TED QUOTE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ted-pull {
  background: var(--cream2); padding: 100px 6%;
  display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: center;
}
.ted-lbl {
  font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
}
.ted-lbl::before { content: ''; width: 24px; height: 1px; background: var(--gold); display: block; }
.ted-label-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px,2vw,28px); font-weight: 700; color: var(--ink);
  line-height: 1.3; margin-bottom: 20px;
}
.ted-label-col .ted-info { font-size: 13px; color: var(--ink3); line-height: 1.6; }
.ted-label-col .ted-play {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 24px;
  color: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: .5px;
  border-bottom: 1px solid var(--gold); padding-bottom: 2px;
}
.ted-quote-col blockquote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px,3vw,38px); font-weight: 700; color: var(--ink);
  line-height: 1.35; letter-spacing: -.5px; font-style: italic;
  position: relative; padding-left: 48px;
}
.ted-quote-col blockquote::before {
  content: '\201C'; position: absolute; left: 0; top: -16px;
  font-size: 100px; color: var(--gold); line-height: 1; font-style: normal;
  font-family: 'Playfair Display', serif;
}
.ted-quote-col cite {
  display: block; font-size: 14px; color: var(--ink3); font-style: normal;
  margin-top: 24px; padding-left: 48px; letter-spacing: .2px;
}

/* â”€â”€ CLIENTES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.clients-full { background: var(--white); padding: 80px 6%; }
.clients-full h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px,3vw,40px); font-weight: 900; color: var(--ink);
  letter-spacing: -.8px; margin-bottom: 8px;
}
.clients-full .sub { font-size: 16px; color: var(--ink3); margin-bottom: 56px; font-weight: 300; }
.clients-mosaic {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
  gap: 1px; background: var(--border); border: 1px solid var(--border);
}
.client-cell {
  background: var(--white); padding: 32px 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700; color: var(--ink3);
  letter-spacing: .5px; text-align: center; transition: all .25s; min-height: 90px;
}
.client-cell:hover { background: var(--cream); color: var(--ink); }

/* â”€â”€ DIAGNÃ“STICO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.diagnostic {
  background: var(--navy); padding: 80px 6%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.diag-left .section-tag { color: var(--gold2); }
.diag-left .section-tag::before { background: var(--gold2); }
.diag-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px,3vw,44px); font-weight: 900; color: var(--white);
  letter-spacing: -.8px; line-height: 1.15; margin-bottom: 20px;
}
.diag-left p { font-size: 16px; font-weight: 300; color: rgba(255,255,255,.55); line-height: 1.75; margin-bottom: 32px; }
.diag-points { display: flex; flex-direction: column; gap: 14px; }
.diag-point { display: flex; align-items: flex-start; gap: 14px; }
.diag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold2); margin-top: 7px; flex-shrink: 0; }
.diag-point span { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.6; }
.diag-form {
  background: rgba(255,255,255,.04); border: 1px solid var(--border-d);
  border-radius: 4px; padding: 48px;
}
.diag-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 700; color: var(--white); margin-bottom: 6px;
}
.diag-form-sub { font-size: 14px; color: rgba(255,255,255,.4); margin-bottom: 32px; line-height: 1.5; }
.form-field { margin-bottom: 18px; }
.form-field label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 8px;
}
.form-field input, .form-field select {
  width: 100%; padding: 13px 16px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 3px; font-size: 14px; color: var(--white);
  outline: none; transition: border-color .2s; font-family: 'Inter', sans-serif;
}
.form-field input::placeholder { color: rgba(255,255,255,.25); }
.form-field input:focus, .form-field select:focus { border-color: var(--gold2); }
.form-field select { color: rgba(255,255,255,.5); }
.form-field select option { background: var(--navy); color: var(--white); }
.form-submit-btn {
  width: 100%; padding: 16px;
  background: var(--gold); color: var(--white); border: none;
  border-radius: 3px; font-size: 13px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; transition: all .2s; margin-top: 8px;
}
.form-submit-btn:hover { background: var(--gold2); }
.form-note { font-size: 11px; color: rgba(255,255,255,.25); text-align: center; margin-top: 12px; line-height: 1.5; }

/* â”€â”€ CTA FINAL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cta-final {
  position: relative; padding: 120px 6%; text-align: center; overflow: hidden;
  background: var(--cream);
}
.cta-final::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 100%,rgba(184,146,58,.08) 0%,transparent 100%);
}
.cta-final .section-tag { justify-content: center; margin-bottom: 20px; }
.cta-final .section-tag::before { display: none; }
.cta-final h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px,5vw,60px); font-weight: 900; color: var(--ink);
  letter-spacing: -1.5px; line-height: 1.05; margin-bottom: 20px;
}
.cta-final h2 em { font-style: italic; color: var(--gold); }
.cta-final p {
  font-size: 17px; font-weight: 300; color: var(--ink3);
  max-width: 520px; margin: 0 auto 48px; line-height: 1.7;
}
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-dark {
  background: var(--navy); color: var(--white); border: none;
  padding: 18px 40px; border-radius: 4px; font-size: 14px; font-weight: 700;
  transition: all .25s; letter-spacing: .5px; text-transform: uppercase;
  display: inline-block; text-align: center;
}
.cta-dark:hover { background: var(--navy2); transform: translateY(-1px); }
.cta-gold-outline {
  background: transparent; border: 1.5px solid var(--gold); color: var(--gold);
  padding: 18px 40px; border-radius: 4px; font-size: 14px; font-weight: 700;
  transition: all .25s; letter-spacing: .5px; text-transform: uppercase;
  display: inline-block; text-align: center;
}
.cta-gold-outline:hover { background: var(--gold); color: var(--white); }

/* â”€â”€ FOOTER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.site-footer { background: var(--navy); border-top: 1px solid var(--border-d); }
.footer-top {
  padding: 64px 6%;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
}
.footer-brand .f-logo {
  font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700;
  color: var(--white); margin-bottom: 12px; text-decoration: none; display: inline-block;
}
.footer-brand .f-logo span { color: var(--gold2); }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,.35); line-height: 1.7; max-width: 240px; }
.footer-col h4 {
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold2); margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 13px; color: rgba(255,255,255,.4); transition: color .2s; }
.footer-col ul a:hover { color: var(--gold2); }
.footer-bottom {
  border-top: 1px solid var(--border-d); padding: 24px 6%;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.25); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12px; color: rgba(255,255,255,.25); transition: color .2s; }
.footer-bottom-links a:hover { color: var(--gold2); }

/* â”€â”€ INNER PAGES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.page-hero {
  background: var(--navy);
  padding: 120px 6% 60px;
}
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px,5vw,60px); font-weight: 900; color: var(--white);
  letter-spacing: -1px; line-height: 1.1; margin-bottom: 16px;
}
.page-hero p { font-size: 18px; color: rgba(255,255,255,.55); font-weight: 300; max-width: 560px; }
.page-content { padding: 60px 6%; max-width: 860px; }
.page-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px,3vw,36px); font-weight: 700; color: var(--ink);
  margin-bottom: 16px; letter-spacing: -.5px;
}
.page-content p { font-size: 16px; color: var(--ink2œ[ line-height: 1.8; margin-bottom: 20px; }

/* â”€â”€ RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1024px) {
  .impact-grid { grid-template-columns: repeat(2,1fr); }
  .impact-item:nth-child(2) { border-right: none; }
  .about-editorial { grid-template-columns: 1fr; }
  .about-photo-col { min-height: 400px; }
  .about-text-col { padding: 60px 40px; }
  .ted-pull { grid-template-columns: 1fr; gap: 48px; }
  .diagnostic { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-menu, .nav-actions { display: none; }
  .nav-toggle { display: flex; }
  .hero-photo-area { width: 100%; opacity: .25; }
  .hero-content { max-width: 100%; }
  .hero h1 { font-size: clamp(36px,8vw,52px); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 32px; }
  .course-left { flex-direction: column; align-items: flex-start; gap: 8px; }
  .course-meta { display: none; }
  .impact-grid { grid-template-columns: repeat(2,1fr); }
  .impact-item { padding: 32px 24px; }
  .about-text-col { padding: 48px 24px; }
  .diag-form { padding: 32px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }

  /* Mobile nav open state */
  .site-nav.mobile-open .nav-menu {
    display: flex; flex-direction: column;
    position: fixed; top: 68px; left: 0; right: 0;
    background: rgba(7,21,37,.98); padding: 24px 6%;
    gap: 1rem; border-bottom: 1px solid var(--border-d);
  }
  .site-nav.mobile-open .nav-actions {
    display: flex; flex-direction: column;
    position: fixed; top: 68px; left: 0; right: 0;
    background: rgba(7,21,37,.98);
    padding: 0 6% 24px; gap: 10px; border-bottom: 1px solid var(--border-d);
    margin-top: 200px;
  }
}
