/* Google Ads landing — EYV optimized */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-size:16px;
  line-height:1.7;
  font-family:"Open Sans",sans-serif;
  color:#064A66;
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none;margin:0;padding:0}
h1,h2,h3,h4{margin:0 0 16px;font-weight:700;color:#064A66;line-height:1.25}
p{margin:0 0 16px}
.container{width:100%;max-width:1140px;margin:0 auto;padding:0 16px}
.sec-pad{padding:90px 0}
.bg-primary{background:#0693C7!important}
.text-white,.text-white p,.text-white h2,.text-white h3{color:#fff}
.text-center{text-align:center}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:0;padding:12px 35px;font-size:16px;font-weight:600;
  border:1px solid transparent;cursor:pointer;font-family:inherit;transition:.2s;
}
.btn-primary{background:#FFC107;border-color:#FFC107;color:#064A66;min-width:260px}
.btn-primary:hover{background:#FFD54F;border-color:#FFD54F;color:#064A66}
.btn-col{margin-top:25px}
.w-100{width:100%}
.section-title{font-size:38px;line-height:1.3;margin-bottom:22px}
.head-box{margin-bottom:48px}
.head-box p{font-size:18px;color:#064A66}

/* Header */
.lp-header{background:#0693C7;padding:16px 0;position:sticky;top:0;z-index:50;overflow:visible}
.lp-header .bar{display:flex;align-items:center;justify-content:space-between;gap:16px;overflow:visible}
.lp-promo{
  flex:1;text-align:center;position:relative;cursor:pointer;
  font-size:20px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  line-height:1.35;padding:4px 12px;outline:none;
}
.lp-promo::after{
  content:"";position:absolute;left:10%;right:10%;top:100%;height:18px;z-index:59;
}
.lp-promo-text{
  display:inline-block;white-space:nowrap;
  background:linear-gradient(105deg,#FFC107 0%,#fff 18%,#E53935 36%,#7DD3F0 54%,#FFD54F 72%,#FFC107 100%);
  background-size:220% 100%;
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
  animation:lpPromoShimmer 3.2s ease-in-out infinite,lpPromoPulse 2.4s ease-in-out infinite;
  will-change:transform,background-position;
}
.lp-promo:hover .lp-promo-text,.lp-promo:focus-within .lp-promo-text{animation-play-state:paused;transform:scale(1.04)}
.lp-promo-tip{
  position:absolute;left:50%;top:100%;z-index:60;
  width:min(340px,78vw);padding:14px 0 0;
  background:transparent;border:none;box-shadow:none;
  font-size:13px;font-weight:400;letter-spacing:0;text-transform:none;line-height:1.55;text-align:left;
  opacity:0;visibility:hidden;pointer-events:none;
  transform:translateX(-50%) translateY(6px);transition:opacity .2s ease,transform .2s ease,visibility .2s;
}
.lp-promo-tip-inner{
  position:relative;padding:16px 18px;
  background:#fff;color:#064A66;border:1px solid #B8E4F5;
  box-shadow:0 14px 36px rgba(6,74,102,.22);
}
.lp-promo-tip-inner::before{
  content:"";position:absolute;left:50%;top:-7px;width:12px;height:12px;
  background:#fff;border-left:1px solid #B8E4F5;border-top:1px solid #B8E4F5;
  transform:translateX(-50%) rotate(45deg);
}
.lp-promo-tip p{margin:0 0 10px}
.lp-promo-tip a{
  display:inline-block;color:#0693C7;font-weight:700;text-decoration:underline;
  text-underline-offset:2px;
}
.lp-promo-tip a:hover{color:#045978}
.lp-promo:hover .lp-promo-tip,
.lp-promo:focus-within .lp-promo-tip{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);
}
@keyframes lpPromoShimmer{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes lpPromoPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.045)}
}
@media(prefers-reduced-motion:reduce){
  .lp-promo-text{animation:none;-webkit-text-fill-color:#FFC107;color:#FFC107;background:none}
}
.lp-logo{display:flex;align-items:center;gap:12px;color:#fff;min-width:0}
.lp-logo .mark{
  width:42px;height:42px;flex-shrink:0;border:1px solid #FFC107;border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:#FFC107;
}
.lp-logo .mark svg{width:24px;height:24px}
.lp-logo b{display:block;font-size:15px;letter-spacing:.12em;font-weight:700}
.lp-logo span{display:block;font-size:9px;letter-spacing:.28em;color:#FFC107;margin-top:2px}
.lp-tel{
  border:1px solid #fff;color:#fff!important;padding:11px 18px;font-size:15px;font-weight:600;
  white-space:nowrap;background:transparent;min-width:170px;text-align:center;
}
.lp-tel:hover{background:#FFC107;border-color:#FFC107;color:#064A66!important}
.lp-tel-short{display:none}

/* Banner / hero */
.banner-home{
  min-height:calc(100vh - 76px);padding:50px 0 62px;display:flex;align-items:center;
  position:relative;background:#045978 center/cover no-repeat;
}
.banner-home::before{content:"";position:absolute;inset:0;background:#000;opacity:.4;z-index:1}
.banner-home .container{position:relative;z-index:4}
.banner-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center}
.banner-title{font-size:clamp(30px,4.4vw,52px);line-height:1.12;color:#fff;margin-bottom:12px;font-weight:700}
.banner-lead{font-size:clamp(19px,2.1vw,30px);line-height:1.3;margin:16px 0 22px;font-weight:600;color:#fff}
.check-style{display:flex;flex-wrap:wrap;color:#fff;font-size:18px;gap:8px 10px}
.check-style li{
  width:calc(50% - 8px);font-weight:600;position:relative;padding-left:30px;line-height:1.3;
}
.check-style li::after{
  content:"";width:20px;height:20px;background:#FFC107;border-radius:50%;
  position:absolute;left:0;top:0;
}
.check-style li::before{
  content:"";position:absolute;height:5px;width:9px;border:2px solid #064A66;
  border-left:0;border-bottom:0;transform:rotate(124deg);top:7px;left:5px;z-index:1;
}

/* Form */
.form-wrap{max-width:560px;width:100%;background:#0693C7;padding:28px 26px;margin-left:auto}
.form-head{color:#fff;text-align:center;margin-bottom:14px}
.form-head h2{color:#fff;margin-bottom:6px;font-weight:400;font-size:32px}
.form-head p{margin:0;font-size:15px;opacity:.92}
.form-trust{
  text-align:center;font-size:12px;line-height:1.45;color:rgba(255,255,255,.85);
  margin:0 0 18px;letter-spacing:.02em;
}
.form-trust a{color:#FFC107;text-decoration:underline;font-weight:600}
.form-hint{
  font-size:12px;color:rgba(255,255,255,.7);margin:-4px 0 14px;text-align:center;line-height:1.4;
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.form-row.full{grid-template-columns:1fr}
.form-group{margin-bottom:16px}
.form-control,.form-select{
  width:100%;min-height:52px;padding:12px 14px;border-radius:0;border:1px solid #0693C7;
  background:#0578A8;color:#fff;font-size:14px;font-family:inherit;appearance:none;-webkit-appearance:none;
}
.form-select{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23fff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;
}
.form-control::placeholder{color:rgba(255,255,255,.85)}
.form-control:focus,.form-select:focus{outline:none;border-color:#fff;background:#0578A8}
.form-select option{background:#0578A8;color:#fff}
.date-col{position:relative}
.date-col .form-control{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23fff' stroke-width='1.6'%3E%3Crect x='2' y='3' width='14' height='13' rx='1'/%3E%3Cpath d='M2 7h14M6 1v4M12 1v4'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 12px center;padding-right:40px;
}
.btn-col-sub .btn{min-width:0;width:100%;font-weight:700}
.form-status{margin-top:12px;font-size:14px;text-align:center;min-height:1.2em}
.form-status.ok{color:#C8E6C9}
.form-status.err{color:#FFCDD2}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0}

/* What sets us apart */
.what-sec{background:#0693C7;padding:90px 0;color:#fff}
.what-sec .section-title{color:#fff;text-align:center}
.what-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:40px}
.what-box{border-bottom:1px solid #0A8BB8;padding-bottom:14px;height:100%;color:#fff}
.what-icon{min-height:56px;display:flex;align-items:flex-end;margin-bottom:12px;color:#FFC107}
.what-icon svg{width:48px;height:48px}
.what-box h3{color:#FFC107;font-size:24px;max-width:300px;font-weight:600}
.what-box p{color:rgba(255,255,255,.9);margin:0;font-size:17px;line-height:1.7}
.what-cta{text-align:center;margin-top:40px}

/* How it works */
.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.work-box{border:1px solid #0693C7;padding:30px;height:100%}
.work-icon{
  width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid #0693C7;border-radius:50%;font-size:13px;font-weight:700;margin-bottom:12px;
}
.work-box h3{font-size:24px;margin-bottom:10px}
.work-box p{font-size:17px;line-height:1.7}
.work-cta{text-align:center;margin-top:36px}
.work-cta p{font-size:17px;font-weight:600}

/* Why accordion */
.why-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center}
.why-sec h2{font-size:38px;line-height:1.3}
.why-img{min-width:0;width:100%}
.why-img img{width:100%;height:100%;min-height:420px;object-fit:cover;aspect-ratio:4/5;display:block}
.accordion-item{border-bottom:1px solid #3A9BC4}
.accordion-item:first-child{border-top:1px solid #3A9BC4}
.ac-btn{
  width:100%;background:transparent;border:0;color:#fff;text-align:left;cursor:pointer;
  padding:18px 8px 18px 56px;font-size:22px;font-weight:600;position:relative;font-family:inherit;
}
.ac-btn .ac-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);width:36px;height:36px;color:#FFC107}
.ac-btn .ac-icon svg{width:36px;height:36px}
.ac-btn::after{
  content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);
  font-size:24px;font-weight:300;color:#fff;
}
.ac-btn.open::after{content:"–"}
.ac-panel{display:none;padding:0 0 18px 56px;color:rgba(255,255,255,.92);font-size:17px}
.ac-panel.open{display:block}
.ac-panel p{margin:0}

/* Compare */
.compare-sec{
  padding:90px 0;background:#045978 center/cover no-repeat;position:relative;
}
.compare-sec::before{content:"";position:absolute;inset:0;background:rgba(10,20,45,.55)}
.compare-sec .container{position:relative;z-index:2}
.compare-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center;justify-content:end}
.com-left{color:#fff;max-width:480px}
.com-left h2{color:#fff;font-size:clamp(32px,3.4vw,46px)}
.com-left p{color:rgba(255,255,255,.92);font-size:17px}
.link-btn{color:#FFC107;font-weight:700;display:inline-flex;align-items:center;gap:8px}
.compare-cards{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:22px 28px;
}
.compare-box{
  background:transparent;width:148px;text-align:center;
}
.com-head{
  width:148px;height:148px;border-radius:50%;overflow:hidden;padding:0;min-height:0;
  background:#FFC107;border:4px solid rgba(255,255,255,.92);
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  display:block;
}
.com-head img{
  width:100%;height:100%;max-height:none;object-fit:cover;display:block;
}
.com-body{padding:14px 4px 0;background:transparent}
.com-body h4{font-size:15px;margin:0 0 4px;color:#fff}
.com-body p{margin:0;font-size:12px;line-height:1.4;color:rgba(255,255,255,.88)}
.compare-cards .compare-box:first-child{grid-row:auto;align-self:auto;width:168px}
.compare-cards .compare-box:first-child .com-head{width:168px;height:168px}

/* Price */
.price-track{
  display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:10px;
}
.price-box{background:#fff}
.price-img{aspect-ratio:3/4;overflow:hidden}
.price-img img{width:100%;height:100%;object-fit:cover}
.price-info{
  background:#0693C7;color:#fff;text-align:center;padding:16px 10px;min-height:90px;
  display:flex;align-items:center;justify-content:center;transition:.25s;
}
.price-info h3{color:#fff;margin:0;font-size:18px;line-height:1.25;font-weight:500}
.price-info small{display:block;font-size:13px;margin-top:4px;opacity:.9}
.price-box:hover .price-info{background:#FFC107}
.price-box:hover .price-info h3{color:#064A66}
.price-cta{text-align:center;margin-top:36px}
.season-pill{
  display:inline-block;margin:0 0 14px;padding:7px 14px;
  border:1px solid rgba(255,193,7,.85);color:#FFC107;font-size:11px;letter-spacing:.16em;
  text-transform:uppercase;font-weight:700;background:rgba(0,0,0,.2);
}
.form-season{
  text-align:center;font-size:12px;color:#FFC107;margin:0 0 12px;font-weight:600;letter-spacing:.04em;
}
.sec-cta{text-align:center;margin-top:36px}

/* Destinations */
.dest-top{background:#FFC107;padding:60px 0 28px}
.dest-top .section-title,.dest-top p{color:#0693C7}
.dest-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.dest-box{position:relative;overflow:hidden;aspect-ratio:1/1.15}
.dest-box img{width:100%;height:100%;object-fit:cover;transition:transform 1s}
.dest-box:hover img{transform:scale(1.06)}
.dest-info{position:absolute;left:20px;bottom:16px;color:#fff;z-index:2}
.dest-info h3{color:#fff;margin:0;font-size:24px;text-shadow:0 2px 10px rgba(0,0,0,.45)}
.dest-box::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.55))}

/* Reviews */
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review-col{border:1px solid #064A66;padding:36px 28px;height:100%}
.stars{color:#FFC107;letter-spacing:2px;font-size:18px;margin-bottom:14px}
.review-text{font-size:17px;line-height:1.65;margin-bottom:22px}
.review-auth{display:flex;align-items:center;gap:12px}
.auth-avatar{
  width:56px;height:56px;border-radius:50%;background:#0693C7;color:#FFC107;
  display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;
}
.review-auth h4{margin:0;font-size:16px;font-weight:400}

/* Bottom CTA */
.bottom-cta{
  min-height:420px;padding:80px 0;background:#045978 center/cover no-repeat;position:relative;
}
.bottom-cta::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45)}
.bottom-cta .container{position:relative;z-index:2}
.bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}
.cta-head h2{color:#fff;font-size:clamp(32px,3.8vw,48px)}
.cta-right{color:#fff;max-width:400px;margin-left:auto}
.cta-right p{color:rgba(255,255,255,.95);font-size:17px}

/* FAQ (AEO) */
.lp-faq{background:#F5FCFF}
.lp-faq-list{max-width:760px;margin:0 auto}
.lp-faq-item{
  border:1px solid #B8E4F5;background:#fff;margin-bottom:12px;padding:0;
}
.lp-faq-item summary{
  cursor:pointer;list-style:none;padding:18px 52px 18px 20px;position:relative;
  font-size:17px;font-weight:700;color:#064A66;line-height:1.35;
}
.lp-faq-item summary::-webkit-details-marker{display:none}
.lp-faq-item summary::after{
  content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);
  font-size:22px;font-weight:300;color:#0693C7;
}
.lp-faq-item[open] summary::after{content:"–"}
.lp-faq-item p{
  margin:0;padding:0 20px 18px;font-size:15px;line-height:1.65;color:#334;
}
.lp-faq-item a{color:#0693C7;font-weight:700;text-decoration:underline}

/* Footer */
.lp-footer{padding:28px 0;background:#fff;border-top:1px solid #e6e9f0}
.lp-footer .copy{text-align:center;font-size:14px;color:#0693C7;line-height:1.7}
.lp-footer a{text-decoration:underline}
.lp-footer .contact-line{margin-top:8px;font-size:13px;color:#445}

@media(max-width:991px){
  html,body{overflow-x:hidden}
  .container{padding:0 18px;max-width:100%}
  .sec-pad{padding:48px 0}
  .section-title{font-size:28px;line-height:1.25;word-wrap:break-word}
  .head-box{margin-bottom:28px;max-width:100%!important}
  .head-box p{font-size:16px}
  .btn{padding:12px 22px;max-width:100%}
  .btn-primary{min-width:0;width:100%;max-width:360px}

  /* Header: logo+call on first row, offer strip below — hero starts under that */
  .lp-header{padding:0;overflow:visible}
  .lp-header .bar{
    display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0;
    padding:0;max-width:none;width:100%;
  }
  .lp-logo{
    order:1;gap:10px;min-width:0;flex:1;padding:12px 0 12px 18px;
  }
  .lp-logo .mark{width:36px;height:36px}
  .lp-logo .mark svg{width:20px;height:20px}
  .lp-logo b{font-size:13px;letter-spacing:.1em}
  .lp-logo .wm>span{font-size:8px;letter-spacing:.18em}
  .lp-tel{
    order:2;min-width:0;padding:9px 14px;font-size:13px;flex-shrink:0;
    margin:12px 18px 12px 0;
  }
  .lp-tel-full{display:none}
  .lp-tel-short{display:inline}
  .lp-promo{
    order:3;flex:1 1 100%;width:100%;
    background:#045978;padding:10px 18px;margin:0;
    font-size:12px;letter-spacing:.04em;line-height:1.4;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .lp-promo::after{left:0;right:0;height:12px}
  .lp-promo-text{white-space:normal;max-width:100%;display:block}
  .lp-promo-tip{width:min(300px,calc(100vw - 36px));left:50%}

  /* Hero below header, clear separation */
  .banner-home{
    min-height:0;padding:28px 0 36px;
    background-position:center 30%;
  }
  .banner-grid{display:flex;flex-direction:column;gap:20px}
  .banner-text{text-align:center;margin-bottom:0;order:2;min-width:0}
  .banner-title{font-size:26px;line-height:1.2;word-wrap:break-word}
  .banner-lead{font-size:17px;margin:12px 0 18px}
  .form-wrap{
    margin:0;max-width:100%;width:100%;order:1;
    padding:22px 16px;box-sizing:border-box;
  }
  .form-head h2{font-size:26px}
  .form-row{grid-template-columns:1fr}
  .check-style{
    justify-content:center;text-align:left;max-width:100%;margin:0 auto;gap:10px;
  }
  .check-style li{width:100%;font-size:15px}

  /* Sections: single column, no overflow */
  .what-sec{padding:48px 0}
  .what-grid,.how-grid,.why-grid,.compare-layout,.bottom-grid,.review-grid,.trust-grid{
    grid-template-columns:1fr;gap:22px;
  }
  .what-box,.work-box{
    text-align:left;max-width:100%;margin:0;min-width:0;
    padding-left:0;padding-right:0;
  }
  .work-box{padding:22px 18px}
  .what-box h3{margin-left:0;margin-right:0;max-width:100%;font-size:20px}
  .what-icon{justify-content:flex-start}
  .what-box p,.work-box p{font-size:15px}
  .work-box h3{font-size:20px}
  .why-sec h2,.why-sec .text-white{font-size:28px!important}
  .why-img{min-width:0;width:100%;overflow:hidden}
  .why-img img{min-height:280px;max-height:420px;width:100%}
  .ac-btn{font-size:16px;padding:16px 28px 16px 48px;word-wrap:break-word}
  .ac-panel{padding-left:48px;padding-right:8px;font-size:15px}
  .compare-sec{padding:48px 0}
  .com-left{max-width:100%}
  .com-left h2{font-size:28px}
  .compare-cards{max-width:100%;margin:24px auto 0;gap:16px}
  .compare-box,.compare-cards .compare-box:first-child{width:120px}
  .com-head,.compare-cards .compare-box:first-child .com-head{width:120px;height:120px}
  .price-track{
    display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;
    padding:0 0 8px;margin:0 -18px;padding-left:18px;padding-right:18px;
    -webkit-overflow-scrolling:touch;
  }
  .price-track .price-box{flex:0 0 72%;max-width:280px;scroll-snap-align:start;min-width:0}
  .dest-grid{grid-template-columns:1fr 1fr}
  .dest-info h3{font-size:16px}
  .dest-top{padding:40px 0 20px}
  .review-col{padding:24px 18px}
  .review-text{font-size:15px}
  .cta-right{margin:0;text-align:center;max-width:100%}
  .cta-head{text-align:center}
  .cta-head h2{font-size:28px}
  .bottom-cta{min-height:0;padding:48px 0}
  .trust-item b{font-size:36px}
  .trust-item span{font-size:12px;letter-spacing:.06em}
  .sec-cta{margin-top:28px}
  .sec-cta .btn-primary{margin-left:auto;margin-right:auto}
}
@media(max-width:480px){
  .container{padding:0 14px}
  .lp-logo{padding:10px 0 10px 14px}
  .lp-tel{margin:10px 14px 10px 0}
  .lp-promo{padding:9px 14px;font-size:11px}
  .lp-logo .wm{display:none}
  .banner-home{padding:22px 0 28px}
  .banner-title{font-size:22px;line-height:1.2}
  .banner-lead{font-size:15px}
  .form-wrap{padding:18px 14px}
  .form-head h2{font-size:22px}
  .check-style li{width:100%;font-size:14px}
  .btn-primary{width:100%;min-width:0;max-width:none}
  .trust-grid{grid-template-columns:1fr 1fr;gap:16px}
  .dest-grid{grid-template-columns:1fr 1fr}
  .dest-info{left:12px;bottom:10px}
  .dest-info h3{font-size:14px}
  .section-title{font-size:24px}
  .price-track{margin:0 -14px;padding-left:14px;padding-right:14px}
  .price-track .price-box{flex:0 0 78%}
  .compare-box,.compare-cards .compare-box:first-child{width:100px}
  .com-head,.compare-cards .compare-box:first-child .com-head{width:100px;height:100px}
  .com-body h4{font-size:13px}
  .what-grid,.how-grid{gap:18px}
}

/* Trust bar (replaces fake reviews) */
.trust-bar{background:#F5FCFF}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:28px 0 20px}
.trust-item b{display:block;font-size:46px;line-height:1;color:#0693C7;margin-bottom:8px}
.trust-item span{font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:#445}
.trust-note{margin-top:12px;font-size:15px}
.trust-note a{color:#0693C7;font-weight:700;text-decoration:underline}

/* Thank you */
.thanks-sec{min-height:calc(100vh - 160px);display:flex;align-items:center;padding:80px 0;background:#F5FCFF}
.thanks-kicker{font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:#FFC107;font-weight:700;margin-bottom:12px}
.thanks-sec h1{font-size:clamp(32px,5vw,48px);color:#0693C7;margin-bottom:16px}
.thanks-lead{font-size:18px;max-width:560px;margin:0 auto 28px;line-height:1.6;color:#334}
.thanks-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:28px}
.btn-ghost{background:transparent;border:1px solid #0693C7;color:#0693C7;min-width:180px}
.btn-ghost:hover{background:#0693C7;color:#fff}
.thanks-meta{font-size:14px;color:#667}
.thanks-meta a{text-decoration:underline}
