/* =========================================================
   CREDIRISE CREDIT SERVICES
   Premium Hostinger Static Website
========================================================= */

:root{
  --black:#050506;
  --black-2:#0b0b0d;
  --panel:#101012;
  --panel-2:#151517;
  --gold:#d7a83d;
  --gold-light:#f4d47c;
  --gold-deep:#8e6417;
  --white:#f7f4ec;
  --muted:#a7a29a;
  --line:rgba(215,168,61,.24);
  --line-soft:rgba(255,255,255,.08);
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Montserrat",Arial,sans-serif;
  --max:1240px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--black);color:var(--white);font-family:var(--sans);line-height:1.65;overflow-x:hidden}
body.modal-open{overflow:hidden}
img{max-width:100%;display:block}
button,a{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(5,5,6,.96);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(215,168,61,.18);
}
.nav-wrap{
  width:min(1180px,calc(100% - 44px));
  min-height:72px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:185px;
  flex:0 0 auto;
}
.brand-logo{
  width:70px !important;
  height:70px !important;
  min-width:70px !important;
  min-height:70px !important;
  max-width:70px !important;
  max-height:70px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  overflow:hidden;

}
.brand-logo img{
  padding :5px !important;
  display:block !important;
  width:42px !important;
  height:42px !important;
  min-width:70px !important;
  min-height:70px !important;
  max-width:70px !important;
  max-height:70px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:5 !important;
}
.brand-wordmark{
  display:flex;
  flex-direction:column;
  line-height:1;
  white-space:nowrap;
}
.brand-wordmark strong{
  font-family:var(--serif);
  font-size:21px;
  font-weight:600;
  color:var(--gold-light);
}
.brand-wordmark small{
  font-size:6px;
  letter-spacing:2.4px;
  color:#d8d4cc;
  margin-top:4px;
}
.main-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:23px;
  flex:1;
  min-width:0;
  font-size:9px;
  letter-spacing:.65px;
  text-transform:uppercase;
}
.main-nav a{
  color:#d4d0c9;
  transition:.25s;
  white-space:nowrap;
}
.main-nav a:hover,.main-nav a.active{color:var(--gold-light)}
.nav-cta{
  border:1px solid var(--gold) !important;
  color:#070707 !important;
  background:linear-gradient(135deg,var(--gold-light),var(--gold)) !important;
  padding:9px 16px !important;
  border-radius:30px !important;
  font-size:8px !important;
  letter-spacing:.9px;
}
.nav-cta span{margin-left:7px}
.menu-toggle{display:none;background:none;border:0}
.menu-toggle span{display:block;width:23px;height:1px;background:var(--gold-light);margin:5px}

.hero{position:relative;min-height:690px;display:flex;align-items:center;overflow:hidden;background:#060606}
.hero-grid{
  position:absolute;inset:0;opacity:.26;
  background-image:linear-gradient(rgba(215,168,61,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(215,168,61,.09) 1px,transparent 1px);
  background-size:45px 45px;
  mask-image:linear-gradient(to right,black 0%,rgba(0,0,0,.7) 42%,transparent 100%);
}
.hero:after{content:"";position:absolute;inset:auto -10% -25% 25%;height:500px;background:radial-gradient(circle,rgba(215,168,61,.16),transparent 65%);pointer-events:none}
.hero-inner{max-width:var(--max);width:100%;margin:auto;padding:75px 34px;display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center;position:relative;z-index:2}
.eyebrow{font-size:8px;letter-spacing:3px;text-transform:uppercase;color:var(--gold-light);font-weight:600;margin-bottom:15px}
.hero h1,.section-heading h2,.intro h2,.message-copy h2,.monitor-copy h2,.quote-copy h2,.final-cta h2,.modal-panel h2{font-family:var(--serif);font-weight:500;line-height:.92;letter-spacing:-.6px}
.hero h1{font-size:clamp(50px,5.3vw,79px);max-width:700px}
.hero h1 em,.message-copy h2 em{font-style:normal;color:var(--gold-light)}
.hero-text{max-width:560px;color:#b9b4ac;font-size:12px;margin:25px 0 29px}
.hero-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.dark-btn{border:1px solid rgba(215,168,61,.45);padding:11px 17px;color:#eee8dd;text-transform:uppercase;letter-spacing:1px;font-size:9px;background:rgba(0,0,0,.45)}
.play{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;border:1px solid var(--gold);border-radius:50%;font-size:7px;color:var(--gold-light);margin-right:8px}
.hero-points{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:50px;border-top:1px solid var(--line);padding-top:17px}
.hero-points div{display:flex;gap:9px}
.hero-points b{font-size:8px;color:var(--gold)}
.hero-points span{font-size:9px;text-transform:uppercase;letter-spacing:1px}
.hero-points small{font-size:7px;color:#8e8a83;letter-spacing:0;text-transform:none}
.hero-media{display:flex;justify-content:flex-end}
.media-frame{position:relative;width:min(520px,100%);border:1px solid rgba(215,168,61,.42);padding:7px;background:rgba(0,0,0,.35);box-shadow:0 25px 60px rgba(0,0,0,.5)}
.media-frame img{width:100%;height:490px;object-fit:cover}
.media-caption{position:absolute;left:25px;right:25px;bottom:24px;background:rgba(5,5,6,.92);border:1px solid rgba(215,168,61,.35);padding:12px 15px;display:flex;gap:10px;align-items:center}
.mini-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#000}
.media-caption strong{display:block;font-size:9px;text-transform:uppercase;letter-spacing:1px}
.media-caption small{display:block;color:#9e9a93;font-size:8px}
.gold-rule{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}

.section-pad{padding:105px 34px}
.split{max-width:1120px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}
.intro{background:#070708}
.portrait-card{position:relative;border:1px solid rgba(215,168,61,.28);padding:10px;background:#0e0e10;max-width:440px}
.portrait-card img{aspect-ratio:1/1;object-fit:cover;object-position:center}
.portrait-label{position:absolute;left:25px;bottom:25px;display:flex;align-items:center;gap:9px;background:rgba(5,5,6,.93);padding:9px 12px;border:1px solid var(--line);font-family:var(--serif);font-size:15px;line-height:.9}
.portrait-label span{color:var(--gold-light);font-size:12px;border-right:1px solid var(--gold);padding-right:9px}
.portrait-label small{font:6px var(--sans);letter-spacing:2px;color:#aaa;text-transform:uppercase}
.intro h2,.message-copy h2,.monitor-copy h2,.quote-copy h2{font-size:clamp(40px,4.2vw,60px);max-width:650px}
.intro-copy>p,.message-copy>p,.monitor-copy>p,.quote-copy>p{color:#aaa59d;font-size:12px;max-width:600px;margin:19px 0}
.check-list{list-style:none;margin:23px 0 27px}
.check-list li{font-size:10px;color:#d7d2c9;margin:10px 0;display:flex;gap:10px}
.check-list span{display:inline-grid;place-items:center;min-width:17px;height:17px;border-radius:50%;background:var(--gold);color:#080808;font-size:10px;font-weight:700}
.text-link{color:var(--gold-light);font-size:9px;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid var(--gold);padding-bottom:5px}
.text-link span{margin-left:10px}

.dark-grid{background-color:#070708;background-image:linear-gradient(rgba(215,168,61,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(215,168,61,.045) 1px,transparent 1px);background-size:45px 45px}
.section-heading{text-align:center;max-width:700px;margin:0 auto 50px}
.section-heading h2{font-size:clamp(42px,4vw,58px)}
.section-heading>p:last-child{font-size:10px;color:#8f8b84;margin-top:10px}
.process-layout{max-width:1120px;margin:auto;display:grid;grid-template-columns:.65fr 1.35fr;gap:50px;align-items:stretch}
.process-lead{border:1px solid var(--line);padding:38px;background:rgba(8,8,9,.6)}
.big-number{font-size:8px;color:var(--gold);letter-spacing:2px}
.process-lead h3{font-family:var(--serif);font-size:35px;font-weight:500;margin:7px 0}
.process-lead>p:not(.big-number){font-size:10px;color:#99958e;margin-bottom:25px}
.steps{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line-soft);border-left:1px solid var(--line-soft)}
.step{padding:28px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);min-height:190px}
.step span{display:inline-grid;place-items:center;width:33px;height:33px;border:1px solid var(--gold);border-radius:50%;font-size:8px;color:var(--gold);margin-bottom:14px}
.step h3{font-family:var(--serif);font-size:22px;line-height:1}
.step p{font-size:9px;color:#85817b;margin-top:10px}

.service-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.service-card{position:relative;min-height:455px;border:1px solid rgba(215,168,61,.28);overflow:hidden;background:#101011}
.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}
.service-card:hover img{transform:scale(1.05)}
.service-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(3,3,4,.98) 5%,rgba(3,3,4,.68) 46%,rgba(3,3,4,.1) 100%)}
.service-content{position:absolute;inset:auto 18px 18px}
.service-no{color:var(--gold);font-size:8px;letter-spacing:2px}
.service-content h3{font-family:var(--serif);font-size:25px;line-height:1.02;margin:6px 0 10px}
.service-content>p:not(.service-no){color:#b7b2aa;font-size:9px;line-height:1.6}
.circle-arrow{width:33px;height:33px;border-radius:50%;border:1px solid var(--gold);background:transparent;color:var(--gold-light);margin-top:16px;transition:.25s;display:inline-grid;place-items:center;text-decoration:none}
.circle-arrow:hover{background:var(--gold);color:#000}

.feature-image{max-width:1120px;margin:0 auto;padding:0 34px 100px;background:#070708}
.feature-image img{width:100%;height:360px;object-fit:cover;border:1px solid var(--line)}

.brand-message{border-top:1px solid var(--line)}
.message-media{border:1px solid var(--line);padding:7px}
.message-media img{width:100%;height:400px;object-fit:cover}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0c0c0e}
.stats div{padding:25px 20px;text-align:center;border-right:1px solid var(--line-soft)}
.stats div:last-child{border-right:0}
.stats strong{display:block;font-family:var(--serif);font-size:23px;color:var(--gold-light)}
.stats span{display:block;color:#89857e;font-size:8px;text-transform:uppercase;letter-spacing:1.3px;margin-top:3px}

.monitoring{background:#050506}
.monitor-media{border:1px solid var(--line);padding:7px}
.monitor-media img{width:100%;height:430px;object-fit:cover}
.monitor-copy{padding-right:20px}

.quote-section{background:#070708}
.quote-card{max-width:1120px;margin:auto;border:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;background:#0d0d0f}
.quote-image img{height:100%;min-height:420px;width:100%;object-fit:cover}
.quote-copy{padding:60px}
.signature{font-family:var(--serif);font-size:27px;color:var(--gold-light);margin-top:28px}

.faq-list{max-width:900px;margin:auto}
.faq-list details{border-top:1px solid var(--line-soft)}
.faq-list details:last-child{border-bottom:1px solid var(--line-soft)}
.faq-list summary{list-style:none;cursor:pointer;padding:17px 5px;font-family:var(--serif);font-size:17px;display:flex;justify-content:space-between}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{color:var(--gold);font-family:var(--sans);font-size:12px}
.faq-list details[open] summary span{transform:rotate(45deg)}
.faq-list p{color:#8e8a84;font-size:10px;max-width:800px;padding:0 35px 20px 5px}

.final-cta{padding:60px max(34px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;gap:30px;background:radial-gradient(circle at 75% 50%,rgba(215,168,61,.19),transparent 35%),#0e0d0b;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.final-cta .eyebrow{margin-bottom:7px}
.final-cta h2{font-size:48px}
.final-cta p:last-child{font-size:9px;color:#918d85}

.site-footer{background:#050506}
.footer-main{max-width:1120px;margin:auto;padding:65px 34px 45px;display:grid;grid-template-columns:1.3fr 1fr 1.2fr 1.2fr;gap:55px}
.footer-logo{width:68px;height:68px;object-fit:contain;display:block;margin-bottom:10px}
.footer-brand h3{font-family:var(--serif);font-size:28px;color:var(--gold-light);line-height:1;margin-top:9px}
.footer-brand>p:first-of-type{font-size:7px;letter-spacing:3px;color:#d5d0c8}
.footer-brand small{font-size:7px;color:var(--gold);letter-spacing:1.5px}
.footer-desc{font-size:9px!important;color:#77736c!important;margin-top:17px;max-width:260px}
.footer-main h4{font-size:8px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.footer-main a,.footer-main span,.footer-main p{display:block;color:#8f8b84;font-size:9px;margin:6px 0}
.footer-main a:hover{color:var(--gold-light)}
.footer-bottom{border-top:1px solid var(--line-soft);max-width:1120px;margin:auto;padding:18px 34px 25px;display:flex;justify-content:space-between;gap:15px;color:#625f59;font-size:7px;flex-wrap:wrap}
.footer-bottom a{color:#88837b}

.assessment-section{border-top:1px solid var(--line);scroll-margin-top:80px}
.assessment-card{max-width:980px;margin:auto;border:1px solid var(--line);background:rgba(10,10,11,.78);padding:48px;display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center;box-shadow:0 25px 70px rgba(0,0,0,.35)}
.assessment-copy h2{font-size:clamp(40px,4vw,58px);margin:8px 0 14px}
.assessment-copy>p:not(.eyebrow){font-size:11px;line-height:1.8;color:#98938c;max-width:430px}
.disputefox-placeholder{min-height:300px;border:1px dashed rgba(215,168,61,.45);background:#080809;display:grid;place-items:center;padding:30px;text-align:center}
.embed-note{color:#6f6b64;font-size:9px;letter-spacing:1.5px;text-transform:uppercase}

@media(max-width:1050px){
  .main-nav{gap:16px}
  .hero-inner{gap:35px}
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .service-card{min-height:430px}
}
@media(max-width:800px){
  .nav-wrap{min-height:66px;padding:0 20px}
  .brand{min-width:auto}
  .brand-mark{width:42px;height:42px}
  .menu-toggle{display:block}
  .main-nav{display:none;position:absolute;top:66px;left:0;right:0;background:#080809;border-bottom:1px solid var(--line);padding:20px;flex-direction:column;align-items:stretch;gap:0}
  .main-nav.open{display:flex}
  .main-nav a,.nav-cta{text-align:center;padding:13px}
  .hero-inner,.split,.process-layout,.quote-card,.assessment-card{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero-inner{padding:70px 20px 55px}
  .hero h1{font-size:50px}
  .hero-points{grid-template-columns:repeat(2,1fr);margin-top:35px}
  .hero-media{justify-content:center}
  .media-frame img{height:390px}
  .section-pad{padding:75px 20px}
  .portrait-card{max-width:520px;margin:auto}
  .intro-copy{padding-top:10px}
  .process-lead{padding:28px}
  .steps{grid-template-columns:1fr 1fr}
  .service-grid{grid-template-columns:1fr 1fr}
  .feature-image{padding:0 20px 75px}
  .feature-image img{height:260px}
  .message-media{order:-1}
  .stats{grid-template-columns:1fr 1fr}
  .stats div:nth-child(2){border-right:0}
  .stats div{border-bottom:1px solid var(--line-soft)}
  .monitor-copy{padding:0}
  .quote-copy{padding:35px}
  .quote-image img{min-height:300px}
  .final-cta{padding:50px 20px;flex-direction:column;align-items:flex-start}
  .footer-main{grid-template-columns:1fr 1fr;padding:55px 20px 35px;gap:35px}
  .footer-bottom{padding:18px 20px 25px}
}
@media(max-width:520px){
  .hero h1{font-size:42px}
  .hero-text{font-size:10px}
  .hero-actions>*{width:100%;text-align:center}
  .hero-points{gap:12px}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:410px}
  .steps{grid-template-columns:1fr}
  .step{min-height:auto}
  .section-heading h2,.intro h2,.message-copy h2,.monitor-copy h2,.quote-copy h2{font-size:40px}
  .final-cta h2{font-size:40px}
  .form-grid{grid-template-columns:1fr}
  .footer-main{grid-template-columns:1fr}
  .assessment-card{padding:30px 20px}
}

.footer-logo-image{width:58px;height:58px;margin-bottom:8px}
.footer-logo-image img{width:100%;height:100%;object-fit:contain}

.main-nav a.active{color:var(--gold-light)}

@media(max-width:800px){.main-nav{z-index:95}.main-nav.open{display:flex}}


@media(max-width:800px){
  .nav-wrap{width:calc(100% - 32px);min-height:66px}
  .brand{min-width:0}
  .brand-logo,
  .brand-logo img{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
    max-width:38px !important;
    max-height:38px !important;
  }
  .brand-logo{flex-basis:38px}
  .brand-wordmark strong{font-size:19px}
  .brand-wordmark small{font-size:5.5px;letter-spacing:2px}
  .main-nav{
    display:none;
    position:absolute;
    top:66px;
    left:0;
    right:0;
    width:100%;
    background:#080809;
    border-bottom:1px solid var(--line);
    padding:12px 16px 18px;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0;
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:12px;text-align:center}
  .main-nav .nav-cta{margin:7px 12px 0}
  .menu-toggle{display:block;padding:4px}
  .menu-toggle span{display:block;width:23px;height:1px;background:var(--gold-light);margin:5px}
}
@media(max-width:450px){
  .nav-wrap{width:calc(100% - 24px)}
  .brand-wordmark strong{font-size:18px}
  .brand-wordmark small{letter-spacing:1.7px}
}

/* Unified CTA button treatment */
.cta-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border:1px solid var(--gold) !important;
  background:linear-gradient(135deg,var(--gold-light),var(--gold)) !important;
  color:#070707 !important;
  text-decoration:none !important;
  border-radius:2px;
  font-size:9px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  line-height:1;
  box-shadow:0 8px 24px rgba(215,168,61,.13);
  transition:transform .25s ease,filter .25s ease,box-shadow .25s ease;
}
.cta-btn:hover{
  color:#070707 !important;
  transform:translateY(-2px);
  filter:brightness(1.07);
  box-shadow:0 12px 30px rgba(215,168,61,.2);
}
.cta-btn span{
  margin-left:10px;
  font-size:13px;
}


/* =========================================================
   GLOBAL PREMIUM CTA BUTTONS
========================================================= */
.gold-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:0;
  min-height:48px;
  min-width:190px;
  padding:0 22px !important;
  border:1px solid var(--gold) !important;
  border-radius:3px !important;
  background:linear-gradient(135deg,var(--gold-light),var(--gold)) !important;
  color:#080706 !important;
  text-decoration:none !important;
  font-family:var(--sans) !important;
  font-size:9px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:1px !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
  box-shadow:0 9px 25px rgba(215,168,61,.14) !important;
  cursor:pointer !important;
  transition:transform .22s ease,filter .22s ease,box-shadow .22s ease !important;
}
.gold-btn:hover,
.gold-btn:focus-visible{
  color:#080706 !important;
  transform:translateY(-2px) !important;
  filter:brightness(1.06) !important;
  box-shadow:0 13px 32px rgba(215,168,61,.22) !important;
  outline:none !important;
}
.gold-btn span{
  margin-left:10px !important;
  font-size:13px !important;
  line-height:1 !important;
}
.hero-actions .gold-btn,
.process-lead .gold-btn,
.message-copy .gold-btn,
.monitor-copy .gold-btn,
.final-cta .gold-btn{
  width:auto !important;
}



/* FINAL LOGO SIZING
   Full transparent CrediRise logo only — no text beside it.
*/
.brand{
  min-width:0 !important;
  gap:0 !important;
}
.brand-logo{
  width:150px !important;
  height:76px !important;
  min-width:150px !important;
  min-height:76px !important;
  max-width:150px !important;
  max-height:76px !important;
  flex:0 0 150px !important;
  overflow:visible !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.brand-logo img{
  width:150px !important;
  height:76px !important;
  min-width:150px !important;
  min-height:76px !important;
  max-width:150px !important;
  max-height:76px !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
}

.footer-logo-image{
  width:230px !important;
  height:130px !important;
  min-width:230px !important;
  min-height:130px !important;
  max-width:230px !important;
  max-height:130px !important;
  margin:0 0 14px 0 !important;
  overflow:visible !important;
}
.footer-logo-image img{
  width:230px !important;
  height:130px !important;
  min-width:230px !important;
  min-height:130px !important;
  max-width:230px !important;
  max-height:130px !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
}

@media(max-width:800px){
  .brand-logo{
    width:112px !important;
    height:60px !important;
    min-width:112px !important;
    min-height:60px !important;
    max-width:112px !important;
    max-height:60px !important;
    flex-basis:112px !important;
  }
  .brand-logo img{
    width:112px !important;
    height:60px !important;
    min-width:112px !important;
    min-height:60px !important;
    max-width:112px !important;
    max-height:60px !important;
  }
  .footer-logo-image{
    width:175px !important;
    height:100px !important;
    min-width:175px !important;
    min-height:100px !important;
    max-width:175px !important;
    max-height:100px !important;
  }
  .footer-logo-image img{
    width:175px !important;
    height:100px !important;
    min-width:175px !important;
    min-height:100px !important;
    max-width:175px !important;
    max-height:100px !important;
  }
}

/* Header logo padding */
.brand-logo{
  padding:5px !important;
}

/* Service cards: no CTA/link/button visible */
.service-card .circle-arrow,
.service-card a.circle-arrow,
.service-card > a{
  display:none !important;
}
