/* Conversion and UX polish — 29 August 2026 */
:root {
  --c: #4dc8c8;
  --cm: #35b6b9;
  --ct: #0e6f73;
  --ink: #1a2830;
  --ink2: #2c3e4a;
  --g: #5a7080;
  --gl: #d8e8ec;
  --surf: #f7f9fa;
  --font-body: 'Inter', Arial, sans-serif;
  --font-display: 'DM Serif Display', Georgia, serif;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: #fff;
}

::selection {
  background: rgba(77, 200, 200, .28);
  color: var(--ink);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #0e6f73;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .95);
}

.ab {
  background: rgba(35, 53, 64, .99);
  border-bottom-color: var(--c);
}

.ab-mobile {
  display: none;
}

nav {
  border-bottom-color: rgba(77, 200, 200, .22);
  box-shadow: 0 8px 24px rgba(26, 40, 48, .08);
}

.nt,
.nb,
.bp,
.bo,
.sb,
.scall-call,
.scall-form,
.dscta,
.eicall,
.eiwa,
.ctagh {
  border-radius: 8px;
  min-height: 44px;
}

.hero {
  min-height: min(900px, 100vh);
}

.hbg::after {
  background:
    linear-gradient(105deg, rgba(26, 40, 48, .96), rgba(26, 40, 48, .84) 54%, rgba(44, 62, 74, .56)),
    linear-gradient(180deg, transparent 55%, rgba(26, 40, 48, .18));
}

.hi {
  max-width: 1160px;
  gap: 56px;
  padding: 64px 40px;
}

.hbadge {
  padding: 7px 14px;
  margin-bottom: 22px;
  border-color: rgba(119, 225, 225, .46);
  background: rgba(77, 200, 200, .14);
  color: #a7eeee;
  font-size: .75rem;
}

h1 {
  max-width: 650px;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
  text-wrap: balance;
  margin-bottom: 20px;
}

h1 em {
  color: #77e1e1;
}

.hs {
  max-width: 630px;
  font-size: 1.03rem;
  line-height: 1.72;
  margin-bottom: 25px;
}

.htrust {
  margin-top: 0;
  font-size: .78rem;
}

.hp {
  gap: 8px 14px;
}

.pill {
  font-size: .8rem;
}

.team-note {
  margin-top: 16px;
  padding-left: 12px;
  border-left: 2px solid rgba(119, 225, 225, .72);
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  line-height: 1.55;
}

.team-note strong {
  color: #fff;
}

.fc {
  border: 1px solid rgba(216, 232, 236, .9);
  border-radius: 14px;
  padding: 30px 26px 26px;
  box-shadow: 0 24px 70px rgba(10, 22, 24, .34);
}

.fc::before {
  left: 24px;
  right: 24px;
  height: 4px;
}

.fc h2.form-title {
  margin: 0 0 4px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.15;
}

.fs {
  font-size: .8rem;
  line-height: 1.55;
  margin-bottom: 16px;
}

label {
  font-size: .74rem;
  color: #4a606d;
}

.required {
  color: var(--ct);
}

input,
select,
textarea {
  min-height: 46px;
  border-radius: 7px;
  border-color: #cfdee2;
  padding: 10px 12px;
}

.sb {
  font-size: .82rem;
  letter-spacing: 1.1px;
  padding: 13px 14px;
}

.sb:hover {
  background: var(--ct);
}

.form-proof {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 2px 0 10px;
  padding: 10px 12px;
  border: 1px solid rgba(77, 200, 200, .32);
  border-radius: 8px;
  background: #f0fafa;
  color: #456168;
  font-size: .76rem;
  line-height: 1.5;
}

.form-proof::before {
  content: '★';
  flex: 0 0 auto;
  color: #f4a624;
}

.urg-line {
  border-color: rgba(77, 200, 200, .32);
  border-radius: 7px;
  background: #f7fbfb;
  color: #456168;
  font-size: .75rem;
}

.fn-call,
.fn {
  font-size: .75rem;
  line-height: 1.5;
}

.fn-call a {
  color: var(--ct);
}

#quote {
  scroll-margin-top: 124px;
}

.notice-closed #quote {
  scroll-margin-top: 80px;
}

.trust-bar {
  padding: 18px 28px;
  background: #fff;
}

.trust-inner {
  gap: 18px;
}

.tl {
  min-height: 54px;
  padding: 8px 12px;
  border-color: #dce9ec;
  border-radius: 9px;
  background: #fbfdfd;
}

.tl-name {
  font-size: .72rem;
}

.tl-sub {
  font-size: .62rem;
}

.sec,
.slider-inner {
  padding-top: 76px;
  padding-bottom: 76px;
}

.eye {
  color: var(--ct);
  font-size: .72rem;
}

h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.012em;
  text-wrap: balance;
}

.intro {
  color: var(--g);
  font-size: 1rem;
}

.pc,
.wc,
.pricecard,
.rvc,
.gc2,
.wnc,
.faqi {
  border-radius: 12px;
}

.pc {
  border-color: #dbe8eb;
  background: #fff;
  box-shadow: 0 10px 26px rgba(44, 62, 74, .07);
}

.pc h3,
.wc h3,
.pricecard h3,
.wnc h3 {
  font-family: var(--font-display);
  font-weight: 400;
}

.pc h3 {
  font-size: 1.08rem;
}

.wc {
  padding: 25px 21px;
  background: #fff !important;
  border-color: #dbe8eb;
  box-shadow: 0 10px 28px rgba(44, 62, 74, .07);
}

.wc::before {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--c);
}

.wi {
  display: none;
}

.wni2 {
  display: none;
}

.wc h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.12rem;
  text-shadow: none;
}

.wc p {
  color: #4b626f;
  text-shadow: none;
}

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

.gi,
.gst {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  border-radius: 10px;
}

.gi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gst {
  box-shadow: inset 0 0 0 1px rgba(119, 225, 225, .16);
}

.cert,
.ctcard,
.ctw,
.ctab,
.eib,
.consent {
  border-radius: 14px;
}

.rvc,
.gc2 {
  border-color: #dbe8eb;
  box-shadow: 0 10px 28px rgba(44, 62, 74, .07);
}

.faqq {
  min-height: 52px;
}

.wab {
  transition: opacity .2s ease, transform .2s ease;
}

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

  .ab-mobile {
    display: inline;
  }

  .ab p {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .hero {
    min-height: auto;
  }

  .hi {
    padding: 44px 20px 34px;
    gap: 28px;
  }

  .hbg::after {
    background: linear-gradient(180deg, rgba(26, 40, 48, .93), rgba(26, 40, 48, .84));
  }

  .sec,
  .slider-inner,
  .wni,
  .rvi,
  .gbi,
  .gui,
  .ari {
    padding-top: 58px;
    padding-bottom: 58px;
  }

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

  .gst {
    grid-column: 1 / -1;
  }

  .trust-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .tl {
    min-width: 0;
    white-space: normal;
  }

  .tl:last-child {
    grid-column: 1 / -1;
  }

  .wab.form-overlap {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
  }

  .consent {
    left: 10px;
    right: 10px;
    bottom: 70px;
    padding: 13px 14px;
  }

  .consent h2 {
    margin-bottom: 4px;
    font-size: .98rem;
  }

  .consent p {
    margin-bottom: 9px;
    font-size: .78rem;
    line-height: 1.45;
  }

  .consent-actions {
    flex-wrap: nowrap;
  }

  .consent button {
    flex: 1 1 0;
    min-height: 42px;
    padding: 8px 10px;
  }
}

@media (max-width: 480px) {
  .hi {
    padding: 36px 16px 28px;
  }

  h1 {
    font-size: clamp(2.05rem, 9.5vw, 2.5rem);
    line-height: 1.05;
  }

  .hs {
    font-size: .94rem;
    line-height: 1.65;
  }

  .hbadge {
    margin-bottom: 17px;
    font-size: .7rem;
  }

  .htrust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px;
  }

  .hstars {
    grid-column: 1 / -1;
  }

  .fc {
    padding: 24px 18px 21px;
    border-radius: 12px;
  }

  .fc h2.form-title {
    font-size: 1.4rem;
  }

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

  .gi,
  .gst {
    min-height: 0;
  }

  .sec,
  .slider-inner,
  .wni,
  .rvi,
  .gbi,
  .gui,
  .ari {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .trust-bar {
    padding: 14px 12px;
  }

  .tl {
    padding: 7px 8px;
  }

  .tl-name {
    font-size: .76rem;
  }

  .tl-sub {
    font-size: .68rem;
  }

  .scall-call,
  .scall-form {
    min-height: 48px;
  }
}

@media (max-width: 360px) {
  .hb .bp {
    padding-left: 8px;
    padding-right: 8px;
    font-size: .75rem;
    letter-spacing: .45px;
    white-space: nowrap;
  }
}
