:root {
  --navy: #24343f;
  --navy-dark: #17232b;
  --ink: #111820;
  --accent: #ff6d5f;
  --accent-dark: #e85c50;
  --accent-soft: #fff0ed;
  --light: #f6f3ee;
  --white: #ffffff;
  --text: #27343f;
  --muted: #697683;
  --line: rgba(36, 52, 63, 0.13);
  --shadow: 0 24px 70px rgba(16, 32, 51, 0.14);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top right, rgba(255,109,95,.16), transparent 32rem), radial-gradient(circle at 8% 18%, rgba(244,179,95,.12), transparent 24rem), var(--light);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(23,35,43,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav { max-width: 1180px; margin: 0 auto; min-height: 86px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo { height: 58px; width: auto; display: block; border-radius: 10px; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 800; color: rgba(255,255,255,.88); font-size: .95rem; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--white); }
.hero { max-width: 1180px; margin: 0 auto; padding: 104px 24px 64px; display: grid; grid-template-columns: 1.18fr .82fr; gap: 48px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 22px; color: var(--ink); font-size: clamp(3rem, 7vw, 6.3rem); line-height: .9; letter-spacing: -.085em; }
h2 { color: var(--ink); font-size: clamp(2.1rem, 4.3vw, 3.65rem); line-height: 1; letter-spacing: -.065em; margin-bottom: 16px; }
h3 { color: var(--ink); font-size: 1.22rem; margin-bottom: 10px; }
.hero-copy, .section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.12rem; }
.hero-copy { max-width: 690px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--white); background: linear-gradient(135deg, var(--accent), #ff8d69); box-shadow: 0 18px 36px rgba(255,109,95,.28); }
.button.primary:hover { background: linear-gradient(135deg, var(--accent-dark), var(--accent)); }
.button.secondary { color: var(--navy); background: rgba(255,255,255,.82); border-color: var(--line); backdrop-filter: blur(10px); }
.hero-logo-panel { padding: 18px; border-radius: 32px; background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,240,237,.86)); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.72); transform: rotate(1.2deg); }
.hero-logo { width: 100%; height: auto; display: block; border-radius: 20px; }
.trust-strip, .experience-band, .section { max-width: 1180px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.trust-strip p { padding: 18px 22px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.75); color: var(--navy); font-weight: 900; text-align: center; box-shadow: 0 12px 34px rgba(16,32,51,.06); }
.experience-band { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.experience-card { padding: 24px; border-radius: 26px; background: var(--navy); color: var(--white); box-shadow: 0 18px 45px rgba(23,35,43,.16); position: relative; overflow: hidden; }
.experience-card::after { content: ""; position: absolute; right: -30px; top: -30px; width: 110px; height: 110px; border-radius: 50%; background: rgba(255,109,95,.23); }
.experience-card span { display: block; color: var(--accent); font-size: 2.3rem; line-height: 1; font-weight: 900; letter-spacing: -.06em; margin-bottom: 12px; }
.experience-card p { margin: 0; color: rgba(255,255,255,.78); font-weight: 700; }
.section { padding-top: 88px; padding-bottom: 88px; }
.section-heading { max-width: 830px; margin-bottom: 34px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card, .tax-card, .contact-form, .contact-details { backdrop-filter: blur(10px); }
.card, .tax-card { padding: 28px; border-radius: var(--radius); background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.74); box-shadow: 0 14px 40px rgba(16,32,51,.08); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 22px 54px rgba(16,32,51,.12); }
.icon { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; margin-bottom: 22px; background: var(--accent-soft); color: var(--accent); font-weight: 900; }
.card p, .process-step p, .split p, .contact-copy p, .footer-brand p, .tax-card p { color: var(--muted); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: start; }
.tax-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tax-card h3 { margin-bottom: 10px; }
.tax-card p { margin-bottom: 0; }
.process-section { background: radial-gradient(circle at top right, rgba(255,109,95,.22), transparent 24rem), var(--navy); max-width: none; color: var(--white); margin-top: 28px; }
.process-section .section-heading, .process { max-width: 1180px; margin-left: auto; margin-right: auto; }
.process-section h2, .process-section h3 { color: var(--white); }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { padding: 24px; border-radius: 22px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); }
.process-step span { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; margin-bottom: 18px; background: var(--white); color: var(--accent); font-weight: 900; }
.process-step p { color: rgba(255,255,255,.74); }
.cta-panel { max-width: 1132px; margin: -44px auto 0; padding: 36px; border-radius: 32px; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,240,237,.94)); box-shadow: var(--shadow); display: flex; align-items: center; justify-content: space-between; gap: 28px; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.75); }
.cta-panel h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 0; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.contact-details { margin-top: 24px; padding: 22px; background: rgba(255,255,255,.82); border-radius: 20px; border: 1px solid rgba(255,255,255,.74); }
.contact-details p { margin-bottom: 8px; }
.contact-form { padding: 30px; border-radius: 28px; background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.76); box-shadow: var(--shadow); display: grid; gap: 16px; }
label { display: grid; gap: 8px; color: var(--navy); font-weight: 900; }
input, select, textarea { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 16px; font: inherit; color: var(--text); background: #fff; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(255,109,95,.16); border-color: var(--accent); }
.form-note { margin: 0; color: var(--muted); font-size: .9rem; }
.site-footer { padding: 34px 24px; color: rgba(255,255,255,.76); background: var(--navy-dark); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-logo { width: 220px; max-width: 100%; height: auto; display: block; border-radius: 8px; }
.footer-small { font-size: .92rem; color: rgba(255,255,255,.76); }
@media (max-width: 980px) {
  .hero, .split, .contact { grid-template-columns: 1fr; }
  .cards, .process, .tax-grid, .experience-band { grid-template-columns: repeat(2, 1fr); }
  .cta-panel { margin-left: 24px; margin-right: 24px; flex-direction: column; align-items: flex-start; }
  .hero-logo-panel { transform: none; }
}
@media (max-width: 720px) {
  .nav { min-height: 78px; }
  .brand-logo { height: 44px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 78px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--navy-dark); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 14px; }
  .hero { padding-top: 62px; }
  h1 { font-size: clamp(2.7rem, 15vw, 4rem); }
  .cards, .process, .tax-grid, .experience-band { grid-template-columns: 1fr; }
  .trust-strip p { border-radius: 22px; text-align: left; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}


.featured-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 240, 237, 0.94));
  border-color: rgba(255, 109, 95, 0.28);
}

.cfo-section {
  padding-top: 68px;
}

.cfo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cfo-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 18px 45px rgba(23, 35, 43, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cfo-card h3 {
  color: var(--white);
}

.cfo-card p {
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .cfo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .cfo-grid {
    grid-template-columns: 1fr;
  }
}


.pillars-section {
  padding-top: 76px;
  padding-bottom: 44px;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pillar-card {
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,240,237,.88));
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: 0 18px 45px rgba(16,32,51,.08);
}

.pillar-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--accent);
  font-weight: 900;
  margin-bottom: 22px;
}

.pillar-card h3 {
  font-size: 1.75rem;
  letter-spacing: -0.045em;
}

.pillar-card p {
  color: var(--muted);
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .pillars-grid {
    grid-template-columns: 1fr;
  }
}


.no-break {
  white-space: nowrap;
}
