/* Voxern: free website offer, 2026-08-14 */
.free-offer-card{
  margin-top:22px;
  padding:42px;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  gap:38px;
  align-items:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:var(--radius-lg,26px);
  color:#fff;
  background:
    radial-gradient(circle at 88% 8%,rgba(255,255,255,.02),transparent 34%),
    linear-gradient(135deg,#0a6f73 0%,#0c7e83 55%,#0d8084 100%);
  box-shadow:0 34px 80px -42px rgba(12,126,131,.75);
  overflow:hidden;
  position:relative;
}
.free-offer-card:before{
  content:"";
  position:absolute;
  width:270px;
  height:270px;
  left:-120px;
  bottom:-160px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
}
.free-offer-copy,.free-offer-summary{position:relative;z-index:1}
.offer-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 13px;
  margin-bottom:16px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:99px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-family:var(--display,Raleway,Arial,sans-serif);
  font-size:10px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.free-offer-card h3{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(27px,3vw,42px);
  font-weight:300;
  line-height:1.12;
  letter-spacing:.04em;
}
.free-offer-card .offer-lead{
  max-width:690px;
  margin:0 0 22px;
  color:#fff;
  font-size:15px;
  line-height:1.75;
}
.free-offer-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 20px;
  margin:0;
  padding:0;
  list-style:none;
}
.free-offer-points li{
  display:flex;
  gap:10px;
  color:#fff;
  font-size:13px;
  line-height:1.5;
}
.free-offer-points li:before{
  content:"✓";
  flex:none;
  width:19px;
  height:19px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
  border-radius:50%;
  background:#fff;
  color:#0c7e83;
  font-size:11px;
  font-weight:800;
}
.free-offer-summary{
  padding:24px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:20px;
  background:rgba(11,64,73,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter:blur(8px);
}
.free-price-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 112px;
  align-items:center;
  gap:20px;
  min-height:60px;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.16);
}
.free-price-row>span{min-width:0;color:#fff;font-size:12px;line-height:1.45}
.free-price-row>strong{
  min-width:112px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  color:#fff;
  font-size:18px;
  font-variant-numeric:tabular-nums;
  line-height:1.15;
  text-align:right;
  white-space:nowrap;
}
.free-price-row strong small{display:block;width:100%;margin-top:3px;color:#fff;font-size:9px;font-weight:500;line-height:1.15;text-align:right;text-transform:uppercase;letter-spacing:.08em}
.free-price-total{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
  padding:20px 0 22px;
}
.free-price-total>span{min-width:0;font-size:12px;font-weight:600;letter-spacing:.1em;line-height:1.35;text-transform:uppercase}
.free-price-total>strong{display:block;color:#fff;font-size:36px;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.025em;line-height:1;text-align:right;white-space:nowrap}
.free-offer-card .free-offer-btn{
  width:100%;
  background:#fff;
  color:#0a6f73;
  border-color:#fff;
  box-shadow:0 16px 32px -18px rgba(8,18,32,.55);
}
.free-offer-card .free-offer-btn:hover{background:#182439;color:#fff;border-color:#182439}

/* Dedicated landing page */
.offer-page .offer-hero .wrap{
  grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)!important;
  gap:56px!important;
  justify-content:space-between!important;
  padding-top:54px;
  padding-bottom:54px;
}
.offer-page .offer-hero h1 .thin{display:block;color:#35d2d6}
.offer-page .offer-hero .hero-meta{max-width:520px}
.offer-page .offer-hero .hero-visual{
  max-width:560px!important;
  width:100%!important;
}
.offer-page .offer-hero .hero-visual img{
  width:100%!important;
  max-width:560px!important;
  aspect-ratio:2/1!important;
  object-fit:cover!important;
}
.offer-page .offer-hero .hero-visual:before{border-radius:38px!important}
.offer-trustline{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:24px;
  color:rgba(255,255,255,.68);
  font-size:11px;
}
.offer-trustline span{display:inline-flex;align-items:center;gap:7px}
.offer-trustline span:before{content:"✓";color:#35d2d6;font-weight:800}
.offer-price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.offer-price-card{
  padding:30px;
  border:1px solid #dfe6ef;
  border-radius:24px;
  background:#fff;
  box-shadow:0 24px 60px -46px rgba(8,18,32,.45);
}
.offer-price-card .number{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  border-radius:50%;
  background:#d6f4f5;
  color:#0c7e83;
  font-size:12px;
  font-weight:800;
}
.offer-price-card h3{margin-bottom:10px;color:#182439;font-size:19px;font-weight:400;line-height:1.35}
.offer-price-card p{min-height:72px;color:#667286;font-size:13px;line-height:1.65}
.offer-price-card .amount{margin-top:24px;color:#182439;font-size:36px;font-weight:300;line-height:1}
.offer-price-card .amount span{display:block;margin-top:8px;color:#8793a6;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.offer-price-card .old-price{display:inline;margin:0 0 0 8px;color:#94a0b3;font-size:15px;text-decoration:line-through}
.offer-total-box{
  margin-top:20px;
  padding:28px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border-radius:24px;
  background:linear-gradient(135deg,#101a2b,#182439 62%,#103844);
  color:#fff;
  box-shadow:0 34px 70px -44px rgba(8,18,32,.68);
}
.offer-total-box .label{color:#35d2d6;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.offer-total-box h3{margin:7px 0 4px;color:#fff;font-size:21px;font-weight:300}
.offer-total-box p{color:rgba(255,255,255,.66);font-size:12px}
.offer-total-box strong{font-size:42px;font-weight:300;line-height:1;white-space:nowrap}
.offer-total-box strong span{display:block;margin-top:8px;color:rgba(255,255,255,.55);font-size:9px;font-weight:600;text-align:right;letter-spacing:.1em;text-transform:uppercase}
.offer-included-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.offer-included-card{
  padding:27px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:20px;
  background:rgba(255,255,255,.055);
}
.offer-included-card .icon{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:12px;
  background:#13b8be;
  color:#101a2b;
  font-weight:800;
}
.offer-included-card h3{margin-bottom:9px;color:#fff;font-size:17px;font-weight:400;line-height:1.35}
.offer-included-card p{color:rgba(255,255,255,.67);font-size:13px;line-height:1.65}
.offer-split-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:52px;align-items:center}
.offer-photo{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 38px 80px -46px rgba(8,18,32,.6);
}
.offer-photo img{width:100%;aspect-ratio:1.42/1;object-fit:cover}
.offer-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.32);border-radius:inherit;pointer-events:none}
.offer-copy h2{margin:14px 0 18px;color:#182439;font-size:clamp(27px,3vw,39px);font-weight:300;line-height:1.15;letter-spacing:.045em}
.offer-copy>p{margin-bottom:24px;color:#667286;font-size:14px;line-height:1.75}
.offer-checklist{display:flex;flex-direction:column;gap:13px;margin:0 0 26px;padding:0;list-style:none}
.offer-checklist li{display:flex;gap:12px;color:#465468;font-size:13px;line-height:1.55}
.offer-checklist li:before{
  content:"✓";
  flex:none;
  width:21px;
  height:21px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
  border-radius:50%;
  background:#d6f4f5;
  color:#0c7e83;
  font-size:11px;
  font-weight:800;
}
.offer-inline-note{
  padding:17px 18px;
  border-left:3px solid #13b8be;
  border-radius:0 14px 14px 0;
  background:#eef8f8;
  color:#4c5b6e;
  font-size:12px;
  line-height:1.65;
}
.offer-inline-note a{color:#0c7e83;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.offer-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.offer-step{padding:26px;border:1px solid #e3e9f1;border-radius:20px;background:#fff}
.offer-step .num{margin-bottom:18px;color:#0c7e83;font-size:12px;font-weight:800;letter-spacing:.18em}
.offer-step h3{margin-bottom:9px;color:#182439;font-size:17px;font-weight:400;line-height:1.35}
.offer-step p{color:#667286;font-size:13px;line-height:1.65}
.offer-scope-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.offer-scope-card{padding:28px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(255,255,255,.055)}
.offer-scope-card h3{margin-bottom:11px;color:#fff;font-size:18px;font-weight:400;line-height:1.35}
.offer-scope-card p,.offer-scope-card li{color:rgba(255,255,255,.68);font-size:13px;line-height:1.65}
.offer-scope-card ul{display:flex;flex-direction:column;gap:8px;margin:15px 0 0;padding-left:18px}
.offer-faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.offer-faq-list details{border:1px solid #dfe6ef;border-radius:17px;background:#fff;box-shadow:0 20px 46px -42px rgba(8,18,32,.38)}
.offer-faq-list summary{padding:19px 54px 19px 21px;cursor:pointer;list-style:none;position:relative;color:#182439;font-size:14px;font-weight:600;line-height:1.45}
.offer-faq-list summary::-webkit-details-marker{display:none}
.offer-faq-list summary:after{content:"+";position:absolute;right:21px;top:50%;transform:translateY(-50%);color:#0c7e83;font-size:22px;font-weight:300}
.offer-faq-list details[open] summary:after{content:"−"}
.offer-faq-list details p{padding:0 21px 20px;color:#667286;font-size:13px;line-height:1.75}

@media(max-width:1080px){
  .offer-page .offer-hero .wrap{grid-template-columns:1fr!important;gap:34px!important;justify-content:stretch!important}
  .offer-page .offer-hero .hero-visual{max-width:680px!important;margin:0 auto!important}
  .offer-page .offer-hero .hero-visual img{max-width:680px!important}
  .offer-included-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .offer-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:920px){
  .free-offer-card{grid-template-columns:1fr;padding:34px}
  .offer-price-grid,.offer-split-grid{grid-template-columns:1fr}
  .offer-photo{max-width:720px;margin:0 auto}
}
@media(max-width:680px){
  .free-offer-card{padding:26px 22px;border-radius:22px}
  .free-offer-points,.offer-included-grid,.offer-steps,.offer-scope-grid{grid-template-columns:1fr}
  .free-offer-summary{padding:20px 18px}
  .free-price-row{grid-template-columns:minmax(0,1fr) 100px;gap:12px;min-height:64px;padding:12px 0}
  .free-price-row>strong{min-width:100px;font-size:18px}
  .free-price-total{grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:22px 0 24px}
  .free-price-total>span{font-size:11px;line-height:1.4}
  .free-price-total>strong{font-size:clamp(36px,10.5vw,46px)}
  .free-offer-card .free-offer-btn{padding:15px 12px;font-size:10px;letter-spacing:.12em}
  .offer-total-box{align-items:flex-start;flex-direction:column}
  .offer-total-box strong span{text-align:left}
  .offer-page .offer-hero .wrap{padding-top:28px;padding-bottom:28px}
  .offer-page .offer-hero .hero-visual img{aspect-ratio:1.35/1!important}
  .offer-price-card{padding:25px}
}
@media(max-width:420px){
  .free-offer-summary{padding:18px 15px}
  .free-price-row{grid-template-columns:minmax(0,1fr) 88px;gap:10px}
  .free-price-row>span{font-size:11px}
  .free-price-row>strong{min-width:88px;font-size:17px}
  .free-price-row strong small{font-size:8px;letter-spacing:.06em}
  .free-price-total{gap:10px}
  .free-price-total>span{font-size:10px;letter-spacing:.08em}
  .free-price-total>strong{font-size:clamp(32px,10vw,40px)}
  .free-offer-card .free-offer-btn{padding:14px 9px;font-size:9px;letter-spacing:.1em}
}
