/* =========================================

   In-Spire Consultancy — Global Styles

   Brand: Navy Blue #1B3A8C + Gold #F5C518

   ========================================= */



@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap');



*, *::before, *::after {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



:root {

  --navy: #1B3A8C;

  --navy-dark: #0F2454;

  --navy-light: #2A4FA8;

  --gold: #F5C518;

  --gold-light: #FAD860;

  --gold-dark: #D4A810;

  --white: #FFFFFF;

  --off-white: #F5F6F8;

  --gray-100: #F0F1F5;

  --gray-200: #E2E4EA;

  --gray-300: #C8CBD6;

  --gray-500: #8A8FA3;

  --gray-700: #4A4F63;

  --gray-900: #1A1D2B;

  --text-dark: #1A1D2B;

  --text-body: #4A4F63;

  --font-display: 'Playfair Display', Georgia, serif;

  --font-body: 'Inter', -apple-system, sans-serif;

  --max-w: 1200px;

  --radius: 12px;

  --shadow: 0 4px 24px rgba(27,58,140,0.08);

  --shadow-lg: 0 16px 60px rgba(27,58,140,0.12);

}



html {

  scroll-behavior: smooth;

  font-size: 16px;

}



body {

  font-family: var(--font-body);

  color: var(--text-body);

  background: var(--white);

  line-height: 1.7;

  -webkit-font-smoothing: antialiased;

}



img {

  max-width: 100%;

  display: block;

}



a {

  color: inherit;

  text-decoration: none;

}



.container {

  max-width: var(--max-w);

  margin: 0 auto;

  padding: 0 40px;

}



/* =========================================
/* =========================================

   HERO SECTION

   ========================================= */

.hero {

  min-height: 100vh;

  background: var(--navy);

  position: relative;

  overflow: hidden;

  display: flex;

  align-items: center;

}



.hero::before {

  content: '';

  position: absolute;

  inset: 0;

  background:

    radial-gradient(ellipse at 20% 50%, rgba(245,197,24,0.08) 0%, transparent 60%),

    radial-gradient(ellipse at 80% 20%, rgba(42,79,168,0.5) 0%, transparent 50%);

}



.hero::after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 200px;

  background: linear-gradient(to top, var(--white), transparent);

}



.hero__bg-pattern {

  position: absolute;

  inset: 0;

  opacity: 0.04;

  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

}



.hero__content {

  position: relative;

  z-index: 1;

  max-width: var(--max-w);

  margin: 0 auto;

  padding: 120px 40px 180px;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 80px;

  align-items: center;

  width: 100%;

}



.hero__text {

  color: var(--white);

}



.hero__eyebrow {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  font-size: 0.8rem;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;

  color: var(--gold);

  margin-bottom: 28px;

}



.hero__eyebrow::before {

  content: '';

  display: block;

  width: 32px;

  height: 2px;

  background: var(--gold);

}



.hero__title {

  font-family: var(--font-display);

  font-size: clamp(2.4rem, 4.5vw, 3.8rem);

  font-weight: 700;

  line-height: 1.15;

  color: var(--white);

  margin-bottom: 28px;

}



.hero__title .gold {

  color: var(--gold);

  display: block;

}



.hero__subtitle {

  font-size: 1.15rem;

  font-weight: 300;

  color: rgba(255,255,255,0.7);

  line-height: 1.8;

  margin-bottom: 44px;

  max-width: 520px;

}



.hero__actions {

  display: flex;

  gap: 16px;

  flex-wrap: wrap;

}



.btn {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 14px 32px;

  border-radius: 50px;

  font-family: var(--font-body);

  font-size: 0.9rem;

  font-weight: 600;

  letter-spacing: 0.5px;

  cursor: pointer;

  transition: all 0.25s ease;

  border: none;

}



.btn--primary {

  background: var(--gold);

  color: var(--navy-dark);

}



.btn--primary:hover {

  background: var(--gold-light);

  transform: translateY(-2px);

  box-shadow: 0 8px 24px rgba(245,197,24,0.35);

}



.btn--outline {

  background: transparent;

  color: var(--white);

  border: 1.5px solid rgba(255,255,255,0.3);

}



.btn--outline:hover {

  background: rgba(255,255,255,0.08);

  border-color: rgba(255,255,255,0.5);

}



.hero__photo-area {

  display: flex;

  justify-content: center;

  align-items: flex-end;

  gap: 20px;

  padding-bottom: 20px;

}



.hero__photo-main {

  position: relative;

  width: min(320px, 80vw);

  height: min(420px, 55vw);

  border-radius: 160px 160px 40px 40px;

  overflow: hidden;

  box-shadow: var(--shadow-lg);

  border: 3px solid var(--gold);

}



.hero__photo-main img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.hero__photo-badge {

  position: absolute;

  bottom: 24px;

  left: 24px;

  background: rgba(27,58,140,0.92);

  backdrop-filter: blur(12px);

  border: 1px solid rgba(245,197,24,0.3);

  border-radius: 12px;

  padding: 12px 18px;

  color: var(--white);

}



.hero__photo-badge-title {

  font-size: 0.65rem;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: var(--gold);

  margin-bottom: 2px;

}



.hero__photo-badge-text {

  font-size: 0.78rem;

  font-weight: 500;

  line-height: 1.3;

}



.hero__stats {

  position: absolute;

  bottom: 40px;

  left: 50%;

  transform: translateX(-50%);

  display: flex;

  gap: 0;

  z-index: 2;

}



.hero__stat {

  text-align: center;

  padding: 20px 40px;

  border-right: 1px solid rgba(255,255,255,0.1);

  color: var(--white);

}



.hero__stat:last-child {

  border-right: none;

}



.hero__stat-number {

  font-family: var(--font-display);

  font-size: 2.2rem;

  font-weight: 700;

  color: var(--gold);

  line-height: 1;

  margin-bottom: 6px;

}



.hero__stat-label {

  font-size: 0.78rem;

  color: rgba(255,255,255,0.6);

  letter-spacing: 0.5px;

}



/* =========================================

   SECTIONS — COMMON

   ========================================= */

.section {

  padding: 100px 0;

}



.section--navy {

  background: var(--navy);

  color: var(--white);

}



.section--offwhite {

  background: var(--off-white);

}



.section__header {

  text-align: center;

  max-width: 700px;

  margin: 0 auto 64px;

}



.section__eyebrow {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  font-size: 0.78rem;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;

  color: var(--gold);

  margin-bottom: 16px;

}



.section__eyebrow::before,

.section__eyebrow::after {

  content: '';

  display: block;

  width: 24px;

  height: 1.5px;

  background: var(--gold);

}



.section__title {

  font-family: var(--font-display);

  font-size: clamp(2rem, 3.5vw, 3rem);

  font-weight: 700;

  line-height: 1.2;

  color: var(--navy);

  margin-bottom: 20px;

}



.section--navy .section__title {

  color: var(--white);

}



.section__subtitle {

  font-size: 1.05rem;

  color: var(--text-body);

  line-height: 1.8;

}



.section--navy .section__subtitle {

  color: rgba(255,255,255,0.65);

}



/* =========================================

   CARDS

   ========================================= */

.cards-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  gap: 24px;

}



.card {

  background: var(--white);

  border-radius: var(--radius);

  padding: 36px;

  box-shadow: var(--shadow);

  border: 1px solid var(--gray-100);

  transition: all 0.3s ease;

}



.card:hover {

  transform: translateY(-4px);

  box-shadow: var(--shadow-lg);

}



.card__icon {

  width: 56px;

  height: 56px;

  background: linear-gradient(135deg, var(--navy), var(--navy-light));

  border-radius: 14px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 24px;

  font-size: 1.4rem;

}



.card__title {

  font-family: var(--font-display);

  font-size: 1.25rem;

  font-weight: 600;

  color: var(--navy);

  margin-bottom: 12px;

}



.card__text {

  font-size: 0.92rem;

  color: var(--text-body);

  line-height: 1.7;

}



/* =========================================

   CTA BAND

   ========================================= */

.cta-band {

  background: linear-gradient(135deg, var(--gold), var(--gold-dark));

  padding: 72px 0;

  text-align: center;

}



.cta-band__title {

  font-family: var(--font-display);

  font-size: clamp(1.8rem, 3vw, 2.6rem);

  font-weight: 700;

  color: var(--navy-dark);

  margin-bottom: 16px;

}



.cta-band__sub {

  color: rgba(27,58,140,0.7);

  font-size: 1.05rem;

  margin-bottom: 32px;

}



.btn--navy {

  background: var(--navy);

  color: var(--white);

}



.btn--navy:hover {

  background: var(--navy-dark);

  transform: translateY(-2px);

  box-shadow: 0 8px 24px rgba(27,58,140,0.3);

}



.btn--white {

  background: var(--white);

  color: var(--navy);

}



.btn--white:hover {

  background: var(--gray-100);

  transform: translateY(-2px);

}



/* =========================================

   FOOTER

   ========================================= */

.footer {

  background: var(--gray-900);

  color: rgba(255,255,255,0.6);

  padding: 64px 0 32px;

}



.footer__inner {

  max-width: var(--max-w);

  margin: 0 auto;

  padding: 0 40px;

}



.footer__top {

  display: grid;

  grid-template-columns: 2fr 1fr 1fr 1fr;

  gap: 48px;

  padding-bottom: 48px;

  border-bottom: 1px solid rgba(255,255,255,0.08);

  margin-bottom: 32px;

}



.footer__brand-name {

  font-family: var(--font-display);

  font-size: 1.3rem;

  font-weight: 600;

  color: var(--white);

  margin-bottom: 12px;

}



.footer__tagline {

  font-size: 0.88rem;

  color: rgba(255,255,255,0.4);

  margin-bottom: 20px;

  line-height: 1.6;

}



.footer__contact-item {

  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 0.85rem;

  margin-bottom: 10px;

  color: rgba(255,255,255,0.5);

}



.footer__contact-item a {

  color: rgba(255,255,255,0.5);

  transition: color 0.2s;

}



.footer__contact-item a:hover {

  color: var(--gold);

}



.footer__col-title {

  font-size: 0.75rem;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: rgba(255,255,255,0.4);

  margin-bottom: 20px;

}



.footer__links {

  list-style: none;

  display: flex;

  flex-direction: column;

  gap: 12px;

}



.footer__links a {

  font-size: 0.88rem;

  color: rgba(255,255,255,0.5);

  transition: color 0.2s;

}



.footer__links a:hover {

  color: var(--gold);

}



.footer__bottom {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.footer__copy {

  font-size: 0.8rem;

  color: rgba(255,255,255,0.3);

}



/* =========================================

   PAGE-SPECIFIC: PHILOSOPHY

   ========================================= */

.philosophy-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 64px;

  align-items: center;

  margin-bottom: 80px;

}



.philosophy-grid.reverse {

  direction: rtl;

}



.philosophy-grid.reverse > * {

  direction: ltr;

}



.philosophy-text__tag {

  display: inline-block;

  font-size: 0.75rem;

  font-weight: 600;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: var(--gold);

  margin-bottom: 16px;

}



.philosophy-text__title {

  font-family: var(--font-display);

  font-size: 2rem;

  font-weight: 700;

  color: var(--navy);

  margin-bottom: 20px;

  line-height: 1.3;

}



.philosophy-text__body {

  font-size: 0.95rem;

  color: var(--text-body);

  line-height: 1.85;

  margin-bottom: 16px;

}



.philosophy-visual {

  background: var(--navy);

  border-radius: 24px;

  padding: 48px;

  text-align: center;

  position: relative;

  overflow: hidden;

}



.philosophy-visual::before {

  content: '';

  position: absolute;

  inset: 0;

  background: radial-gradient(ellipse at center, rgba(245,197,24,0.12), transparent 70%);

}



.philosophy-visual__quote {

  font-family: var(--font-display);

  font-size: 1.6rem;

  font-style: italic;

  color: var(--white);

  line-height: 1.5;

  margin-bottom: 24px;

  position: relative;

}



.philosophy-visual__author {

  font-size: 0.85rem;

  color: var(--gold);

  font-weight: 500;

  letter-spacing: 1px;

}



.philosophy-difference {

  background: var(--off-white);

  border-radius: 20px;

  padding: 56px;

  margin-top: 80px;

}



.philosophy-difference__title {

  font-family: var(--font-display);

  font-size: 1.6rem;

  font-weight: 700;

  color: var(--navy);

  text-align: center;

  margin-bottom: 48px;

}



.diff-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 0;

  border-radius: 16px;

  overflow: hidden;

  box-shadow: var(--shadow);

}



.diff-col {

  padding: 48px;

}



.diff-col--wrong {

  background: #FFF5F5;

  border-right: 1px solid var(--gray-200);

}



.diff-col--right {

  background: #F0F8EE;

}



.diff-col__label {

  font-size: 0.72rem;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  margin-bottom: 20px;

}



.diff-col--wrong .diff-col__label { color: #D9534F; }

.diff-col--right .diff-col__label { color: #5CB85C; }



.diff-col__title {

  font-family: var(--font-display);

  font-size: 1.2rem;

  font-weight: 600;

  color: var(--navy);

  margin-bottom: 16px;

}



.diff-item {

  display: flex;

  align-items: flex-start;

  gap: 10px;

  font-size: 0.88rem;

  color: var(--text-body);

  margin-bottom: 12px;

  line-height: 1.5;

}



.diff-item::before {

  content: '✓';

  flex-shrink: 0;

  font-weight: 700;

}



.diff-col--wrong .diff-item::before { content: '✗'; color: #D9534F; }

.diff-col--right .diff-item::before { content: '✓'; color: #5CB85C; }



/* =========================================

   PAGE-SPECIFIC: SIMON

   ========================================= */

.simon-hero {

  padding-top: 140px;

  padding-bottom: 80px;

  background: var(--navy);

  color: var(--white);

}



.simon-hero__inner {

  max-width: var(--max-w);

  margin: 0 auto;

  padding: 0 40px;

  display: grid;

  grid-template-columns: 380px 1fr;

  gap: 72px;

  align-items: center;

}



.simon-photo {

  position: relative;

}



.simon-photo__frame {

  width: 100%;

  aspect-ratio: 3/4;

  border-radius: 24px;

  overflow: hidden;

  border: 3px solid var(--gold);

  box-shadow: var(--shadow-lg);

}



.simon-photo__frame img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.simon-photo__badge {

  position: absolute;

  bottom: -16px;

  right: -16px;

  background: var(--gold);

  color: var(--navy-dark);

  font-weight: 700;

  font-size: 0.8rem;

  padding: 12px 20px;

  border-radius: 12px;

  box-shadow: 0 4px 16px rgba(245,197,24,0.4);

}



.simon-intro__eyebrow {

  font-size: 0.78rem;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;

  color: var(--gold);

  margin-bottom: 20px;

}



.simon-intro__name {

  font-family: var(--font-display);

  font-size: clamp(2.2rem, 3.5vw, 3rem);

  font-weight: 700;

  color: var(--white);

  margin-bottom: 8px;

}



.simon-intro__title {

  font-size: 1rem;

  color: rgba(255,255,255,0.6);

  margin-bottom: 28px;

}



.simon-intro__quote {

  font-family: var(--font-display);

  font-size: 1.25rem;

  font-style: italic;

  color: rgba(255,255,255,0.85);

  line-height: 1.6;

  border-left: 3px solid var(--gold);

  padding-left: 20px;

  margin-bottom: 32px;

}



.exp-tags {

  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin-bottom: 32px;

}



.exp-tag {

  background: rgba(245,197,24,0.15);

  border: 1px solid rgba(245,197,24,0.3);

  color: var(--gold);

  font-size: 0.78rem;

  font-weight: 500;

  padding: 6px 14px;

  border-radius: 50px;

}



/* Simon experience timeline */

.simon-exp {

  padding: 80px 0;

}



.exp-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 32px;

  margin-bottom: 56px;

}



.exp-card {

  background: var(--white);

  border-radius: var(--radius);

  padding: 32px;

  box-shadow: var(--shadow);

  border-top: 3px solid var(--gold);

  text-align: center;

}



.exp-card__number {

  font-family: var(--font-display);

  font-size: 3rem;

  font-weight: 700;

  color: var(--navy);

  line-height: 1;

  margin-bottom: 8px;

}



.exp-card__label {

  font-size: 0.85rem;

  color: var(--text-body);

}



.exp-card__sublabel {

  font-size: 0.75rem;

  color: var(--gray-500);

  margin-top: 4px;

}



.timeline {

  position: relative;

  max-width: 800px;

  margin: 0 auto;

}



.timeline::before {

  content: '';

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  top: 0;

  bottom: 0;

  width: 2px;

  background: var(--gray-200);

}



.timeline-item {

  display: flex;

  gap: 40px;

  margin-bottom: 40px;

  position: relative;

}



.timeline-item::before {

  content: '';

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  top: 8px;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  background: var(--gold);

  border: 3px solid var(--white);

  box-shadow: 0 0 0 2px var(--gold);

}



.timeline-item:nth-child(even) .timeline__left { order: 2; }

.timeline-item:nth-child(even) .timeline__right { order: 1; text-align: right; }



.timeline__left, .timeline__right {

  flex: 1;

}



.timeline__year {

  font-size: 0.78rem;

  font-weight: 600;

  color: var(--gold);

  letter-spacing: 1px;

  margin-bottom: 4px;

}



.timeline__role {

  font-weight: 600;

  color: var(--navy);

  font-size: 1rem;

  margin-bottom: 4px;

}



.timeline__company {

  font-size: 0.85rem;

  color: var(--text-body);

}



/* =========================================

   PAGE-SPECIFIC: SERVICES

   ========================================= */

.services-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

  gap: 28px;

}



.service-card {

  background: var(--white);

  border-radius: var(--radius);

  overflow: hidden;

  box-shadow: var(--shadow);

  transition: all 0.3s ease;

  border: 1px solid var(--gray-100);

}



.service-card:hover {

  transform: translateY(-6px);

  box-shadow: var(--shadow-lg);

}



.service-card__header {

  background: linear-gradient(135deg, var(--navy), var(--navy-light));

  padding: 36px;

  color: var(--white);

  position: relative;

  overflow: hidden;

}



.service-card__header::after {

  content: '';

  position: absolute;

  right: -30px;

  top: -30px;

  width: 120px;

  height: 120px;

  border-radius: 50%;

  background: rgba(245,197,24,0.12);

}



.service-card__icon {

  font-size: 2rem;

  margin-bottom: 16px;

}



.service-card__title {

  font-family: var(--font-display);

  font-size: 1.4rem;

  font-weight: 600;

  color: var(--white);

  margin-bottom: 8px;

}



.service-card__subtitle {

  font-size: 0.82rem;

  color: rgba(255,255,255,0.6);

  line-height: 1.5;

}



.service-card__body {

  padding: 28px 36px;

}



.service-card__desc {

  font-size: 0.9rem;

  color: var(--text-body);

  line-height: 1.75;

  margin-bottom: 20px;

}



.delivery-pills {

  display: flex;

  flex-wrap: wrap;

  gap: 6px;

}



.delivery-pill {

  font-size: 0.72rem;

  font-weight: 500;

  padding: 4px 12px;

  border-radius: 50px;

  background: var(--gray-100);

  color: var(--text-body);

}



/* =========================================

   PAGE-SPECIFIC: LEARNING

   ========================================= */

.learning-pillars {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 24px;

  margin-bottom: 80px;

}



.pillar {

  text-align: center;

  padding: 40px 28px;

  background: var(--white);

  border-radius: var(--radius);

  box-shadow: var(--shadow);

  border-bottom: 3px solid var(--gold);

  transition: all 0.3s;

}



.pillar:hover {

  transform: translateY(-4px);

}



.pillar__letter {

  font-family: var(--font-display);

  font-size: 3.5rem;

  font-weight: 700;

  color: var(--navy);

  opacity: 0.15;

  line-height: 1;

  margin-bottom: 12px;

}



.pillar__name {

  font-size: 1.15rem;

  font-weight: 700;

  color: var(--navy);

  margin-bottom: 12px;

}



.pillar__items {

  list-style: none;

  text-align: left;

}



.pillar__items li {

  font-size: 0.82rem;

  color: var(--text-body);

  padding: 5px 0;

  border-bottom: 1px solid var(--gray-100);

  display: flex;

  align-items: center;

  gap: 8px;

}



.pillar__items li::before {

  content: '→';

  color: var(--gold);

  font-weight: 700;

}



.process-steps {

  display: flex;

  gap: 0;

  margin-bottom: 80px;

}



.process-step {

  flex: 1;

  text-align: center;

  padding: 36px 24px;

  position: relative;

}



.process-step::after {

  content: '→';

  position: absolute;

  right: -12px;

  top: 50%;

  transform: translateY(-50%);

  color: var(--gold);

  font-size: 1.5rem;

  font-weight: 700;

}



.process-step:last-child::after {

  display: none;

}



.process-step__num {

  width: 48px;

  height: 48px;

  border-radius: 50%;

  background: var(--gold);

  color: var(--navy-dark);

  font-weight: 700;

  font-size: 1.1rem;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 16px;

}



.process-step__name {

  font-weight: 700;

  color: var(--navy);

  margin-bottom: 8px;

  font-size: 1rem;

}



.process-step__desc {

  font-size: 0.82rem;

  color: var(--text-body);

  line-height: 1.6;

}



/* =========================================

   PAGE-SPECIFIC: CLIENTS

   ========================================= */

.clients-wall {

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 0;

  background: var(--white);

  border-radius: var(--radius);

  overflow: hidden;

  box-shadow: var(--shadow);

}



.client-logo {

  padding: 40px 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-right: 1px solid var(--gray-100);

  border-bottom: 1px solid var(--gray-100);

  transition: all 0.2s;

}



.client-logo:hover {

  background: var(--off-white);

}



.client-logo__name {

  font-weight: 700;

  font-size: 0.9rem;

  color: var(--gray-500);

  letter-spacing: 1px;

  text-transform: uppercase;

  text-align: center;

  line-height: 1.3;

}



.case-study-card {

  background: var(--white);

  border-radius: var(--radius);

  padding: 48px;

  box-shadow: var(--shadow);

  display: grid;

  grid-template-columns: 1fr 2fr;

  gap: 48px;

  align-items: center;

  margin-bottom: 32px;

  border-left: 4px solid var(--gold);

}



.case-study__logo {

  font-weight: 800;

  font-size: 2rem;

  color: var(--navy);

  letter-spacing: 2px;

  text-transform: uppercase;

}



.case-study__challenge {

  font-size: 0.78rem;

  color: var(--gray-500);

  letter-spacing: 1px;

  text-transform: uppercase;

  margin-bottom: 12px;

}



.case-study__title {

  font-family: var(--font-display);

  font-size: 1.4rem;

  font-weight: 600;

  color: var(--navy);

  margin-bottom: 16px;

  line-height: 1.4;

}



.case-study__result {

  display: flex;

  gap: 24px;

  margin-top: 20px;

}



.case-study__metric {

  text-align: center;

}



.case-study__metric-num {

  font-family: var(--font-display);

  font-size: 1.8rem;

  font-weight: 700;

  color: var(--gold-dark);

  line-height: 1;

}



.case-study__metric-label {

  font-size: 0.72rem;

  color: var(--gray-500);

  letter-spacing: 1px;

  text-transform: uppercase;

  margin-top: 4px;

}



/* =========================================

   PAGE-SPECIFIC: CONTACT

   ========================================= */

/* =========================================
   MOBILE: GENERAL — 768px
   ========================================= */
@media (max-width: 768px) {

  .hero__subtitle { margin: 0 auto 44px; }

  .hero__actions { justify-content: center; }

  .philosophy-grid { grid-template-columns: 1fr !important; gap: 40px; }

  .philosophy-grid.reverse { direction: ltr; }

  .simon-hero__inner { grid-template-columns: 1fr; text-align: center; }

  .simon-photo { max-width: 360px; margin: 0 auto; }

  .exp-grid { grid-template-columns: 1fr; }

  .learning-pillars { grid-template-columns: repeat(2, 1fr); }

  .clients-wall { grid-template-columns: repeat(3, 1fr) !important; }

  .contact-layout { grid-template-columns: 1fr; }

  .footer__top { grid-template-columns: 1fr 1fr; }

  .philosophy-difference { padding: 36px; }

}



/* =========================================

   MOBILE: HERO CTA WRAP

   ========================================= */

/* =========================================
   MOBILE: COMPREHENSIVE — 768px
   ========================================= */
@media (max-width: 768px) {

  /* Container padding */
  .container { padding: 0 20px; }

  /* Section padding */
  .section { padding: 64px 0; }

  /* Hero — stack columns */
  .hero__content {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 100px 20px 60px !important;
    text-align: center;
  }

  .hero {
    flex-direction: column;
    align-items: stretch;
    min-height: 100vh;
  }

  .hero::after {
    height: 80px;
  }

  .hero__photo-area {
    justify-content: center;
  }

  .hero__photo-main {
    width: min(240px, 70vw) !important;
    height: min(320px, 92vw) !important;
    border-radius: 120px 120px 30px 30px !important;
  }

  .hero__actions { justify-content: center; }

  /* Hero stats — become in-flow 2×2 grid */
  .hero__stats {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    border-top: 1px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.2);
    z-index: 2;
    margin-top: auto;
  }

  .hero__stat {
    padding: 16px 12px !important;
    border-right: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .hero__stat:nth-child(2) { border-right: none; }
  .hero__stat:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.1); border-bottom: none; }
  .hero__stat:nth-child(4) { border-right: none; border-bottom: none; }

  .hero__stat-number { font-size: 1.6rem !important; }

  .hero__stat-label { font-size: 0.7rem !important; }

  /* Philosophy diff grid — stack to single column */
  .diff-grid {
    grid-template-columns: 1fr !important;
  }

  .diff-col--wrong {
    border-right: none !important;
    border-bottom: 1px solid var(--gray-200);
  }

  .diff-col { padding: 28px !important; }

  /* Case study cards — stack to single column */
  .case-study-card {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 28px !important;
  }

  .case-study__result { flex-wrap: wrap; gap: 16px; }

  /* Process steps — stack vertically */
  .process-steps {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .process-step::after {
    content: '↓' !important;
    right: auto !important;
    top: auto !important;
    bottom: -16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 1.2rem !important;
  }

  .process-step { padding: 28px 20px 36px !important; }

  /* Learning pillars — 2 column on mobile, 1 on very small */
  .learning-pillars { grid-template-columns: repeat(2, 1fr) !important; }

  /* Clients wall */
  .clients-wall { grid-template-columns: repeat(3, 1fr) !important; }

  /* Footer bottom — stack */
  .footer__bottom {
    flex-direction: column !important;
    gap: 8px !important;
    text-align: center !important;
  }

  /* Footer top — 2 columns max */
  .footer__top { grid-template-columns: 1fr 1fr !important; }
  .footer__inner { padding: 0 20px; }

  /* Section header */
  .section__header { margin-bottom: 40px; }

  /* Philosophy difference */
  .philosophy-difference { padding: 28px 20px !important; }

  /* Cards grid inline 4-col override */
  .cards-grid[style*="repeat(4, 1fr)"],
  .cards-grid[style*="repeat(4,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }

}

@media (max-width: 480px) {

  .learning-pillars { grid-template-columns: 1fr !important; }

  .clients-wall { grid-template-columns: repeat(2, 1fr) !important; }

  .footer__top { grid-template-columns: 1fr !important; }

  .case-study__result { flex-direction: column; align-items: flex-start; }

  .hero__content { padding: 90px 16px 0 !important; }

  .cards-grid[style*="repeat(4, 1fr)"],
  .cards-grid[style*="repeat(4,1fr)"] {
    grid-template-columns: 1fr !important;
  }

}

@media (max-width: 480px) {

  .hero__actions { flex-direction: column !important; align-items: stretch !important; }

  .hero__actions .btn { text-align: center; justify-content: center; }

  .hero__title { font-size: 1.9rem !important; }

}



/* =========================================

   CHINESE FONT OVERRIDES

   ========================================= */

html[lang="zh-HK"], html[lang="zh-CN"] {

  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Microsoft JhengHei', 'Noto Sans SC', 'Noto Sans HK', sans-serif;

  letter-spacing: 0.01em;

}



html[lang="zh-HK"] h1, html[lang="zh-HK"] h2, html[lang="zh-HK"] h3,

html[lang="zh-CN"] h1, html[lang="zh-CN"] h2, html[lang="zh-CN"] h3 {

  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft JhengHei', 'Noto Sans SC', 'Noto Sans HK', 'PMingLiU', sans-serif;

  font-weight: 700;

}



/* Chinese nav adjustments */

.nav__links a[lang], .lang-switcher a[lang] { cursor: pointer; }



/* ===== PHOTO GALLERY ===== */

.photo-gallery {

  display: flex;

  flex-direction: column;

  gap: 12px;

  max-width: 320px;

}

.photo-gallery__main {

  border-radius: 16px;

  overflow: hidden;

  border: 3px solid var(--gold);

  box-shadow: 0 8px 32px rgba(27,58,140,0.15);

}

.photo-gallery__main-img {

  width: 100%;

  aspect-ratio: 4/5;

  object-fit: cover;

  display: block;

  transition: opacity 0.3s ease;

}

.photo-gallery__thumbs {

  display: flex;

  gap: 8px;

}

.photo-gallery__thumb {

  width: 72px;

  height: 72px;

  object-fit: cover;

  border-radius: 8px;

  border: 2px solid transparent;

  cursor: pointer;

  transition: all 0.2s ease;

  opacity: 0.65;

}

.photo-gallery__thumb:hover {

  opacity: 1;

  border-color: var(--gold);

  transform: scale(1.05);

}

.photo-gallery__thumb.active {

  opacity: 1;

  border-color: var(--gold);

  box-shadow: 0 0 0 2px var(--navy);

}



@media (max-width: 768px) {

  .photo-gallery { max-width: 240px; }

  .photo-gallery__thumb { width: 56px; height: 56px; }

}



/* ===== CLIENT LOGO IMAGES ===== */

.client-logo-img {

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 16px 24px;

  background: white;

  border-radius: 12px;

  border: 1px solid #e8e8e8;

  transition: all 0.25s ease;

  min-height: 80px;

}

.client-logo-img img {

  max-width: 140px;

  max-height: 56px;

  width: auto;

  height: auto;

  object-fit: contain;

  filter: grayscale(20%) brightness(1.05);

  transition: all 0.25s ease;

}

.client-logo-img:hover {

  border-color: var(--gold);

  box-shadow: 0 4px 16px rgba(27,58,140,0.1);

  transform: translateY(-2px);

}

.client-logo-img:hover img {

  filter: grayscale(0%) brightness(1);

}



/* Smaller on mobile */

@media (max-width: 768px) {

  .client-logo-img { padding: 12px 16px; min-height: 64px; }

  .client-logo-img img { max-width: 100px; max-height: 44px; }

}

@media (max-width: 480px) {

  .client-logo-img { padding: 10px 12px; min-height: 56px; }

  .client-logo-img img { max-width: 80px; max-height: 36px; }

}



/* Simon teaser grid (index.html) */
.simon-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

@media (max-width: 768px) {
  .simon-teaser-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .simon-teaser-grid > div:last-child {
    display: none;
  }
}

/* =========================================
   NAVIGATION
   ========================================= */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #0D2240;
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}

.nav__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__logo img { height: 42px; width: auto; }

.nav__links-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nav__links a {
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
}
.nav__links a:hover { color: #fff; background: rgba(245,197,24,0.15); }
.nav__links a.active { color: #fff; background: rgba(245,197,24,0.15); }
.nav__links a.cta {
  background: #F5C518;
  color: #0D2240;
  font-weight: 600;
  margin-left: 8px;
}
.nav__links a.cta:hover { background: #ffd54f; color: #0D2240; }

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.nav__toggle:hover span { background: #F5C518; }
.nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 3px;
  margin-left: 12px;
  flex-shrink: 0;
}
.lang-switcher a {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 16px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  transition: all 0.2s;
  text-decoration: none;
}
.lang-switcher a.active,
.lang-switcher a:hover { background: #F5C518; color: #0D2240; }
.lang-switcher a.active { font-weight: 700; }

/* =========================================
   MOBILE NAV — 1024px and below
   ========================================= */
@media (max-width: 1024px) {
  .nav__links-wrapper { display: none; }
  .nav__toggle { display: flex; }

  .nav__links-wrapper.open {
    display: flex;
    position: fixed;
    top: 72px; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, #0D2240 0%, #060f1e 100%);
    flex-direction: column;
    align-items: center;
    padding: 32px 20px 48px;
    z-index: 999;
    overflow-y: auto;
  }

  .nav__links-wrapper.open .nav__links {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    gap: 6px;
  }
  .nav__links-wrapper.open .nav__links li { width: 100%; }
  .nav__links-wrapper.open .nav__links a {
    display: block;
    text-align: center;
    padding: 15px 20px;
    font-size: 1.05rem;
    border-radius: 12px;
  }
  .nav__links-wrapper.open .nav__links a.cta {
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
  }

  .nav__links-wrapper.open .lang-switcher {
    display: flex;
    margin-top: 24px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 24px;
    padding: 8px 16px;
    width: fit-content;
  }
  .nav__links-wrapper.open .lang-switcher a {
    font-size: 0.9rem;
    padding: 8px 14px;
  }
}

@media (max-width: 768px) {
  .nav__inner { padding: 0 20px; }
  .nav__logo img { height: 32px; }
}

/* Chinese nav cursor */
.nav__links a[lang], .lang-switcher a[lang] { cursor: pointer; }

/* =========================================
   MOBILE: SIMON PAGE — ALL SCREENS
   ========================================= */

/* Hero section padding */
@media (max-width: 768px) {
  .simon-hero { padding-top: 100px !important; padding-bottom: 60px !important; }
  .simon-hero__inner {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 32px !important;
    padding: 0 20px !important;
  }
  .simon-photo { max-width: 280px !important; margin: 0 auto !important; }
  .simon-photo__frame { border-radius: 16px !important; }
  .simon-photo__badge { right: -8px !important; font-size: 0.7rem !important; padding: 8px 14px !important; }

  .simon-intro__eyebrow { text-align: center !important; }
  .simon-intro__name { font-size: 2rem !important; text-align: center !important; }
  .simon-intro__title { font-size: 0.88rem !important; text-align: center !important; }
  .simon-intro__quote { font-size: 1rem !important; text-align: left !important; }

  /* Inline p tags in simon-hero */
  .simon-hero p { font-size: 0.88rem !important; line-height: 1.7 !important; }
  .simon-hero p[style*="0.95rem"] { font-size: 0.88rem !important; }

  .exp-tags { justify-content: center !important; }

  /* Experience section */
  .simon-exp { padding: 48px 0 !important; }
  .exp-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .exp-card { padding: 24px !important; }

  /* Timeline — full mobile reset */
  .timeline::before { display: none !important; }
  .timeline-item { flex-direction: column !important; gap: 8px !important; }
  .timeline-item::before { display: none !important; }
  .timeline__left { display: none !important; }
  .timeline__right { order: unset !important; text-align: left !important; width: 100% !important; padding: 0 !important; }
  .timeline__year { font-size: 1rem !important; }
  .timeline__role { font-size: 0.88rem !important; }
  .timeline__company { font-size: 0.82rem !important; }

  /* Industry cards — 3-col inline override */
  .section--navy .cards-grid[style*="repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
  }
  .section--navy .cards-grid .card { padding: 20px !important; margin-bottom: 0 !important; }

  /* Differentiator section */
  .differentiator-inner,
  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  [style*="border-left: 6px solid var(--gold)"] {
    padding: 32px !important;
    border-left: none !important;
    border-top: 4px solid var(--gold) !important;
  }
}

/* 480px — further refinements */
@media (max-width: 480px) {
  .simon-hero__inner { padding: 0 16px !important; }
  .simon-intro__name { font-size: 1.7rem !important; }
  .simon-intro__quote { font-size: 0.95rem !important; }
  .exp-grid { gap: 12px !important; }
  .exp-card__number { font-size: 2rem !important; }
  .timeline__year { font-size: 0.95rem !important; }
}

/* Override inline grid-template-columns on mobile */
@media (max-width: 768px) {
  .cards-grid[style*="repeat(3,1fr)"],
  .cards-grid[style*="repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
  }
  [style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* Simon page: Differentiator section */
.differentiator-card {
  background: var(--off-white);
  border-radius: 24px;
  padding: 64px;
  border-left: 6px solid var(--gold);
}

.differentiator-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* Mobile: differentiator */
@media (max-width: 768px) {
  .differentiator-card {
    padding: 32px 24px;
    border-left: none;
    border-top: 4px solid var(--gold);
  }
  .differentiator-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Simon industry cards */
.simon-industry-cards {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .simon-industry-cards {
    grid-template-columns: 1fr !important;
  }
  .simon-industry-cards .card {
    padding: 20px;
  }
}

/* =========================================
   CONTACT PAGE
   ========================================= */

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-info__title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
  line-height: 1.3;
}

.contact-info__sub {
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 36px;
}

/* Contact detail items */
.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-item__icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.contact-item__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 2px;
}

.contact-item__value {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--navy);
}
.contact-item__value a { color: var(--navy); text-decoration: none; }
.contact-item__value a:hover { color: var(--gold-dark); }

/* What Happens Next step items */
.wh-next {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.wh-next__num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-dark);
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wh-next__step-label {
  font-weight: 600;
  color: var(--navy);
  font-size: 0.92rem;
  margin-bottom: 2px;
}
.wh-next__step-desc {
  font-size: 0.82rem;
  color: var(--text-body);
  line-height: 1.5;
}

/* Contact form */
.contact-form {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 40px rgba(27,58,140,0.10);
  border: 1px solid var(--gray-100);
}

.contact-form h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.contact-form > p {
  font-size: 0.88rem;
  color: var(--text-body);
  margin-bottom: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group { margin-bottom: 18px; }

.form-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text-dark);
  background: var(--off-white);
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--navy);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(27,58,140,0.08);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

/* Submit button */
.contact-form .btn {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 16px;
  margin-top: 4px;
}

.form-footnote {
  font-size: 0.78rem;
  color: var(--gray-500);
  margin-top: 16px;
  text-align: center;
  line-height: 1.6;
}

/* Mobile: contact layout */
@media (max-width: 1024px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .contact-info__title { font-size: 1.8rem; }
  .contact-form { padding: 28px 24px; }
  .form-row { grid-template-columns: 1fr; }
}

/* =========================================
   CONTACT PAGE
   ========================================= */

/* Top section */
.contact-top {
  padding-top: 140px;
  padding-bottom: 40px;
  background: var(--off-white);
  text-align: center;
}

.contact-header__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--navy);
  margin: 16px 0 20px;
  line-height: 1.2;
}

.contact-header__sub {
  font-size: 1rem;
  color: var(--text-body);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Body section */
.contact-body {
  padding: 64px 0 80px;
  background: white;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}

/* Left column */
.contact-left { display: flex; flex-direction: column; gap: 32px; }

.contact-detail-items { display: flex; flex-direction: column; gap: 4px; }

/* What Happens Next panel */
.wh-next-panel {
  background: var(--off-white);
  border-radius: 16px;
  padding: 28px;
  border: 1px solid var(--gray-100);
}

.wh-next-panel__title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 20px;
}

/* Form card */
.contact-form-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 32px rgba(27,58,140,0.08);
  border: 1px solid rgba(27,58,140,0.06);
}

.contact-form-card__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.contact-form-card__sub {
  font-size: 0.88rem;
  color: var(--text-body);
  margin-bottom: 28px;
}

/* Make form take full width inside card */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-submit {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 16px;
  margin-top: 4px;
}

/* =========================================
   MOBILE: CONTACT PAGE
   ========================================= */
@media (max-width: 768px) {
  .contact-top { padding-top: 100px; padding-bottom: 32px; }
  .contact-header__title { font-size: 1.8rem; }
  .contact-body { padding: 48px 0 64px; }

  .contact-layout {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .contact-left { gap: 24px; }

  .contact-form-card {
    padding: 28px 24px !important;
    border-radius: 16px;
  }

  .form-row { grid-template-columns: 1fr !important; gap: 0 !important; }
  .form-group { margin-bottom: 16px !important; }
  .form-label { margin-bottom: 6px; font-size: 0.78rem; }
  .form-input, .form-textarea { padding: 12px 14px; font-size: 0.9rem; }
  .form-textarea { min-height: 120px; }
  .form-footnote { font-size: 0.75rem; }
}

/* =========================================
   WHATSAPP FLOATING BUTTON
   ========================================= */
.whatsapp-float {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  padding: 14px 20px 14px 16px;
  box-shadow: 0 8px 32px rgba(37,211,102,0.35);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 200px;
}
.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(37,211,102,0.45);
  color: white;
  text-decoration: none;
}
.whatsapp-float svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: white;
}
.whatsapp-float__text { white-space: nowrap; }
@media (max-width: 600px) {
  .whatsapp-float {
    bottom: 20px;
    right: 16px;
    padding: 12px;
    border-radius: 50%;
    max-width: none;
  }
  .whatsapp-float__text { display: none; }
}

/* =========================================
   SCROLL ANIMATIONS
   ========================================= */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

