
:root{
  --black:#050505;--panel:#0d0d0d;--panel2:#131313;--gold:#d4af37;--gold2:#f2c94c;
  --white:#fff;--muted:#b8b8b8;--line:rgba(212,175,55,.3);--max:1440px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-header{position:sticky;top:0;z-index:50;background:rgba(3,3,3,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(212,175,55,.18)}
.nav-shell{max-width:var(--max);height:94px;margin:auto;padding:0 42px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:120px;max-height:72px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:34px}.main-nav a{font-size:.95rem;color:#eee;transition:.2s}.main-nav a:hover,.main-nav a.active{color:var(--gold2)}.main-nav a.active:not(.nav-cta){border-bottom:2px solid var(--gold);padding-bottom:8px}.nav-cta{border:1px solid var(--gold);border-radius:999px;padding:13px 23px!important}.nav-cta:hover{background:var(--gold);color:#050505!important}.menu-toggle{display:none;background:none;border:0;width:38px}.menu-toggle span{display:block;height:2px;background:#fff;margin:7px 0}
.home-hero{min-height:720px;position:relative;display:flex;align-items:center;background:url('assets/premium-hero.png') center/cover no-repeat;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.78) 42%,rgba(0,0,0,.25) 100%),linear-gradient(0deg,rgba(0,0,0,.72),transparent 55%)}
.hero-content{position:relative;z-index:1;max-width:var(--max);width:100%;margin:auto;padding:90px 7vw}.eyebrow{margin:0 0 14px;color:var(--gold2);font-size:.76rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}
h1,h2,h3,h4,p{margin-top:0}h1{font-size:clamp(3.6rem,7.5vw,7.4rem);line-height:.95;letter-spacing:-.055em;margin-bottom:28px}.hero-content h1 span{color:var(--gold2)}.hero-copy{max-width:680px;color:#e6e6e6;font-size:1.22rem}.hero-actions{display:flex;gap:14px;margin-top:36px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:999px;font-weight:750;transition:.22s;border:1px solid transparent}.button.primary{background:linear-gradient(135deg,var(--gold2),#b88905);color:#090909}.button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(212,175,55,.25)}.button.ghost{border-color:rgba(255,255,255,.35)}.button.ghost:hover{border-color:var(--gold);color:var(--gold2)}.button.dark{background:#080808;color:#fff}
.trust-strip{max-width:var(--max);margin:-40px auto 0;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(12,12,12,.96);border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 60px rgba(0,0,0,.5)}.trust-strip div{padding:28px 34px;border-right:1px solid rgba(212,175,55,.15)}.trust-strip div:last-child{border:0}.trust-strip span{color:var(--gold2);font-size:.72rem;font-weight:900;letter-spacing:.17em}.trust-strip p{margin:5px 0 0;color:#ddd}
.section{padding:100px 6vw}.premium-section{max-width:var(--max);margin:auto}.section-heading{max-width:790px;margin-bottom:48px}.section-heading h2,.split-copy h2,.story-grid h2,.contact-copy h2{font-size:clamp(2.3rem,4.5vw,4.5rem);line-height:1.05;letter-spacing:-.045em;margin-bottom:20px}.section-heading>p:last-child{color:var(--muted);font-size:1.08rem}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-grid.three{grid-template-columns:repeat(3,1fr)}.feature-card{min-height:285px;padding:34px;border-radius:20px;border:1px solid rgba(212,175,55,.24);background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012));transition:.25s}.feature-card:hover{transform:translateY(-5px);border-color:rgba(242,201,76,.6);box-shadow:0 20px 48px rgba(0,0,0,.34)}.feature-card .icon{width:54px;height:54px;padding:13px;border-radius:50%;color:var(--gold2);border:1px solid rgba(212,175,55,.45);background:rgba(212,175,55,.09);margin-bottom:34px}.feature-card h3{font-size:1.25rem}.feature-card p{color:var(--muted)}
.split-section{max-width:var(--max);margin:auto;padding:40px 6vw 110px;display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:stretch}.split-copy,.brand-panel{padding:60px;border-radius:24px}.split-copy{background:#f2c94c;color:#080808}.split-copy .eyebrow{color:#5e4600}.split-copy p{max-width:650px}.text-link{font-weight:800;display:inline-flex;gap:10px;margin-top:18px}.brand-panel{background:radial-gradient(circle at 65% 20%,rgba(212,175,55,.18),transparent 38%),#0b0b0b;border:1px solid var(--line);display:grid;place-items:center}.brand-panel img{max-width:430px}.brand-points{display:flex;gap:32px;color:var(--gold2);font-weight:850;letter-spacing:.12em;text-transform:uppercase;font-size:.8rem}
.cta-banner,.download-banner,.policy-callout{max-width:calc(var(--max) - 12vw);margin:0 auto 100px;padding:42px 48px;border-radius:22px;background:linear-gradient(120deg,#e3b31b,#9a7100);color:#080808;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-banner h2,.download-banner h2,.policy-callout h2{font-size:clamp(1.9rem,3.6vw,3.4rem);line-height:1.08;margin:0}.cta-banner .eyebrow,.policy-callout .eyebrow{color:#5d4300}
.inner-hero{min-height:420px;display:grid;place-items:center;text-align:center;padding:90px 6vw;background:radial-gradient(circle at 80% 30%,rgba(212,175,55,.15),transparent 28%),linear-gradient(rgba(0,0,0,.68),rgba(0,0,0,.9)),url('assets/premium-hero.png') center/cover}.inner-hero-content{max-width:900px}.inner-hero h1{font-size:clamp(3.2rem,7vw,6.8rem);margin-bottom:20px}.inner-hero p:last-child{color:#ddd;font-size:1.15rem}
.steps-section{max-width:1550px;margin:auto}.steps-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.step-card{min-height:430px;padding:24px 22px 28px;text-align:center;border:1px solid rgba(212,175,55,.48);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.008));position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}.step-card:after{content:"";position:absolute;width:150px;height:150px;border:1px solid rgba(212,175,55,.1);border-radius:50%;bottom:-80px;right:-70px}.step-number{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffd45f,#b98500);color:#060606;font-size:1.25rem;font-weight:900;margin-bottom:22px}.step-icon{width:92px;height:92px;padding:23px;border-radius:50%;border:1px solid rgba(212,175,55,.48);color:var(--gold2);background:rgba(212,175,55,.06);margin-bottom:24px}.step-card h3{font-size:1.2rem;line-height:1.25;min-height:58px;margin-bottom:12px}.gold-line{width:40px;height:2px;background:var(--gold);margin-bottom:18px}.step-card p{color:#c8c8c8;font-size:.94rem}
.download-banner{background:linear-gradient(90deg,#0b0b0b 0%,#171209 45%,#b7890c 130%);color:#fff;border:1px solid var(--gold);justify-content:flex-start}.download-banner h2 span{color:var(--gold2)}.download-icon{width:72px;height:72px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold2);font-size:2rem;font-weight:900;flex:0 0 auto}.download-copy{flex:1}.download-copy p{margin:8px 0 0;color:#ddd}.store-buttons{display:flex;gap:14px}.store-badge{min-width:190px;padding:10px 20px;border:1px solid #aaa;border-radius:10px;background:#050505;display:flex;flex-direction:column;line-height:1.1}.store-badge small{font-size:.68rem;color:#ddd}.store-badge strong{font-size:1.15rem}
.story-grid,.contact-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.story-grid p,.contact-copy p{color:var(--muted)}.quote-card{padding:60px;border-radius:24px;border:1px solid var(--line);background:radial-gradient(circle at 80% 20%,rgba(212,175,55,.17),transparent 30%),#0d0d0d}.quote-card>span{font-size:6rem;line-height:.5;color:var(--gold)}.quote-card h3{font-size:2rem;margin-top:28px}.values-section{max-width:var(--max);margin:auto}
.policy-callout .policy-links{display:flex;gap:14px}.policy-callout a{background:#080808;color:#fff;padding:13px 18px;border-radius:999px;font-weight:750}
.faq-section{max-width:1050px;margin:auto}.faq-list{display:grid;gap:14px}.faq-item{border:1px solid rgba(212,175,55,.28);border-radius:16px;background:#0d0d0d;overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;padding:24px 28px;font-weight:800;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{color:var(--gold2);font-size:1.4rem}.faq-item p{padding:0 28px 24px;color:var(--muted);margin:0}
.contact-form{padding:38px;border:1px solid var(--line);border-radius:22px;background:#0d0d0d}.contact-form label{display:grid;gap:8px;margin-bottom:18px;font-size:.84rem;font-weight:800;color:#ddd}.contact-form input,.contact-form textarea{width:100%;border:1px solid #353535;background:#080808;color:#fff;border-radius:10px;padding:14px;font:inherit}.contact-form input:focus,.contact-form textarea:focus{outline:1px solid var(--gold)}.contact-detail{display:grid;gap:4px;margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}.contact-detail span,.form-note{color:var(--muted);font-size:.86rem}
.app-launch{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:28px}.app-card{text-align:center;padding:58px 42px;border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle at 50% 12%,rgba(212,175,55,.14),transparent 26%),#0d0d0d}.app-card img{max-width:230px;margin:0 auto 30px}.app-card h2{font-size:2.4rem}.app-card p{color:var(--muted)}.coming-soon{display:inline-block;margin-top:18px;padding:10px 17px;border:1px solid var(--gold);border-radius:999px;color:var(--gold2);font-weight:850}
.legal-content{max-width:920px;margin:auto}.legal-content h2{margin-top:42px;color:var(--gold2)}.legal-content p{color:var(--muted)}.legal-links{display:flex;gap:14px;margin-top:45px}.legal-links a{border:1px solid var(--gold);border-radius:999px;padding:12px 18px}
.site-footer{border-top:1px solid rgba(212,175,55,.18);background:#030303;padding:65px 6vw 28px}.footer-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr;gap:36px}.footer-logo{width:180px;margin-bottom:18px}.footer-grid p{color:#999;max-width:360px}.footer-grid h4{color:var(--gold2)}.footer-grid a{display:block;color:#aaa;margin:9px 0}.footer-grid a:hover{color:#fff}.footer-bottom{max-width:var(--max);margin:45px auto 0;padding-top:22px;border-top:1px solid #202020;display:flex;justify-content:space-between;color:#777;font-size:.85rem}
@media(max-width:1200px){.steps-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.main-nav{position:fixed;inset:94px 0 auto;background:#050505;border-bottom:1px solid var(--line);padding:28px;display:none;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.menu-toggle{display:block}.trust-strip{grid-template-columns:repeat(2,1fr);margin:0;border-radius:0}.trust-strip div:nth-child(2){border-right:0}.trust-strip div:nth-child(-n+2){border-bottom:1px solid rgba(212,175,55,.15)}.split-section,.story-grid,.contact-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:repeat(2,1fr)}.download-banner,.cta-banner,.policy-callout{flex-direction:column;align-items:flex-start}.store-buttons{width:100%;flex-wrap:wrap}.footer-grid{grid-template-columns:1fr 1fr}.app-launch{grid-template-columns:1fr}}
@media(max-width:620px){.nav-shell{height:78px;padding:0 20px}.brand img{width:96px}.main-nav{inset:78px 0 auto}.home-hero{min-height:660px}.hero-content{padding:70px 24px}.hero-actions{flex-direction:column;align-items:stretch}.trust-strip{grid-template-columns:1fr}.trust-strip div{border-right:0;border-bottom:1px solid rgba(212,175,55,.15)!important}.feature-grid,.feature-grid.three,.steps-grid{grid-template-columns:1fr}.section{padding:74px 22px}.split-section{padding:20px 22px 74px}.split-copy,.brand-panel{padding:34px 25px}.brand-points{gap:14px;flex-wrap:wrap}.step-card{min-height:0}.cta-banner,.download-banner,.policy-callout{max-width:calc(100% - 44px);padding:30px 24px;margin-bottom:70px}.store-buttons{flex-direction:column}.store-badge{width:100%}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.inner-hero{min-height:350px}.legal-links,.policy-links{flex-direction:column}}


/* Approved clean hero and logo correction */
.brand {
  display: flex;
  align-items: center;
  width: 245px;
  height: 78px;
  overflow: visible;
}
.brand img {
  width: 235px;
  height: 72px;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}
.footer-logo {
  width: 235px;
  max-height: 150px;
  object-fit: contain;
}

.approved-home-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(212,175,55,.55);
  background:
    linear-gradient(90deg, #050505 0%, rgba(5,5,5,.94) 22%, rgba(5,5,5,.63) 49%, rgba(5,5,5,.04) 76%),
    url('assets/clean-hero-car.jpg') center right / cover no-repeat;
}
.approved-home-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0,0,0,.24), transparent 54%),
    radial-gradient(circle at 85% 18%, rgba(212,175,55,.13), transparent 28%);
}
.approved-home-content {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 68px 6vw 62px;
}
.approved-home-content h1 {
  max-width: 760px;
  margin-bottom: 25px;
  font-size: clamp(3.7rem, 6.6vw, 6.8rem);
}
.approved-home-content h1 span {
  color: var(--gold2);
}
.approved-home-content > p:last-of-type {
  max-width: 650px;
  color: #f0f0f0;
  font-size: 1.15rem;
}

.home-steps-wrap {
  max-width: 1550px;
  margin: 0 auto;
  padding: 20px 4vw 10px;
}
.home-five-cards .step-card {
  min-height: 318px;
  padding-top: 18px;
}
.home-five-cards .step-number {
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
  font-size: 1rem;
}
.home-five-cards .step-icon {
  width: 76px;
  height: 76px;
  padding: 19px;
  margin-bottom: 16px;
}
.home-five-cards .step-card h3 {
  min-height: 48px;
  margin-bottom: 8px;
}
.home-five-cards .gold-line {
  margin-bottom: 13px;
}
.home-five-cards .step-card p {
  margin-bottom: 0;
}

.approved-download {
  max-width: calc(1550px - 8vw);
  margin-top: 8px;
}

/* Inner pages now use a clean photographic background rather than oversized logo artwork. */
.inner-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.48)),
    linear-gradient(0deg, rgba(0,0,0,.62), rgba(0,0,0,.16)),
    url('assets/clean-hero-car.jpg') center / cover no-repeat;
}
.inner-hero-content {
  text-shadow: 0 3px 20px rgba(0,0,0,.75);
}

/* Prevent the former generated-logo artwork from appearing as a page background. */
.home-hero {
  background-image: none;
}

@media (max-width: 900px) {
  .brand { width: 190px; }
  .brand img { width: 185px; height: 64px; }
  .approved-home-hero {
    min-height: 550px;
    background-position: 62% center;
  }
  .approved-home-content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 620px) {
  .brand { width: 150px; height: 64px; }
  .brand img { width: 145px; height: 58px; }
  .approved-home-hero {
    min-height: 610px;
    align-items: flex-end;
    background-position: 69% center;
  }
  .approved-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.96) 4%, rgba(0,0,0,.62) 57%, rgba(0,0,0,.18));
  }
  .approved-home-content {
    padding: 80px 23px 46px;
  }
  .approved-home-content h1 {
    font-size: clamp(3.1rem, 16vw, 4.5rem);
  }
  .home-steps-wrap {
    padding: 22px;
  }
}


/* Final approved homepage: logo-only hero with clean header. */
.home-page .nav-shell {
  justify-content: center;
  position: relative;
}
.home-page .main-nav {
  width: 100%;
  justify-content: center;
}
.home-page .main-nav .nav-cta {
  position: absolute;
  right: 42px;
}
.home-page .approved-home-content {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: 42px;
  padding-bottom: 42px;
}
.home-page .approved-home-logo {
  width: clamp(300px, 31vw, 500px);
  max-height: 410px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 14px 34px rgba(0,0,0,.7));
}
.home-page .approved-download {
  margin-top: 42px;
}

@media (max-width: 900px) {
  .home-page .nav-shell {
    justify-content: flex-end;
  }
  .home-page .main-nav {
    width: auto;
    justify-content: flex-start;
  }
  .home-page .main-nav .nav-cta {
    position: static;
  }
  .home-page .approved-home-content {
    align-items: flex-end;
  }
  .home-page .approved-home-logo {
    width: clamp(250px, 50vw, 390px);
  }
}

@media (max-width: 620px) {
  .home-page .approved-home-content {
    align-items: flex-end;
    padding-bottom: 38px;
  }
  .home-page .approved-home-logo {
    width: min(82vw, 350px);
  }
  .home-page .approved-download {
    margin-top: 28px;
  }
}

/* Direct contact details — compact cards, no form */
.contact-direct-grid {
  align-items: center;
}
.contact-cards {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  display: grid;
  gap: 14px;
}
.contact-card {
  min-height: 96px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(212,175,55,.38);
  border-radius: 16px;
  background: linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  transition: transform .2s ease,border-color .2s ease,background .2s ease;
}
.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(242,201,76,.75);
  background: rgba(212,175,55,.055);
}
.contact-card-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  padding: 14px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold2);
}
.contact-card-facebook {
  padding: 0;
  font-family: Arial,sans-serif;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1;
}
.contact-card-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.contact-card-copy strong {
  color: #fff;
  font-size: 1.02rem;
}
.contact-card-copy span {
  color: var(--gold2);
  font-size: clamp(1rem,1.55vw,1.28rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}
@media (max-width:900px) {
  .contact-cards {
    max-width: none;
    justify-self: stretch;
  }
}
@media (max-width:620px) {
  .contact-card {
    min-height: 86px;
    padding: 14px 16px;
    gap: 14px;
  }
  .contact-card-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    padding: 12px;
  }
  .contact-card-facebook {
    padding: 0;
    font-size: 2rem;
  }
}


/* Premium minimalist homepage introduction */
.home-intro {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 6vw 104px;
}
.home-intro-inner {
  max-width: 820px;
}
.home-intro h2 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.home-intro-inner > p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.home-intro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 34px;
}
.home-intro-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(212,175,55,.55);
  color: #f3f3f3;
  font-weight: 750;
  transition: color .2s ease,border-color .2s ease;
}
.home-intro-links a span {
  color: var(--gold2);
}
.home-intro-links a:hover {
  color: var(--gold2);
  border-color: var(--gold2);
}
@media (max-width: 620px) {
  .home-intro {
    padding: 66px 22px 76px;
  }
  .home-intro-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}


/* Safety page policy banner matched to the How It Works download banner */
.matched-policy-box{
  background:linear-gradient(90deg,#0b0b0b 0%,#171209 45%,#b7890c 130%);
  color:#fff;
  border:1px solid var(--gold);
  justify-content:flex-start;
}
.matched-policy-box .policy-icon{
  width:72px;
  height:72px;
  border:2px solid var(--gold);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--gold2);
  font-size:2rem;
  font-weight:900;
  flex:0 0 auto;
}
.matched-policy-box .policy-copy{flex:1}
.matched-policy-box .policy-copy .eyebrow{color:var(--gold2);margin-bottom:6px}
.matched-policy-box .policy-copy h2{color:#fff}
.matched-policy-box .policy-copy>p:last-child{margin:8px 0 0;color:#ddd}
.matched-policy-box .policy-links{display:flex;gap:14px}
.matched-policy-box .policy-links a{
  min-width:190px;
  padding:10px 20px;
  border:1px solid #aaa;
  border-radius:10px;
  background:#050505;
  color:#fff;
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.matched-policy-box .policy-links small{font-size:.68rem;color:#ddd}
.matched-policy-box .policy-links strong{font-size:1.05rem}
@media(max-width:900px){
  .matched-policy-box .policy-links{width:100%;flex-wrap:wrap}
}
@media(max-width:620px){
  .matched-policy-box .policy-links{flex-direction:column}
  .matched-policy-box .policy-links a{width:100%}
}
