/* ============================================================
   HOME PAGE COMPONENTS
   ============================================================ */

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(37,99,235,.13), transparent 60%),
    radial-gradient(800px 400px at -10% 110%, rgba(201,150,46,.1), transparent 55%),
    linear-gradient(180deg, var(--sky-050) 0%, #fff 100%);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 56px; align-items: center; padding: 68px 0 76px;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 700; letter-spacing: .04em;
  color: var(--navy-800); background: #fff; border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm); padding: 9px 16px;
  border-radius: var(--radius-pill); margin-bottom: 22px;
}
.hero-badge .chip-ico {
  display: grid; place-items: center; width: 22px; height: 22px;
  border-radius: 50%; background: var(--gold-100); color: var(--gold-600);
}
.hero-badge .chip-ico svg { width: 13px; height: 13px; }

.hero-title { font-size: clamp(2.1rem, 4.6vw, 3.3rem); font-weight: 800; line-height: 1.12; letter-spacing: -.02em; }
.hero-title .hl { display: block; color: var(--blue-600); }
.hero-title .hl-gold { display: block; color: var(--gold-600); }

.hero-sub { margin-top: 22px; max-width: 560px; font-size: 1.08rem; line-height: 1.7; color: var(--gray-600); }

.hero-tagline {
  margin-top: 18px; font-family: var(--font-head); font-weight: 700;
  font-size: 1rem; color: var(--navy-900); display: flex; align-items: center; gap: 10px;
}
.hero-tagline .rule { width: 34px; height: 2px; background: var(--gold-500); border-radius: 2px; flex: none; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero-highlights { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hl-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm); border-radius: var(--radius-pill);
  padding: 9px 16px; font-size: .84rem; font-weight: 700; color: var(--navy-900);
}
.hl-chip .chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-500); }

.hero-location { margin-top: 26px; display: flex; align-items: center; gap: 9px; color: var(--gray-600); font-size: .92rem; font-weight: 500; }
.hero-location svg { width: 18px; height: 18px; color: var(--blue-600); }

/* Hero visual */
.hero-visual { position: relative; }
.protect-card {
  position: relative; background: #fff; border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 34px 30px; overflow: hidden;
}
.protect-card::before {
  content: ""; position: absolute; top: -70px; right: -70px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.1), transparent 65%);
}
.protect-head { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.protect-ico {
  display: grid; place-items: center; width: 66px; height: 66px;
  border-radius: 20px; background: linear-gradient(150deg, var(--navy-800), var(--navy-950));
  color: var(--gold-400); flex: none; box-shadow: var(--shadow-md);
}
.protect-ico svg { width: 34px; height: 34px; }
.protect-head .pt { line-height: 1.35; }
.protect-head .pt small {
  display: block; font-weight: 600; font-size: .78rem; letter-spacing: .04em;
  color: var(--blue-600); text-transform: uppercase; margin-bottom: 3px;
}
.protect-head .pt strong { font-family: var(--font-head); font-size: 1.08rem; color: var(--navy-900); }

.goal-row { display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }
.goal-item { padding: 14px 16px; border: 1px solid var(--gray-100); border-radius: var(--radius); background: var(--gray-050); }
.goal-item .gl {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 9px; font-size: .82rem; font-weight: 600; color: var(--gray-600);
}
.goal-item .gl b { color: var(--navy-900); font-family: var(--font-head); font-size: .86rem; }
.bar-track { height: 8px; background: var(--gray-200); border-radius: 8px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 8px; background: linear-gradient(90deg, var(--blue-600), var(--blue-400)); }
.bar-fill.gold { background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); }
.bar-fill.navy { background: linear-gradient(90deg, var(--navy-800), var(--blue-500)); }

.protect-focus {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  margin-top: 22px; padding-top: 22px; border-top: 1px dashed var(--gray-200);
}
.focus-mini { text-align: center; }
.focus-mini .fm-ico {
  display: grid; place-items: center; width: 38px; height: 38px;
  margin: 0 auto 6px; border-radius: 12px; background: var(--sky-100); color: var(--blue-600);
}
.focus-mini .fm-ico svg { width: 19px; height: 19px; }
.focus-mini span { font-size: .72rem; font-weight: 700; color: var(--navy-800); letter-spacing: .03em; }

.float-chip {
  position: absolute; display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--gray-100); border-radius: var(--radius);
  box-shadow: var(--shadow-md); padding: 12px 16px;
  font-size: .82rem; font-weight: 600; color: var(--navy-900);
  animation: floaty 5s ease-in-out infinite;
}
.float-chip .fc-ico {
  display: grid; place-items: center; width: 30px; height: 30px;
  border-radius: 50%; background: var(--gold-100); color: var(--gold-600);
}
.float-chip .fc-ico svg { width: 16px; height: 16px; }
.float-chip small { display: block; font-size: .68rem; font-weight: 500; color: var(--gray-500); }
.chip-mdrt { top: -22px; right: 18px; }
.chip-customers { bottom: -20px; left: -16px; animation-delay: 1.2s; }

@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------- Stats band ---------- */
.stats-band { background: var(--navy-900); color: #fff; padding: 40px 0; position: relative; overflow: hidden; }
.stats-band::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(600px 200px at 90% 0%, rgba(37,99,235,.3), transparent 60%),
    radial-gradient(500px 200px at 0% 100%, rgba(201,150,46,.18), transparent 55%);
  pointer-events: none;
}
.stats-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat-item { text-align: center; padding: 8px 14px; border-right: 1px solid rgba(255,255,255,.12); }
.stat-item:last-child { border-right: 0; }
.stat-num { font-family: var(--font-head); font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -.02em; }
.stat-num small { font-size: .72em; font-weight: 700; }
.stat-label { margin-top: 7px; font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #bcd0ee; }
.stat-item .gold-bar { margin: 0 auto 4px; width: 46px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); }

/* ---------- Pillars ---------- */
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pillar-card {
  position: relative; background: #fff; border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg); padding: 30px 26px;
  box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
.pillar-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pillar-card::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: var(--blue-600); }
.pillar-card:nth-child(2)::after { background: var(--gold-500); }
.pillar-card:nth-child(3)::after { background: var(--navy-800); }
.pillar-card:nth-child(4)::after { background: var(--green-500); }
.pillar-ico {
  display: grid; place-items: center; width: 54px; height: 54px;
  border-radius: 16px; background: var(--sky-100); color: var(--blue-600); margin-bottom: 18px;
}
.pillar-card:nth-child(2) .pillar-ico { background: var(--gold-100); color: var(--gold-600); }
.pillar-card:nth-child(3) .pillar-ico { background: var(--sky-100); color: var(--navy-800); }
.pillar-card:nth-child(4) .pillar-ico { background: var(--green-100); color: var(--green-600); }
.pillar-ico svg { width: 26px; height: 26px; }
.pillar-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.pillar-card p { font-size: .92rem; color: var(--gray-600); line-height: 1.6; }
.pillar-note { margin-top: 30px; text-align: center; font-family: var(--font-head); font-weight: 700; font-size: 1.02rem; color: var(--navy-800); letter-spacing: .06em; }

/* ---------- About (home) ---------- */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.about-visual { position: relative; }
.about-frame {
  background: linear-gradient(160deg, var(--navy-900), var(--navy-700));
  border-radius: var(--radius-lg); padding: 34px; color: #e8f0fc; box-shadow: var(--shadow-lg);
}
.about-frame .af-top { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.af-avatar {
  display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 2px solid rgba(220,179,74,.7);
  color: var(--gold-400); font-family: var(--font-head); font-weight: 800; font-size: 1.3rem;
}
.af-avatar svg { width: 30px; height: 30px; }
.af-top .af-name { font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 1.05rem; }
.af-top .af-role { font-size: .8rem; color: #a9c2e8; }
.af-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.af-stat { text-align: center; }
.af-stat b { display: block; font-family: var(--font-head); font-size: 1.15rem; color: var(--gold-400); }
.af-stat span { font-size: .7rem; color: #a9c2e8; line-height: 1.4; }
.af-list { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.af-list li { display: flex; align-items: center; gap: 10px; font-size: .9rem; }
.af-list li svg { width: 17px; height: 17px; color: var(--gold-400); flex: none; }
.af-photo {
  position: relative; margin-bottom: 22px; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 16 / 10; background:
    radial-gradient(120% 90% at 82% 0%, rgba(220,179,74,.28), transparent 55%),
    linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,0));
  border: 1px solid rgba(255,255,255,.14);
}
.af-photo svg { position: absolute; top: 50%; left: 50%; width: 64px; height: 64px; transform: translate(-50%,-50%); color: rgba(255,255,255,.35); }
.af-photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; }
.bio-photo {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4 / 5; max-width: 420px; background: linear-gradient(160deg, var(--gray-100), #e8eefb);
  box-shadow: var(--shadow-md); border: 1px solid var(--gray-100);
}
.bio-photo svg { position: absolute; top: 50%; left: 50%; width: 72px; height: 72px; transform: translate(-50%,-50%); color: var(--gray-300); }
.bio-photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; }
.about-float-chip {
  position: absolute; background: #fff; border: 1px solid var(--gray-100);
  border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 12px 16px;
  font-size: .82rem; font-weight: 600; color: var(--navy-900);
}
.chip-giafi { top: -18px; right: -10px; background: var(--navy-800); color: #fff; }
.chip-liafi { bottom: -18px; left: -12px; }

.about-content .lead { font-size: 1.12rem; line-height: 1.7; color: var(--gray-800); margin-bottom: 18px; }
.about-content p { margin-bottom: 16px; }
.point-list { display: flex; flex-direction: column; gap: 12px; margin: 24px 0; }
.point-list li { display: flex; align-items: flex-start; gap: 12px; font-weight: 500; color: var(--gray-800); }
.point-list li .pl-ico {
  display: grid; place-items: center; width: 26px; height: 26px; flex: none;
  border-radius: 50%; background: var(--green-100); color: var(--green-600); margin-top: 1px;
}
.point-list li .pl-ico svg { width: 14px; height: 14px; }

/* ---------- Service cards ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg); padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-card .sc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.sc-ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--sky-100); color: var(--blue-600); }
.sc-ico svg { width: 27px; height: 27px; }
.sc-num { font-family: var(--font-head); font-weight: 800; font-size: .9rem; color: var(--gray-200); letter-spacing: .08em; }
.service-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.service-card .sc-desc { font-size: .94rem; color: var(--gray-600); margin-bottom: 16px; flex: 1; }
.sc-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.sc-tags li {
  font-size: .74rem; font-weight: 600; color: var(--navy-700);
  background: var(--sky-050); border: 1px solid var(--gray-100);
  padding: 5px 11px; border-radius: var(--radius-pill);
}
.service-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: .88rem; color: var(--blue-600); }
.service-link svg { width: 15px; height: 15px; transition: transform .2s ease; }
.service-link:hover { color: var(--blue-700); }
.service-link:hover svg { transform: translateX(4px); }

/* ---------- Brand strip ---------- */
.brand-strip { position: relative; background: var(--navy-900); color: #fff; overflow: hidden; }
.brand-strip::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(700px 300px at 85% 10%, rgba(37,99,235,.3), transparent 60%),
    radial-gradient(600px 260px at 5% 95%, rgba(201,150,46,.18), transparent 55%);
  pointer-events: none;
}
.brand-strip .container { position: relative; text-align: center; padding: 88px 24px; }
.brand-strip h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.9rem); font-weight: 800; line-height: 1.16; letter-spacing: -.01em; }
.brand-strip h2 .gold-line { color: var(--gold-400); }
.brand-strip .bs-sub { max-width: 640px; margin: 20px auto 0; color: #bcd0ee; font-size: 1.04rem; }
.bs-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.bs-chip {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-pill); padding: 11px 20px;
  font-family: var(--font-head); font-weight: 700; font-size: .86rem;
  letter-spacing: .08em; color: #fff;
  transition: background .2s ease, transform .2s ease;
}
.bs-chip:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.bs-chip .bc-ico { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--gold-500); color: #fff; }
.bs-chip .bc-ico svg { width: 14px; height: 14px; }

/* ---------- Flows / journeys ---------- */
.flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; align-items: center; margin-top: 40px; }
.flow-step { text-align: center; }
.flow-step .fs-num {
  display: grid; place-items: center; width: 46px; height: 46px; margin: 0 auto 12px;
  border-radius: 14px; background: var(--sky-100); color: var(--blue-600);
  font-family: var(--font-head); font-weight: 800; font-size: .8rem; letter-spacing: .04em;
}
.flow-step h4 { font-size: .92rem; margin-bottom: 4px; }
.flow-step p { font-size: .74rem; color: var(--gray-500); line-height: 1.5; }
.flow-arrow { color: var(--gray-300); display: grid; place-items: center; }
.flow-arrow svg { width: 20px; height: 20px; }

/* vertical journey */
.journey { position: relative; margin-top: 40px; max-width: 640px; }
.journey-step { position: relative; display: flex; gap: 24px; padding-bottom: 30px; }
.journey-step:last-child { padding-bottom: 0; }
.journey-step::before {
  content: ""; position: absolute; left: 25px; top: 54px; bottom: 4px; width: 2px;
  background: linear-gradient(180deg, var(--blue-500), var(--sky-100));
}
.journey-step:last-child::before { display: none; }
.journey-ico {
  display: grid; place-items: center; width: 52px; height: 52px; flex: none;
  border-radius: 16px; background: #fff; border: 1px solid var(--gray-100);
  box-shadow: var(--shadow-sm); color: var(--blue-600);
}
.journey-ico svg { width: 24px; height: 24px; }
.journey-body h4 { font-size: 1.05rem; margin-bottom: 6px; }
.journey-body p { font-size: .93rem; color: var(--gray-600); }
.journey-arrow { margin: -12px 0 10px 25px; display: flex; align-items: center; gap: 10px; color: var(--gray-300); }
.journey-arrow svg { width: 18px; height: 18px; }
.journey-arrow span { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--gray-300); }