:root{
  --bg:#0a100d;
  --bg-2:#101913;
  --panel:#0d1511;
  --panel-2:#162119;
  --olive:#a8aa62;
  --olive-2:#c7c089;
  --line:rgba(199,192,137,.28);
  --text:#f4f6ef;
  --muted:rgba(244,246,239,.76);
  --shadow:0 22px 50px rgba(0,0,0,.35);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:'Onest',system-ui,sans-serif;
  background:linear-gradient(180deg,#0a120d 0%,#0d1712 100%);
  color:var(--text);
  overflow-x:hidden;
}

a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}

.page-shell{
  min-height:100svh;
  overflow:hidden;
}

.container{
  width:min(1120px,calc(100% - 32px));
  margin:0 auto;
}

/* HEADER */

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 18px;
  background:rgba(6,10,8,.88);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.brand img{
  width:156px;
}

.topbar-actions{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
}

.icon-link{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:var(--text);
}

.icon-link svg{
  width:18px;
  height:18px;
  fill:currentColor;
}

.topbar-btn{
  height:46px;
  border-radius:12px;
  border:1px solid rgba(168,170,98,.48);
  background:rgba(168,170,98,.08);
  padding:0 18px;
  font-weight:800;
  color:var(--olive-2);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition:.2s;
}

.topbar-btn:hover{
  background:rgba(168,170,98,.14);
}

.phone-header-btn{
  color:var(--text);
}

.phone-icon{
  color:var(--olive-2);
}

/* HERO */

.hero{
  position:relative;
  padding:48px 0 30px;
  min-height:calc(100svh - 74px);
  display:flex;
  align-items:center;
}

.hero-scene,
.hero-fade{
  position:absolute;
  inset:0;
}

.hero-scene{
  background:linear-gradient(180deg,rgba(4,7,6,.78),rgba(4,7,6,.92)),url('assets/bg-dark-ycars.png') center/cover no-repeat;
  opacity:.96;
}

.hero-fade{
  background:radial-gradient(circle at 50% 24%,rgba(168,170,98,.17),transparent 30%),linear-gradient(180deg,transparent 0%,rgba(8,12,10,.55) 58%,#09110d 100%);
}

.hero-grid{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
}

.hero-copy{
  width:min(640px,100%);
  margin:0 auto;
  text-align:center;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0 auto 18px;
  color:var(--olive-2);
  font-size:14px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.eyebrow::before,
.eyebrow::after{
  content:'';
  width:38px;
  height:1px;
  background:rgba(199,192,137,.72);
}

.hero h1{
  margin:0 auto 10px;
  max-width:700px;
  font-size:clamp(34px,6vw,70px);
  line-height:1.03;
  letter-spacing:-.05em;
  text-transform:uppercase;
  text-align:center;
}

.hero h1 span{
  color:var(--olive-2);
}

.hero-car-inline{
  width:100%;
  max-width:100%;
  margin:10px auto 14px;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  text-align:center;
}

.hero-car-cutout,
.hero-car-angled{
  position:relative;
  display:block;
  width:min(100%,540px);
  max-width:100%;
  height:auto;
  margin:0 auto;
  right:auto;
  left:auto;
  bottom:auto;
  transform:none;
  filter:drop-shadow(0 18px 26px rgba(0,0,0,.45));
}

.hero p{
  max-width:700px;
  margin:0 auto 20px;
  font-size:20px;
  line-height:1.55;
  color:var(--muted);
  text-align:center;
}

.hero-bonus-card{
  max-width:720px;
  margin:0 auto 20px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(168,170,98,.11),rgba(13,21,17,.9));
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:center;
  box-shadow:var(--shadow);
}

.bonus-gift-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(168,170,98,.15);
  color:var(--olive-2);
  border:1px solid rgba(168,170,98,.36);
}

.bonus-gift-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.primary-btn{
  min-width:320px;
  max-width:440px;
  width:100%;
  height:62px;
  border:0;
  border-radius:14px;
  padding:0 22px;
  background:linear-gradient(135deg,var(--olive-2),#a5a55f);
  color:#11170f;
  font-weight:900;
  font-size:18px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.primary-btn span{
  font-size:28px;
  line-height:1;
}

/* BENEFITS — як на 2 скріні */

.hero-trust{
  width:100%;
  max-width:760px;
  margin:24px auto 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.trust-item{
  width:100%;
  min-height:auto;
  padding:0;
  border:none;
  background:transparent;
  box-shadow:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  text-align:center;
}

.trust-icon{
  width:28px;
  height:28px;
  min-width:28px;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--olive-2);
  background:rgba(199,192,137,.1);
  border:1px solid rgba(199,192,137,.38);
}

.trust-icon svg{
  width:15px;
  height:15px;
  display:block;
}

.trust-item span{
  font-size:14px;
  line-height:1.18;
  font-weight:900;
  color:#fff;
  text-align:center;
  max-width:180px;
}

/* QUIZ */

.quiz-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:120;
}

.quiz-modal.open{
  display:block;
}

.quiz-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,4,3,.76);
  backdrop-filter:blur(8px);
}

.quiz-window{
  position:relative;
  z-index:2;
  width:min(1120px,calc(100% - 28px));
  max-height:92svh;
  margin:22px auto;
  background:linear-gradient(180deg,#0d1511 0%,#101a14 100%);
  border:1px solid rgba(168,170,98,.24);
  border-radius:22px;
  box-shadow:0 30px 90px rgba(0,0,0,.45);
  overflow:auto;
}

.quiz-close{
  position:absolute;
  top:18px;
  right:18px;
  width:44px;
  height:44px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.05);
  color:#fff;
  font-size:34px;
  line-height:1;
}

.quiz-topline{
  padding:36px 54px 22px;
  border-bottom:1px solid rgba(255,255,255,.07);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.quiz-topline h2{
  margin:0;
  padding-right:24px;
  font-size:28px;
  letter-spacing:-.03em;
}

.progress{
  display:flex;
  align-items:center;
  min-width:fit-content;
}

.progress-dot{
  width:30px;
  height:30px;
  border-radius:999px;
  border:2px solid rgba(255,255,255,.33);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  color:rgba(255,255,255,.56);
}

.progress-dot.active,
.progress-dot.done{
  border-color:var(--olive-2);
  color:var(--olive-2);
}

.progress-line{
  width:40px;
  height:2px;
  background:rgba(255,255,255,.22);
}

.progress-line.done{
  background:var(--olive-2);
}

.quiz-body{
  padding:28px 54px 10px;
  min-height:320px;
}

.question-title{
  font-size:24px;
  font-weight:900;
  margin-bottom:10px;
}

.step-hint{
  font-size:14px;
  color:rgba(255,255,255,.62);
  font-weight:700;
  margin-bottom:18px;
}

.option-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.option-grid.compact{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.option-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  color:#fff;
  min-height:118px;
  text-align:left;
  transition:.2s ease;
}

.option-card:hover{
  transform:translateY(-2px);
  border-color:rgba(199,192,137,.42);
}

.option-card.selected{
  border-color:var(--olive-2);
  box-shadow:0 0 0 1px rgba(199,192,137,.24) inset;
  background:linear-gradient(180deg,rgba(168,170,98,.16),rgba(255,255,255,.03));
}

.option-title{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:17px;
  font-weight:800;
  line-height:1.22;
}

.check{
  width:24px;
  height:24px;
  min-width:24px;
  border-radius:6px;
  border:2px solid rgba(255,255,255,.34);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
}

.option-card.selected .check{
  border-color:var(--olive-2);
  background:var(--olive-2);
  color:#11170f;
}

.option-card.selected .check::after{
  content:'✓';
  font-weight:900;
}

.option-note{
  font-size:13px;
  font-weight:700;
  color:rgba(255,255,255,.58);
  margin-left:34px;
}

.option-card.has-visual{
  min-height:195px;
}

.option-image{
  width:100%;
  height:92px;
  object-fit:contain;
  object-position:center;
  margin-top:auto;
  filter:drop-shadow(0 12px 20px rgba(0,0,0,.22));
}

.option-visual{
  width:100%;
  height:92px;
  margin-top:auto;
  border-radius:16px;
  border:1px solid rgba(199,192,137,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,rgba(11,22,26,.55),rgba(24,41,18,.44));
}

.icon-shell svg{
  width:58px;
  height:58px;
  color:var(--olive-2);
}

.fuel-option,
.neutral-option{
  min-height:182px;
}

.fuel-option .option-title,
.neutral-option .option-title{
  font-size:16px;
}

.option-grid.compact .option-card{
  min-height:88px;
  justify-content:center;
}

.option-grid.compact .option-title{
  font-size:16px;
}

/* AUTO + FUEL IMAGE FIX */

.option-card.body-option,
.option-card.fuel-image-option{
  justify-content:flex-start;
  gap:8px;
  overflow:hidden;
}

.option-card.body-option .option-title,
.option-card.fuel-image-option .option-title{
  font-size:15px;
  line-height:1.18;
  margin-bottom:0;
}

.option-card.body-option .option-image{
  width:100%;
  height:118px;
  object-fit:contain;
  object-position:center;
  margin:4px auto 0;
  align-self:center;
  filter:none;
  transform:scale(1.12);
  transform-origin:center center;
}

.option-card.fuel-image-option .option-image{
  width:100%;
  height:112px;
  object-fit:contain;
  object-position:center;
  margin:4px auto 0;
  align-self:center;
  filter:none;
  transform:scale(1.1);
  transform-origin:center center;
}

.option-card.undecided-image-option .option-title span:last-child{
  font-size:13px;
  line-height:1.15;
}

.option-card.body-option.undecided-image-option .option-image,
.option-card.fuel-image-option.undecided-image-option .option-image{
  height:82px;
  margin-top:14px;
  transform:scale(1.08);
}

/* QUIZ BOTTOM */

.quiz-bottom{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:20px 54px 40px;
}

.nav-btn{
  min-width:130px;
  height:54px;
  border-radius:14px;
  border:none;
  font-weight:900;
  font-size:18px;
}

.nav-btn.ghost{
  background:#16222f;
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
}

.nav-btn.next{
  background:linear-gradient(135deg,var(--olive-2),#a5a55f);
  color:#11170f;
}

.nav-btn:disabled{
  opacity:.45;
  cursor:not-allowed;
}

/* FINAL FORM */

.final-form{
  display:none;
  padding:42px 54px 50px;
  text-align:center;
}

.final-form.active{
  display:block;
}

.final-icon{
  width:42px;
  height:42px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
  border:1px solid var(--olive-2);
  color:var(--olive-2);
  font-weight:900;
}

.final-form h2{
  margin:0 0 12px;
  font-size:30px;
}

.final-form p{
  margin:0 auto 20px;
  max-width:620px;
  color:var(--muted);
  font-weight:700;
  line-height:1.5;
}

.final-form label{
  display:block;
  margin-bottom:12px;
}

.final-form input,
.final-form textarea{
  width:100%;
  padding:16px 18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.04);
  color:#fff;
  outline:none;
}

.final-form input::placeholder,
.final-form textarea::placeholder{
  color:rgba(255,255,255,.46);
}

.final-form input:focus,
.final-form textarea:focus{
  border-color:rgba(199,192,137,.48);
}

.submit-btn{
  width:100%;
  height:56px;
  margin-top:8px;
  border:none;
  border-radius:14px;
  background:linear-gradient(135deg,var(--olive-2),#a5a55f);
  color:#11170f;
  font-weight:900;
}

.final-form small{
  display:block;
  color:rgba(255,255,255,.5);
  margin-top:14px;
}

.field-error{
  border-color:#ff8f8f!important;
}

.toast{
  position:fixed;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  padding:13px 18px;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-weight:800;
  z-index:999;
}

.callback-mode .progress{
  display:none!important;
}

.callback-mode .quiz-topline{
  justify-content:flex-start;
}

/* THANK YOU PAGE */

.thanks-page{
  background:#0a120d;
}

.thanks-screen{
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px 16px;
}

.thanks-bg{
  position:absolute;
  inset:0;
  background:url('assets/bg-dark-ycars.png') center/cover no-repeat;
  opacity:.16;
}

.thanks-card{
  position:relative;
  z-index:1;
  width:min(640px,100%);
  padding:34px 26px;
  border-radius:28px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  text-align:center;
  box-shadow:var(--shadow);
}

.thanks-card img{
  width:170px;
  margin:0 auto 10px;
}

.thanks-card h1{
  margin:6px 0 14px;
  font-size:42px;
}

.thanks-card p{
  margin:0 auto 20px;
  max-width:520px;
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
}

.return-btn-clean,
.telegram-thanks-link{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:100%;
  min-height:54px;
  border-radius:16px;
  padding:0 16px;
  font-weight:800;
}

.return-btn-clean{
  margin:0 auto 12px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}

.telegram-thanks-link{
  background:linear-gradient(135deg,var(--olive-2),#a5a55f);
  color:#11170f;
}

.telegram-thanks-icon svg{
  width:22px;
  height:22px;
  fill:currentColor;
}

.return-btn-spacer{
  width:22px;
  height:22px;
  opacity:0;
}

/* RESPONSIVE */

@media (max-width:980px){
  .desktop-social{
    display:none;
  }

  .topbar{
    padding:12px 14px;
  }

  .brand img{
    width:138px;
  }

  .hero{
    padding:34px 0 24px;
    min-height:auto;
  }

  .quiz-window{
    width:min(100%,calc(100% - 20px));
    margin:10px auto;
  }

  .quiz-topline,
  .quiz-body,
  .quiz-bottom,
  .final-form{
    padding-left:24px;
    padding-right:24px;
  }

  .option-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:620px){
  .container{
    width:calc(100% - 24px);
  }

  .topbar{
    gap:8px;
    padding:10px 8px;
  }

  .brand img{
    width:112px;
  }

  .topbar-actions{
    gap:6px;
  }

  .icon-link{
    display:none;
  }

  .topbar-btn{
    height:40px;
    padding:0 12px;
    font-size:12px;
    border-radius:10px;
  }

  .phone-header-btn span:last-child{
    display:none;
  }

  .phone-header-btn{
    width:40px;
    padding:0;
  }

  .hero{
    padding:20px 0 12px;
  }

  .eyebrow{
    font-size:11px;
    gap:8px;
    margin-bottom:12px;
  }

  .eyebrow::before,
  .eyebrow::after{
    width:24px;
  }

  .hero h1{
    font-size:28px;
    max-width:340px;
    margin-bottom:10px;
  }

  .hero-car-inline{
    margin:8px auto 10px;
    max-width:100%;
    overflow:hidden;
  }

  .hero-car-cutout,
  .hero-car-angled{
    width:min(100%,320px);
  }

  .hero p{
    font-size:14px;
    line-height:1.5;
    margin-bottom:16px;
    max-width:340px;
  }

  .hero-bonus-card{
    padding:12px 12px;
    gap:10px;
    border-radius:16px;
  }

  .bonus-gift-icon{
    width:38px;
    height:38px;
    flex-basis:38px;
  }

  .hero-bonus-card span{
    font-size:14px;
    line-height:1.38;
  }

  .primary-btn{
    height:54px;
    min-width:0;
    font-size:16px;
    padding:0 18px;
    border-radius:12px;
  }

  .hero-trust{
    max-width:100%;
    margin:20px auto 0;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
  }

  .trust-item{
    gap:8px;
  }

  .trust-icon{
    width:26px;
    height:26px;
    min-width:26px;
    border-radius:8px;
  }

  .trust-icon svg{
    width:14px;
    height:14px;
  }

  .trust-item span{
    font-size:11px;
    line-height:1.15;
    max-width:105px;
  }

  .quiz-window{
    width:100vw;
    height:100dvh;
    max-height:none;
    margin:0;
    border-radius:0;
    border:none;
  }

  .quiz-close{
    top:12px;
    right:12px;
    width:40px;
    height:40px;
  }

  .quiz-topline{
    padding:52px 14px 16px;
    display:block;
  }

  .quiz-topline h2{
    padding-right:46px;
    font-size:20px;
  }

  .progress{
    margin-top:14px;
    overflow:hidden;
  }

  .progress-dot{
    width:24px;
    height:24px;
    font-size:11px;
  }

  .progress-line{
    width:20px;
  }

  .quiz-body{
    padding:18px 12px 8px;
    min-height:auto;
  }

  .question-title{
    font-size:20px;
  }

  .step-hint{
    font-size:13px;
    margin-bottom:14px;
  }

  .option-grid,
  .option-grid.compact{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .option-card{
    padding:12px;
    border-radius:14px;
    min-height:100px;
  }

  .option-title{
    font-size:14px;
    gap:8px;
  }

  .check{
    width:22px;
    height:22px;
    min-width:22px;
  }

  .option-note{
    font-size:11px;
    margin-left:30px;
  }

  .option-card.has-visual{
    min-height:178px;
  }

  .option-image,
  .option-visual{
    height:78px;
  }

  .option-card.body-option,
  .option-card.fuel-image-option{
    gap:6px;
  }

  .option-card.body-option .option-image{
    height:96px;
    margin-top:4px;
    transform:scale(1.12);
  }

  .option-card.fuel-image-option .option-image{
    height:94px;
    margin-top:4px;
    transform:scale(1.1);
  }

  .option-card.body-option.undecided-image-option .option-image,
  .option-card.fuel-image-option.undecided-image-option .option-image{
    height:66px;
    margin-top:10px;
    transform:scale(1.08);
  }

  .option-card.body-option .option-title,
  .option-card.fuel-image-option .option-title{
    font-size:14px;
  }

  .option-card.undecided-image-option .option-title span:last-child{
    font-size:12px;
  }

  .icon-shell svg{
    width:46px;
    height:46px;
  }

  .fuel-option,
  .neutral-option{
    min-height:150px;
  }

  .quiz-bottom{
    position:sticky;
    bottom:0;
    padding:14px 12px 18px;
    background:linear-gradient(180deg,rgba(13,21,17,0),rgba(13,21,17,.95) 36%,#0d1511 100%);
  }

  .nav-btn{
    flex:1;
    min-width:0;
    height:52px;
    font-size:17px;
  }

  .final-form{
    padding:34px 14px 28px;
  }

  .final-form h2{
    font-size:24px;
  }

  .final-form p{
    font-size:14px;
  }

  .thanks-card{
    padding:28px 18px;
  }

  .thanks-card h1{
    font-size:32px;
  }

  .thanks-card p{
    font-size:15px;
  }
}

/* FINAL FIX: clean body car cards + uploaded YCARS assets */
.option-card.body-option .option-image{
  width:100%;
  height:132px;
  object-fit:contain;
  object-position:center;
  margin:2px auto 0;
  align-self:center;
  transform:none!important;
  filter:drop-shadow(0 16px 24px rgba(0,0,0,.30));
}

.option-card.body-option.undecided-png-option .option-image{
  width:86px;
  max-width:86px;
  height:86px;
  margin:22px auto 0;
  object-fit:contain;
  transform:none!important;
  filter:none;
  opacity:.96;
}

.option-card.fuel-image-option .option-image{
  transform:none!important;
  filter:none;
}

@media (max-width:620px){
  .option-card.body-option .option-image{
    height:108px;
    margin-top:2px;
    transform:none!important;
  }

  .option-card.body-option.undecided-png-option .option-image{
    width:66px;
    max-width:66px;
    height:66px;
    margin-top:14px;
  }
}


/* CACHE-BUSTED REAL FIX: pickup + van */
.option-card.body-option.pickup-fixed-option .option-image{
  height: 148px !important;
  object-position: center 58% !important;
  transform: none !important;
}

.option-card.body-option.van-fixed-option .option-image{
  height: 144px !important;
  object-position: center 58% !important;
  transform: none !important;
}

@media (max-width:620px){
  .option-card.body-option.pickup-fixed-option .option-image{
    height: 118px !important;
  }
  .option-card.body-option.van-fixed-option .option-image{
    height: 116px !important;
  }
}


/* Instagram panel on thank-you page only */
.instagram-thanks-link{
  margin:0 auto 12px;
  justify-content:space-between;
  background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.10);
  color:var(--text);
}

.instagram-thanks-link:hover{
  border-color:rgba(199,192,137,.38);
  background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
}

.instagram-thanks-text{
  text-align:left;
  line-height:1.22;
}

.instagram-thanks-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(circle at 30% 105%,#feda75 0%,#fa7e1e 28%,#d62976 52%,#962fbf 74%,#4f5bd5 100%);
  color:#fff;
  box-shadow:0 12px 28px rgba(214,41,118,.24);
}

.instagram-thanks-icon svg{
  width:22px;
  height:22px;
  fill:currentColor;
}

@media(max-width:620px){
  .instagram-thanks-link{
    min-height:58px;
    padding:10px 12px;
    gap:10px;
  }
  .instagram-thanks-text{
    font-size:13px;
  }
  .instagram-thanks-icon{
    width:40px;
    height:40px;
    min-width:40px;
  }
}
