:root {
  --dv-navy: #002e5b;
  --dv-navy-2: #0a3358;
  --dv-heading: #0b3b5b;
  --dv-text: #666677;
  --dv-text-light: #cdd8e4;
  --dv-orange: #ff9000;
  --dv-orange-dark: #e88100;
  --dv-green: #4caf50;
  --dv-border: #e3e7ec;
  --dv-bg-alt: #f4f6f8;
  --dv-radius: 5px;
  --dv-maxw: 1170px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--dv-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 100%;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--dv-orange); text-decoration: none; }
a:hover { color: var(--dv-orange-dark); }

p, li, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  word-break: break-word;
}

.container {
  width: 100%;
  max-width: var(--dv-maxw);
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--dv-heading);
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 18px;
}

h1 { font-size: 34px; }
h2 { font-size: 30px; }
h3 { font-size: 22px; }
h4 { font-size: 17px; }
h5 { font-size: 15px; }

p { margin: 0 0 16px; font-weight: 400; }
strong, b { font-weight: 700; }

.ultsl-arrow-right2,
.ultsl-arrow-left2 {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: currentColor;
  transform: rotate(-45deg);
  flex: 0 0 auto;
}
.ultsl-arrow-left2 {
  transform: rotate(135deg);
}

.text-center { text-align: center; }

.section { padding: 70px 0; }
.section-title { text-align: center; font-size: 30px; margin-bottom: 45px; }

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--dv-orange);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 16px 26px;
  border: none;
  border-radius: var(--dv-radius);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
  box-shadow: 0 6px 18px rgba(255,144,0,.28);
  font-family: inherit;
  line-height: 1.25;
}
.btn-cta:hover { background: var(--dv-orange-dark); color: #fff; transform: translateY(-1px); }
.btn-cta .ultsl-arrow-right2 { margin-top: -2px; }

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--dv-border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.site-header .brand-logo img {
  height: 46px;
  width: auto;
}
.brand-logo .brand-sub {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dv-heading);
  padding-left: 14px;
  border-left: 2px solid var(--dv-border);
}
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: var(--dv-heading); font-size: 15px; }
.main-nav a:hover { color: var(--dv-orange); }
.header-btn {
  background: var(--dv-orange);
  color: #fff !important;
  padding: 11px 20px;
  border-radius: var(--dv-radius);
  font-size: 15px;
}
.header-btn:hover { background: var(--dv-orange-dark); }
.nav-toggle { display: none; background: none; border: none; font-size: 26px; color: var(--dv-heading); cursor: pointer; }

.hero {
  position: relative;
  background: #fff url('../images/delta-value-background-version-13.jpg') no-repeat right center;
  background-size: cover;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, #ffffff 38%, rgba(255,255,255,.55) 62%, rgba(255,255,255,.15) 100%);
}
.hero .container {
  position: relative; z-index: 2;
  padding-top: 70px; padding-bottom: 70px;
  display: flex; align-items: center; gap: 40px;
  flex-wrap: wrap;
}
.hero-inner { max-width: 620px; flex: 1 1 auto; min-width: 0; }
.hero h1 {
  font-size: 34px;
  color: var(--dv-heading);
  line-height: 1.3;
  margin-bottom: 26px;
}
.hero-list { list-style: none; padding: 0; margin: 0 0 30px; }
.hero-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  color: #55606b;
}
.hero-list li::before {
  content: "\2713";
  position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px;
  background: var(--dv-green);
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}
.urgency-timer {
  flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
}
.timer-card {
  text-align: center;
  min-width: 0;
  width: 100%;
  max-width: 500px;
}
.timer-label {
  font-size: 14px; font-weight: 700; color: var(--dv-heading);
  text-transform: uppercase; letter-spacing: .8px;
  margin: 0 0 18px;
}
.timer-digits {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-bottom: 16px;
}
.timer-block {
  display: flex; flex-direction: column; align-items: center;
  background: var(--dv-navy); color: #fff;
  border-radius: 8px; padding: 10px 12px 7px;
  min-width: 52px; line-height: 1;
}
.timer-block span {
  font-size: 26px; font-weight: 700; letter-spacing: 1px;
  font-variant-numeric: tabular-nums;
}
.timer-block small {
  font-size: 9px; text-transform: uppercase; letter-spacing: .5px;
  margin-top: 4px; opacity: .7; font-weight: 400;
}
.timer-sep {
  font-size: 22px; font-weight: 700; color: var(--dv-navy);
  margin: 0 -2px; padding-bottom: 14px;
}
.timer-text {
  font-size: 13px; color: var(--dv-text); margin: 0 0 18px;
  line-height: 1.5;
}
.timer-text strong { color: var(--dv-orange); }

.hero-social-proof {
  display: flex; align-items: center; gap: 20px;
  margin-top: 34px; flex-wrap: wrap;
}
.hero-social-proof img { width: 150px; }
.rating .stars { color: var(--dv-orange); font-size: 16px; letter-spacing: 2px; }
.rating strong { color: var(--dv-heading); }
.rating small { color: #8a929b; display: block; font-size: 12px; }
.sep { width: 1px; height: 40px; background: var(--dv-border); }

.trust-strip { background: #fff; padding: 30px 0 10px; }
.trust-strip .container { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: center; }
.trust-badges-img { max-width: 620px; flex: 1 1 420px; }
.trust-badges-mobile { display: none; }
.trust-list { list-style: none; padding: 0; margin: 0; }
.trust-list li { position: relative; padding-left: 26px; margin-bottom: 8px; color: var(--dv-heading); font-size: 15px; }
.trust-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--dv-green); font-weight: 700; }
.trust-note { font-size: 12px; color: #9aa1a9; padding: 18px 0 0; line-height: 1.6; }

.testimonials { background: var(--dv-bg-alt); }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.testi-card { text-align: center; }
.video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #0d2b45 url('../images/delta-value-background-version-12.jpg') center/cover;
  border-radius: 6px;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}
.video-placeholder::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0,20,45,.45);
}
.video-placeholder .play-btn {
  position: relative;
  z-index: 2;
  width: 62px; height: 62px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  display: flex; align-items: center; justify-content: center;
}
.video-placeholder .play-btn::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent var(--dv-navy);
  margin-left: 5px;
}
.video-placeholder .vp-label {
  position: absolute; bottom: 8px; left: 8px; z-index: 2;
  color: #fff; font-size: 12px; background: rgba(0,0,0,.5);
  padding: 2px 8px; border-radius: 3px;
}
.testi-card h4 { color: var(--dv-orange); margin: 18px 0 10px; font-size: 17px; }
.testi-card p { font-style: italic; font-size: 14px; color: #7a828b; }

.strategy {
  background: var(--dv-navy);
  color: var(--dv-text-light);
}
.strategy .container { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.strategy img { max-width: 420px; margin: 0 auto; }
.strategy h2 { color: #fff; font-size: 28px; margin-bottom: 22px; line-height: 1.3; }
.strategy p { color: var(--dv-text-light); }
.strategy-list { list-style: none; padding: 0; margin: 24px 0 0; }
.strategy-list li { position: relative; padding-left: 32px; margin-bottom: 16px; color: var(--dv-text-light); }
.strategy-list li::before {
  content: "\2713";
  position: absolute; left: 0; top: 2px;
  width: 20px; height: 20px; border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%; font-size: 11px;
  display: flex; align-items: center; justify-content: center; color: #fff;
}
.strategy-list li strong { color: #fff; }

.features-intro { text-align: center; max-width: 760px; margin: 0 auto 20px; }
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 45px 0;
}
.feature-row.reverse .feature-media { order: 2; }
.feature-row.reverse .feature-text { order: 1; }
.feature-media img { margin: 0 auto; max-width: 480px; }
.feature-text h2 { font-size: 28px; line-height: 1.3; }
.feature-media { position: relative; }

.feature-media .media-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.9);
  display: flex; align-items: center; justify-content: center; z-index: 3;
}
.feature-media .media-play::after {
  content: ""; border-style: solid; border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--dv-navy); margin-left: 5px;
}

.blocks { background: var(--dv-bg-alt); overflow: hidden; }
.blocks-intro { text-align: center; max-width: 780px; margin: 0 auto 45px; }

.blocks-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
.blocks-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 6px 4px 20px;
  flex: 1 1 auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.blocks-track::-webkit-scrollbar { display: none; }
.carousel-arrow {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--dv-border);
  background: #fff;
  color: var(--dv-heading);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s ease, color .2s ease, opacity .2s ease;
}
.carousel-arrow .ultsl-arrow-right2 { margin-left: -3px; }
.carousel-arrow .ultsl-arrow-left2 { margin-right: -3px; }
.carousel-arrow:hover { border-color: var(--dv-heading); color: var(--dv-heading); }
.carousel-arrow:disabled { opacity: .3; cursor: default; }
.block-card {
  flex: 0 0 320px;
  max-width: 320px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--dv-border);
  border-radius: 8px;
  padding: 30px 26px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.block-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,.08); }
.block-card .block-icon {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--dv-navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 18px;
}
.block-card h3 { font-size: 18px; margin-bottom: 10px; }
.block-card p { font-size: 14px; margin: 0; }

.dark-cta {
  background: var(--dv-navy);
  color: #fff;
  text-align: center;
  padding: 90px 0;
  position: relative;
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  margin: 20px 0;
}
.dark-cta h2 { color: #fff; font-size: 30px; }
.dark-cta p { color: var(--dv-text-light); max-width: 720px; margin: 0 auto 16px; }

.ablauf .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.step { display: flex; gap: 20px; margin-bottom: 34px; }
.step img { width: 54px; height: 54px; flex-shrink: 0; }
.step h3 { font-size: 20px; margin-bottom: 6px; }
.step p { font-size: 15px; margin: 0; }
.ablauf-media img { border-radius: 8px; }
.ablauf-cta { text-align: center; margin-top: 40px; }

.about { background: var(--dv-bg-alt); }
.about .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.about-media img { border-radius: 8px; }
.about h2 { margin-top: 0; }

.last-note { text-align: center; }
.last-note .note-list {
  list-style: none; padding: 0; margin: 30px auto 40px; max-width: 820px; text-align: left;
}
.last-note .note-list li {
  position: relative; padding-left: 34px; margin-bottom: 18px;
}
.last-note .note-list li::before {
  content: "\2713"; position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px; background: var(--dv-green); color: #fff;
  border-radius: 50%; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
}

.site-footer { background: var(--dv-navy); color: #b9c6d4; padding: 60px 0 30px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1.1fr 1fr; gap: 40px; }
.site-footer h4 { color: #fff; font-size: 17px; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 9px; }
.site-footer a { color: #b9c6d4; }
.site-footer a:hover { color: #fff; }
.footer-cert img { max-width: 240px; margin-bottom: 14px; }
.footer-cert p { font-size: 12px; line-height: 1.6; }
.footer-proven img { max-width: 180px; border-radius: 6px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 40px; padding-top: 22px; text-align: center; font-size: 13px; color: #8ea0b3;
}
.footer-bottom a { color: #8ea0b3; }

.consult-band {
  background: var(--dv-navy);
  background: linear-gradient(135deg, #002e5b 0%, #063f74 100%);
  padding: 75px 0;
  scroll-margin-top: 90px;
}
.consult-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}
.consult-intro h2 { color: #fff; font-size: 28px; margin-bottom: 16px; line-height: 1.3; }
.consult-intro > p { color: var(--dv-text-light); margin-bottom: 24px; max-width: 460px; }
.consult-list { list-style: none; padding: 0; margin: 0; }
.consult-list li {
  position: relative; padding-left: 32px; margin-bottom: 14px; color: #fff;
}
.consult-list li::before {
  content: "\2713";
  position: absolute; left: 0; top: 2px;
  width: 20px; height: 20px; background: var(--dv-orange); color: #fff;
  border-radius: 50%; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
}
.consult-form-wrap {
  background: #fff;
  border-radius: 14px;
  padding: 30px 30px 26px;
  box-shadow: 0 25px 60px rgba(0,0,0,.35);
}

#consultationForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}
.form-group { margin-bottom: 0; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { display: block; font-size: 13px; color: var(--dv-heading); margin-bottom: 5px; font-weight: 500; }


.field-error {
  display: none;
  align-items: center;
  gap: 6px;
  color: #c0392b;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.4;
}

.field-error.visible {
  display: flex;
  animation: errFadeIn .22s ease;
}


.field-error::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-color: #c0392b;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 1a5 5 0 1 0 0 10A5 5 0 0 0 6 1zm.5 7.5h-1v-1h1v1zm0-2h-1V3.5h1V6.5z'/%3E%3C/svg%3E");
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

@keyframes errFadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to   { opacity: 1; transform: translateY(0); }
}


#consultationForm input.input-error,
#consultationForm select.input-error {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, .13) !important;
  outline: none;
}


.popup-form input.input-error,
.popup-form select.input-error {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, .13) !important;
  outline: none;
}

#consultationForm .iti.input-error-wrap input,
.popup-form .iti.input-error-wrap input {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, .13) !important;
}


.form-group input,
.form-group select {
  width: 100%; padding: 11px 13px;
  border: 1px solid var(--dv-border);
  border-radius: var(--dv-radius);
  font-size: 16px; font-family: inherit; color: #333;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-group input:focus,
.form-group select:focus {
  outline: none; border-color: var(--dv-orange);
  box-shadow: 0 0 0 3px rgba(255,144,0,.12);
}
.form-group select {
  appearance: none; -webkit-appearance: none;
  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='%23666677' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 34px;
  cursor: pointer;
}

.form-group .iti { width: 100%; }
.iti__country-list.iti__hide { display: none !important; }
.iti__country-list {
  list-style: none;
  margin: 0;
  z-index: 20;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
}
.iti__country-list li { margin: 0; }
.consult-form-wrap .btn-cta {
  grid-column: 1 / -1;
  width: 100%; justify-content: center; margin-top: 6px;
}
.form-note {
  grid-column: 1 / -1;
  font-size: 12px; color: #9aa1a9; margin: 8px 0 0; text-align: center;
}
.form-success {
  display: none;
  background: #f0faf1;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.08);
}
.form-success strong { color: #1b5e20; }

@media (max-width: 992px) {
  h1, .hero h1 { font-size: 30px; }
  h2, .section-title, .strategy h2, .feature-text h2,
  .consult-intro h2, .dark-cta h2 { font-size: 26px; }

  .hero .container {
    flex-direction: column;
    align-items: stretch;
  }
  .urgency-timer { justify-content: center; }
  .timer-card { margin: 0 auto; }

  .strategy .container,
  .ablauf .container,
  .about .container { grid-template-columns: 1fr; gap: 36px; }
  .strategy img { max-width: 100%; }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .feature-row.reverse .feature-media,
  .feature-row.reverse .feature-text { order: unset; }
  .feature-media img { max-width: 100%; }

  .testi-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .consult-inner { grid-template-columns: 1fr; gap: 34px; }
  #consultationForm { grid-template-columns: 1fr; }
  .ablauf-media { order: -1; }
  .ablauf-media img { max-width: 480px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
    position: fixed;
    top: 74px;
    left: 0; right: 0;
    background: #fff; flex-direction: column; align-items: stretch;
    padding: 14px 20px; gap: 4px; box-shadow: 0 10px 20px rgba(0,0,0,.1);
    border-top: 1px solid var(--dv-border);
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    z-index: 99;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; font-size: 16px; border-bottom: 1px solid var(--dv-border); }
  .main-nav a:last-child { border-bottom: none; }
  .header-btn { text-align: center; margin-top: 8px; padding: 13px 20px; }
  .nav-toggle { display: block; }

  .hero { background-position: center top; }
  .hero::after { background: linear-gradient(180deg, rgba(255,255,255,.94) 55%, rgba(255,255,255,.7) 100%); }
  .hero .container { padding-top: 46px; padding-bottom: 46px; flex-direction: column; align-items: stretch; gap: 28px; }
  .hero-inner { max-width: 100%; }
  .urgency-timer { justify-content: center; }
  .timer-card { width: 100%; max-width: 400px; margin: 0 auto; }

  .trust-badges-desktop { display: none; }
  .trust-badges-mobile { display: flex; gap: 24px; align-items: center; justify-content: center; flex-wrap: wrap; }
  .trust-strip .container { gap: 24px; }
  .trust-list { text-align: left; }

  .feature-row { grid-template-columns: 1fr; gap: 22px; padding: 28px 0; }
  .feature-row .feature-media,
  .feature-row.reverse .feature-media { order: 0; }
  .feature-row .feature-text,
  .feature-row.reverse .feature-text { order: 0; }
  .feature-media img { max-width: 100%; }

  .section { padding: 44px 0; }
  .dark-cta { clip-path: none; padding: 60px 0; margin: 0; }
  .brand-logo .brand-sub { display: none; }
  .site-header .brand-logo img { height: 40px; }

  .ablauf .step { margin-bottom: 26px; }
  .ablauf-media img { max-width: 100%; }

  .about .container { grid-template-columns: 1fr; }
  .about-media img { max-width: 100%; }

  .testi-grid { grid-template-columns: 1fr; gap: 28px; }

  .blocks-carousel { position: relative; gap: 0; }
  .blocks-track { width: 100%; padding: 6px 0 20px; gap: 16px; }
  .block-card { flex: 0 0 78%; max-width: 78%; }
  .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 38px; height: 38px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
  }
  .carousel-arrow.prev { left: 6px; }
  .carousel-arrow.next { right: 6px; }

  .consult-form-wrap { padding: 24px 18px; }
  #consultationForm { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { padding: 0 14px; }
  h1, .hero h1 { font-size: 24px; }
  h2, .section-title, .strategy h2, .feature-text h2,
  .consult-intro h2, .dark-cta h2 { font-size: 21px; }
  h3 { font-size: 19px; }
  .section { padding: 38px 0; }
  .section-title { margin-bottom: 28px; }

  .hero-social-proof {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .sep { display: none; }
  .hero-social-proof img { width: 130px; }

  .timer-digits { gap: 5px; }
  .timer-block { min-width: 42px; padding: 7px 9px 5px; }
  .timer-block span { font-size: 20px; }
  .timer-sep { font-size: 18px; }

  .block-card { flex: 0 0 88%; max-width: 88%; }

  .btn-cta { width: 100%; font-size: 15px; padding: 14px 18px; gap: 10px; }

  .consult-form-wrap { padding: 20px 14px; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-cert img { max-width: 180px; }

  .step { gap: 14px; }
  .step img { width: 42px; height: 42px; flex-shrink: 0; }

  .strategy-list li,
  .consult-list li,
  .last-note .note-list li,
  .hero-list li { padding-left: 28px; }

  .strategy .container { gap: 28px; }
}

@media (max-width: 380px) {
  h1, .hero h1 { font-size: 21px; }
  h2, .section-title, .strategy h2, .feature-text h2,
  .consult-intro h2, .dark-cta h2 { font-size: 19px; }

  .timer-card { max-width: 100%; }
  .timer-block { min-width: 36px; padding: 6px 7px 4px; }
  .timer-block span { font-size: 17px; }

  .block-card { flex: 0 0 94%; max-width: 94%; }

  .consult-form-wrap { padding: 16px 12px; }
  .hero-social-proof img { width: 110px; }
}


@media (max-width: 767px) {
  .iti__country-name {
    display: none !important;
  }

  .iti__dial-code {
    white-space: nowrap;
    flex-shrink: 0;
  }
}




/*POP UP*/

  #popupOverlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.65);
      z-index: 9999;
      align-items: center;
      justify-content: center;
      padding: 16px;
    }
    #popupOverlay.active {
      display: flex;
    }
    .popup-box {
      background: #fff;
      border-radius: 12px;
      max-width: 520px;
      width: 100%;
      padding: 40px 36px 32px;
      position: relative;
      box-shadow: 0 20px 60px rgba(0,0,0,0.35);
      animation: popIn .35s ease;
    }
    @keyframes popIn {
      from { transform: scale(.88); opacity: 0; }
      to   { transform: scale(1);   opacity: 1; }
    }
    .popup-close {
      position: absolute;
      top: 14px; right: 18px;
      background: none;
      border: none;
      font-size: 26px;
      cursor: pointer;
      color: #555;
      line-height: 1;
    }
    .popup-close:hover { color: #002e5b; }
    .popup-box h2 {
      font-family: 'Roboto', sans-serif;
      font-size: 1.45rem;
      font-weight: 700;
      color: #002e5b;
      margin: 0 0 22px;
      line-height: 1.3;
    }
    .popup-form .form-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 14px;
    }
    .popup-form label {
      font-family: 'Roboto', sans-serif;
      font-size: .85rem;
      font-weight: 600;
      color: #002e5b;
      margin-bottom: 5px;
    }
    .popup-form input,
    .popup-form select {
      font-family: 'Roboto', sans-serif;
      font-size: .95rem;
      padding: 10px 13px;
      border: 1.5px solid #cdd5df;
      border-radius: 7px;
      outline: none;
      transition: border-color .2s;
    }
    .popup-form input:focus,
    .popup-form select:focus {
      border-color: #002e5b;
    }
    .popup-btn {
      display: inline-block;
      width: 100%;
      text-align: center;
      background: #e8a020;
      color: #fff;
      font-family: 'Roboto', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      padding: 14px 20px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      margin-top: 6px;
      transition: background .2s;
    }
    .popup-btn:hover { background: #c98a12; }
    .popup-note {
      font-family: 'Roboto', sans-serif;
      font-size: .78rem;
      color: #777;
      margin-top: 10px;
      text-align: center;
    }
    .popup-success {
      display: none;
      background: #d4edda;
      color: #155724;
      border: 1px solid #c3e6cb;
      border-radius: 7px;
      padding: 14px 18px;
      margin-bottom: 16px;
      font-family: 'Roboto', sans-serif;
      font-size: .95rem;
    }

