
:root{
  --bg:#fff;--soft:#f8fafc;--text:#171a21;--text2:#4e5968;--text3:#7f8998;--line:#e8edf3;
  --blue:#2563eb;--blue2:#1d4ed8;--blueSoft:#eaf2ff;--gold:#f2b721;--goldSoft:#fff7da;
  --green:#22a960;--greenSoft:#eaf8f0;--coral:#ef6a55;--coralSoft:#fff0ed;--violet:#7c5ce5;--violetSoft:#f1edff;
  --shadow:0 16px 42px rgba(17,24,39,.08)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,sans-serif}
a{color:inherit}
.container{width:min(1180px,calc(100% - 32px));margin:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.header-inner{min-height:72px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;min-width:165px;text-decoration:none}
.brand-logo{max-width:175px;max-height:48px;object-fit:contain}
.main-nav{flex:1;display:flex;justify-content:center;gap:17px}
.nav-link{position:relative;padding:27px 0 23px;color:var(--text2);text-decoration:none;font-size:13px;font-weight:600;white-space:nowrap}
.nav-link.active,.nav-link:hover{color:var(--text)}
.nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;border-radius:10px;background:var(--blue)}
.header-actions{display:flex;gap:8px}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff}
.btn{min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;text-decoration:none;font-size:13px;font-weight:700;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-lg{min-height:48px;padding:0 20px;border-radius:12px}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 18px rgba(37,99,235,.18)}
.btn-primary:hover{background:var(--blue2)}
.btn-outline{background:#fff;border-color:#dfe6ee}
.btn-ghost{color:var(--text2)}
.hero-section{padding:74px 0 76px;background:radial-gradient(circle at 15% 10%,rgba(37,99,235,.055),transparent 25%),radial-gradient(circle at 88% 18%,rgba(242,183,33,.065),transparent 24%),#fff;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:46px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:12px;font-weight:800}
.hero-copy h1{max-width:640px;margin:18px 0;font:800 clamp(44px,5vw,68px)/1.04 Manrope,sans-serif;letter-spacing:-.045em}
.hero-copy h1 span{color:var(--blue)}
.hero-text{max-width:610px;margin:0;color:var(--text2);font-size:17px;line-height:1.7}
.hero-actions{margin-top:30px;display:flex;gap:10px;flex-wrap:wrap}
.hero-trust{margin-top:30px;display:flex;gap:22px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;color:var(--text2);font-size:13px;font-weight:700}
.trust-icon,.node-icon,.category-icon,.step-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-icon{width:32px;height:32px;border-radius:10px}
.blue{background:var(--blueSoft);color:var(--blue)}.gold{background:var(--goldSoft);color:#c48900}.green{background:var(--greenSoft);color:var(--green)}.coral{background:var(--coralSoft);color:var(--coral)}.violet{background:var(--violetSoft);color:var(--violet)}
.hero-visual{min-height:500px}
.network-stage{position:relative;min-height:500px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,#f8fafc,#fff);box-shadow:var(--shadow);overflow:hidden}
.network-stage:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(226,232,240,.36) 1px,transparent 1px),linear-gradient(90deg,rgba(226,232,240,.36) 1px,transparent 1px);background-size:42px 42px}
.network-lines{position:absolute;inset:0;width:100%;height:100%}
.network-lines path{fill:none;stroke:#d9e2ec;stroke-width:2;stroke-dasharray:5 8}
.center-card{position:absolute;left:50%;top:50%;width:160px;height:160px;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 18px 38px rgba(37,99,235,.1)}
.center-logo{width:54px;height:54px;margin-bottom:10px;display:grid;place-items:center;border-radius:16px;background:var(--blue);color:#fff;font-size:21px}
.center-card strong{font:800 17px Manrope}.center-card span{margin-top:3px;color:var(--text3);font-size:11px}
.feature-node{position:absolute;min-width:170px;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(17,24,39,.06)}
.node-icon{width:40px;height:40px;border-radius:12px}
.feature-node strong{display:block;font-size:13px}.feature-node span{display:block;margin-top:2px;color:var(--text3);font-size:10px}
.n1{left:26px;top:72px}.n2{right:22px;top:56px}.n3{right:22px;bottom:70px}.n4{left:28px;bottom:52px}.n5{left:50%;top:20px;transform:translateX(-50%)}
.role-section,.category-section,.how-section,.cta-section{padding:82px 0}
.category-section,.cta-section{background:var(--soft)}
.section-head{max-width:720px;margin-bottom:30px}.row-head{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:24px}
.section-head h2,.how-copy h2,.cta-card h2{margin:8px 0 10px;font:800 clamp(30px,3vw,42px)/1.15 Manrope;letter-spacing:-.03em}
.section-head p,.how-copy p,.cta-card p{margin:0;color:var(--text2);font-size:15px;line-height:1.7}
.text-link{display:flex;align-items:center;gap:7px;color:var(--blue);text-decoration:none;font-size:13px;font-weight:800}
.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.role-card{position:relative;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(17,24,39,.045)}
.role-card:before{content:"";position:absolute;left:26px;right:26px;top:0;height:3px;border-radius:99px}.role-blue:before{background:var(--blue)}.role-gold:before{background:var(--gold)}.role-green:before{background:var(--green)}
.role-icon{width:52px;height:52px;margin-bottom:18px;display:grid;place-items:center;border-radius:16px;font-size:19px}
.role-blue .role-icon{background:var(--blueSoft);color:var(--blue)}.role-gold .role-icon{background:var(--goldSoft);color:#c48900}.role-green .role-icon{background:var(--greenSoft);color:var(--green)}
.role-card h3{margin:0;font:800 20px Manrope}.role-card p{min-height:72px;margin:10px 0 18px;color:var(--text2);font-size:14px;line-height:1.7}.role-card a{display:inline-flex;gap:7px;text-decoration:none;font-size:13px;font-weight:800}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.category-card{padding:18px;display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:16px;background:#fff;text-decoration:none}
.category-icon{width:46px;height:46px;border-radius:14px}.category-card strong{display:block;font-size:14px}.category-card span:not(.category-icon){display:block;margin-top:4px;color:var(--text3);font-size:11px}
.how-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:center}.how-copy p{margin-bottom:22px}.steps-wrap{display:grid;gap:12px}
.step-card{padding:18px;display:grid;grid-template-columns:38px 46px 1fr;align-items:center;gap:14px;border:1px solid var(--line);border-radius:16px;background:#fff}
.step-number{color:#a7b0bd;font:800 12px Manrope}.step-icon{width:46px;height:46px;border-radius:14px}.step-card strong{font-size:14px}.step-card p{margin:3px 0 0;color:var(--text3);font-size:12px}
.cta-card{padding:42px;display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid #dfe8f4;border-radius:24px;background:radial-gradient(circle at 85% 20%,rgba(37,99,235,.08),transparent 25%),#fff;box-shadow:0 8px 24px rgba(17,24,39,.06)}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.site-footer{padding:54px 0 20px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,.75fr);gap:36px}
.footer-brand p{max-width:330px;margin:14px 0;color:var(--text2);font-size:13px;line-height:1.7}.powered{color:var(--text3);font-size:11px}.powered strong{color:var(--text)}
.footer-col h4{margin:0 0 14px;font:800 13px Manrope}.footer-col a{display:block;margin:9px 0;color:var(--text2);text-decoration:none;font-size:12px}.footer-col a:hover{color:var(--blue)}
.footer-bottom{margin-top:38px;padding-top:18px;display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);color:var(--text3);font-size:11px}
@media(max-width:900px){
  .menu-toggle{display:grid;place-items:center;margin-left:auto}.main-nav{position:absolute;top:66px;left:16px;right:16px;padding:12px;display:none;flex-direction:column;align-items:stretch;gap:2px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}.main-nav.open{display:flex}.nav-link{padding:12px;border-radius:10px}.nav-link.active:after{display:none}.nav-link.active{background:#f6f9ff;color:var(--blue)}.header-actions{display:none}
  .hero-grid,.how-grid{grid-template-columns:1fr}.role-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 20px,1180px)}.brand{min-width:0}.brand-logo{max-width:142px;max-height:40px}
  .hero-section,.role-section,.category-section,.how-section,.cta-section{padding:52px 0}.hero-copy h1{font-size:42px}.hero-text{font-size:15px}
  .hero-actions,.cta-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn,.cta-actions .btn{width:100%}
  .hero-visual,.network-stage{min-height:420px}.network-stage{border-radius:22px}.center-card{width:132px;height:132px;border-radius:22px}.center-logo{width:44px;height:44px}
  .feature-node{min-width:0;width:138px;padding:9px}.node-icon{width:34px;height:34px}.feature-node strong{font-size:11px}.feature-node span{font-size:9px}
  .n1{left:12px;top:72px}.n2{right:10px;top:50px}.n3{right:10px;bottom:58px}.n4{left:12px;bottom:46px}.n5{top:12px}
  .row-head{align-items:flex-start;flex-direction:column}.role-grid,.category-grid{grid-template-columns:1fr}.role-card p{min-height:0}.cta-card{padding:26px 20px;align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column}
}


/* Homepage polish v2 */
.site-header{
  box-shadow:0 1px 0 rgba(17,24,39,.02);
}
.header-inner{
  min-height:70px;
}
.brand-logo{
  max-width:190px;
  max-height:50px;
}
.hero-section{
  padding:62px 0 70px;
}
.hero-grid{
  grid-template-columns:.95fr 1.05fr;
  gap:38px;
}
.hero-copy h1{
  max-width:610px;
  font-size:clamp(46px,4.55vw,64px);
  line-height:1.03;
  margin:16px 0 18px;
}
.hero-text{
  max-width:585px;
}
.hero-powered{
  margin-top:16px;
  color:var(--text3);
  font-size:10px;
  letter-spacing:.02em;
}
.hero-powered strong{
  color:var(--text2);
}
.network-stage{
  min-height:485px;
}
.hero-visual{
  min-height:485px;
}
.feature-node{
  box-shadow:0 10px 28px rgba(17,24,39,.055);
}
.center-card{
  box-shadow:0 18px 42px rgba(37,99,235,.12);
}
@media(max-width:900px){
  .hero-section{padding:48px 0 56px}
  .hero-grid{gap:26px}
}
@media(max-width:620px){
  .brand-logo{max-width:150px;max-height:42px}
  .hero-copy h1{font-size:40px;line-height:1.06}
  .hero-section{padding:40px 0 48px}
  .hero-powered{margin-top:14px}
}


/* =========================================================
   MOBILE RESPONSIVE FIX V3
   ========================================================= */

@media (max-width: 900px){

  .hero-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }

  .hero-copy,
  .hero-visual{
    width:100%;
    max-width:100%;
  }

  .hero-visual{
    min-height:auto !important;
  }

  .network-stage{
    width:100%;
  }
}


@media (max-width: 620px){

  body{
    overflow-x:hidden;
  }

  .container{
    width:calc(100% - 24px);
  }

  .site-header{
    position:sticky;
    top:0;
  }

  .header-inner{
    min-height:64px;
    gap:10px;
  }

  .brand-logo{
    max-width:145px;
    max-height:40px;
  }

  .menu-toggle{
    width:40px;
    height:40px;
    border-radius:11px;
  }

  .main-nav{
    top:64px;
    left:10px;
    right:10px;
  }

  .hero-section{
    padding:34px 0 42px !important;
  }

  .hero-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:24px !important;
  }

  .hero-copy{
    width:100%;
    max-width:100%;
  }

  .eyebrow{
    font-size:11px;
    line-height:1.4;
  }

  .hero-copy h1{
    max-width:100%;
    margin:14px 0 14px;
    font-size:36px !important;
    line-height:1.06 !important;
    letter-spacing:-.04em;
  }

  .hero-text{
    max-width:100%;
    font-size:14px;
    line-height:1.65;
  }

  .hero-actions{
    width:100%;
    margin-top:22px;
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }

  .hero-actions .btn{
    width:100%;
    min-height:48px;
  }

  .hero-trust{
    margin-top:20px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }

  .trust-item{
    gap:6px;
    font-size:11px;
  }

  .trust-icon{
    width:30px;
    height:30px;
  }

  .hero-powered{
    margin-top:12px;
    font-size:9px;
  }

  /* Mobile hero visual becomes a clean app-style grid */
  .hero-visual{
    min-height:auto !important;
    margin-top:2px;
  }

  .network-stage{
    min-height:0 !important;
    padding:14px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    border-radius:20px;
    overflow:hidden;
  }

  .network-stage::before{
    opacity:.55;
  }

  .network-lines{
    display:none;
  }

  .center-card,
  .feature-node,
  .n1,.n2,.n3,.n4,.n5{
    position:relative !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
  }

  .center-card{
    grid-column:1 / -1;
    width:100% !important;
    height:auto !important;
    min-height:118px;
    padding:16px;
    border-radius:18px;
    z-index:2;
  }

  .center-logo{
    width:46px;
    height:46px;
    margin-bottom:8px;
    border-radius:14px;
    font-size:18px;
  }

  .center-card strong{
    font-size:16px;
  }

  .center-card span{
    font-size:10px;
  }

  .feature-node{
    width:100% !important;
    min-width:0 !important;
    min-height:74px;
    padding:10px !important;
    gap:8px;
    align-items:center;
    border-radius:14px;
    z-index:2;
  }

  .feature-node .node-icon{
    width:34px;
    height:34px;
    border-radius:10px;
    font-size:12px;
  }

  .feature-node strong{
    font-size:10.5px !important;
    line-height:1.25;
  }

  .feature-node span{
    margin-top:2px;
    font-size:8px !important;
    line-height:1.25;
  }

  .n5{
    grid-column:1 / -1;
  }

  .role-section,
  .category-section,
  .how-section,
  .cta-section{
    padding:46px 0 !important;
  }

  .section-head{
    margin-bottom:22px;
  }

  .section-head h2,
  .how-copy h2,
  .cta-card h2{
    font-size:28px !important;
    line-height:1.15;
  }

  .section-head p,
  .how-copy p,
  .cta-card p{
    font-size:13px;
    line-height:1.65;
  }

  .role-grid,
  .category-grid{
    grid-template-columns:1fr !important;
    gap:10px;
  }

  .role-card{
    padding:20px;
    border-radius:16px;
  }

  .role-icon{
    width:46px;
    height:46px;
    margin-bottom:14px;
  }

  .role-card h3{
    font-size:18px;
  }

  .role-card p{
    min-height:0;
    margin:8px 0 15px;
    font-size:13px;
  }

  .category-card{
    padding:14px;
    border-radius:14px;
  }

  .category-icon{
    width:42px;
    height:42px;
  }

  .how-grid{
    grid-template-columns:1fr !important;
    gap:22px;
  }

  .steps-wrap{
    gap:8px;
  }

  .step-card{
    padding:14px;
    grid-template-columns:30px 42px 1fr;
    gap:9px;
    border-radius:14px;
  }

  .step-icon{
    width:42px;
    height:42px;
  }

  .cta-card{
    padding:22px 18px;
    border-radius:18px;
    flex-direction:column;
    align-items:stretch;
    gap:18px;
  }

  .cta-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }

  .cta-actions .btn{
    width:100%;
  }

  .site-footer{
    padding-top:40px;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:24px 16px;
  }

  .footer-brand{
    grid-column:1 / -1;
  }

  .footer-bottom{
    margin-top:28px;
    padding-top:14px;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
  }
}


/* Extra narrow phones */
@media (max-width: 380px){

  .hero-copy h1{
    font-size:33px !important;
  }

  .hero-trust{
    grid-template-columns:1fr 1fr 1fr;
  }

  .trust-item{
    font-size:10px;
  }

  .network-stage{
    padding:10px;
    gap:8px;
  }

  .feature-node{
    min-height:68px;
    padding:8px !important;
  }

  .feature-node .node-icon{
    width:31px;
    height:31px;
  }

  .section-head h2,
  .how-copy h2,
  .cta-card h2{
    font-size:26px !important;
  }
}


/* =========================================================
   TOP INFO SLIDER + INFORMATIVE FOOTER V4
   ========================================================= */

.top-info-slider{
  background:#eff5ff;
  border-bottom:1px solid #dbe6f4;
}

.top-info-inner{
  min-height:36px;
  display:grid;
  grid-template-columns:28px minmax(0,1fr) 28px;
  align-items:center;
  gap:8px;
}

.top-info-track{
  position:relative;
  min-height:36px;
  overflow:hidden;
}

.top-info-slide{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .3s ease,transform .3s ease;
  white-space:nowrap;
}

.top-info-slide.active{
  opacity:1;
  transform:none;
  pointer-events:auto;
}

.top-info-badge{
  min-height:20px;
  padding:0 7px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-size:8px;
  font-weight:800;
  letter-spacing:.05em;
}

.gold-badge{
  background:#d99a00;
}

.green-badge{
  background:var(--green);
}

.top-info-text{
  color:#364152;
  font-size:10px;
  font-weight:600;
}

.top-info-slide a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:var(--blue);
  text-decoration:none;
  font-size:10px;
  font-weight:800;
}

.top-info-arrow{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border:0;
  background:transparent;
  color:#7d8795;
  font-size:9px;
  cursor:pointer;
}


/* Informative footer */

.informative-footer{
  padding:58px 0 20px !important;
  background:#0f2442 !important;
  color:#fff;
  border-top:0 !important;
}

.footer-main{
  display:grid;
  grid-template-columns:1.55fr repeat(4,.8fr);
  gap:34px;
}

.footer-logo{
  max-width:180px;
  padding:8px 10px;
  border-radius:10px;
  background:#fff;
}

.footer-brand-wide p{
  max-width:380px;
  margin:16px 0;
  color:#b9c7d8;
  font-size:12px;
  line-height:1.7;
}

.footer-powered{
  display:flex;
  align-items:center;
  gap:6px;
  color:#9fb0c5;
  font-size:10px;
}

.footer-powered strong{
  color:#fff;
  font-size:10px;
  letter-spacing:.03em;
}

.footer-socials{
  margin-top:16px;
  display:flex;
  gap:7px;
}

.footer-socials a{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;
  background:rgba(255,255,255,.04);
  color:#dfe7f1;
  text-decoration:none;
  font-size:11px;
}

.footer-socials a:hover{
  background:#fff;
  color:#0f2442;
}

.informative-footer .footer-col h4{
  margin:0 0 14px;
  color:#fff;
  font:800 12px Manrope,sans-serif;
}

.informative-footer .footer-col a{
  display:block;
  margin:9px 0;
  color:#b9c7d8;
  text-decoration:none;
  font-size:11px;
}

.informative-footer .footer-col a:hover{
  color:#fff;
}

.footer-highlight-grid{
  margin-top:34px;
  padding:16px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(255,255,255,.035);
}

.footer-highlight{
  display:flex;
  align-items:center;
  gap:10px;
}

.footer-highlight-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  flex-shrink:0;
}

.footer-highlight strong{
  display:block;
  color:#fff;
  font-size:11px;
}

.footer-highlight span:not(.footer-highlight-icon){
  display:block;
  margin-top:2px;
  color:#9fb0c5;
  font-size:9px;
}

.informative-footer .footer-bottom{
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.09);
  color:#93a6bd;
}

.footer-bottom-tag{
  color:#dfe7f1;
  font-weight:700;
}


@media(max-width:1000px){
  .footer-main{
    grid-template-columns:1.3fr repeat(2,1fr);
  }

  .footer-brand-wide{
    grid-row:span 2;
  }
}


@media(max-width:620px){

  .top-info-inner{
    min-height:42px;
    grid-template-columns:22px minmax(0,1fr) 22px;
    width:calc(100% - 10px);
  }

  .top-info-track{
    min-height:42px;
  }

  .top-info-slide{
    gap:6px;
    justify-content:flex-start;
  }

  .top-info-text{
    max-width:calc(100vw - 165px);
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:9px;
  }

  .top-info-slide a{
    font-size:9px;
    white-space:nowrap;
  }

  .top-info-badge{
    min-height:18px;
    padding:0 6px;
    font-size:7px;
  }

  .top-info-arrow{
    width:22px;
    height:22px;
  }

  .informative-footer{
    padding-top:42px !important;
  }

  .footer-main{
    grid-template-columns:1fr 1fr;
    gap:25px 16px;
  }

  .footer-brand-wide{
    grid-column:1/-1;
    grid-row:auto;
  }

  .footer-brand-wide p{
    max-width:100%;
  }

  .footer-highlight-grid{
    grid-template-columns:1fr;
    gap:8px;
    padding:12px;
  }

  .footer-highlight{
    padding:4px 0;
  }

  .informative-footer .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
  }
}
