
:root {
  --gold:#b08d57; --gold-l:#d4af70; --gold-pale:#f5edda; --gold-xpale:#faf6ee;
  --forest:#1a2e22; --forest-mid:#243d2e; --forest-l:#2e5040; --forest-faint:#f0f5f1;
  --cream:#f8f4ec; --cream-w:#efe8d5; --cream-d:#e8dfc8;
  --ink:#1a1a1a; --slate:#444; --muted:#888; --light:#b8b8b8; --border:#e5dfd2;
  --white:#fff;
  --green:#27ae60; --red:#c0392b; --blue:#2471a3; --amber:#d35400;
  --shadow-sm:0 2px 10px rgba(26,46,34,.07);
  --shadow:0 6px 28px rgba(26,46,34,.1);
  --shadow-lg:0 16px 56px rgba(26,46,34,.15);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--ink);overflow-x:hidden}

/* ── TOPNAV ── */
.topnav{background:var(--forest);height:60px;display:flex;align-items:center;padding:0 5vw;gap:20px;position:sticky;top:0;z-index:300;border-bottom:1px solid rgba(176,141,87,.18)}
.nav-logo{font-family:'Cormorant Garamond',serif;font-size:21px;color:#fff;font-weight:400;text-decoration:none;flex-shrink:0}
.nav-logo span{color:var(--gold-l)}
.nav-crumb{flex:1;display:flex;align-items:center;gap:6px;font-size:11.5px;color:rgba(255,255,255,.38)}
.nav-crumb a{color:rgba(255,255,255,.48);text-decoration:none;transition:.15s}
.nav-crumb a:hover{color:var(--gold-l)}
.nav-crumb .sep{opacity:.25}
.nav-crumb .cur{color:var(--gold-l)}
.nav-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}
.btn-nav-ghost{border:1.5px solid rgba(176,141,87,.4);color:rgba(255,255,255,.85);padding:7px 16px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;background:transparent;transition:.2s;text-decoration:none}
.btn-nav-ghost:hover{border-color:var(--gold-l);color:var(--gold-l)}
.btn-nav-gold{background:var(--gold);color:var(--forest);padding:8px 18px;border-radius:4px;font-size:12px;font-weight:700;cursor:pointer;border:none;transition:.2s;text-decoration:none;display:inline-block}
.btn-nav-gold:hover{background:var(--gold-l)}

/* ── PAGE HEADER ── */
.page-header{background:var(--forest);padding:60px 5vw 52px;position:relative;overflow:hidden}
.page-header::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(176,141,87,.09) 0%,transparent 68%)}
.page-header::after{content:'SERVICE ECOSYSTEM';position:absolute;bottom:-18px;right:3vw;font-family:'Cormorant Garamond',serif;font-size:100px;font-weight:700;color:rgba(255,255,255,.025);line-height:1;pointer-events:none;white-space:nowrap}
.ph-label{font-size:10px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:var(--gold);margin-bottom:12px}
.ph-title{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,5vw,62px);font-weight:300;color:#fff;line-height:1.08;margin-bottom:14px}
.ph-title em{font-style:italic;color:var(--gold-l)}
.ph-sub{font-size:14.5px;color:rgba(255,255,255,.55);max-width:580px;line-height:1.75;margin-bottom:32px}
.ph-stats{display:flex;gap:40px;flex-wrap:wrap}
.ph-stat{display:flex;flex-direction:column;gap:3px}
.ph-stat-val{font-family:'Cormorant Garamond',serif;font-size:32px;color:var(--gold-l);font-weight:400;line-height:1}
.ph-stat-label{font-size:10.5px;color:rgba(255,255,255,.38);letter-spacing:1.2px;text-transform:uppercase}

/* ── CATEGORY TABS ── */
.category-nav{background:var(--white);border-bottom:1px solid var(--border);padding:0 5vw;display:flex;gap:0;position:sticky;top:60px;z-index:200;overflow-x:auto}
.cat-tab{display:flex;align-items:center;gap:8px;padding:16px 20px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2.5px solid transparent;white-space:nowrap;transition:.2s;background:none;border-top:none;border-left:none;border-right:none;font-family:'DM Sans',sans-serif}
.cat-tab:hover{color:var(--forest)}
.cat-tab.active{color:var(--forest);border-bottom-color:var(--gold)}
.cat-tab .cat-icon{font-size:16px}
.cat-tab .cat-count{background:var(--forest-faint);color:var(--forest-l);font-size:10px;font-weight:700;padding:2px 7px;border-radius:10px}
.cat-tab.active .cat-count{background:var(--forest);color:var(--gold-l)}

/* ── MAIN LAYOUT ── */
.main-wrap{max-width:1320px;margin:0 auto;padding:52px 5vw 100px}

/* ── SECTION HEADING ── */
.section-heading{margin-bottom:36px}
.sec-label{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:8px}
.sec-title{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,3.5vw,42px);font-weight:300;color:var(--forest);line-height:1.12;margin-bottom:10px}
.sec-title em{font-style:italic;color:var(--forest-l)}
.sec-desc{font-size:14px;color:var(--muted);line-height:1.75;max-width:620px}

/* ── ECOSYSTEM MAP ── */
.ecosystem-map{background:var(--forest);border-radius:14px;padding:48px 5%;margin-bottom:72px;position:relative;overflow:hidden}
.ecosystem-map::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(176,141,87,.08) 0%,transparent 65%)}
.eco-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:center}
.eco-pillar{display:flex;flex-direction:column;gap:12px}
.eco-pillar.right{align-items:flex-end}
.eco-service-tag{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(176,141,87,.2);border-radius:8px;padding:11px 16px;transition:.25s;cursor:default}
.eco-service-tag:hover{background:rgba(176,141,87,.12);border-color:rgba(176,141,87,.45)}
.eco-service-tag .est-icon{font-size:18px;flex-shrink:0}
.eco-service-tag .est-text{}
.eco-service-tag .est-name{font-size:13px;font-weight:600;color:#fff;line-height:1.2}
.eco-service-tag .est-cat{font-size:10.5px;color:rgba(176,141,87,.75);letter-spacing:.5px}
.eco-pillar.right .eco-service-tag{flex-direction:row-reverse;text-align:right}
.eco-center{display:flex;flex-direction:column;align-items:center;gap:0}
.eco-hub{width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,var(--forest-mid),#1d3525);border:2px solid rgba(176,141,87,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 0 40px rgba(176,141,87,.15);flex-shrink:0}
.eco-hub-logo{font-family:'Cormorant Garamond',serif;font-size:13px;font-weight:600;color:var(--gold-l);letter-spacing:.5px;line-height:1.2}
.eco-hub-sub{font-size:9px;color:rgba(176,141,87,.55);letter-spacing:1.5px;text-transform:uppercase;margin-top:4px}
.eco-connector{display:flex;align-items:center;gap:8px;margin:14px 0}
.eco-dot{width:6px;height:6px;border-radius:50%;background:rgba(176,141,87,.35)}
.eco-line{flex:1;height:1px;background:linear-gradient(to right,rgba(176,141,87,.15),rgba(176,141,87,.5),rgba(176,141,87,.15))}

/* ── CATEGORY SECTION ── */
.category-section{margin-bottom:72px}
.cat-header{display:flex;align-items:center;gap:18px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.cat-header-icon{width:52px;height:52px;border-radius:10px;background:var(--forest);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}
.cat-header-text h2{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:400;color:var(--forest);margin-bottom:3px}
.cat-header-text p{font-size:13.5px;color:var(--muted);line-height:1.6}
.cat-header-count{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:2px}
.cat-header-count span:first-child{font-family:'Cormorant Garamond',serif;font-size:32px;color:var(--gold);line-height:1}
.cat-header-count span:last-child{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--light)}

/* ── SERVICE CARDS GRID ── */
.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}

/* ── SERVICE CARD ── */
.service-card{background:var(--white);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:.28s;cursor:pointer;position:relative;display:flex;flex-direction:column}
.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:rgba(176,141,87,.3)}
.sc-img{height:180px;width:100%;object-fit:cover;display:block;filter:brightness(.88) saturate(.85);transition:.4s}
.service-card:hover .sc-img{filter:brightness(.78) saturate(.85)}
.sc-badges{position:absolute;top:12px;left:12px;display:flex;gap:6px;flex-wrap:wrap}
.badge{padding:4px 10px;border-radius:20px;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}
.badge-verified{background:var(--forest);color:var(--gold-l)}
.badge-featured{background:var(--gold);color:var(--forest)}
.badge-new{background:var(--green);color:#fff}
.badge-empanelled{background:rgba(36,113,163,.85);backdrop-filter:blur(4px);color:#fff}
.sc-fav{position:absolute;top:12px;right:12px;width:30px;height:30px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;transition:.2s;border:none}
.sc-fav:hover{background:#fff;transform:scale(1.1)}
.sc-body{padding:18px 18px 16px;flex:1;display:flex;flex-direction:column}
.sc-vendor-row{display:flex;align-items:center;gap:8px;margin-bottom:9px}
.sc-avatar{width:28px;height:28px;border-radius:50%;background:var(--forest);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--gold-l);flex-shrink:0;border:2px solid var(--gold-pale)}
.sc-vendor-name{font-size:11.5px;font-weight:600;color:var(--forest)}
.sc-vendor-loc{font-size:10.5px;color:var(--muted);margin-top:1px}
.sc-rating{margin-left:auto;display:flex;align-items:center;gap:3px;background:var(--gold-xpale);padding:3px 7px;border-radius:4px}
.sc-stars{color:var(--gold);font-size:11px}
.sc-rating-val{font-size:11.5px;font-weight:700;color:var(--forest)}
.sc-title{font-family:'Cormorant Garamond',serif;font-size:19px;font-weight:600;color:var(--forest);margin-bottom:5px;line-height:1.3}
.sc-desc{font-size:12.5px;color:var(--muted);line-height:1.65;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}
.sc-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}
.sc-tag{font-size:10.5px;font-weight:600;background:var(--forest-faint);color:var(--forest-l);padding:3px 9px;border-radius:10px}
.sc-footer{display:flex;align-items:center;gap:10px;padding-top:12px;border-top:1px solid var(--border)}
.sc-projects{font-size:11.5px;color:var(--muted)}
.sc-projects strong{color:var(--forest);font-size:13px}
.sc-cta{margin-left:auto;background:var(--forest);color:#fff;font-size:11.5px;font-weight:700;padding:7px 14px;border-radius:5px;border:none;cursor:pointer;transition:.2s;font-family:'DM Sans',sans-serif;letter-spacing:.3px}
.sc-cta:hover{background:var(--forest-l)}

/* ── HOW IT WORKS ── */
.how-section{background:var(--forest);border-radius:14px;padding:56px 5%;margin-bottom:72px;position:relative;overflow:hidden}
.how-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 70%,rgba(176,141,87,.07) 0%,transparent 60%)}
.how-inner{position:relative;z-index:1}
.how-header{text-align:center;margin-bottom:48px}
.how-label{font-size:10px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
.how-title{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,4vw,46px);font-weight:300;color:#fff;line-height:1.1;margin-bottom:12px}
.how-title em{font-style:italic;color:var(--gold-l)}
.how-sub{font-size:14px;color:rgba(255,255,255,.45);max-width:500px;margin:0 auto;line-height:1.7}
.how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:rgba(255,255,255,.04);border:1px solid rgba(176,141,87,.15);border-radius:10px;overflow:hidden}
.how-step{padding:28px 22px;position:relative;transition:.2s}
.how-step:hover{background:rgba(176,141,87,.06)}
.how-step:not(:last-child)::after{content:'→';position:absolute;right:-12px;top:50%;transform:translateY(-50%);font-size:16px;color:rgba(176,141,87,.4);z-index:2}
.how-step-num{font-family:'Cormorant Garamond',serif;font-size:42px;font-weight:300;color:rgba(176,141,87,.25);line-height:1;margin-bottom:12px}
.how-step-icon{font-size:26px;margin-bottom:12px;display:block}
.how-step-title{font-size:14.5px;font-weight:700;color:#fff;margin-bottom:7px}
.how-step-desc{font-size:12.5px;color:rgba(255,255,255,.45);line-height:1.65}

/* ── PARTNER TIERS ── */
.tiers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:72px}
.tier-card{border-radius:10px;padding:28px 24px;position:relative;overflow:hidden}
.tier-card.gold-tier{background:linear-gradient(135deg,var(--forest) 0%,var(--forest-mid) 100%);border:1.5px solid rgba(176,141,87,.4)}
.tier-card.silver-tier{background:var(--white);border:1px solid var(--border)}
.tier-card.bronze-tier{background:var(--forest-faint);border:1px solid rgba(26,46,34,.1)}
.tier-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px}
.tier-badge.gold-b{background:rgba(176,141,87,.2);color:var(--gold-l);border:1px solid rgba(176,141,87,.3)}
.tier-badge.silver-b{background:rgba(150,150,160,.12);color:#666;border:1px solid rgba(150,150,160,.25)}
.tier-badge.bronze-b{background:rgba(166,108,67,.12);color:#a66c43;border:1px solid rgba(166,108,67,.2)}
.tier-title{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:400;margin-bottom:8px;line-height:1.2}
.tier-card.gold-tier .tier-title{color:#fff}
.tier-card:not(.gold-tier) .tier-title{color:var(--forest)}
.tier-desc{font-size:13px;line-height:1.7;margin-bottom:18px}
.tier-card.gold-tier .tier-desc{color:rgba(255,255,255,.5)}
.tier-card:not(.gold-tier) .tier-desc{color:var(--muted)}
.tier-perks{display:flex;flex-direction:column;gap:8px}
.tier-perk{display:flex;align-items:flex-start;gap:9px;font-size:12.5px}
.tier-card.gold-tier .tier-perk{color:rgba(255,255,255,.75)}
.tier-card:not(.gold-tier) .tier-perk{color:var(--slate)}
.tier-perk-check{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;flex-shrink:0;margin-top:1px}
.gold-check{background:rgba(176,141,87,.25);color:var(--gold-l)}
.silver-check{background:rgba(39,174,96,.12);color:var(--green)}
.bronze-check{background:rgba(39,174,96,.1);color:var(--green)}
.tier-cta{margin-top:20px;padding:10px 18px;border-radius:5px;font-size:12.5px;font-weight:700;cursor:pointer;font-family:'DM Sans',sans-serif;transition:.2s;display:inline-block;text-decoration:none}
.tier-card.gold-tier .tier-cta{background:var(--gold);color:var(--forest)}
.tier-card.gold-tier .tier-cta:hover{background:var(--gold-l)}
.tier-card:not(.gold-tier) .tier-cta{background:var(--forest);color:#fff;border:none}
.tier-card:not(.gold-tier) .tier-cta:hover{background:var(--forest-l)}

/* ── CTA BANNER ── */
.cta-banner{background:linear-gradient(135deg,var(--forest) 0%,var(--forest-mid) 60%,var(--forest-l) 100%);border-radius:14px;padding:48px 5%;display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:72px;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;right:-60px;top:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(176,141,87,.12) 0%,transparent 65%)}
.cta-banner-text{position:relative;z-index:1}
.cta-banner-text h2{font-family:'Cormorant Garamond',serif;font-size:clamp(26px,3vw,38px);font-weight:300;color:#fff;line-height:1.15;margin-bottom:10px}
.cta-banner-text h2 em{font-style:italic;color:var(--gold-l)}
.cta-banner-text p{font-size:14px;color:rgba(255,255,255,.5);line-height:1.7;max-width:500px}
.cta-banner-actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0;position:relative;z-index:1}
.btn-gold{display:inline-flex;align-items:center;gap:7px;background:var(--gold);color:var(--forest);padding:13px 26px;border-radius:4px;font-size:13px;font-weight:700;text-decoration:none;transition:.2s}
.btn-gold:hover{background:var(--gold-l);transform:translateY(-1px)}
.btn-ghost{display:inline-flex;align-items:center;gap:7px;border:1.5px solid rgba(255,255,255,.3);color:rgba(255,255,255,.85);padding:13px 26px;border-radius:4px;font-size:13px;font-weight:500;text-decoration:none;transition:.2s}
.btn-ghost:hover{border-color:var(--gold-l);color:var(--gold-l);transform:translateY(-1px)}

/* ── STATS STRIP ── */
.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--white);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:72px}
.strip-stat{padding:28px 24px;border-right:1px solid var(--border);text-align:center}
.strip-stat:last-child{border-right:none}
.strip-val{font-family:'Cormorant Garamond',serif;font-size:42px;color:var(--forest);font-weight:300;line-height:1;margin-bottom:5px}
.strip-val span{color:var(--gold)}
.strip-label{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}

/* ── TESTIMONIALS ── */
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:72px}
.testi-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:24px;transition:.2s}
.testi-card:hover{box-shadow:var(--shadow);border-color:rgba(176,141,87,.25)}
.testi-quote{font-size:22px;color:var(--gold);margin-bottom:12px;line-height:1}
.testi-text{font-size:13.5px;color:var(--slate);line-height:1.75;margin-bottom:18px;font-style:italic}
.testi-author{display:flex;align-items:center;gap:10px}
.testi-avatar{width:38px;height:38px;border-radius:50%;background:var(--forest);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--gold-l);flex-shrink:0}
.testi-name{font-size:13.5px;font-weight:700;color:var(--forest)}
.testi-role{font-size:11.5px;color:var(--muted)}
.testi-stars{margin-left:auto;color:var(--gold);font-size:12px;letter-spacing:1px}

/* ── FOOTER ── */
.page-footer{background:var(--forest);padding:56px 5vw 28px;margin-top:0}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-brand h3{font-family:'Cormorant Garamond',serif;font-size:22px;color:#fff;margin-bottom:10px;font-weight:400}
.footer-brand h3 span{color:var(--gold-l)}
.footer-brand p{font-size:13px;color:rgba(255,255,255,.38);line-height:1.7;max-width:300px;margin-bottom:16px}
.footer-contact{display:flex;flex-direction:column;gap:6px}
.footer-contact a{font-size:12.5px;color:rgba(255,255,255,.45);text-decoration:none;display:flex;align-items:center;gap:8px;transition:.15s}
.footer-contact a:hover{color:var(--gold-l)}
.footer-col h4{font-size:10.5px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:14px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-col ul li a{font-size:13px;color:rgba(255,255,255,.45);text-decoration:none;transition:.15s}
.footer-col ul li a:hover{color:var(--gold-l)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-copy{font-size:12px;color:rgba(255,255,255,.22)}
.footer-copy span{color:rgba(176,141,87,.5)}
.footer-legal{display:flex;gap:18px}
.footer-legal a{font-size:12px;color:rgba(255,255,255,.25);text-decoration:none;transition:.15s}
.footer-legal a:hover{color:var(--gold-l)}

/* ── DIVIDER ── */
.divider{display:flex;align-items:center;gap:14px;margin:56px 0}
.divider-line{flex:1;height:1px;background:var(--border)}
.divider-ornament{color:var(--gold);font-size:10px;opacity:.7}

/* ── ANIMATIONS ── */
@keyframes fadeup{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.service-card,.tier-card,.testi-card,.how-step{animation:fadeup .5s ease both}
.service-card:nth-child(2){animation-delay:.05s}
.service-card:nth-child(3){animation-delay:.1s}
.service-card:nth-child(4){animation-delay:.15s}
.service-card:nth-child(5){animation-delay:.2s}
.service-card:nth-child(6){animation-delay:.25s}

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .eco-inner{grid-template-columns:1fr;gap:20px}
  .eco-pillar.right{align-items:flex-start}
  .eco-center{display:none}
  .how-steps{grid-template-columns:repeat(2,1fr)}
  .how-step::after{display:none}
  .tiers-grid{grid-template-columns:1fr}
  .testimonials-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr}
  .stats-strip{grid-template-columns:repeat(2,1fr)}
  .stats-strip .strip-stat:nth-child(2){border-right:none}
  .stats-strip .strip-stat:nth-child(1),.stats-strip .strip-stat:nth-child(2){border-bottom:1px solid var(--border)}
  .cta-banner{flex-direction:column}
}
@media(max-width:600px){
  .how-steps{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr}
  .ph-stats{gap:24px}
}