:root {
  --navy: #082d62;
  --navy-2: #124879;
  --teal: #0798a3;
  --teal-dark: #05747e;
  --blue: #0b78b7;
  --slate: #687580;
  --sand: #eef5f6;
  --cream: #f8fbfc;
  --white: #ffffff;
  --ink: #1d2a33;
  --muted: #60707c;
  --line: #dce3e4;
  --shadow: 0 18px 45px rgba(8, 45, 98, 0.13);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { color: var(--teal-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
.section { padding: 88px 0; }
.section-sm { padding: 58px 0; }
.section-title { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; margin: 10px 0 18px; letter-spacing: -.035em; }
.section-copy { max-width: 720px; color: var(--muted); font-size: 1.08rem; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(248,251,252,.95); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(8,45,98,.09);
}
.navbar { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--teal), var(--navy)); color: white; font-weight: 900; box-shadow: 0 8px 24px rgba(43,140,134,.25); }
.brand-text { display: grid; line-height: 1.05; }
.brand-text small { color: var(--teal-dark); font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 26px; font-weight: 700; font-size: .95rem; }
.nav-links a:not(.button) { position: relative; }
.nav-links a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -7px; height: 2px; width: 0; background: var(--teal); transition: .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.5rem; color: var(--navy); cursor: pointer; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 13px 21px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: var(--white); box-shadow: 0 10px 24px rgba(43,140,134,.24); }
.button-primary:hover { background: var(--teal-dark); }
.button-secondary { border-color: rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.08); }
.button-light { background: white; color: var(--navy); }
.button-outline { border-color: var(--line); background: transparent; color: var(--navy); }

.hero { position: relative; overflow: hidden; background: var(--navy); color: white; padding: 112px 0 90px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(43,140,134,.34), transparent 68%); top: -220px; right: -80px; }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; bottom: -220px; left: -90px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 74px; }
.hero h1 { font-size: clamp(3.05rem, 7vw, 5.7rem); line-height: .96; letter-spacing: -.06em; margin: 14px 0 24px; max-width: 850px; }
.hero h1 span { color: #72d5cc; }
.hero p { font-size: 1.18rem; color: #d4e0e6; max-width: 670px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-note { margin-top: 23px; color: #aebfc8; font-size: .92rem; }
.hero-card { background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.15); border-radius: 26px; padding: 32px; box-shadow: 0 34px 80px rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.metric { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.metric:last-child { border-bottom: 0; }
.metric strong { display: block; font-size: 2.15rem; line-height: 1; color: #8fe2db; }
.metric span { display: block; color: #d8e3e8; margin-top: 8px; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 25px 0; }
.trust-item { display: flex; align-items: center; gap: 11px; font-weight: 750; color: var(--navy); }
.trust-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #e2f3f1; color: var(--teal-dark); font-weight: 900; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 42px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 10px 35px rgba(16,34,53,.055); }
.card-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: #e5f4f2; color: var(--teal-dark); font-weight: 900; font-size: 1.3rem; margin-bottom: 20px; }
.card h3 { font-size: 1.35rem; margin: 0 0 10px; color: var(--navy); }
.card p { color: var(--muted); margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.visual-panel { min-height: 480px; border-radius: 28px; background: linear-gradient(145deg, var(--navy), var(--teal-dark)); position: relative; overflow: hidden; box-shadow: var(--shadow); padding: 38px; color: white; display: flex; flex-direction: column; justify-content: flex-end; }
.visual-panel::before { content: ""; position: absolute; inset: 28px 28px auto auto; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.visual-panel::after { content: "GR"; position: absolute; font-weight: 900; font-size: 12rem; color: rgba(255,255,255,.055); right: -8px; top: 65px; line-height: 1; }
.visual-panel > * { position: relative; z-index: 1; }
.visual-panel h3 { font-size: 2.4rem; line-height: 1.05; margin: 0 0 15px; }
.visual-panel p { color: #dce8eb; margin: 0; }
.check-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list li::before { content: "✓"; width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 50%; background: #dff2ef; color: var(--teal-dark); font-weight: 900; margin-top: 1px; }

.pricing-wrap { background: var(--sand); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; align-items: stretch; }
.price-card { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 31px; position: relative; display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid var(--teal); transform: translateY(-10px); box-shadow: var(--shadow); }
.badge { position: absolute; top: 17px; right: 17px; background: #dff3f0; color: var(--teal-dark); padding: 6px 10px; border-radius: 999px; font-weight: 800; font-size: .75rem; }
.price-card h3 { margin: 0; color: var(--navy); font-size: 1.35rem; }
.price { font-size: 2.6rem; font-weight: 900; letter-spacing: -.05em; margin: 18px 0 2px; color: var(--navy); }
.price small { font-size: .95rem; font-weight: 700; color: var(--muted); letter-spacing: 0; }
.price-card > p { color: var(--muted); }
.price-card ul { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 12px; flex: 1; }
.price-card li::before { content: "✓"; color: var(--teal-dark); font-weight: 900; margin-right: 9px; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.quote-card { background: white; border-radius: var(--radius); border: 1px solid var(--line); padding: 28px; }
.stars { color: #b98a32; letter-spacing: .08em; }
.quote-card blockquote { margin: 18px 0 22px; font-size: 1.05rem; color: #34434d; }
.quote-person { display: flex; align-items: center; gap: 12px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: white; font-weight: 900; }
.quote-person strong { display: block; color: var(--navy); }
.quote-person span { color: var(--muted); font-size: .88rem; }

.cta { background: linear-gradient(135deg, var(--teal-dark), var(--navy)); color: white; border-radius: 30px; padding: 54px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; box-shadow: var(--shadow); }
.cta h2 { margin: 0 0 10px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; }
.cta p { margin: 0; color: #d9e8e9; max-width: 680px; }

.page-hero { background: var(--navy); color: white; padding: 88px 0; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); letter-spacing: -.055em; line-height: 1; margin: 10px 0 20px; }
.page-hero p { color: #cedce2; max-width: 720px; font-size: 1.15rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 38px; }
.value-card { background: white; padding: 25px; border: 1px solid var(--line); border-radius: 16px; }
.value-card strong { display: block; color: var(--navy); margin-bottom: 7px; font-size: 1.1rem; }
.value-card p { margin: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 42px; }
.contact-panel { background: var(--navy); color: white; padding: 34px; border-radius: 24px; }
.contact-panel h2 { font-size: 2rem; margin-top: 0; }
.contact-panel p { color: #d1dce2; }
.contact-list { margin-top: 28px; display: grid; gap: 19px; }
.contact-item strong { display: block; color: #86ddd5; }
.contact-form { background: white; padding: 34px; border-radius: 24px; border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; color: var(--navy); font-size: .92rem; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cfd8da; border-radius: 11px; padding: 13px 14px; background: #fff; color: var(--ink); outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(43,140,134,.12); }
.field textarea { min-height: 145px; resize: vertical; }
.form-status { margin-top: 14px; font-weight: 700; color: var(--teal-dark); }

footer { background: #0b1926; color: #c8d4da; padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 48px; }
footer h4 { color: white; margin: 0 0 16px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 46px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: .88rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 78px; display: none; flex-direction: column; align-items: stretch; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 82px; }
  .hero-card { max-width: 600px; }
  .trust-grid, .values-grid { grid-template-columns: 1fr 1fr; }
  .cards-3, .pricing-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .cta { grid-template-columns: 1fr; padding: 40px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .section { padding: 68px 0; }
  .hero h1 { font-size: 3.15rem; }
  .trust-grid, .values-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .cta { padding: 30px 24px; border-radius: 22px; }
  .footer-bottom { flex-direction: column; }
}


/* Growth Reset logo integration */
.brand-logo { flex: 0 0 auto; }
.brand-logo img { width: 218px; height: auto; max-height: 64px; object-fit: contain; object-position: left center; }
.footer-logo img { width: 245px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.hero { background: linear-gradient(135deg, #062654 0%, #083c72 58%, #075b75 100%); }
.hero h1 span { color: #39c7c8; }
.button-primary { background: linear-gradient(135deg, var(--teal), var(--blue)); box-shadow: 0 10px 24px rgba(7,152,163,.25); }
.button-primary:hover { background: linear-gradient(135deg, var(--teal-dark), #08659a); }
.visual-panel { background: linear-gradient(145deg, var(--navy), var(--blue) 58%, var(--teal-dark)); }
.cta { background: linear-gradient(135deg, var(--teal-dark), var(--blue) 45%, var(--navy)); }
.page-hero { background: linear-gradient(135deg, #062654, #083c72 62%, #075b75); }
.contact-panel { background: linear-gradient(155deg, var(--navy), var(--blue)); }
footer { background: #061b35; }
@media (max-width: 600px) {
  .brand-logo img { width: 178px; max-height: 56px; }
  .footer-logo img { width: 220px; }
}
