:root {
  --ink: #142423;
  --muted: #60706d;
  --deep: #18233f;
  --teal: #466383;
  --gold: #c99945;
  --sky: #e9f3f2;
  --paper: #fbfbf7;
  --line: #dce5e2;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(12, 36, 34, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--white);
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 251, 247, 0.88);
  border-bottom: 1px solid rgba(220, 229, 226, 0.72);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(251, 251, 247, 0.96);
  box-shadow: 0 10px 28px rgba(20, 36, 35, 0.08);
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 224px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--deep), var(--teal));
  border-radius: 7px;
  font-weight: 800;
}

.brand-mark svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark .brand-ring {
  fill: none;
  stroke: currentColor;
}

.brand-mark .brand-flow {
  stroke: var(--gold);
}

.brand-mark .brand-flow-secondary {
  stroke: currentColor;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  color: #334441;
  font-size: 0.93rem;
  font-weight: 650;
}

.nav-links a {
  white-space: nowrap;
}

.nav-links a:hover,
.text-link:hover,
.resource-card a:hover {
  color: var(--teal);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 760;
}

.nav-cta {
  padding: 0.65rem 1rem;
  color: var(--white) !important;
  background: var(--deep);
}

.button {
  padding: 0.8rem 1.15rem;
  cursor: pointer;
}

.button.primary {
  color: #101725;
  background: var(--gold);
  box-shadow: 0 14px 34px rgba(201, 153, 69, 0.28);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.1);
}

.button.primary:hover {
  background: #d8aa58;
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: clamp(590px, 86vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 20%, rgba(201, 153, 69, 0.18), transparent 28%),
    radial-gradient(circle at 82% 76%, rgba(70, 99, 131, 0.32), transparent 30%),
    linear-gradient(135deg, #101725 0%, #18233f 48%, #2a303a 100%);
  transform: scale(1.03);
  animation: slowZoom 18s ease-in-out infinite alternate;
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hero-media::before {
  opacity: 0.46;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 42%, #000 100%);
}

.hero-media::after {
  background:
    url("data:image/svg+xml,%3Csvg width='1040' height='720' viewBox='0 0 1040 720' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%23ffffff' stroke-opacity='.22' stroke-width='2'%3E%3Cpath d='M585 168h118l70 72h122'/%3E%3Cpath d='M650 348h96l70-76h100'/%3E%3Cpath d='M520 484h132l72 64h156'/%3E%3Cpath d='M724 240v108M724 348v200'/%3E%3Cpath d='M585 168c40 66 84 118 139 180 46 52 92 105 156 200'/%3E%3C/g%3E%3Cg stroke='%23c99945' stroke-opacity='.88' stroke-width='4'%3E%3Cpath d='M594 526h112l39 38h103'/%3E%3Cpath d='M802 168h72v72h-72z'/%3E%3Cpath d='m823 205 15 15 31-38'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='.76'%3E%3Ccircle cx='585' cy='168' r='8'/%3E%3Ccircle cx='724' cy='348' r='8'/%3E%3Ccircle cx='880' cy='548' r='8'/%3E%3Ccircle cx='916' cy='272' r='8'/%3E%3C/g%3E%3Cg fill='%23c99945' fill-opacity='.95'%3E%3Ccircle cx='594' cy='526' r='9'/%3E%3Ccircle cx='848' cy='564' r='9'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-opacity='.18' stroke-width='1.5'%3E%3Crect x='604' y='124' width='352' height='488' rx='8'/%3E%3Crect x='640' y='202' width='128' height='44' rx='6'/%3E%3Crect x='640' y='282' width='128' height='44' rx='6'/%3E%3Crect x='640' y='448' width='128' height='44' rx='6'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") right center / min(68vw, 1040px) auto no-repeat;
  opacity: 0.95;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 18, 32, 0.96) 0%, rgba(18, 27, 48, 0.92) 42%, rgba(28, 39, 63, 0.54) 72%, rgba(28, 39, 63, 0.16) 100%),
    linear-gradient(0deg, rgba(12, 18, 32, 0.82) 0%, rgba(12, 18, 32, 0.1) 50%, rgba(12, 18, 32, 0.36) 100%);
  z-index: -1;
}

.hero-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 8rem 0 6.5rem;
  color: var(--white);
}

.hero-content h1 {
  max-width: 720px;
  margin: 0.3rem 0 1rem;
  font-size: clamp(3rem, 7.2vw, 6.15rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.42);
}

.hero-content p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.08rem, 2vw, 1.36rem);
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.45);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow,
#about .eyebrow,
#business .eyebrow,
#careers .eyebrow,
#industries .eyebrow,
#why-choose .eyebrow,
#resources .eyebrow,
#faq .eyebrow {
  font-size: 1.072rem;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.about-band,
.proof-band,
.faq-section,
.contact-section {
  width: 100%;
  padding-left: max(16px, calc((100% - 1180px) / 2));
  padding-right: max(16px, calc((100% - 1180px) / 2));
}

.about-band {
  background: var(--white);
}

.section-grid,
.split-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.contact-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.metrics-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.metrics-panel div {
  min-height: 158px;
  padding: 1.35rem;
  background: var(--paper);
}

.metrics-panel .metric-feature {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(24, 35, 63, 0.96), rgba(70, 99, 131, 0.92)),
    var(--deep);
}

.metrics-panel strong {
  display: block;
  color: var(--deep);
  font-size: 1.5rem;
}

.metrics-panel span {
  color: var(--muted);
}

.metrics-panel .metric-feature strong,
.metrics-panel .metric-feature span {
  color: var(--white);
}

.metrics-panel .metric-feature strong {
  font-size: 1.65rem;
  line-height: 1.08;
}

.metrics-panel .metric-feature span {
  color: rgba(255, 255, 255, 0.78);
}

.service-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.resource-card,
.career-item,
.why-card,
.consultation-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 28px rgba(20, 36, 35, 0.06);
}

.service-card {
  min-height: 302px;
  padding: 1.35rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.resource-card:hover,
.career-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--deep);
  background: var(--sky);
  border-radius: 7px;
}

.service-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3,
.career-item h3,
.why-card h3,
.resource-card h3 {
  margin: 0 0 0.65rem;
  line-height: 1.2;
  font-size: 1.08rem;
}

.service-card p,
.career-item p,
.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.split-section {
  align-items: start;
}

.career-list {
  display: grid;
  gap: 1rem;
}

.career-item {
  padding: 1.25rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--deep);
  font-weight: 800;
  border-bottom: 2px solid var(--gold);
}

.industries {
  padding-top: 3rem;
}

.industry-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.industry-row span {
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: #334441;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.industry-row span:hover {
  transform: translateY(-2px) scale(1.035);
  color: var(--deep);
  border-color: rgba(201, 153, 69, 0.72);
  box-shadow: 0 14px 34px rgba(201, 153, 69, 0.2), 0 8px 24px rgba(24, 35, 63, 0.1);
}

.proof-band {
  background: var(--deep);
  color: var(--white);
}

.proof-band .section-copy p:not(.eyebrow),
.proof-band .why-card p {
  color: rgba(255, 255, 255, 0.74);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.why-grid .section-copy {
  grid-column: 1 / -1;
  max-width: 760px;
}

.why-card {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.why-card:hover {
  transform: translateY(-4px) scale(1.025);
  border-color: rgba(201, 153, 69, 0.58);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 18px 42px rgba(201, 153, 69, 0.18), 0 12px 30px rgba(0, 0, 0, 0.18);
}

.resource-card {
  min-height: 220px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.resource-card p {
  margin: 0;
  color: var(--gold);
  font-weight: 850;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.resource-card a {
  color: var(--deep);
  font-weight: 800;
}

.faq-section {
  background: var(--sky);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  border: 1px solid rgba(24, 35, 63, 0.14);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(20, 36, 35, 0.04);
}

summary {
  cursor: pointer;
  padding: 1.1rem 1.25rem;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 760;
  line-height: 1.2;
}

details p {
  margin: 0;
  padding: 0 1.25rem 1.15rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-section {
  background: var(--white);
}

.contact-methods {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.contact-methods a {
  color: #000;
  font-weight: 780;
}

.consultation-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

label {
  display: grid;
  gap: 0.4rem;
  color: #334441;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.85rem 0.9rem;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(201, 153, 69, 0.45);
  outline-offset: 2px;
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 45;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--deep);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(24, 35, 63, 0.26);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  margin: 0.25rem 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-weight: 700;
}

.logo-page {
  background: #f6f8f4;
}

.logo-nav-links {
  display: flex;
}

.logo-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0 2rem;
}

.logo-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.logo-hero p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.12rem;
}

.logo-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1rem 0 6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.logo-card-featured {
  grid-column: 1 / -1;
}

.logo-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 28px rgba(20, 36, 35, 0.06);
  overflow: hidden;
}

.logo-preview {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.logo-preview-light {
  background:
    linear-gradient(135deg, rgba(233, 243, 242, 0.72), rgba(255, 255, 255, 0.72)),
    #ffffff;
  border-bottom: 1px solid var(--line);
}

.logo-preview-dark {
  background:
    linear-gradient(135deg, rgba(24, 35, 63, 0.98), rgba(42, 48, 58, 0.96)),
    var(--deep);
}

.logo-card h2,
.logo-card p {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.logo-card h2 {
  margin-top: 1.15rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.logo-card p {
  margin-top: 0;
  margin-bottom: 1.3rem;
  color: var(--muted);
}

.logo-lockup {
  width: min(100%, 420px);
  height: auto;
}

.logo-box {
  fill: #e9f3f2;
  stroke: var(--deep);
  stroke-width: 3;
  rx: 8;
}

.logo-stroke,
.logo-accent,
.logo-ring-line,
.logo-link,
.logo-ring {
  fill: none;
  stroke: var(--deep);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-accent,
.logo-stroke.gold,
.logo-link.gold {
  stroke: var(--gold);
}

.logo-stroke.white,
.logo-link.white,
.logo-ring {
  stroke: var(--white);
}

.logo-ring {
  opacity: 0.94;
}

.logo-dot {
  stroke: none;
}

.gold-fill {
  fill: var(--gold);
}

.white-fill {
  fill: var(--white);
}

.logo-ring-line {
  stroke-width: 4;
}

.logo-accent-fill {
  fill: var(--gold);
}

.logo-name,
.logo-sub {
  fill: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.logo-name {
  font-size: 40px;
  font-weight: 850;
  letter-spacing: 0;
}

.logo-name.wordmark {
  font-weight: 760;
}

.logo-sub {
  fill: var(--muted);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.4px;
}

.white-text {
  fill: var(--white);
}

.muted-light {
  fill: rgba(255, 255, 255, 0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-card.reveal {
  transition: opacity 560ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.why-card.reveal.is-visible:hover {
  transform: translateY(-4px) scale(1.025);
  border-color: rgba(201, 153, 69, 0.58);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 18px 42px rgba(201, 153, 69, 0.18), 0 12px 30px rgba(0, 0, 0, 0.18);
}

@keyframes slowZoom {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1.09);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 1040px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    inset: 76px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 0.5rem 0;
  }

  .nav-cta {
    margin-top: 0.25rem;
  }

  .service-grid,
  .resource-grid,
  .why-grid,
  .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    font-size: 0.7rem;
  }

  .hero {
    min-height: 640px;
  }

  .hero-media::before {
    mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
  }

  .hero-media::after {
    background-size: 760px auto;
    background-position: 42% 38%;
    opacity: 0.34;
  }

  .hero-content {
    padding-bottom: 4rem;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .section-grid,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .resource-grid,
  .why-grid,
  .metrics-panel,
  .logo-grid {
    grid-template-columns: 1fr;
  }

  .metrics-panel .metric-feature {
    grid-column: auto;
    grid-row: auto;
    min-height: 190px;
  }

  .why-grid .section-copy {
    grid-column: auto;
  }

  .service-card {
    min-height: auto;
  }

  .whatsapp-float {
    right: 1rem;
    bottom: 1rem;
  }
}
