*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #FDFCFB;
  color: #1E1C1A;
  font-size: 16px;
  line-height: 1.65;
}

/* ── UTILITY ── */
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B86A08;
  background: #FFF0DC;
  border: 1px solid #F5D8A8;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}

a {
  color: #B86A08;
}

a:hover {
  text-decoration: underline;
}

/* ── ADVERTISEMENT DISCLOSURE BAR ── */
.ad-disclosure-bar {
  background: #F0EDE8;
  border-bottom: 1px solid #D9CFC2;
  padding: 7px 20px;
  text-align: center;
}

.ad-disclosure-bar span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #4A4642;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ad-disclosure-bar span::before,
.ad-disclosure-bar span::after {
  content: '—';
  margin: 0 8px;
  color: #9A9390;
  font-weight: 400;
}

/* ── COOKIE NOTICE ── */
.cookie-notice {
  background: #1A1715;
  color: #C8C0B8;
  padding: 14px 20px;
  font-size: 13px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-notice-text {
  flex: 1;
  min-width: 200px;
}

.cookie-notice-text a {
  color: #C8720A;
  cursor: pointer;
}

.cookie-notice-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-accept-btn {
  background: #C8720A;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

.cookie-accept-btn:hover {
  background: #A85E08;
}

.cookie-learn-btn {
  background: transparent;
  color: #C8C0B8;
  border: 1px solid #4A4642;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  font-family: inherit;
}

.cookie-learn-btn:hover {
  border-color: #C8720A;
  color: #C8720A;
}

/* ── SITE HEADER ── */
.site-header {
  background: #fff;
  border-bottom: 1px solid #EDE0CE;
  padding: 14px 0;
}

.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.wordmark {
  font-size: 17px;
  font-weight: 800;
  color: #1E1C1A;
  letter-spacing: -.02em;
  text-decoration: none;
}

.wordmark span {
  color: #B86A08;
}

.header-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #5A5550;
}

.header-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, #FFF8F0 0%, #FDFCFB 60%, #FFF4E5 100%);
  padding: 56px 0 48px;
  border-bottom: 1px solid #EDE0CE;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
}

.hero-copy {}

.hero-headline {
  font-size: clamp(26px, 3.8vw, 42px);
  font-weight: 900;
  line-height: 1.18;
  color: #1A1715;
  letter-spacing: -.025em;
  margin-bottom: 18px;
}

.hero-headline em {
  font-style: normal;
  color: #B86A08;
}

.hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #4A4642;
  margin-bottom: 26px;
  max-width: 520px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.trust-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #E5D3BB;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #3A3632;
}

.trust-pill svg {
  width: 14px;
  height: 14px;
  color: #2A8A4E;
  flex-shrink: 0;
}

.hero-cta-btn {
  display: inline-block;
  background: #C8720A;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: -.01em;
  transition: background .2s;
  box-shadow: 0 4px 18px rgba(200, 114, 10, .28);
}

.hero-cta-btn:hover {
  background: #A85E08;
  text-decoration: none;
}

.hero-cta-note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #7A7370;
}

.hero-image-col {}

.hero-img-wrapper {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .13);
  position: relative;
}

.hero-img-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/5;
}

.img-caption-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255, 255, 255, .93);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #1A1715;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  border-left: 3px solid #C8720A;
}

/* ── BENEFITS ── */
.benefits-section {
  padding: 60px 0;
  background: #fff;
}

.section-heading {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: #1A1715;
  letter-spacing: -.02em;
  margin-bottom: 12px;
}

.section-sub {
  font-size: 16px;
  color: #5A5550;
  max-width: 600px;
  margin-bottom: 40px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-card {
  background: #FDFCFB;
  border: 1px solid #EDE0CE;
  border-radius: 12px;
  padding: 28px 24px;
}

.benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #FFF0DC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.benefit-icon svg {
  width: 22px;
  height: 22px;
  color: #B86A08;
}

.benefit-title {
  font-size: 16px;
  font-weight: 700;
  color: #1A1715;
  margin-bottom: 8px;
}

.benefit-text {
  font-size: 14px;
  color: #5A5550;
  line-height: 1.65;
}

/* ── PROCESS ── */
.process-section {
  padding: 60px 0;
  background: #FFF6ED;
  border-top: 1px solid #EDE0CE;
  border-bottom: 1px solid #EDE0CE;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}

.process-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-num {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #C8720A;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-body {}

.step-title {
  font-size: 15px;
  font-weight: 700;
  color: #1A1715;
  margin-bottom: 6px;
}

.step-text {
  font-size: 14px;
  color: #5A5550;
  line-height: 1.65;
}

/* ── TRUST MODULES ── */
.trust-section {
  padding: 56px 0;
  background: #fff;
}

.trust-modules-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 36px;
}

.expert-box {
  background: #FFF6ED;
  border: 1px solid #EDE0CE;
  border-radius: 12px;
  padding: 28px;
}

.expert-box-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B86A08;
  margin-bottom: 10px;
}

.expert-box-name {
  font-size: 18px;
  font-weight: 800;
  color: #1A1715;
  margin-bottom: 6px;
}

.expert-box-text {
  font-size: 14px;
  color: #5A5550;
  line-height: 1.65;
}

.reviews-box {
  background: #FDFCFB;
  border: 1px solid #EDE0CE;
  border-radius: 12px;
  padding: 28px;
}

.reviews-box-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B86A08;
  margin-bottom: 16px;
}

.review-item {
  border-bottom: 1px solid #EDE0CE;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.review-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.review-stars {
  color: #C8720A;
  font-size: 13px;
  margin-bottom: 4px;
}

.review-text {
  font-size: 13px;
  color: #3A3632;
  font-style: italic;
  line-height: 1.6;
}

.review-author {
  font-size: 12px;
  color: #7A7370;
  font-weight: 600;
  margin-top: 4px;
}

/* ── FORM ── */
.form-section {
  padding: 60px 0;
  background: linear-gradient(160deg, #FFF6ED 0%, #FFF9F4 100%);
  border-top: 1px solid #EDE0CE;
  border-bottom: 1px solid #EDE0CE;
}

.form-section-inner {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 48px;
  align-items: start;
}

.form-copy-col {}

.form-headline {
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 800;
  color: #1A1715;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  line-height: 1.25;
}

.form-sub {
  font-size: 15px;
  color: #5A5550;
  margin-bottom: 24px;
  line-height: 1.7;
}

.form-bullets {
  list-style: none;
}

.form-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #3A3632;
  margin-bottom: 10px;
}

.form-bullets li::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2A8A4E;
  flex-shrink: 0;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}

.form-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #EDE0CE;
  box-shadow: 0 8px 36px rgba(0, 0, 0, .08);
  overflow: hidden;
}

.form-card-header {
  background: #C8720A;
  padding: 20px 28px;
  color: #fff;
}

.form-card-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 2px;
}

.form-card-note {
  font-size: 12px;
  opacity: .85;
}

.form-card-body {
  padding: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #2A2624;
  margin-bottom: 6px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #DCCFBE;
  border-radius: 7px;
  font-size: 14px;
  color: #1E1C1A;
  background: #FDFCFB;
  transition: border-color .2s;
  font-family: inherit;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #C8720A;
  background: #fff;
}

.form-group input::placeholder {
  color: #A89E94;
}

.consent-block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #FDFCFB;
  border: 1px solid #EDE0CE;
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 18px;
}

.consent-block input[type="checkbox"] {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #C8720A;
  cursor: pointer;
}

.consent-text {
  font-size: 12px;
  color: #5A5550;
  line-height: 1.6;
}

.consent-text a {
  color: #B86A08;
  text-decoration: underline;
  cursor: pointer;
}

#consent-error {
  display: none;
  font-size: 12px;
  color: #C0392B;
  margin-top: -10px;
  margin-bottom: 12px;
}

.submit-btn {
  width: 100%;
  background: #C8720A;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: -.01em;
  transition: background .2s;
  font-family: inherit;
  box-shadow: 0 4px 18px rgba(200, 114, 10, .28);
}

.submit-btn:hover {
  background: #A85E08;
}

.form-privacy-note {
  font-size: 11px;
  color: #9A9390;
  text-align: center;
  margin-top: 12px;
}

/* ── FORM SUCCESS ── */
#form-success {
  display: none;
  text-align: center;
  padding: 40px 28px;
}

.success-icon {
  width: 64px;
  height: 64px;
  background: #E8F7EE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.success-icon svg {
  width: 30px;
  height: 30px;
  color: #2A8A4E;
}

.success-title {
  font-size: 22px;
  font-weight: 800;
  color: #1A1715;
  margin-bottom: 10px;
}

.success-text {
  font-size: 15px;
  color: #5A5550;
  line-height: 1.7;
}

/* ── FAQ ── */
.faq-section {
  padding: 60px 0;
  background: #fff;
}

.faq-list {
  margin-top: 36px;
}

.faq-item {
  border: 1px solid #EDE0CE;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: #FDFCFB;
  border: none;
  text-align: left;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 700;
  color: #1A1715;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  transition: background .15s;
}

.faq-question:hover {
  background: #FFF6ED;
}

.faq-question .faq-arrow {
  font-size: 18px;
  color: #C8720A;
  transition: transform .25s;
  flex-shrink: 0;
}

.faq-answer {
  display: none;
  padding: 0 22px 18px;
  font-size: 14px;
  color: #5A5550;
  line-height: 1.75;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}

/* ── COMPANY CARD ── */
.company-section {
  padding: 48px 0;
  background: #FFF6ED;
  border-top: 1px solid #EDE0CE;
}

.company-card {
  background: #fff;
  border: 1px solid #EDE0CE;
  border-radius: 12px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.cc-block-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B86A08;
  margin-bottom: 8px;
}

.cc-name {
  font-size: 16px;
  font-weight: 800;
  color: #1A1715;
  margin-bottom: 6px;
}

.cc-text {
  font-size: 13px;
  color: #5A5550;
  line-height: 1.7;
}

.cc-text a {
  color: #B86A08;
}

.cc-reg {
  font-size: 12px;
  color: #9A9390;
  margin-top: 8px;
}

/* ── FOOTER ── */
footer {
  background: #1A1715;
  color: #9A9390;
  padding: 36px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 28px;
}

.footer-brand {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.footer-brand span {
  color: #C8720A;
}

.footer-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #7A7370;
}

.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6A6360;
  margin-bottom: 12px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  font-size: 13px;
  color: #7A7370;
  text-decoration: none;
  cursor: pointer;
}

.footer-col ul li a:hover {
  color: #C8720A;
}

.footer-bottom {
  border-top: 1px solid #2E2A27;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-copy {
  font-size: 12px;
  color: #5A5550;
}

.footer-legal-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-legal-links a {
  font-size: 12px;
  color: #6A6360;
  text-decoration: none;
  cursor: pointer;
}

.footer-legal-links a:hover {
  color: #C8720A;
}

.footer-disclaimer {
  margin-top: 18px;
  font-size: 11px;
  color: #4A4642;
  line-height: 1.7;
}

/* ── MODALS ── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-box {
  background: #fff;
  border-radius: 14px;
  max-width: 640px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 36px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #5A5550;
}

.modal-box h2 {
  font-size: 20px;
  font-weight: 800;
  color: #1A1715;
  margin-bottom: 18px;
}

.modal-box h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1A1715;
  margin: 18px 0 8px;
}

.modal-box p {
  font-size: 13px;
  color: #5A5550;
  line-height: 1.75;
  margin-bottom: 12px;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-image-col {
    order: -1;
  }

  .hero-img-wrapper img {
    aspect-ratio: 16/9;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .trust-modules-grid {
    grid-template-columns: 1fr;
  }

  .form-section-inner {
    grid-template-columns: 1fr;
  }

  .company-card {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 540px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .trust-row {
    flex-direction: column;
  }
}
.thanks {
  padding: 120px 0;
  text-align: center;
}
.thanks img {
  width: 100px;
}