:root {
  --gwin: #f79256;
  --gwin-strong: #ef7f3d;
  --gwin-soft: #fdf0e7;
  --ink: #14110f;
  --section: #f4f3f1;
  --muted: rgba(20, 17, 15, 0.7);
  --border: rgba(20, 17, 15, 0.15);
  --white: #ffffff;
  --radius: 24px;
  --header-h: 80px;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
section[id] { scroll-margin-top: calc(var(--header-h) + 16px); }
.container { width: min(100% - 40px, 1280px); margin-inline: auto; }
.center { text-align: center; }
.section-content-above { position: relative; z-index: 2; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(20,17,15,0.05); }
.header-container { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.header-logo { width: 128px; height: auto; }
.desktop-nav, .desktop-actions { display: none; }
.nav-link { font-size: 0.95rem; color: var(--ink); transition: color .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--gwin); font-weight: 600; }
.mobile-menu-toggle { width: 40px; height: 40px; border: 1px solid var(--border); background: #fff; color: var(--ink); border-radius: 14px; display: inline-grid; place-items: center; cursor: pointer; }
.menu-close-icon { display: none; font-size: 30px; line-height: 1; }
.mobile-menu-toggle.is-open .menu-open-icon { display: none; }
.mobile-menu-toggle.is-open .menu-close-icon { display: block; }
.mobile-panel { display: none; border-top: 1px solid rgba(20,17,15,0.06); background: #fff; padding: 16px 20px 24px; }
.mobile-panel.is-open { display: block; }
.mobile-nav { display: flex; flex-direction: column; }
.mobile-nav a { padding: 14px 0; border-bottom: 1px solid rgba(20,17,15,0.06); }
.mobile-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 12px 24px; font-weight: 600; font-size: 0.95rem; transition: transform .2s ease, background .2s ease, border-color .2s ease; white-space: nowrap; border: 1px solid transparent; cursor: pointer; }
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--gwin); color: #fff; box-shadow: 0 8px 24px -12px rgba(247,146,86,.95); }
.btn-primary:hover { background: var(--gwin-strong); }
.btn-outline { border-color: rgba(20,17,15,.25); color: var(--ink); background: transparent; }
.btn-outline:hover { background: rgba(20,17,15,.05); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: rgba(20,17,15,.9); }
.btn-small { padding: 10px 24px; font-size: .95rem; }
.big-button { margin-top: 22px; padding-inline: 40px; }

.hero-section {
  position: relative;
  min-height: calc(108svh - var(--header-h));
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
  isolation: isolate;
}

/* Background blend:
   Left side = grey
   Right side = neutral backing behind the man image */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: right center;
  background: transparent !important;
  transform: none;
  transform-origin: right center;
  pointer-events: none;
  user-select: none;
  opacity: 1;
  mix-blend-mode: normal;
  filter: none;
}

/* Left-side readable overlay.
   This sits over the background, but below the text. */
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 68%;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.82) 0%,
    rgba(255,255,255,0.62) 34%,
    rgba(255,255,255,0.24) 66%,
    rgba(255,255,255,0) 100%
  );
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 3;
  padding-block: 88px;
}
.hero-copy { max-width: 42rem; }
.hero-copy h1 { margin: 0; font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.08; letter-spacing: -0.045em; font-weight: 800; }
h1 span, h2 span, .problem-lead span, .big-statement span { color: var(--gwin); }
.hero-text { max-width: 34rem; margin: 24px 0 0; font-size: clamp(1rem, 1.5vw, 1.125rem); line-height: 1.7; color: rgba(20,17,15,.8); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.small-note { margin-top: 12px; font-size: .78rem; color: rgba(20,17,15,.6); }
.hero-awards { width: min(1240px, calc(100vw - 2.5rem)); margin-top: 80px; }

.awards-strip { width: 100%; display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.award-copy-wrap { display: flex; flex: 1; align-items: flex-start; gap: 20px; }
.award-icon { flex: 0 0 auto; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; border: 2px dashed var(--gwin); color: var(--gwin); font-size: 32px; line-height: 1; }
.award-copy { flex: 1; max-width: none; }
.award-copy p { margin: 0; font-weight: 600; line-height: 1.25; font-size: clamp(1rem, 1.5vw, 1.12rem); }
.award-copy p + p { margin-top: 4px; }
.award-video-link { flex-shrink: 0; }

.marketing-section { padding-block: clamp(80px, 8vw, 130px); }
.problem-section, .gwin-for-you-section, .what-section, .featured-awards { background: var(--section); }
.section-heading { max-width: 820px; margin-inline: auto; }
.section-label { margin: 0; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(20,17,15,.7); }
.section-heading h2, .topics-container h2, .what-container h2, .placeholder-card h1 { margin: 16px 0 0; font-size: clamp(2rem, 4vw, 3.05rem); line-height: 1.18; letter-spacing: -0.04em; font-weight: 800; }
.section-heading > p:not(.section-label), .topics-container p, .placeholder-card p { margin: 24px auto 0; max-width: 42rem; line-height: 1.7; color: rgba(20,17,15,.7); font-size: 1.05rem; }
.problem-lead { max-width: 64rem !important; font-size: clamp(1.25rem, 3.2vw, 2.5rem) !important; font-weight: 800; line-height: 1.25 !important; color: var(--ink) !important; }
.problem-grid { display: grid; gap: 20px; grid-template-columns: 1fr; margin-top: 56px; }
.problem-card { border: 1px solid var(--border); background: #fff; border-radius: 28px; padding: 32px 24px; text-align: center; box-shadow: 0 2px 10px -6px rgba(20,17,15,.15); }
.line-icon { font-size: 38px; line-height: 1; }
.problem-card p { margin: 24px 0 0; font-size: 1.05rem; font-weight: 600; line-height: 1.65; color: rgba(20,17,15,.85); }

.how-section, .topics-section { position: relative; overflow: hidden; background: #fff; }
.penguin-crop { position: absolute; z-index: 0; width: 290px; object-fit: contain; pointer-events: none; user-select: none; }
.penguin-right { right: -125px; transform: rotate(-58deg); transform-origin: center; }
.penguin-left { left: -125px; transform: translateY(-50%) rotate(58deg); transform-origin: center; }
.penguin-top { top: -24px; }
.penguin-gwin-for-you { top: 38%; }
.penguin-topics { top: 28%; }
.steps-wrap { position: relative; margin-top: 64px; }
.steps-line { display: none; position: absolute; left: 12.5%; right: 12.5%; top: 24px; z-index: 0; border-top: 2px dashed rgba(247,146,86,.6); }
.steps-grid { position: relative; z-index: 1; display: grid; gap: 40px; grid-template-columns: 1fr; }
.step-card { display: flex; align-items: center; text-align: center; flex-direction: column; }
.step-card span { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 14px; background: var(--gwin); color: #fff; font-size: 1.125rem; font-weight: 800; box-shadow: 0 2px 8px rgba(20,17,15,.08); }
.step-card h3 { margin: 20px 0 0; font-size: 1.12rem; }
.step-card p { margin: 8px 0 0; max-width: 190px; font-size: .9rem; line-height: 1.65; color: rgba(20,17,15,.7); }
.cta-row { margin-top: 56px; }
.solution-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  margin-top: 56px !important;
}

.solution-actions .btn {
  min-width: 220px !important;
}

@media (min-width: 640px) {
  .solution-actions {
    flex-direction: row !important;
  }
}
.big-statement { max-width: 760px; margin: 24px auto 0; font-size: clamp(1.55rem, 3.5vw, 2.7rem); line-height: 1.25; letter-spacing: -0.04em; font-weight: 800; }

.topics-container { display: grid; gap: 48px; align-items: center; }
.topics-container > div:first-child { max-width: 440px; }
.topic-grid { display: grid; grid-template-columns: 1fr; gap: 20px 16px; justify-content: center; }
.topic-card { width: 100%; border: 1px solid rgba(247,146,86,.7); border-radius: 28px; background: #fff; padding: 24px; min-height: 172px; }
.topic-icon { font-size: 24px; line-height: 1; }
.topic-card h3 { margin: 16px 0 0; color: var(--gwin); font-size: 1.1rem; }
.topic-card p { margin: 8px 0 0; font-size: .9rem; line-height: 1.65; color: rgba(20,17,15,.7); }

.what-container { display: grid; gap: 56px; align-items: center; }
.phone-wrap { display: flex; justify-content: center; }
.phone-wrap img { width: min(300px, 78vw); filter: drop-shadow(0 30px 50px rgba(20,17,15,.22)); }
.what-container h2 { margin-top: 16px; }
.info-card { margin-top: 28px; border-radius: 28px; padding: 24px; }
.info-card h3 { margin: 0; font-size: 1.12rem; }
.info-card ul { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.info-card li { position: relative; padding-left: 28px; font-size: .95rem; line-height: 1.65; color: rgba(20,17,15,.8); }
.info-card li::before { position: absolute; left: 0; top: .1rem; font-weight: 800; }
.is-card { border: 1px solid rgba(247,146,86,.7); background: rgba(253,240,231,.65); }
.is-card h3 { color: var(--gwin); }
.is-card li::before { content: "✓"; color: var(--gwin); }
.not-card { border: 1px solid var(--border); background: #fff; }
.not-card li { color: rgba(20,17,15,.7); }
.not-card li::before { content: "×"; color: rgba(20,17,15,.42); }

.testimonials-section { background: #fff; }
.testimonials-top { position: relative; overflow: hidden; padding-block: 48px 56px; }
.penguin-wave { position: absolute; left: 50%; top: 70px; z-index: 0; width: 340px; transform: translateX(-50%); pointer-events: none; user-select: none; }
.testimonial-grid { display: grid; gap: 20px; grid-template-columns: 1fr; margin-top: 32px; }
.testimonial-card { margin: 0; min-height: 100%; border: 1px solid var(--border); border-radius: 28px; background: #fff; padding: 20px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.testimonial-card blockquote { margin: 0; color: rgba(20,17,15,.8); font-size: .9rem; line-height: 1.65; font-style: italic; }
.testimonial-card figcaption { margin-top: 16px; font-size: .9rem; }
.testimonial-card strong, .testimonial-card span { display: block; }
.testimonial-card span { color: rgba(20,17,15,.6); margin-top: 2px; }
.featured-awards { padding-block: 32px 40px; }
.featured-list { margin: 18px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 40px; font-weight: 700; color: rgba(20,17,15,.8); }
.awards-bottom { margin-top: 32px; }
.awards-bottom .awards-strip { margin: 20px auto 0; max-width: 1050px; text-align: left; }

.final-cta-section {
  position: relative;
  min-height: 0;
  height: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #ffffff;
  isolation: isolate;
}

/* Background blend:
   Left side = grey
   Right side = neutral backing behind the man image */
.final-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
  pointer-events: none;
}

.final-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: 82% center;
  background: transparent !important;
  transform: none;
  transform-origin: right center;
  pointer-events: none;
  user-select: none;
  opacity: 1;
  mix-blend-mode: normal;
  filter: none;
}

/* Readability overlay.
   This sits above the background/man image but below the CTA text. */
.final-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.72) 0%,
    rgba(255,255,255,0.56) 38%,
    rgba(255,255,255,0.34) 68%,
    rgba(255,255,255,0.16) 100%
  );
  pointer-events: none;
}

.final-content {
  position: relative;
  z-index: 3;
  width: min(100% - 40px, 900px);
  max-width: 900px;
  margin-inline: auto;
  padding-block: 96px;
}

.final-content h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.final-content p {
  max-width: 660px;
  margin: 28px auto 0;
  line-height: 1.7;
  color: rgba(20, 17, 15, 0.8);
  font-size: 1.05rem;
}

.final-content p + p {
  margin-top: 16px;
}

.site-footer { background: var(--ink); color: rgba(255,255,255,.8); }
.footer-container { padding-block: 56px; }
.footer-brand { max-width: 390px; }
.footer-logo { width: 160px; height: auto; }
.footer-brand p { margin: 18px 0 0; font-size: .92rem; line-height: 1.65; }
.footer-note { color: rgba(255,255,255,.5); font-size: .78rem !important; }
.social-row { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.social-row a { display: inline-flex; align-items: center; justify-content: center; width: auto; height: auto; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; transition: opacity .2s ease, transform .2s ease; }
.social-row img { width: 26px; height: 26px; object-fit: contain; display: block; filter: none; }
.social-row a:hover { background: transparent; border-color: transparent; opacity: .85; transform: translateY(-1px); }
.footer-container { display: grid; gap: 40px; }
.footer-links-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; font-size: .9rem; }
.footer-links-grid h2 { margin: 0; color: #fff; font-size: .95rem; }
.footer-links-grid ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 9px; }
.footer-links-grid a:hover, .footer-bottom a:hover { color: #fff; }
.footer-bottom { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; color: rgba(255,255,255,.5); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 16px; }

.reveal { opacity: 0; transform: translateY(18px); filter: blur(4px); transition: opacity 600ms cubic-bezier(.16,1,.3,1) var(--delay,0ms), transform 600ms cubic-bezier(.16,1,.3,1) var(--delay,0ms), filter 600ms ease var(--delay,0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }

.contact-page { min-height: 100vh; background: #fff7ed; }
.contact-header { background: #ff914d; color: #fff; padding-top: env(safe-area-inset-top, 0px); }
.contact-topbar { display: flex; align-items: center; justify-content: space-between; padding: 16px; }
.back-button { display: inline-flex; align-items: center; gap: 8px; border: 0; background: transparent; color: inherit; border-radius: 8px; padding: 6px 12px; cursor: pointer; }
.back-button span:first-child { font-size: 1.6rem; line-height: 1; }
.contact-logo { display: flex; align-items: center; justify-content: center; padding: 8px 20px; }
.contact-logo img { height: 60px; width: auto; filter: drop-shadow(0 1px 2px rgba(0,0,0,.15)); }
.topbar-spacer { width: 64px; }
.contact-title { text-align: center; padding-bottom: 24px; }
.contact-title h1 { margin: 0; font-size: clamp(2rem, 5vw, 2.3rem); font-weight: 600; }
.contact-main { width: min(100% - 40px, 768px); margin: 0 auto; padding: 28px 0 calc(9rem + env(safe-area-inset-bottom, 0px)); color: #333; }
.contact-card { border: 1px solid #ffe1cf; background: #fff; border-radius: 28px; box-shadow: 0 1px 4px rgba(20,17,15,.05); padding: 22px; margin-bottom: 24px; }
.contact-card h2 { margin: 0 0 12px; font-size: clamp(1.25rem, 3vw, 1.55rem); }
.contact-card p { margin: 10px 0; line-height: 1.65; }
.contact-card a { color: #ff914d; font-weight: 700; text-decoration: underline; }
.muted { color: #757575; }
.orange-list { margin: 12px 0 0; padding-left: 20px; display: grid; gap: 10px; }
.orange-list li::marker { color: #ff914d; }

.legal-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(20,17,15,.07); }
.legal-header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; }
.legal-back { color: var(--ink); }
.legal-logo img { width: 145px; height: auto; }
.legal-main { background: #fff; padding: 32px 0 80px; min-height: 100vh; }
.legal-card { width: min(100% - 40px, 920px); margin: 0 auto; background: var(--section); border: 1px solid rgba(20,17,15,.10); border-radius: 28px; padding: clamp(24px, 5vw, 44px); box-shadow: 0 10px 40px -30px rgba(20,17,15,.25); }
.legal-card h1 { margin: 0 0 8px; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.15; }
.legal-card h2 { margin: 28px 0 10px; font-size: 1.25rem; line-height: 1.35; color: var(--ink); }
.legal-card h3 { margin: 20px 0 8px; font-size: 1.05rem; color: var(--ink); }
.legal-card p { margin: 7px 0; line-height: 1.7; color: rgba(20,17,15,.78); font-size: .96rem; }
.legal-card .legal-meta { color: rgba(20,17,15,.65); font-weight: 600; margin: 4px 0; }
.legal-space { height: 8px; }
.placeholder-page { min-height: 70vh; display: flex; align-items: center; background: var(--section); }
.placeholder-card { max-width: 760px; background: #fff; border: 1px solid rgba(20,17,15,.1); border-radius: 28px; padding: 48px 24px; }
.placeholder-card .btn { margin-top: 22px; }

@media (min-width: 640px) {
  .header-container { height: 80px; }
  .header-logo { width: 160px; }
  .problem-grid, .testimonial-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .topic-grid { grid-template-columns: repeat(2, 260px); }
  .awards-strip { flex-direction: row; align-items: center; justify-content: space-between; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

@media (min-width: 1024px) {
  .mobile-menu-toggle, .mobile-panel { display: none !important; }
  .desktop-nav { display: flex; align-items: center; gap: 36px; }
  .desktop-actions { display: flex; align-items: center; gap: 12px; }
  .hero-container { padding-block: 124px; }
  .problem-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .steps-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .steps-line { display: block; }
  .topics-container { grid-template-columns: 1fr 1.35fr; }
  .topic-grid { transform: translateX(-72px); }
  .what-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .footer-container { grid-template-columns: 1fr auto; align-items: start; }
  .footer-bottom { grid-column: 1 / -1; }
  .penguin-crop { width: 330px; }
  .penguin-right { right: -135px; }
  .penguin-left { left: -135px; }
}

@media (min-width: 1280px) {
  .topic-grid { transform: translateX(-96px); }
  .penguin-crop { width: 370px; }
  .penguin-right { right: -145px; }
  .penguin-left { left: -145px; }
}

@media (max-width: 760px) {
  /* hero/final background image mobile rules are handled in the final responsive section */
  .hero-overlay, .final-overlay { background: rgba(244,243,241,.8); }
  .hero-copy h1 br { display: none; }
  .penguin-crop { display: none; }
  .penguin-wave { width: 280px; opacity: .9; top: 90px; }
  .award-copy-wrap { gap: 14px; }
  .award-icon { width: 54px; height: 54px; font-size: 28px; }
  .contact-topbar { padding-inline: 12px; }
  .contact-logo img { height: 50px; }
}


/* ── Updated contact page ── */
.contact-marketing-main { background: var(--section); }
.contact-layout { display: grid; gap: 56px; align-items: start; padding-block: 64px 88px; }
.contact-intro h1 { margin: 16px 0 0; font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: 1.12; letter-spacing: -0.045em; font-weight: 800; }
.contact-intro p { margin: 24px 0 0; max-width: 470px; line-height: 1.7; color: rgba(20,17,15,.75); }
.contact-detail-list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 14px; color: rgba(20,17,15,.75); font-size: .95rem; }
.contact-detail-list li { display: flex; align-items: center; gap: 12px; }
.contact-detail-icon { width: 22px; color: var(--gwin); flex: 0 0 auto; text-align: center; font-weight: 800; }
.contact-detail-list a { color: var(--ink); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(247,146,86,.5); }
.contact-penguin { margin-top: 40px; width: 180px; }
.contact-form-card { border: 1px solid rgba(20,17,15,.15); background: #fff; border-radius: 28px; padding: clamp(24px, 4vw, 36px); box-shadow: 0 10px 40px -24px rgba(20,17,15,.35); }
.form-grid { display: grid; gap: 20px; }
.form-grid.two { grid-template-columns: 1fr; }
.form-label { display: block; font-size: .9rem; font-weight: 700; color: var(--ink); }
.form-input { margin-top: 8px; width: 100%; border-radius: 18px; border: 1px solid rgba(20,17,15,.15); background: #fff; padding: 13px 16px; font-size: .95rem; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-input::placeholder { color: rgba(20,17,15,.4); }
.form-input:focus { border-color: var(--gwin); box-shadow: 0 0 0 4px rgba(247,146,86,.12); }
textarea.form-input { min-height: 150px; resize: vertical; }
.contact-submit { width: 100%; margin-top: 28px; border: 0; }
.form-helper { margin: 12px 0 0; text-align: center; font-size: .8rem; color: rgba(20,17,15,.55); }
.form-status { margin: 12px 0 0; text-align: center; font-size: .82rem; font-weight: 700; color: var(--gwin); min-height: 1.2em; }
.contact-extra-grid { display: grid; gap: 20px; margin-top: 24px; }
.contact-mini-card { border: 1px solid rgba(20,17,15,.1); background: #fff; border-radius: 24px; padding: 22px; }
.contact-mini-card h2 { margin: 0 0 10px; font-size: 1.1rem; }
.contact-mini-card p { margin: 0 0 12px; color: rgba(20,17,15,.65); line-height: 1.55; font-size: .9rem; }
.contact-mini-card ul { margin: 0; padding-left: 20px; display: grid; gap: 8px; }
.contact-mini-card li::marker { color: var(--gwin); }
.contact-mini-card a { color: var(--gwin); font-weight: 700; text-decoration: underline; }

/* ── Updated legal pages ── */
.legal-main { background: #fff; }
.legal-card { background: var(--section); border-color: rgba(20,17,15,.1); }

@media (min-width: 640px) {
  .form-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .contact-penguin { width: 220px; }
}

@media (min-width: 1024px) {
  .contact-layout { grid-template-columns: 1fr 1.1fr; padding-block: 96px; }
}


/* ── Contact polish fix ── */
.page-contact .contact-marketing-main {
  background: var(--section);
}
.page-contact .contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: start;
  padding-block: 64px 88px;
}
.page-contact .contact-intro h1 {
  margin: 16px 0 0;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.page-contact .contact-intro p {
  margin: 24px 0 0;
  max-width: 470px;
  line-height: 1.7;
  color: rgba(20,17,15,.75);
}
.page-contact .contact-detail-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  gap: 14px;
  color: rgba(20,17,15,.75);
  font-size: .95rem;
}
.page-contact .contact-detail-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-contact .contact-detail-icon {
  width: 22px;
  color: var(--gwin);
  flex: 0 0 auto;
  text-align: center;
  font-weight: 800;
}
.page-contact .contact-detail-list a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(247,146,86,.5);
}
.page-contact .contact-penguin {
  margin-top: 40px;
  width: 180px;
  max-width: 100%;
}
.page-contact .contact-form-card {
  display: block;
  border: 1px solid rgba(20,17,15,.15);
  background: #fff;
  border-radius: 28px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 10px 40px -24px rgba(20,17,15,.35);
}
.page-contact .form-grid {
  display: grid;
  gap: 20px;
}
.page-contact .form-grid.two {
  grid-template-columns: 1fr;
}
.page-contact .form-label {
  display: block;
  font-size: .9rem;
  font-weight: 700;
  color: var(--ink);
}
.page-contact .form-input {
  display: block;
  margin-top: 8px;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(20,17,15,.15);
  background: #fff;
  padding: 13px 16px;
  font-size: .95rem;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.page-contact .form-input::placeholder {
  color: rgba(20,17,15,.4);
}
.page-contact .form-input:focus {
  border-color: var(--gwin);
  box-shadow: 0 0 0 4px rgba(247,146,86,.12);
}
.page-contact textarea.form-input {
  min-height: 150px;
  resize: vertical;
}
.page-contact .contact-submit {
  width: 100%;
  margin-top: 28px;
  border: 0;
}
.page-contact .form-helper {
  margin: 12px 0 0;
  text-align: center;
  font-size: .8rem;
  color: rgba(20,17,15,.55);
}
.page-contact .form-status {
  margin: 12px 0 0;
  text-align: center;
  font-size: .82rem;
  font-weight: 700;
  color: var(--gwin);
  min-height: 1.2em;
}
.page-contact .contact-extra-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}
.page-contact .contact-mini-card {
  border: 1px solid rgba(20,17,15,.1);
  background: #fff;
  border-radius: 24px;
  padding: 22px;
}
.page-contact .contact-mini-card h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}
.page-contact .contact-mini-card p {
  margin: 0 0 12px;
  color: rgba(20,17,15,.65);
  line-height: 1.55;
  font-size: .9rem;
}
.page-contact .contact-mini-card ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}
.page-contact .contact-mini-card li::marker {
  color: var(--gwin);
}
.page-contact .contact-mini-card a {
  color: var(--gwin);
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 640px) {
  .page-contact .form-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .page-contact .contact-penguin { width: 220px; }
}
@media (min-width: 1024px) {
  .page-contact .contact-layout { grid-template-columns: 1fr 1.1fr; padding-block: 96px; }
}

/* ── Legal polish fix ── */
.legal-main { background: #fff !important; }
.legal-card { background: var(--section) !important; border-color: rgba(20,17,15,.10) !important; }

/* =========================================================
   Penguin section-slot foundation
   Purpose:
   - Lock each standing penguin inside its own section
   - Keep the mascot behind the content
   - Leave all size/position tuning to the final tuning block
========================================================= */

/* Safety: hide any old loose penguin markup if it still exists */
.penguin-crop {
  display: none !important;
}

/* Keep these sections as their own positioning containers */
.how-section,
.gwin-for-you-section,
.topics-section,
.mascot-section {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

/* Keep original white sections white */
.how-section,
.topics-section {
  background: #fff;
}

/* Keep content above the mascot */
.mascot-section .container,
.mascot-section .section-content-above {
  position: relative;
  z-index: 2;
}

/* Section-local crop box */
.mascot-slot {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Penguin image inside the crop box */
.mascot-slot img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  object-fit: contain;
  transform-origin: center center;
}

/* Slot side placement */
.mascot-slot-right {
  right: 0;
}

.mascot-slot-left {
  left: 0;
}

/* Show mascots from tablet/desktop upward */
@media (min-width: 768px) {
  .mascot-slot {
    display: block;
  }
}

/* Hide mascots on small mobile */
@media (max-width: 760px) {
  .mascot-slot {
    display: none !important;
  }
}

/* =========================================================
   Final penguin tuning
   This is the only section you should manually tweak.

   Quick controls:
   - Size: change --penguin-img-w
   - Crop/space area: change --penguin-slot-w
   - Left/right off-screen amount: change --penguin-side-offset
   - Up/down: change --solution-top, --gwin-top, --topics-top

   Notes:
   - More negative side offset = more off-screen
   - Less negative side offset = more inward / more visible
   - Smaller top % = higher
   - Bigger top % = lower
========================================================= */

@media (min-width: 761px) {
  .mascot-section {
    /* Responsive size */
    --penguin-slot-w: clamp(441px, 35.7vw, 588px);
    --penguin-img-w: clamp(525px, 44.1vw, 714px);

    /* Responsive left/right position */
    --penguin-side-offset: clamp(-300px, -17vw, -205px);

    /* Vertical positions */
    --solution-top: 28%;
    --gwin-top: 42%;
    --topics-top: 28%;
  }

  .mascot-slot {
    width: var(--penguin-slot-w);
  }

  .mascot-slot img {
    width: var(--penguin-img-w);
  }

  /* Solution penguin: right side */
  .solution-mascot {
    top: 0;
    bottom: 0;
    height: auto;
  }

  .solution-mascot img {
    top: var(--solution-top);
    right: var(--penguin-side-offset);
    transform: translateY(-50%) rotate(-58deg);
  }

  /* Gwin for you penguin: left side */
  .gwin-for-you-mascot img {
    top: var(--gwin-top);
    left: var(--penguin-side-offset);
    transform: translateY(-50%) rotate(58deg);
  }

  /* Inside Gwin penguin: right side */
  .topics-mascot img {
    top: var(--topics-top);
    right: var(--penguin-side-offset);
    transform: translateY(-50%) rotate(-58deg);
  }
}

/* =========================================================
   CLEAN HOMEPAGE OVERRIDES
   Purpose:
   - One final source of truth for awards, testimonials, phone video,
     hero man background, and final CTA man background.
   - Avoid stacking old experimental man-background blocks.
========================================================= */

/* City of Cape Town award badge */
:root {
  --award-badge-size: clamp(30px, 6vw, 50px);
}

.awards-strip img.award-badge,
.award-copy-wrap img.award-badge,
.award-copy-wrap > img.award-badge {
  width: var(--award-badge-size) !important;
  height: var(--award-badge-size) !important;
  min-width: var(--award-badge-size) !important;
  min-height: var(--award-badge-size) !important;
  max-width: var(--award-badge-size) !important;
  max-height: var(--award-badge-size) !important;
  object-fit: contain !important;
  flex: 0 0 var(--award-badge-size) !important;
  display: block !important;
}

.award-copy-wrap {
  gap: clamp(10px, 1.4vw, 18px) !important;
  align-items: center !important;
}

.award-icon {
  display: none !important;
}

.hero-awards .award-copy p {
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

/* Bottom awards: keep text left, center only the video button */
.awards-bottom .awards-strip {
  align-items: flex-start !important;
  text-align: left !important;
}

.awards-bottom .award-copy-wrap {
  text-align: left !important;
  align-items: center !important;
}

.awards-bottom .award-copy,
.awards-bottom .award-copy p {
  text-align: left !important;
}

.awards-bottom .award-video-link {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center !important;
}

/* Testimonials: centered quote with name/title locked to bottom */
.testimonial-grid {
  align-items: stretch !important;
}

.testimonial-grid .testimonial-card {
  min-height: 360px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 28px 24px !important;
}

.testimonial-grid .testimonial-card blockquote {
  flex: 1 1 auto !important;
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.testimonial-grid .testimonial-card figcaption {
  margin-top: auto !important;
  width: 100% !important;
  text-align: center !important;
  padding-top: 20px !important;
}

.testimonial-grid .testimonial-card figcaption strong,
.testimonial-grid .testimonial-card figcaption span {
  display: block !important;
  text-align: center !important;
}

.testimonial-grid .testimonial-card figcaption span {
  margin-top: 4px !important;
}

/* =========================================================
   Static phone image + demo video popup
========================================================= */

/* Static phone image in the "What Gwin is" section */
.phone-image-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.phone-static-img {
  width: min(320px, 72vw) !important;
  height: auto !important;
  max-width: 100% !important;
  display: block !important;
  filter: drop-shadow(0 30px 50px rgba(20, 17, 15, 0.22)) !important;
}

/* Demo video modal */
.demo-video-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
}

.demo-video-modal.is-open {
  display: flex !important;
}

.demo-video-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(20, 17, 15, 0.78) !important;
  backdrop-filter: blur(8px) !important;
}

.demo-video-dialog {
  position: relative !important;
  z-index: 2 !important;
  width: min(960px, 100%) !important;
  border-radius: 28px !important;
  background: #000 !important;
  overflow: hidden !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35) !important;
}

.demo-video-player {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 82vh !important;
  background: #000 !important;
}

.demo-video-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 3 !important;

  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 999px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--ink) !important;

  font-size: 28px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

@media (max-width: 760px) {
  .phone-static-img {
    width: min(360px, 92vw) !important;
  }

  .demo-video-modal {
    padding: 14px !important;
  }

  .demo-video-dialog {
    border-radius: 22px !important;
  }

  .demo-video-close {
    top: 8px !important;
    right: 8px !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 24px !important;
  }
}


/* =========================================================
   RESPONSIVE MAN BACKGROUNDS
   This keeps the flexible behavior:
   - images fill their section
   - hero and final CTA are tuned separately
   - no fixed width/right variable system
========================================================= */

/* Large screens */
@media (min-width: 1201px) {
  .hero-section {
    min-height: calc(108svh - var(--header-h)) !important;
  }

  .hero-container {
    padding-block: 124px !important;
  }

  .hero-bg {
    /*
      Move up/down without leaving gaps:
      - top: -32px moves the image up
      - height adds back coverage at the bottom
      Increase both together if you move it more.
    */
    top: -32px !important;
    bottom: auto !important;
    height: calc(100% + 64px) !important;

    object-fit: cover !important;
    object-position: 76% center !important;

    /*
      Increase/decrease the man size here.
      1.00 = normal, 1.04 = slightly larger, 1.08 = larger.
    */
    transform: scale(1) !important;
    transform-origin: right center !important;
  }

  .final-bg {
  position: absolute !important;

  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;

  width: 100% !important;
  height: 100% !important;

  max-width: none !important;
  max-height: none !important;

  object-fit: cover !important;
  object-position: right center !important;

  transform: none !important;
  transform-origin: right center !important;

  opacity: 1 !important;
 }
}

/* Laptop / smaller desktop */
@media (max-width: 1200px) and (min-width: 901px) {
  .hero-section {
    min-height: calc(100svh - var(--header-h)) !important;
  }

  .hero-container {
    padding-block: 112px !important;
  }

  .hero-bg {
    top: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    object-position: 72% center !important;
    transform: none !important;
  }

  .final-bg {
    object-fit: cover !important;
    object-position: 76% center !important;
    transform:  !important;
    opacity: 1 !important;
  }

  .hero-overlay {
    width: 76% !important;
    background: linear-gradient(
      90deg,
      rgba(255,255,255,0.88) 0%,
      rgba(255,255,255,0.68) 40%,
      rgba(255,255,255,0.36) 72%,
      rgba(255,255,255,0) 100%
    ) !important;
  }

  .final-content {
    padding-block: 120px !important;
  }
}

/* Tablet */
@media (max-width: 900px) and (min-width: 761px) {
  .hero-bg {
    object-position: 70% center !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .final-bg {
    object-position: 70% center !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .hero-overlay,
  .final-overlay {
    width: 100% !important;
    background: rgba(255,255,255,0.68) !important;
  }

  .final-content {
    padding-block: 76px !important;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .hero-bg {
    object-position: 68% center !important;
    transform: none !important;
    opacity: 0.22 !important;
  }

  .final-bg {
    object-position: 68% center !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .hero-overlay,
  .final-overlay {
    width: 100% !important;
    background: rgba(255,255,255,0.76) !important;
  }

  .testimonial-grid .testimonial-card {
    min-height: 300px !important;
  }

  .awards-bottom .awards-strip {
    text-align: left !important;
    align-items: stretch !important;
  }

  .awards-bottom .award-video-link {
    margin-top: 24px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-self: center !important;
  }

  

  .final-content {
    padding-block: 64px !important;
  }
}
