/* ============================================================
   Capital Claim Management Services Ltd — Landing page styles
   Standalone stylesheet (does not depend on main.css)
   ============================================================ */

:root {
  --blue:        #0b6fb8;
  --blue-dark:   #075089;
  --blue-darker: #053b66;
  --blue-light:  #e8f3fb;
  --orange:      #f7941d;
  --orange-dark: #d97c08;

  --ink:        #11202e;
  --body:       #41535f;
  --muted:      #6b7c88;
  --line:       #e3ebf1;
  --bg:         #ffffff;
  --bg-soft:    #f5f9fc;

  --radius:     14px;
  --radius-sm:  10px;
  --radius-lg:  22px;

  --shadow-sm:  0 1px 3px rgba(11,111,184,.08), 0 1px 2px rgba(0,0,0,.04);
  --shadow:     0 10px 30px rgba(11,111,184,.10), 0 2px 8px rgba(0,0,0,.04);
  --shadow-lg:  0 24px 60px rgba(7,80,137,.18);

  --ease:       cubic-bezier(.16,.84,.44,1);
  --max:        1180px;
}

/* ── Reset ─────────────────────────────────────────────── */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { color: var(--ink); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
section { scroll-margin-top: 90px; }

.container {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 24px;
}

/* ── Buttons ───────────────────────────────────────────── */
.btn {
  --bg: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15.5px;
  border: none;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s ease;
  white-space: nowrap;
  line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff;
  box-shadow: 0 8px 20px rgba(11,111,184,.32);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(11,111,184,.42); }
.btn-accent {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  box-shadow: 0 8px 20px rgba(247,148,29,.34);
}
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(247,148,29,.46); }
.btn-ghost {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.45);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
.btn-outline {
  background: #fff;
  color: var(--blue-dark);
  border: 1.5px solid var(--line);
}
.btn-outline:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-sm { padding: 10px 18px; font-size: 14.5px; }

/* ── Nav ───────────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 72px;
}
.nav-logo { display: flex; align-items: center; gap: 11px; }
.nav-logo img { height: 40px; width: auto; border-radius: 6px; }
.nav-logo .nl-name { font-weight: 800; color: var(--blue-dark); font-size: 16px; letter-spacing: -.02em; line-height: 1.05; }
.nav-logo .nl-sub  { font-size: 11px; color: var(--muted); font-weight: 500; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: 14px;
}
.nav-links a {
  font-size: 15px;
  font-weight: 500;
  color: var(--body);
  position: relative;
  transition: color .2s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--orange); transition: width .25s var(--ease);
}
.nav-links a:hover { color: var(--blue-dark); }
.nav-links a:hover::after { width: 100%; }

.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 700; color: var(--blue-dark); font-size: 15px;
}
.nav-phone svg { width: 17px; height: 17px; color: var(--orange); }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 42px; height: 42px; border-radius: 10px; align-items: center; justify-content: center;
}
.nav-toggle svg { width: 26px; height: 26px; color: var(--blue-dark); }
.nav-toggle:hover { background: var(--blue-light); }

/* ── Hero ──────────────────────────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(247,148,29,.28), transparent 60%),
    linear-gradient(150deg, var(--blue-dark) 0%, var(--blue) 52%, #0a82d6 100%);
  color: #fff;
  padding: 96px 0 120px;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .5;
  mask-image: linear-gradient(180deg, #000, transparent 70%);
}
.hero-curve {
  position: absolute; left: 0; right: 0; bottom: -1px;
  width: 100%; height: 90px; color: var(--bg);
}
.hero-road {
  position: absolute; right: -40px; top: 50%; transform: translateY(-50%);
  width: 520px; max-width: 45%; opacity: .35; pointer-events: none;
}
.hero-inner { position: relative; max-width: 760px; }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  padding: 7px 15px; border-radius: 999px;
  font-size: 13.5px; font-weight: 600; letter-spacing: .02em;
  margin-bottom: 22px;
  animation: fade-up .6s var(--ease) both;
}
.hero .eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(247,148,29,.3); }
.hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5.2vw, 3.6rem);
  font-weight: 800;
  margin-bottom: 18px;
  animation: fade-up .6s var(--ease) .08s both;
}
.hero h1 .hl { color: #ffd9a3; position: relative; white-space: nowrap; }
.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(255,255,255,.92);
  max-width: 640px;
  margin-bottom: 32px;
  animation: fade-up .6s var(--ease) .16s both;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; animation: fade-up .6s var(--ease) .24s both; }
.hero-trust {
  display: flex; align-items: center; gap: 10px;
  margin-top: 30px; font-size: 14.5px; color: rgba(255,255,255,.85);
  animation: fade-up .6s var(--ease) .32s both;
}
.hero-trust svg { width: 18px; height: 18px; color: #8ff0b0; flex: none; }

/* ── Stats strip ───────────────────────────────────────── */
.stats {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 30px 24px;
}
.stat { text-align: center; padding: 6px; }
.stat-ic {
  width: 44px; height: 44px; margin: 0 auto 12px;
  display: grid; place-items: center; border-radius: 12px;
  background: var(--blue-light); color: var(--blue-dark);
}
.stat-ic svg { width: 24px; height: 24px; }
.stat-num { font-size: 1.45rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1.1; }
.stat-lbl { font-size: 14px; color: var(--muted); margin-top: 2px; }

/* ── Section headers ───────────────────────────────────── */
.section { padding: 92px 0; }
.section.alt { background: var(--bg-soft); }
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.sec-tag {
  display: inline-block;
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--orange-dark); margin-bottom: 12px;
}
.sec-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); font-weight: 800; }
.sec-head p { font-size: 1.08rem; color: var(--muted); margin-top: 6px; }

/* ── Services grid ─────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-ic {
  width: 58px; height: 58px; border-radius: 15px;
  display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--blue-light), #d7ecfa);
  color: var(--blue-dark);
  transition: background .3s, color .3s, transform .3s var(--ease);
}
.service-ic svg { width: 30px; height: 30px; }
.service-card:hover .service-ic {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff; transform: rotate(-4deg) scale(1.05);
}
.service-card h3 { font-size: 1.16rem; margin-bottom: 7px; }
.service-card p { font-size: 14.8px; color: var(--muted); margin: 0; }

/* ── How it works ──────────────────────────────────────── */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}
.step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 24px 26px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-num {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff; font-weight: 800; font-size: 1.2rem;
  box-shadow: 0 8px 18px rgba(11,111,184,.3);
  margin-bottom: 18px;
}
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { font-size: 14.5px; color: var(--muted); margin: 0; }
.step::after {
  content: ""; position: absolute; right: -16px; top: 48px;
  width: 22px; height: 22px; color: var(--orange);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f7941d' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E") center/contain no-repeat;
}
.step:last-child::after { display: none; }

/* ── Why us ────────────────────────────────────────────── */
.why-wrap { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }
.why-visual {
  position: relative;
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg, var(--blue-dark), var(--blue));
  color: #fff;
  padding: 48px 40px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.why-visual::before {
  content: ""; position: absolute; right: -60px; top: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(247,148,29,.55), transparent 70%);
}
.why-visual h3 { color: #fff; font-size: 1.7rem; position: relative; }
.why-visual p { color: rgba(255,255,255,.9); position: relative; margin-bottom: 26px; }
.why-visual .wv-tag { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: #ffd9a3; font-weight: 700; }
.why-visual .btn { position: relative; }

.benefits { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.benefit { display: flex; gap: 15px; align-items: flex-start; }
.benefit-ic {
  flex: none; width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--blue-light); color: var(--blue-dark);
  transition: transform .25s var(--ease);
}
.benefit-ic svg { width: 22px; height: 22px; }
.benefit:hover .benefit-ic { transform: scale(1.08) rotate(-4deg); background: var(--orange); color: #fff; }
.benefit h4 { font-size: 1.05rem; margin: 2px 0 3px; }
.benefit p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* ── CTA band ──────────────────────────────────────────── */
.cta-band {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 500px at 90% 120%, rgba(247,148,29,.35), transparent 60%),
    linear-gradient(135deg, var(--blue-darker), var(--blue));
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center;
  box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.3rem); }
.cta-band p { color: rgba(255,255,255,.9); margin: 0; }
.cta-contact { display: grid; gap: 14px; }
.cta-row { display: flex; align-items: center; gap: 14px; }
.cta-row .ci {
  flex: none; width: 46px; height: 46px; border-radius: 13px;
  display: grid; place-items: center;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25);
}
.cta-row .ci svg { width: 22px; height: 22px; color: #ffd9a3; }
.cta-row .cl { font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.7); }
.cta-row .cv { font-weight: 700; font-size: 16px; color: #fff; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* ── Footer ────────────────────────────────────────────── */
.footer {
  background: #08263c;
  color: #aebfcb;
  padding: 60px 0 28px;
  font-size: 14.5px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 48px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-logo { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.footer-logo img { height: 42px; border-radius: 7px; background: #fff; padding: 3px; }
.footer-logo span { font-weight: 800; color: #fff; font-size: 16px; }
.footer p { color: #98aab8; line-height: 1.7; }
.footer h4 { color: #fff; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-links a { color: #aebfcb; transition: color .2s, padding .2s; }
.footer-links a:hover { color: var(--orange); padding-left: 4px; }
.footer-contact { display: grid; gap: 12px; }
.footer-contact .fc { display: flex; gap: 11px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--orange); flex: none; margin-top: 2px; }
.footer-contact a:hover { color: #fff; }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: 14px; padding-top: 24px; font-size: 13.5px; color: #7e93a2;
}
.footer-bottom a { color: #aebfcb; }
.footer-bottom a:hover { color: var(--orange); }

/* ── Animations ────────────────────────────────────────── */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; animation: fade-up .7s var(--ease) forwards; animation-timeline: view(); animation-range: entry 0% cover 28%; }
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 980px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2)::after { display: none; }
  .why-wrap { grid-template-columns: 1fr; gap: 36px; }
  .cta-band { grid-template-columns: 1fr; gap: 28px; padding: 40px 30px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: flex; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; top: 72px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 14px 24px 20px; margin: 0;
    box-shadow: var(--shadow);
    animation: fade-up .3s var(--ease) both;
  }
  .nav.open .nav-links a { width: 100%; padding: 11px 0; border-bottom: 1px solid var(--bg-soft); }
  .nav.open .nav-links a::after { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { padding: 70px 0 96px; }
  .hero-road { display: none; }
  .section { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  .services-grid, .steps { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; padding: 22px 14px; }
  .nav-logo .nl-sub { display: none; }
  .container { padding-inline: 18px; }
  .step::after { display: none; }
  .hero-cta .btn, .cta-actions .btn { flex: 1 1 auto; justify-content: center; }
}
