:root{
  --blue:#3561d7;
  --blue-deep:#263b79;
  --blue-dark:#1e2f66;
  --blue-light:#eef2ff;
  --lilac:#f3f4ff;
  --text:#1c2340;
  --muted:#727b99;
  --line:#e3e7f2;
  --white:#fff;
  --radius:18px;
  --shadow:0 22px 60px rgba(35,55,120,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-size:16px;
  font-family:Inter,system-ui,sans-serif;
  color:var(--text);
  background:#fff;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{
  outline:2px solid var(--blue);outline-offset:2px
}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.container{width:min(1320px,calc(100% - 64px));margin:auto}
.narrow{width:min(1080px,calc(100% - 64px))}
.section{padding:clamp(75px,14vw,145px) 0}
.section-soft{padding:clamp(75px,14vw,145px) 0;background:var(--lilac)}
.header{
  height:76px;background:rgba(255,255,255,.94);backdrop-filter:blur(15px);
  border-bottom:1px solid rgba(30,47,102,.06);position:sticky;top:0;z-index:50
}
.nav{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-flex;align-items:center;gap:5px;font-size:25px;font-weight:900;letter-spacing:-1.5px}
.brand-box{background:var(--blue);color:#fff;border-radius:7px;padding:2px 6px;line-height:1.15}
.menu{display:flex;align-items:center;gap:35px;font-size:.9rem;font-weight:600}
.menu>a:not(.nav-cta){color:#4e5877}
.nav-cta{padding:12px 20px;background:var(--blue);color:#fff;border-radius:999px;box-shadow:0 10px 25px rgba(53,97,215,.18)}
.menu-toggle{display:none;background:none;border:0;cursor:pointer;padding:10px}
.menu-toggle span{width:25px;height:2px;background:var(--text);display:block;margin:6px}

.hero{position:relative;overflow:hidden;padding:135px 0 0}
.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}
.hero-glow-a{width:430px;height:430px;background:#eef1ff;right:-130px;top:10px}
.hero-glow-b{width:240px;height:240px;background:#f6f1ff;left:-100px;bottom:80px}
.hero-grid{position:relative;display:grid;grid-template-columns:1.03fr .97fr;gap:clamp(24px,5vw,115px);align-items:center}
.hero-grid>*{min-width:0}
.eyebrow{font-size:.78rem;letter-spacing:.13em;font-weight:800;color:var(--blue);margin:0 0 18px}
.eyebrow:before{content:"— ";font-weight:900}
.eyebrow-light{color:#bac7ff}
.centered{text-align:center}
h1,h2,h3{margin:0;letter-spacing:-.055em;line-height:1.05}
h1{font-size:clamp(2.5rem,1.55rem + 3.6vw,5.25rem);font-weight:900}
h1 span{color:var(--blue)}
 .hero-text{font-size:1.05rem;line-height:1.7;color:var(--muted);max-width:555px;margin:28px 0}
.hero-actions{display:flex;gap:10px;align-items:center}
.btn{
  border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  gap:10px;padding:17px 27px;font-size:13px;font-weight:800;cursor:pointer
}
.btn-primary{background:var(--blue);color:white;box-shadow:0 13px 30px rgba(53,97,215,.22)}
.btn-secondary{background:white;border:1px solid var(--line)}
.btn-white{background:white;color:var(--blue);width:100%;margin-top:4px}
.btn-block{width:100%;margin-top:4px}
.btn-primary:hover{box-shadow:0 16px 34px rgba(53,97,215,.3)}
.reassurance{font-size:.82rem;color:#939bb2;margin:13px 0 0}
.hero-pills{display:flex;gap:8px;margin-top:23px;flex-wrap:wrap}
.hero-pills span{font-size:.78rem;border:1px solid var(--line);padding:7px 10px;border-radius:999px;background:white}
.hero-pills span:before{content:"●";color:var(--blue);margin-right:5px}

.hero-visual{height:540px;position:relative;display:grid;place-items:center}
.browser-card{
  width:100%;max-width:520px;background:white;border:1px solid #e7eafa;border-radius:20px;
  padding:18px;box-shadow:var(--shadow);position:relative;z-index:2;transform:rotate(-1deg)
}
.browser-top{display:flex;align-items:center;gap:6px;margin-bottom:17px}
.browser-top>i{width:7px;height:7px;border-radius:50%;background:#d9def0}
.browser-search{margin-left:8px;flex:1;background:#f4f6fc;border:1px solid #e9edf7;border-radius:999px;padding:9px 13px;font-size:9px;color:#929ab0}
.search-result{height:75px;border:1px solid #edf0f6;background:#fafbfe;border-radius:12px;margin:10px 0;display:flex;align-items:center;padding:0 14px;gap:12px}
.search-result.best{border-color:#a9baf0;background:#f4f6ff}
.position{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#e8ebf5;font-size:10px;font-weight:800}
.best .position{background:var(--blue);color:white}
.result-lines{flex:1;display:grid;gap:7px}
.result-lines b,.result-lines span{height:7px;border-radius:99px;background:#dce1ed}
.result-lines b{width:82%}.result-lines span{width:55%;height:5px}
.best .result-lines b{background:#6e8ae2}
.you{font-size:9px;font-weight:900;background:var(--blue);color:white;padding:6px 9px;border-radius:99px}
.float-card{
  position:absolute;z-index:3;background:#fff;border:1px solid #e4e8f4;border-radius:13px;
  box-shadow:0 15px 35px rgba(42,60,120,.12);padding:12px 15px
}
.rating{right:5px;top:55px;display:flex;gap:6px;align-items:center}
.rating span{color:var(--blue)}.rating strong{font-size:11px}.rating small{font-size:8px;color:#9199af}
.contact{left:4px;bottom:60px;display:flex;gap:10px;align-items:center}
.phone{width:34px;height:34px;border-radius:10px;background:var(--blue);color:#fff;display:grid;place-items:center}
.contact strong{display:block;font-size:12px}.contact small{display:block;font-size:8px;color:#979fb5}
.benefit-bar{margin-top:80px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);padding:30px 0 66px}
.benefit-bar div{display:flex;align-items:center;gap:13px}
.benefit-bar strong{font-size:24px;color:var(--blue);letter-spacing:-1px}
.benefit-bar span{font-size:.9rem;color:#838ca7}

h2{font-size:clamp(2rem,1.35rem + 2.4vw,3.5rem);font-weight:850}
.section-lead{font-size:1rem;line-height:1.7;color:var(--muted);max-width:680px;margin:20px 0 0}
.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}
.mini-cards article{background:#fff;border:1px solid var(--line);border-radius:17px;padding:30px;box-shadow:0 12px 35px rgba(43,60,110,.05)}
.mini-number{font-size:11px;font-weight:900;color:var(--blue)}
.mini-cards h3{font-size:1.15rem;margin:18px 0 9px}
.mini-cards p{font-size:.95rem;color:var(--muted);line-height:1.6;margin:0}

.section-title{display:grid;grid-template-columns:1fr .7fr;gap:80px;align-items:end}
.section-title>p{font-size:.98rem;color:var(--muted);line-height:1.7;margin:0 0 4px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:45px}
.service-card{border:1px solid var(--line);border-radius:20px;padding:32px;min-height:500px;background:#fff;box-shadow:0 14px 45px rgba(43,60,110,.04)}
.service-card.featured{background:linear-gradient(180deg,#f7f8ff,#eef2ff);border-color:#cfd8f7}
.service-head{display:flex;justify-content:space-between;align-items:start}
.badge{font-size:.72rem;letter-spacing:.09em;font-weight:800;color:var(--blue);background:#eef2ff;border-radius:999px;padding:6px 9px}
.service-icon{width:125px;height:125px;border-radius:17px;background:#f2f5ff;position:relative;display:grid;place-items:center}
.mini-browser{width:70px;height:55px;background:white;border-radius:7px;border:1px solid #dfe5f6;padding:7px}
.mini-browser i{display:inline-block;width:4px;height:4px;border-radius:50%;background:#bdc7e8;margin-right:2px}
.mini-browser span{display:block;height:32px;background:linear-gradient(135deg,#e9edff,#cfd9ff);border-radius:5px;margin-top:5px}
.bars{height:55px;display:flex;align-items:end;gap:6px}
.bars i{width:9px;border-radius:5px;background:#7c98e9}
.bars i:nth-child(1){height:25%}.bars i:nth-child(2){height:45%}.bars i:nth-child(3){height:65%}.bars i:nth-child(4){height:90%}
.seo-icon>b{position:absolute;right:13px;top:13px;background:var(--blue);color:white;border-radius:8px;width:28px;height:28px;display:grid;place-items:center}
.map-lines{position:absolute;inset:15px;background:linear-gradient(45deg,transparent 45%,#cfd7ef 46%,#cfd7ef 49%,transparent 50%),linear-gradient(-45deg,transparent 45%,#cfd7ef 46%,#cfd7ef 49%,transparent 50%);background-size:28px 28px}
.pin{z-index:2;width:27px;height:27px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 8px rgba(53,97,215,.13)}
.service-card h3{font-size:1.5rem;line-height:1.05;margin:25px 0 13px}
.service-card>p{font-size:.98rem;line-height:1.65;color:var(--muted)}
.service-card ul{list-style:none;padding:15px 0 0;margin:15px 0 0;border-top:1px solid var(--line)}
.service-card li{font-size:.9rem;color:#59647f;margin:9px 0}
.service-card li:before{content:"✓";color:var(--blue);font-weight:900;margin-right:8px}

.method-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:125px}
.method-copy>p:not(.eyebrow){font-size:.98rem;line-height:1.7;color:var(--muted);max-width:430px}
.text-cta{font-size:.9rem;color:var(--blue);font-weight:800;display:inline-block;margin-top:15px}
.timeline{position:relative}
.timeline:before{content:"";position:absolute;left:20px;top:20px;bottom:20px;width:2px;background:#cdd7f6}
.timeline article{display:grid;grid-template-columns:42px 1fr;gap:24px;position:relative;padding:0 0 38px}
.timeline article:last-child{padding-bottom:0}
.timeline article>span{width:42px;height:42px;border-radius:50%;background:white;border:2px solid #cdd7f6;display:grid;place-items:center;font-size:10px;font-weight:900;color:var(--blue);z-index:2}
.timeline h3{font-size:1.15rem;margin:4px 0 8px}
.timeline p{font-size:.92rem;line-height:1.6;color:var(--muted);margin:0;max-width:600px}

.agency{background:white}
.agency-panel{background:linear-gradient(135deg,var(--blue-dark),#253f8e);border-radius:30px;min-height:600px;padding:75px;display:grid;grid-template-columns:1fr .85fr;gap:40px;color:#fff;overflow:hidden;position:relative}
.agency-panel>*{min-width:0}
.agency-copy>p:not(.eyebrow){font-size:.98rem;color:#c9d2f3;line-height:1.7;max-width:500px}
.agency-points{display:grid;gap:12px;margin-top:28px}
.agency-points>div{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start}
.agency-points>div>span{width:30px;height:30px;border-radius:50%;background:#496ed0;display:grid;place-items:center;font-weight:900}
.agency-points p{margin:0}.agency-points b{font-size:.9rem;display:block}.agency-points small{font-size:.82rem;color:#aebce8}
.agency-visual{display:grid;place-items:center}
.radar{width:min(360px,100%);aspect-ratio:1;border-radius:50%;position:relative;background:radial-gradient(circle,#4668c7 0 1px,transparent 2px),radial-gradient(circle,transparent 29%,rgba(255,255,255,.08) 30%,transparent 31%),radial-gradient(circle,transparent 49%,rgba(255,255,255,.08) 50%,transparent 51%),radial-gradient(circle,transparent 69%,rgba(255,255,255,.08) 70%,transparent 71%);box-shadow:inset 0 0 60px rgba(9,21,64,.35)}
.radar-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--blue);font-weight:900;font-size:18px;box-shadow:0 0 0 12px rgba(255,255,255,.08)}
.radar .dot{position:absolute;width:13px;height:13px;border:3px solid #b9c8ff;border-radius:50%;box-shadow:0 0 14px #8ba3ff}
.d1{left:65px;top:78px}.d2{right:55px;top:92px}.d3{left:90px;bottom:52px}.d4{right:85px;bottom:65px}.d5{right:42px;bottom:120px}

.faq-wrap{width:min(900px,calc(100% - 64px));text-align:center}
.faq{margin-top:38px;text-align:left}
.faq details{background:#fff;border:1px solid var(--line);border-radius:13px;margin:11px 0;padding:21px 24px}
.faq summary{list-style:none;cursor:pointer;font-size:.95rem;font-weight:800;display:flex;justify-content:space-between;gap:20px}
.faq summary::-webkit-details-marker{display:none}
.faq summary span{color:var(--blue);font-size:17px}
.faq p{font-size:.9rem;line-height:1.65;color:var(--muted);margin:13px 0 0}

.contact-section{background:white}
.contact-panel{
  background:linear-gradient(135deg,#315bd1,#704cff);
  color:white;border-radius:30px;padding:75px;display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(30px,5vw,80px);align-items:center;position:relative;overflow:hidden
}
.contact-panel>*{min-width:0}
.contact-panel:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.08);left:-100px;top:-130px}
.contact-copy{position:relative;z-index:1}
.contact-copy>p:not(.eyebrow){font-size:.98rem;line-height:1.7;color:#e2e7ff;max-width:440px}
.contact-card{position:relative;z-index:1;background:#fff;color:var(--text);border-radius:22px;padding:30px;display:grid;gap:13px;box-shadow:0 25px 60px rgba(23,27,85,.2)}
.contact-card label{display:grid;gap:6px}
.contact-card label>span{font-size:.82rem;font-weight:800;color:#69728e}
.contact-card input,.contact-card textarea,.contact-card select{border:1px solid var(--line);background:#f8f9fd;border-radius:11px;padding:14px 15px;font-size:.92rem;outline:none;width:100%}
.contact-card input:focus,.contact-card textarea:focus,.contact-card select:focus{border-color:#91a5ec;box-shadow:0 0 0 3px #eef2ff}

footer{background:#f3f5fc;padding:75px 0 30px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}
.footer-brand{margin-bottom:13px}
.footer-grid>div:first-child p{font-size:.9rem;color:var(--muted);line-height:1.6;max-width:300px}
.footer-grid>div:not(:first-child){display:grid;align-content:start;gap:10px}
.footer-grid b{font-size:.82rem;margin-bottom:5px}
.footer-grid a:not(.brand){font-size:.86rem;color:#737c99}
.footer-bottom{margin-top:42px;padding-top:19px;border-top:1px solid #dfe4f0;display:flex;justify-content:space-between;font-size:.78rem;color:#9198ad}

@media(max-width:850px){
  .container{width:min(100% - 28px,1180px)}
  .menu-toggle{display:block}
  .menu{display:none;position:absolute;top:76px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
  .menu.open{display:flex}
  .hero{padding-top:65px}
  .hero-grid,.section-title,.method-grid,.agency-panel,.contact-panel{grid-template-columns:1fr}
  .hero-grid{gap:30px}
  .hero-visual{height:390px}
  .browser-card{width:min(430px,92%)}
  .benefit-bar{gap:20px}
  .benefit-bar div{display:grid;gap:4px}
  .mini-cards,.service-grid{grid-template-columns:1fr}
  .section-title{gap:20px}
  .method-grid{gap:55px}
  .agency-panel,.contact-panel{padding:35px 25px}
  .agency-visual{margin-top:30px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .hero-actions{align-items:stretch;flex-direction:column}
  .benefit-bar{grid-template-columns:1fr;padding-bottom:50px}
  .hero-visual{height:350px}
  .rating{right:0}
  .contact{left:0}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{display:grid;gap:8px}
}

@media(min-width:1200px){
  .hero-copy{padding-left:4px}
  .hero-visual{transform:translateX(12px)}
  .section-title{grid-template-columns:1fr .62fr}
  .mini-cards{gap:22px}
  .service-grid{gap:22px}
  .faq{margin-top:44px}
}


/* --- Pages légales --- */
.form-privacy{
  margin:2px 2px 0;
  color:#8a92aa;
  font-size:.76rem;
  line-height:1.55;
  text-align:center;
}
.form-privacy a{color:var(--blue);font-weight:700;text-decoration:underline;text-underline-offset:2px}

.legal-hero{
  position:relative;
  overflow:hidden;
  padding:110px 0 85px;
  background:linear-gradient(180deg,#fff 0%,#f7f8ff 100%);
  border-bottom:1px solid var(--line);
}
.legal-hero:after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  right:-140px;
  top:-180px;
  background:#eef2ff;
}
.privacy-hero:after{background:#f0ecff}
.legal-hero-inner{position:relative;z-index:1}
.legal-hero h1{
  font-size:clamp(3rem,2.1rem + 3vw,5.6rem);
  line-height:1;
  max-width:900px;
}
.legal-hero-inner>p:last-child{
  max-width:740px;
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.7;
  margin:24px 0 0;
}
.legal-section{padding:90px 0 130px}
.legal-layout{
  display:grid;
  grid-template-columns:250px minmax(0,850px);
  gap:90px;
  justify-content:center;
  align-items:start;
}
.legal-nav{
  display:grid;
  gap:4px;
  position:sticky;
  top:110px;
  padding:15px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 40px rgba(35,55,120,.05);
}
.legal-nav a{
  padding:11px 12px;
  border-radius:9px;
  color:#69728e;
  font-size:.85rem;
  font-weight:650;
}
.legal-nav a:hover{background:var(--blue-light);color:var(--blue)}
.legal-content{min-width:0}
.legal-content article{
  scroll-margin-top:110px;
  padding:0 0 52px;
  margin:0 0 52px;
  border-bottom:1px solid var(--line);
}
.legal-content article:last-of-type{margin-bottom:25px}
.legal-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:32px;
  height:25px;
  padding:0 8px;
  border-radius:999px;
  background:var(--blue-light);
  color:var(--blue);
  font-size:.72rem;
  font-weight:900;
  margin-bottom:14px;
}
.legal-content h2{
  font-size:clamp(1.8rem,1.55rem + .7vw,2.35rem);
  margin-bottom:18px;
}
.legal-content p,
.legal-content li,
.legal-data dd,
.legal-data dt{
  font-size:.98rem;
  line-height:1.75;
}
.legal-content p{color:#5f6884;margin:0 0 16px}
.legal-content strong{color:var(--text)}
.legal-content ul{margin:8px 0 20px;padding-left:22px;color:#5f6884}
.legal-content li{margin:5px 0}
.legal-link{color:var(--blue);font-weight:750;text-decoration:underline;text-underline-offset:3px}
.legal-box{
  margin-top:18px;
  padding:22px 24px;
  background:var(--lilac);
  border:1px solid var(--line);
  border-radius:14px;
  color:#59637f;
  font-size:.95rem;
  line-height:1.7;
}
.legal-box strong{font-size:1rem}
.legal-box a{color:var(--blue);font-weight:700}
.legal-data{
  margin:24px 0 0;
  border:1px solid var(--line);
  border-radius:15px;
  overflow:hidden;
}
.legal-data>div{
  display:grid;
  grid-template-columns:210px 1fr;
  gap:20px;
  padding:13px 17px;
  border-bottom:1px solid var(--line);
}
.legal-data>div:last-child{border-bottom:0}
.legal-data dt{color:#7a839e}
.legal-data dd{margin:0;color:var(--text);font-weight:600}
.legal-data a{color:var(--blue)}
.privacy-table{
  display:grid;
  gap:10px;
  margin:24px 0;
}
.privacy-table>div{
  display:grid;
  grid-template-columns:1fr 1.5fr .85fr;
  gap:20px;
  padding:18px;
  background:#f8f9fd;
  border:1px solid var(--line);
  border-radius:13px;
  align-items:start;
}
.privacy-table strong{font-size:.92rem}
.privacy-table span{color:#646e89;font-size:.88rem;line-height:1.55}
.privacy-table em{font-style:normal;color:var(--blue);font-size:.78rem;font-weight:750}
.legal-update{
  display:inline-block;
  color:#929ab0!important;
  font-size:.8rem!important;
  margin-top:0!important;
}

.footer-bottom a:hover,
.footer-grid a:hover{color:var(--blue)}

@media(max-width:900px){
  .legal-hero{padding:75px 0 60px}
  .legal-section{padding:65px 0 90px}
  .legal-layout{grid-template-columns:1fr;gap:35px}
  .legal-nav{
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .privacy-table>div{grid-template-columns:1fr}
}
@media(max-width:560px){
  .legal-nav{grid-template-columns:1fr}
  .legal-data>div{grid-template-columns:1fr;gap:2px}
  .legal-data dt{font-size:.8rem}
}
.brand img {
  display: block;
  width: 110px;
  height: auto;
}
/* Bouton téléphone flottant */
.call-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 20px;

  background: #3561d7;
  color: #ffffff;

  border-radius: 50px;

  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;

  box-shadow: 0 10px 30px rgba(38, 59, 121, 0.28);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

/* Icône téléphone */
.call-float .call-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Numéro */
.call-float .call-number {
  color: #ffffff;
  white-space: nowrap;
}

/* Survol PC */
.call-float:hover {
  background: #263b79;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(38, 59, 121, 0.35);
}

/* Mobile */
@media (max-width: 600px) {

  .call-float {
    right: 18px;
    bottom: 18px;

    width: 56px;
    height: 56px;

    padding: 0;
    border-radius: 50%;
  }

  .call-float .call-number {
    display: none;
  }

  .call-float .call-icon {
    width: 22px;
    height: 22px;
  }
}

@keyframes phone-ring {
  0%, 85%, 100% {
    transform: rotate(0deg);
  }

  86% {
    transform: rotate(-18deg);
  }

  88% {
    transform: rotate(18deg);
  }

  90% {
    transform: rotate(-15deg);
  }

  92% {
    transform: rotate(15deg);
  }

  94% {
    transform: rotate(-8deg);
  }

  96% {
    transform: rotate(8deg);
  }

  98% {
    transform: rotate(0deg);
  }
}

.call-icon {
  transform-origin: center;
  animation: phone-ring 6s ease-in-out infinite;
}

@media (max-width: 768px) {
  .hero-glow-b {
    display: none;
  }
}