/* Exec Career Coach static website
   Upload index.html, styles.css, script.js and /assets to your IONOS webspace.
*/

:root {
  --navy: #081f34;
  --navy-2: #0d2a44;
  --charcoal: #2c2c2c;
  --gold: #b89b5e;
  --gold-light: #d8bd81;
  --white: #ffffff;
  --offwhite: #f7f7f4;
  --line: #e5e0d6;
  --muted: #667085;
  --shadow: 0 22px 60px rgba(8, 31, 52, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.top-strip {
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
}
.strip-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
}
.strip-right em {
  color: var(--gold-light);
  font-style: normal;
  margin: 0 10px;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 24px;
}
.logo {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  color: var(--navy);
  letter-spacing: 2px;
  min-width: 190px;
}
.logo span {
  font-family: var(--serif);
  font-size: 28px;
}
.logo small {
  font-size: 14px;
  letter-spacing: 8px;
  margin-left: 8px;
  color: var(--charcoal);
}
.nav-links {
  display: flex;
  gap: 26px;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .5px;
}
.nav-links a {
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 100%;
  bottom: -8px;
  background: var(--gold);
  transition: right .25s ease;
}
.nav-links a:hover::after { right: 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 24px;
  border-radius: 2px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #0b1f33;
}
.btn-outline {
  border-color: rgba(255,255,255,.65);
  color: var(--white);
}
.nav-cta { white-space: nowrap; }

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 10px;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--navy);
  margin: 5px 0;
}

.hero {
  color: var(--white);
  background:
    radial-gradient(circle at 75% 45%, rgba(216,189,129,.22), transparent 24%),
    linear-gradient(90deg, rgba(8,31,52,0.98) 0%, rgba(8,31,52,0.92) 45%, rgba(8,31,52,0.55) 100%),
    linear-gradient(135deg, #061a2b, #173955);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 560px;
  align-items: center;
  gap: 40px;
}
.eyebrow {
  color: var(--gold-light);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.8px;
  font-size: 12px;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.06;
  font-size: clamp(44px, 5vw, 68px);
  margin: 0 0 24px;
}
.hero h1 span { color: var(--gold-light); }
.hero-copy {
  max-width: 620px;
  font-size: 18px;
  color: rgba(255,255,255,.9);
  margin-bottom: 26px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}
.trust-item {
  display: flex;
  gap: 12px;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.25);
  padding-right: 14px;
  font-size: 13px;
}
.trust-item:last-child { border-right: 0; }
.trust-item svg {
  width: 36px;
  height: 36px;
  min-width: 36px;
  stroke: var(--gold-light);
  fill: none;
  stroke-width: 1.7;
}
.trust-item strong {
  font-family: var(--serif);
  color: var(--gold-light);
  display: block;
  font-size: 24px;
  line-height: 1;
}

.hero-portrait {
  min-height: 500px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.portrait-card {
  width: min(420px, 100%);
  height: 430px;
  border-radius: 220px 220px 12px 12px;
  background:
    radial-gradient(circle at 50% 28%, #d5aa88 0 10%, #b78061 10% 15%, transparent 16%),
    radial-gradient(circle at 50% 42%, #1a2f48 0 24%, transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0)),
    linear-gradient(135deg, #d8dee4, #7f8b95);
  position: relative;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.portrait-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 95px;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #c99474;
  box-shadow:
    0 -42px 0 -18px #4b4c4f,
    0 76px 0 22px #f8f8f8,
    0 92px 0 55px #102b46;
}
.portrait-card::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 110px;
  background: linear-gradient(0deg, rgba(8,31,52,.95), transparent);
}

.section { padding: 72px 0; }
.section-white { background: var(--white); }
.section-heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 36px;
}
h2 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.15;
  font-size: clamp(32px, 3.2vw, 44px);
  margin: 0 0 12px;
}
h3 {
  font-family: var(--serif);
  color: var(--navy);
  line-height: 1.2;
  margin: 0 0 12px;
  font-size: 21px;
}
.section-heading p {
  margin: 0;
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 22px;
}
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.five { grid-template-columns: repeat(5, 1fr); }
.info-card, .service-card {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 32px 24px;
  text-align: center;
  min-height: 260px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.info-card:hover, .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(8,31,52,.10);
  border-color: rgba(184,155,94,.45);
}
.icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 18px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.6;
}
.info-card p, .service-card p {
  color: #4f5965;
  font-size: 14px;
  margin: 0;
}
.service-card a {
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
}

.split-dark {
  background: linear-gradient(135deg, var(--navy), #061927);
  color: var(--white);
  padding: 72px 0;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.split-dark h2 { color: var(--white); }
.split-dark p { color: rgba(255,255,255,.86); }
.tick-list {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}
.tick-list.two-col {
  columns: 2;
  column-gap: 32px;
}
.tick-list li {
  break-inside: avoid;
  margin: 10px 0;
  padding-left: 28px;
  position: relative;
  color: rgba(255,255,255,.92);
}
.tick-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--navy);
  background: var(--gold-light);
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.testimonials {
  background: var(--navy);
  color: var(--white);
  padding: 56px 0;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: .8fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.testimonials h2 { color: var(--white); }
blockquote {
  margin: 0;
  border-left: 2px solid var(--gold);
  padding: 0 0 0 22px;
  color: rgba(255,255,255,.9);
}
blockquote::before {
  content: "“";
  display: block;
  font-size: 56px;
  line-height: .7;
  color: var(--gold-light);
  font-family: var(--serif);
}
cite {
  display: block;
  margin-top: 16px;
  color: var(--gold-light);
  font-style: normal;
  font-size: 13px;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.insight-grid article {
  background: var(--offwhite);
  border: 1px solid var(--line);
  padding: 26px;
  min-height: 210px;
}
.insight-grid span {
  display: inline-block;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.insight-grid a {
  font-weight: 800;
  color: var(--navy);
  font-size: 13px;
}

.cta-section {
  background:
    linear-gradient(90deg, rgba(8,31,52,.96), rgba(8,31,52,.86)),
    linear-gradient(135deg, #23384d, #0b1f33);
  color: var(--white);
  padding: 70px 0;
}
.cta-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.cta-section h2 { color: var(--white); }
.contact-form {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  padding: 28px;
}
.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 14px;
}
input, select, textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.94);
  padding: 13px 14px;
  font: inherit;
}
textarea { resize: vertical; }
.form-note {
  color: rgba(255,255,255,.75);
  font-size: 13px;
  margin-bottom: 0;
}

.site-footer {
  background: var(--offwhite);
  color: var(--charcoal);
  padding: 52px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.4fr 1fr;
  gap: 40px;
}
.footer-logo { margin-bottom: 14px; }
.site-footer h3 {
  font-family: var(--sans);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.site-footer a {
  display: block;
  margin: 7px 0;
  color: #424b57;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}
.footer-bottom a {
  display: inline-block;
  margin-left: 18px;
}

@media (max-width: 1050px) {
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .nav-links.open {
    display: flex;
    position: absolute;
    left: 0; right: 0; top: 74px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 30px;
  }
  .hero-grid, .split-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 64px 0; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .card-grid.four, .card-grid.five, .insight-grid, .testimonial-grid, .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-portrait { min-height: 340px; }
  .portrait-card { height: 330px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .top-strip { display: none; }
  .logo span { font-size: 22px; }
  .logo small { font-size: 12px; letter-spacing: 6px; }
  .hero h1 { font-size: 40px; }
  .hero-actions { display: grid; }
  .trust-row, .card-grid.four, .card-grid.five, .insight-grid, .testimonial-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .tick-list.two-col { columns: 1; }
  .footer-bottom { flex-direction: column; }
}
