/* =========================================================
   The Law Co. — custom theme layer on top of Bootstrap 5
   ========================================================= */
:root{
  --navy:#0E2A47;
  --navy-deep:#081A2E;
  --gold:#C1791E;
  --gold-light:#E3A24B;
  --ink:#333333;
  --muted:#666B72;
  --line:#E7E9EC;
  --bg-soft:#F6F8FA;
}
body{
  font-family:'Public Sans', sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.7;
}
h1,h2,h3,h4,.font-serif{
  font-family:'Playfair Display', serif;
  font-weight:600;
  color:var(--navy);
}
a{ text-decoration:none; }
.text-gold{ color:var(--gold) !important; }
.bg-navy{ background:var(--navy) !important; }
.bg-navy-deep{ background:var(--navy-deep) !important; }
.bg-soft{ background:var(--bg-soft) !important; }
.section{ padding:90px 0; }
.section-sm{ padding:56px 0; }
.eyebrow{
  font-size:12.5px; letter-spacing:2.5px; text-transform:uppercase;
  color:var(--gold); font-weight:700; display:flex; align-items:center; gap:10px; margin-bottom:14px;
}
.eyebrow::before{ content:""; width:26px; height:2px; background:var(--gold); }
.justify-center.eyebrow, .text-center .eyebrow{ justify-content:center; }

.btn-gold{ background:var(--gold); border-color:var(--gold); color:#fff; font-weight:700; letter-spacing:.5px; text-transform:uppercase; font-size:13.5px; padding:12px 28px; border-radius:3px; }
.btn-gold:hover{ background:var(--navy); border-color:var(--navy); color:#fff; }
.btn-navy{ background:var(--navy); border-color:var(--navy); color:#fff; font-weight:700; letter-spacing:.5px; text-transform:uppercase; font-size:13.5px; padding:12px 28px; border-radius:3px; }
.btn-navy:hover{ background:var(--gold); border-color:var(--gold); color:#fff; }
.btn-outline-navy{ border:1.5px solid var(--navy); color:var(--navy); font-weight:700; letter-spacing:.5px; text-transform:uppercase; font-size:13.5px; padding:11px 28px; border-radius:3px; }
.btn-outline-navy:hover{ background:var(--navy); color:#fff; }

/* ===== Top bar ===== */
.topbar{ background:var(--navy-deep); color:rgba(255,255,255,.75); font-size:12.5px; }
.topbar a{ color:rgba(255,255,255,.75); }
.topbar a:hover{ color:var(--gold-light); }

/* ===== Navbar ===== */
.navbar-brand-custom{ display:flex; align-items:center; gap:12px; }
.navbar-brand-custom img{ height:50px; width:50px; object-fit:contain; }
.brand-text{ line-height:1.15; }
.brand-text .t1{ font-family:'Playfair Display', serif; font-size:19px; font-weight:700; color:var(--navy); display:block; }
.brand-text .t2{ font-size:9.5px; letter-spacing:2px; color:var(--gold); font-weight:700; }

.navbar-custom{ background:#fff; border-bottom:1px solid var(--line); padding-top:12px; padding-bottom:12px; }
.navbar-custom .nav-link{ color:var(--navy) !important; font-weight:600; font-size:14.5px; padding:10px 14px !important; }
.navbar-custom .nav-link:hover, .navbar-custom .nav-link:focus{ color:var(--gold) !important; }
.navbar-custom .dropdown-menu{ border:1px solid var(--line); border-radius:8px; box-shadow:0 16px 36px rgba(14,42,71,.14); padding:10px; min-width:260px; }
.navbar-custom .dropdown-item{ font-size:14px; padding:10px 12px; color:var(--ink); border-radius:6px; display:flex; align-items:center; gap:12px; }
.navbar-custom .dropdown-item i{ font-size:16px; color:var(--gold); width:22px; text-align:center; flex-shrink:0; }
.navbar-custom .dropdown-item:hover{ background:var(--bg-soft); color:var(--navy); }
.navbar-custom .dropdown-item:hover i{ color:var(--navy); }

/* nested (level-2) dropdown — professional flyout with icons */
.dropdown-submenu{ position:relative; }
.dropdown-submenu > .dropdown-item.dropdown-toggle::after{ margin-left:auto; transform:rotate(-90deg); }
.dropdown-submenu > .dropdown-menu{ top:-10px; left:100%; margin-top:0; min-width:320px; }
.dropdown-submenu > .dropdown-menu .dropdown-item{ padding:10px 14px; }
.dropdown-submenu > .dropdown-menu .dropdown-item i{ font-size:17px; }
@media (min-width:992px){
  .navbar-custom .dropdown:hover > .dropdown-menu{ display:block; margin-top:0; }
  .dropdown-submenu:hover > .dropdown-menu{ display:block; }
}
@media (max-width:991px){
  .navbar-custom .dropdown-menu{ box-shadow:none; border:none; background:var(--bg-soft); }
  .dropdown-submenu > .dropdown-menu{
    position:static; left:auto; top:auto; min-width:0;
    margin:6px 0 6px 14px; padding:8px;
    border-left:2px solid var(--gold);
    border-radius:6px;
  }
  .dropdown-submenu > .dropdown-item.dropdown-toggle::after{ transform:rotate(0deg); }
}

/* ===== Hero ===== */
.page-hero{
  background:linear-gradient(rgba(8,26,46,.86), rgba(8,26,46,.86)), url('https://images.unsplash.com/photo-1589391886645-d51941baf7fb?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
  color:#fff; padding:80px 0; text-align:center;
}
.page-hero h1{ color:#fff; font-size:40px; margin-bottom:10px; }
.page-hero .crumb{ color:rgba(255,255,255,.65); font-size:14px; }
.page-hero .crumb a{ color:var(--gold-light); }

/* ===== Service icon circle ===== */
.icon-circle{
  width:52px; height:52px; border-radius:50%; background:var(--navy);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px;
  color:var(--gold-light); font-family:'Playfair Display', serif; font-size:19px; font-weight:700;
}

/* ===== Cards ===== */
.card-plain{ border:1px solid var(--line); border-radius:10px; padding:34px 28px; height:auto; transition:.25s ease; z-index: 9999; background-color: #fff; box-shadow:0 2px 12px rgba(14,42,71,.05); }
.card-plain.mt-4.text-center{
  z-index: 99;
}


.card-plain:hover{ background:var(--bg-soft); box-shadow:0 14px 30px rgba(14,42,71,.09); transform:translateY(-3px); }
.card-plain .learn{ font-size:12.5px; font-weight:700; letter-spacing:.6px; text-transform:uppercase; color:var(--navy); border-bottom:1px solid var(--gold); padding-bottom:3px; }

/* Icon on services.php sub-block cards */
.card-plain.sub-block{ padding:30px 26px; }
.sub-block-icon{
  width:46px; height:46px; border-radius:10px;
  background:var(--bg-soft); color:var(--gold);
  display:flex; align-items:center; justify-content:center;
  font-size:20px; margin-bottom:16px; transition:.25s ease;
}
.card-plain.sub-block:hover .sub-block-icon{ background:var(--navy); color:var(--gold-light); }

.process-step{ font-family:'Playfair Display', serif; font-size:38px; color:var(--gold); font-weight:700; display:block; margin-bottom:14px; }

/* ===== Team ===== */
.team-photo{ background:var(--navy); display:flex; align-items:center; justify-content:center; min-height:260px; }
.team-photo .initials{ font-family:'Playfair Display', serif; font-size:50px; color:var(--gold-light); font-weight:700; }

/* ===== Team grid cards ===== */
.team-card{ border:1px solid var(--line); border-radius:14px; overflow:hidden; background:#fff; box-shadow:0 2px 12px rgba(14,42,71,.06); transition:.25s ease; display:flex; flex-direction:column; }
.team-card:hover{ box-shadow:0 18px 36px rgba(14,42,71,.12); transform:translateY(-4px); }
.team-card-photo{ position:relative; aspect-ratio:1/1; background:var(--navy); overflow:hidden; }
.team-card-photo img{ width:100%; height:100%; object-fit:cover; object-position:top center; }
.team-card-photo .initials{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-family:'Playfair Display', serif; font-size:56px; color:var(--gold-light); font-weight:700; background:linear-gradient(160deg, var(--navy), var(--navy-deep)); }
.team-card-ribbon{ position:absolute; left:0; bottom:0; right:0; background:linear-gradient(0deg, rgba(8,26,46,.88), rgba(8,26,46,0)); padding:24px 20px 14px; }
.team-card-ribbon .role{ color:var(--gold-light); text-transform:uppercase; font-size:11.5px; letter-spacing:1.2px; font-weight:700; }
.team-card-body{ padding:26px 24px 28px; display:flex; flex-direction:column; flex:1; }
.team-card-body h3{ font-size:21px; margin-bottom:4px; }
.team-meta{ font-size:13px; color:var(--muted); margin-bottom:16px; }
.team-meta strong{ color:var(--navy); }
.team-meta .row-line{ display:flex; gap:8px; padding:6px 0; border-bottom:1px dashed var(--line); }
.team-meta .row-line:last-child{ border-bottom:none; }
.team-meta .row-line .lbl{ min-width:98px; font-weight:700; color:var(--navy); flex-shrink:0; }
.membership-pills{ display:flex; flex-wrap:wrap; gap:6px; margin:6px 0 16px; }
.membership-pills span{ background:var(--bg-soft); color:var(--navy); font-size:11.5px; font-weight:600; padding:5px 11px; border-radius:20px; border:1px solid var(--line); }
.team-card-body .practice-label{ font-size:11.5px; font-weight:700; letter-spacing:.8px; text-transform:uppercase; color:var(--gold); margin-bottom:6px; }
.team-card-body .practice-text{ font-size:13.5px; color:var(--muted); flex:1; }
.team-card-footer{ margin-top:18px; padding-top:16px; border-top:1px solid var(--line); display:flex; gap:10px; }
.team-card-footer a{ width:34px; height:34px; border-radius:50%; border:1px solid var(--line); display:flex; align-items:center; justify-content:center; color:var(--navy); font-size:15px; }
.team-card-footer a:hover{ background:var(--navy); border-color:var(--navy); color:#fff; }

/* ===== Forms ===== */
.form-control, .form-select{ border:1px solid var(--line); background:var(--bg-soft); padding:12px 14px; font-size:14px; border-radius:3px; }
.form-control:focus, .form-select:focus{ border-color:var(--gold); box-shadow:0 0 0 .2rem rgba(193,121,30,.15); }
.form-label{ font-size:12px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; color:var(--navy); }

/* ===== Footer ===== */
.footer-custom{ background:var(--navy-deep); color:rgba(255,255,255,.65); padding-top:64px; }
.footer-custom h4{ color:#fff; font-size:13.5px; letter-spacing:1px; text-transform:uppercase; margin-bottom:18px; }
.footer-custom a{ color:rgba(255,255,255,.65); }
.footer-custom a:hover{ color:var(--gold-light); }
.footer-custom .footer-brand{ display:flex; gap:14px; align-items:center; margin-bottom:16px; }
.footer-custom .footer-brand img{ height:44px; width:44px; object-fit:contain; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.1); padding:20px 0; font-size:12.5px; }
.social-circle{ border:1px solid rgba(255,255,255,.25); border-radius:50%; width:32px; height:32px; display:flex; align-items:center; justify-content:center; font-size:13px; }
.social-circle:hover{ background:var(--gold); border-color:var(--gold); color:#fff; }

.hours-row{ display:flex; justify-content:space-between; border-bottom:1px dashed var(--line); padding-bottom:8px; margin-bottom:10px; font-size:14.5px; }
.hours-row span:first-child{ font-weight:700; color:var(--navy); }
.info-line{ display:flex; gap:12px; font-size:14.5px; margin-bottom:12px; color:var(--muted); }
.info-line .lbl{ font-weight:700; color:var(--navy); min-width:64px; }

/* ===== Home Banner (moving image banner) ===== */
.hero-banner{
  position:relative;
  overflow:hidden;
  height:560px;
  margin-top:0;
}
.hero-banner .banner-slide{
  position:absolute; inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  animation: bannerFade 18s infinite, bannerPan 9s ease-in-out infinite alternate;
  animation-fill-mode: both;
}
.hero-banner .banner-slide:nth-child(1){ background-image:url('https://images.unsplash.com/photo-1745015446589-7ee6f702d8c1?q=80&w=1800&auto=format&fit=crop'); animation-delay:0s, 0s; }
.hero-banner .banner-slide:nth-child(2){ background-image:url('https://images.unsplash.com/photo-1758518730384-be3d205838e8?q=80&w=1800&auto=format&fit=crop'); animation-delay:6s, 0s; }
.hero-banner .banner-slide:nth-child(3){ background-image:url('https://images.unsplash.com/photo-1772588627527-db42040f3a8b?q=80&w=1800&auto=format&fit=crop'); animation-delay:12s, 0s; }
@keyframes bannerFade{
  0%{ opacity:0; }
  2%{ opacity:1; }
  30%{ opacity:1; }
  34%{ opacity:0; }
  100%{ opacity:0; }
}
@keyframes bannerPan{
  0%{ transform:scale(1.12) translateX(-2.5%); }
  100%{ transform:scale(1.12) translateX(2.5%); }
}
.hero-banner::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(100deg, rgba(8,26,46,.92) 0%, rgba(8,26,46,.72) 38%, rgba(8,26,46,.30) 68%, rgba(8,26,46,.10) 100%);
  z-index:1;
}
.hero-banner .banner-content{
  position:relative; z-index:2;
  height:100%;
  display:flex; align-items:center;
}
.hero-banner .banner-content .eyebrow{ color:var(--gold-light); }
.hero-banner h1{ color:#fff; font-size:44px; line-height:1.2; }
.hero-banner p.lead-text{ color:rgba(255,255,255,.85); max-width:540px; font-size:16px; }
.hero-banner .banner-stats{ margin-top:36px; }
.hero-banner .banner-stats span.stat-num{ color:#fff; }
.hero-banner .banner-stats span.stat-label{ color:rgba(255,255,255,.65); }
.hero-banner .banner-indicators{
  position:absolute; z-index:2; bottom:22px; left:50%; transform:translateX(-50%);
  display:flex; gap:8px;
}
.hero-banner .banner-indicators span{
  width:26px; height:3px; background:rgba(255,255,255,.35); display:block;
  animation:bannerDot 18s infinite;
}
.hero-banner .banner-indicators span:nth-child(1){ animation-delay:0s; }
.hero-banner .banner-indicators span:nth-child(2){ animation-delay:6s; }
.hero-banner .banner-indicators span:nth-child(3){ animation-delay:12s; }
@keyframes bannerDot{
  0%{ background:var(--gold); }
  33.33%{ background:var(--gold); }
  34%{ background:rgba(255,255,255,.35); }
  100%{ background:rgba(255,255,255,.35); }
}
@media (max-width:991px){
  .hero-banner{ height:520px; }
  .hero-banner h1{ font-size:32px; }
}
@media (max-width:575px){
  .hero-banner{ height:480px; }
  .hero-banner h1{ font-size:26px; }
  .hero-banner p.lead-text{ font-size:14.5px; }
}

/* ===== Service detail pages (Tax Care style) ===== */
.service-detail-hero{
  background:linear-gradient(rgba(8,26,46,.88), rgba(8,26,46,.88)), var(--service-hero-img) center/cover no-repeat;
  color:#fff; padding:70px 0; text-align:center;
}
.service-detail-hero h1{ color:#fff; font-size:34px; margin-bottom:8px; }
.service-detail-hero .crumb{ color:rgba(255,255,255,.65); font-size:13.5px; }
.service-detail-hero .crumb a{ color:var(--gold-light); }
.sd-section{ padding:26px 0; }
.sd-section h2{ font-size:24px; margin-bottom:14px; }
.sd-feature-list{ list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.sd-feature-list li{ display:flex; gap:10px; align-items:flex-start; color:var(--muted); font-size:15px; }
.sd-feature-list li::before{ content:"✓"; color:var(--gold); font-weight:700; flex-shrink:0; }
.sd-steps{ counter-reset:sdstep; list-style:none; padding:0; margin:0; display:grid; gap:16px; }
.sd-steps li{ position:relative; padding-left:52px; }
.sd-steps li::before{
  counter-increment:sdstep; content:counter(sdstep);
  position:absolute; left:0; top:0; width:36px; height:36px; border-radius:50%;
  background:var(--navy); color:var(--gold-light); font-family:'Playfair Display',serif; font-weight:700;
  display:flex; align-items:center; justify-content:center; font-size:15px;
}
.sd-steps li strong{ display:block; color:var(--navy); margin-bottom:2px; }
.sd-doc-list{ list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.sd-doc-list li{ display:flex; gap:10px; align-items:flex-start; padding:10px 14px; background:var(--bg-soft); border:1px solid var(--line); border-radius:4px; font-size:14.5px; color:var(--ink); }
.sd-doc-list li::before{ content:"\1F4C4"; flex-shrink:0; }
.sd-sidebar .card-plain{ position:sticky; top:100px; }
.sd-sidebar h4{
  font-family:'Playfair Display',serif; color:var(--navy); font-size:17px;
  margin-bottom:16px; padding-bottom:14px; border-bottom:2px solid var(--bg-soft);
  display:flex; align-items:center; gap:10px;
}
.sd-sidebar h4 i{ color:var(--gold); font-size:19px; }
.sd-sidebar ul{ list-style:none; padding:0; margin:0; display:grid; gap:4px; }
.sd-sidebar ul a{
  color:var(--ink); font-size:14px; padding:10px 12px; display:flex; align-items:center; gap:12px;
  border-radius:6px; transition:.2s ease;
}
.sd-sidebar ul a i{ font-size:15px; color:var(--gold); width:20px; text-align:center; flex-shrink:0; transition:.2s ease; }
.sd-sidebar ul a:hover{ background:var(--bg-soft); color:var(--navy); padding-left:16px; }
.sd-sidebar ul a.active{ background:var(--navy); color:#fff; box-shadow:0 6px 16px rgba(14,42,71,.22); }
.sd-sidebar ul a.active i{ color:var(--gold-light); }

/* Need Help card */
.sd-help-card{ text-align:center; }
.sd-help-icon{
  width:56px; height:56px; border-radius:50%; margin:0 auto 16px;
  background:var(--navy); color:var(--gold-light);
  display:flex; align-items:center; justify-content:center; font-size:22px;
}

.sd-cta-banner{ background:var(--navy-deep); color:#fff; padding:44px; border-radius:6px; text-align:center; }

/* Sidebar becomes static (non-sticky) below desktop so it doesn't overlap content */
@media (max-width:991px){
  .sd-sidebar .card-plain{ position:static; top:auto; }
}

/* ===== Service page inline image ===== */
.sd-inline-img{
  width:100%;
  border-radius:8px;
  overflow:hidden;
  margin:22px 0 28px;
  box-shadow:0 14px 30px rgba(14,42,71,.12);
}
.sd-inline-img img{ width:100%; height:100%; object-fit:cover; display:block; max-height:360px; }
@media (max-width:575px){
  .sd-inline-img img{ max-height:220px; }
}

/* ===== Floating WhatsApp button ===== */
.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  width:58px;
  height:58px;
  background:#25D366;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  box-shadow:0 10px 26px rgba(0,0,0,.28);
  z-index:1050;
  transition:transform .2s ease;
  animation:whatsappPulse 2.4s infinite;
}
.whatsapp-float:hover{ color:#fff; transform:scale(1.08); }
@keyframes whatsappPulse{
  0%{ box-shadow:0 10px 26px rgba(0,0,0,.28), 0 0 0 0 rgba(37,211,102,.55); }
  70%{ box-shadow:0 10px 26px rgba(0,0,0,.28), 0 0 0 14px rgba(37,211,102,0); }
  100%{ box-shadow:0 10px 26px rgba(0,0,0,.28), 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width:575px){
  .whatsapp-float{ width:50px; height:50px; font-size:26px; right:14px; bottom:14px; }
}
body.modal-open .whatsapp-float{ display:none; }

/* Topbar WhatsApp link accent */
.topbar a i.bi-whatsapp{ color:#25D366; }

/* ===== General responsive polish ===== */
@media (max-width:991px){
  .section{ padding:64px 0; }
}
@media (max-width:575px){
  .section{ padding:48px 0; }
  .card-plain{ padding:26px 22px; }
  .sd-cta-banner{ padding:30px 22px; }
  .page-hero h1{ font-size:30px; }
  h1,h2,h3,h4,.font-serif{ line-height:1.3; }
}

/* ===== Buttons — refined pill CTA with sliding arrow ===== */
.btn-service{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-size:12.5px; font-weight:700; letter-spacing:.6px; text-transform:uppercase;
  color:var(--navy); background:#fff; border:1.5px solid var(--navy);
  padding:11px 22px; border-radius:30px; transition:.25s ease;
}
.btn-service i{ transition:transform .25s ease; font-size:13px; }
.btn-service:hover{ background:var(--navy); color:#fff; box-shadow:0 10px 22px rgba(14,42,71,.22); }
.btn-service:hover i{ transform:translateX(4px); }
.btn-service-gold{ border-color:var(--gold); color:var(--gold); }
.btn-service-gold:hover{ background:var(--gold); color:#fff; box-shadow:0 10px 22px rgba(193,121,30,.3); }
.btn-service-sm{ padding:8px 16px; font-size:11px; }
.btn-service-white{ border-color:rgba(255,255,255,.6); color:#fff; background:transparent; }
.btn-service-white:hover{ background:#fff; color:var(--navy); }

/* ===== Services page — "all services at a glance" picture grid ===== */
.service-overview-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:28px; }
.service-tile{
  background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden;
  box-shadow:0 4px 18px rgba(14,42,71,.06); transition:.3s ease; display:flex; flex-direction:column;
}
.service-tile:hover{ transform:translateY(-6px); box-shadow:0 24px 44px rgba(14,42,71,.16); }
.service-tile-img{ position:relative; aspect-ratio:16/10; background-size:cover; background-position:center; }
.service-tile-img::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(8,26,46,0) 38%, rgba(8,26,46,.86) 100%); }
.service-tile-num{
  position:absolute; z-index:2; right:14px; top:14px; font-family:'Playfair Display',serif; font-weight:700;
  font-size:12.5px; color:#fff; background:rgba(255,255,255,.18); padding:4px 11px; border-radius:20px; letter-spacing:1px;
}
.service-tile-title-on-img{ position:absolute; z-index:2; left:20px; right:20px; bottom:14px; color:#fff; font-family:'Playfair Display',serif; font-size:19px; font-weight:700; }
.service-tile-icon{
  position:absolute; z-index:3; left:20px; bottom:-24px; width:50px; height:50px; border-radius:13px;
  background:var(--gold); color:#fff; display:flex; align-items:center; justify-content:center; font-size:21px;
  box-shadow:0 10px 22px rgba(193,121,30,.38);
}
.service-tile-body{ padding:36px 24px 26px; flex:1; display:flex; flex-direction:column; }
.service-tile-body p{ font-size:13.8px; color:var(--muted); flex:1; margin-bottom:20px; }
.service-tile-body .btn-service{ align-self:flex-start; }
@media (max-width:991px){
  .service-overview-grid{ grid-template-columns:repeat(2, 1fr); }
}
@media (max-width:575px){
  .service-overview-grid{ grid-template-columns:1fr; gap:20px; }
  .service-tile-title-on-img{ font-size:17px; }
  .service-tile-body{ padding:32px 20px 22px; }
}

/* ===== Services page — redesigned detailed blocks ===== */
.service-block-card{
  background:#fff; border:1px solid var(--line); border-radius:18px;
  padding:44px 46px; margin-bottom:26px; box-shadow:0 4px 20px rgba(14,42,71,.05);
}
.service-block-card.alt{ background:var(--bg-soft); }
.service-block-icon-lg{
  width:60px; height:60px; border-radius:16px; background:var(--navy); color:var(--gold-light);
  display:flex; align-items:center; justify-content:center; font-size:26px; margin-bottom:18px; flex-shrink:0;
}
.service-block-head{ display:flex; align-items:flex-start; gap:18px; margin-bottom:6px; }
.service-block-head .process-step{ margin-bottom:0; }
@media (max-width:767px){
  .service-block-card{ padding:28px 22px; border-radius:14px; margin-bottom:18px; }
  .service-block-icon-lg{ width:52px; height:52px; font-size:22px; border-radius:13px; }
}
