/* ==========================================================================
   ICV CERTIFICATE LANDING PAGE
   Deliberately distinct visual language from the Corporate Tax landing page:
   light/gold hero (no photo), tile-grid services, horizontal timeline,
   outlined benefit chips, and an inverted gold-dominant final CTA.
   ========================================================================== */

.icv-body {
  --icv-gold-1: #fbd270;
  --icv-gold-2: #e3a61c;
  --icv-gold-3: #b9820f;
  --icv-green: #003d2b;
  --icv-green-deep: #04241a;
  --icv-cream: #faf3e2;
  --icv-tint: #eef6f0;
  --icv-ink: #17211d;
  --icv-gray: #5c6b64;
  --icv-border: #dde6e0;

  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--icv-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.icv-body * { box-sizing: border-box; }

.icv-body a { text-decoration: none; }

.icv-body ul { list-style: none; margin: 0; padding: 0; }

/* ---------- BUTTONS ---------- */
.icv-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.icv-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.icv-btn:hover { transform: translateY(-2px); }

.icv-btn-primary {
  background: linear-gradient(135deg, var(--icv-gold-1), var(--icv-gold-2));
  color: var(--icv-green-deep);
  box-shadow: 0 10px 24px rgba(227, 166, 28, 0.28);
}
.icv-btn-wa {
  background: #21c063;
  color: #fff;
}
.icv-btn-outline {
  background: transparent;
  border-color: var(--icv-green);
  color: var(--icv-green);
}
.icv-btn-outline:hover { background: var(--icv-green); color: #fff; }

.icv-btn-dark {
  background: var(--icv-green-deep);
  color: #fff;
}
.icv-btn-outline-dark {
  background: transparent;
  border-color: var(--icv-green-deep);
  color: var(--icv-green-deep);
}
.icv-btn-outline-dark:hover { background: var(--icv-green-deep); color: #fff; }

.icv-btn-sm { padding: 11px 18px; font-size: 14px; }

/* ---------- HEADER ---------- */
.icv-header {
  background: #fff;
  border-bottom: 1px solid var(--icv-border);
  position: sticky;
  top: 0;
  z-index: 40;
}
.icv-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.icv-logo img { height: 60px; width: auto; display: block; }

/* ---------- SECTION SHELL ---------- */
.icv-section { padding: 72px 24px; background: #fff; }
.icv-section-tint { background: var(--icv-tint); }
.icv-section-inner { max-width: 1180px; margin: 0 auto; }

.icv-section-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.icv-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--icv-gold-3);
  margin-bottom: 12px;
}
.icv-section-head h2,
.icv-hero-title { font-family: 'Manrope', sans-serif; }
.icv-section-head h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  color: var(--icv-green-deep);
  line-height: 1.25;
  margin: 0;
}

/* ---------- HERO (no image, centered, light) ---------- */
.icv-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 24px 60px;
  text-align: center;
  background: linear-gradient(180deg, #fffdf7 0%, var(--icv-cream) 100%);
}
.icv-hero-glow {
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 560px;
  background: radial-gradient(closest-side, rgba(227, 166, 28, 0.28), rgba(227, 166, 28, 0));
  pointer-events: none;
}
.icv-hero-inner { position: relative; max-width: 780px; margin: 0 auto; }

.icv-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--icv-gold-2);
  color: var(--icv-gold-3);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 18px;
}
.icv-badge svg { width: 16px; height: 16px; }

.icv-hero-title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--icv-green-deep);
  margin: 0 0 16px;
}

.icv-hero-desc {
  font-size: 18px;
  color: var(--icv-gray);
  line-height: 1.6;
  margin: 0 auto 26px;
  max-width: 620px;
}

.icv-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.icv-hero-trust {
  font-size: 14px;
  color: var(--icv-gray);
  font-style: italic;
  margin: 0;
}

/* ---------- DISCLAIMER (very visible near top) ---------- */
.icv-disclaimer {
  background: var(--icv-green-deep);
  padding: 16px 24px;
}
.icv-disclaimer-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-left: 4px solid var(--icv-gold-2);
  padding-left: 20px;
}
.icv-disclaimer-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(251, 210, 112, 0.15);
  color: var(--icv-gold-1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icv-disclaimer-icon svg { width: 18px; height: 18px; }
.icv-disclaimer-inner p {
  margin: 0;
  color: #e7efe9;
  font-size: 14.5px;
  line-height: 1.65;
}

/* ---------- SERVICES TILE GRID ---------- */
.icv-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.icv-service-tile {
  background: #fff;
  border: 1px solid var(--icv-border);
  border-radius: 16px;
  padding: 26px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.icv-service-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 61, 43, 0.08);
  border-color: var(--icv-gold-2);
}
.icv-service-num {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  color: var(--icv-gold-3);
  border: 1.5px solid var(--icv-gold-2);
  border-radius: 8px;
  padding: 4px 9px;
  margin-bottom: 14px;
}
.icv-service-tile h3 {
  font-size: 16.5px;
  font-weight: 700;
  color: var(--icv-green-deep);
  margin: 0;
  line-height: 1.4;
}
.icv-services-cta { text-align: center; margin-top: 32px; }

/* ---------- LEAD FORM ---------- */
.icv-form-section { padding: 72px 24px; background: var(--icv-cream); }
.icv-form-inner { display: flex; justify-content: center; }
.icv-form-card {
  width: 100%;
  max-width: 620px;
  background: #fff;
  border-radius: 20px;
  padding: 44px 40px;
  border-top: 5px solid var(--icv-gold-2);
  box-shadow: 0 20px 50px rgba(0, 61, 43, 0.08);
  text-align: center;
}
.icv-form-card .icv-eyebrow { margin-bottom: 10px; }
.icv-form-card h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(24px, 3vw, 30px);
  color: var(--icv-green-deep);
  margin: 0 0 10px;
}
.icv-form-card > p {
  color: var(--icv-gray);
  margin: 0 0 28px;
  font-size: 15px;
}
.icv-form-card form { text-align: left; }
.icv-form-card label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--icv-ink);
  margin-bottom: 16px;
}
.icv-form-card input,
.icv-form-card textarea,
.icv-form-card select {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1.5px solid var(--icv-border);
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  background: #fbfbf8;
}
.icv-form-card input:focus,
.icv-form-card textarea:focus,
.icv-form-card select:focus {
  outline: none;
  border-color: var(--icv-gold-2);
}
.icv-form-card .wpcf7-submit {
  width: 100%;
  justify-content: center;
  background: linear-gradient(135deg, var(--icv-gold-1), var(--icv-gold-2));
  color: var(--icv-green-deep);
  border: none;
  border-radius: 12px;
  padding: 15px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  margin-top: 6px;
}
.icv-form-pending-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* ---------- DOCUMENTS REQUIRED ---------- */
.icv-docs-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
}
.icv-docs-intro h2 { margin: 0 0 14px; }
.icv-docs-intro p { color: var(--icv-gray); font-size: 16px; line-height: 1.7; margin: 0; }
.icv-docs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.icv-docs-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--icv-border);
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--icv-ink);
}
.icv-docs-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--icv-cream);
  color: var(--icv-gold-3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icv-docs-icon svg { width: 16px; height: 16px; }

/* ---------- WHY CHOOSE (row list) ---------- */
.icv-why-list { display: flex; flex-direction: column; border-top: 1px solid var(--icv-border); }
.icv-why-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 17px 8px;
  border-bottom: 1px solid var(--icv-border);
}
.icv-why-row:nth-child(even) { background: var(--icv-tint); }
.icv-why-num {
  font-weight: 800;
  font-size: 15px;
  color: var(--icv-gold-3);
  width: 30px;
  flex-shrink: 0;
}
.icv-why-text { flex: 1; font-weight: 700; color: var(--icv-green-deep); font-size: 16px; }
.icv-why-check {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--icv-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icv-why-check svg { width: 15px; height: 15px; }

/* ---------- TIMELINE ---------- */
.icv-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 22px;
}
.icv-timeline-item {
  position: relative;
  background: #fff;
  border: 1px solid var(--icv-border);
  border-radius: 16px;
  padding: 28px 22px 24px;
}
.icv-timeline-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--icv-green-deep);
  color: var(--icv-gold-1);
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 16px;
}
.icv-timeline-body h3 {
  font-size: 16.5px;
  font-weight: 700;
  color: var(--icv-green-deep);
  margin: 0 0 8px;
}
.icv-timeline-body p {
  font-size: 14.5px;
  color: var(--icv-gray);
  line-height: 1.6;
  margin: 0;
}
.icv-timeline-note {
  margin: 28px auto 0;
  max-width: 820px;
  text-align: center;
  font-size: 13.5px;
  color: var(--icv-gray);
  font-style: italic;
  line-height: 1.6;
}

/* ---------- WHO MAY BENEFIT (outlined chips) ---------- */
.icv-benefit-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.icv-benefit-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1.5px solid var(--icv-green);
  color: var(--icv-green-deep);
  font-weight: 600;
  font-size: 14px;
  background: #fff;
}
.icv-benefit-chip svg { width: 15px; height: 15px; color: var(--icv-gold-3); }

/* ---------- FAQ ---------- */
.icv-faq-list { border-top: 1px solid var(--icv-border); max-width: 860px; margin: 0 auto; }
.icv-faq-item { border-bottom: 1px solid var(--icv-border); }
.icv-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: var(--icv-green-deep);
}
.icv-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--icv-gold-2);
  color: var(--icv-gold-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.icv-faq-item.active .icv-faq-icon {
  transform: rotate(45deg);
  background: var(--icv-gold-2);
  color: #fff;
}
.icv-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.icv-faq-item.active .icv-faq-answer {
  max-height: 300px;
  padding-bottom: 22px;
}
.icv-faq-answer p {
  margin: 0;
  color: var(--icv-gray);
  font-size: 15px;
  line-height: 1.7;
  padding-right: 44px;
}

/* ---------- FINAL CTA (inverted: gold-dominant) ---------- */
.icv-final {
  padding: 72px 24px;
  background: linear-gradient(135deg, var(--icv-gold-1), var(--icv-gold-2));
  text-align: center;
}
.icv-final-inner { max-width: 700px; margin: 0 auto; }
.icv-final h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  color: var(--icv-green-deep);
  margin: 0 0 16px;
}
.icv-final p {
  color: #3a2f10;
  font-size: 16.5px;
  line-height: 1.6;
  margin: 0 0 34px;
}
.icv-final-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------- FLOATING WHATSAPP ---------- */
.icv-float-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #21c063;
  color: #fff;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(33, 192, 99, 0.35);
}
.icv-float-wa svg { width: 18px; height: 18px; }

/* ---------- SCROLL REVEAL ---------- */
.icv-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.icv-reveal.icv-in-view { opacity: 1; transform: translateY(0); }

.icv-reveal-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.icv-reveal-item.icv-in-view { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px) {
  .icv-services-grid { grid-template-columns: repeat(2, 1fr); }
  .icv-timeline { grid-template-columns: repeat(2, 1fr); }
  .icv-docs-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 768px) {
  .icv-logo img { height: 42px; }
  .icv-header-inner { padding: 12px 20px; }
  .icv-section { padding: 44px 20px; }
  .icv-section-head { margin-bottom: 28px; }
  .icv-hero { padding: 56px 20px 36px; }
  .icv-hero-title { margin-bottom: 12px; }
  .icv-hero-desc { margin-bottom: 20px; }
  .icv-hero-actions { margin-bottom: 12px; }
  .icv-disclaimer { padding: 14px 20px; }
  .icv-form-section { padding: 44px 20px; }
  .icv-final { padding: 44px 20px; }
  .icv-header-inner .icv-btn span { display: none; }
  .icv-services-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .icv-services-cta { margin-top: 22px; }
  .icv-timeline { grid-template-columns: 1fr; gap: 16px; }
  .icv-timeline-note { margin-top: 20px; }
  .icv-docs-grid { gap: 24px; }
  .icv-docs-list { grid-template-columns: 1fr; gap: 10px; }
  .icv-why-row { flex-wrap: wrap; padding: 14px 6px; }
  .icv-float-wa span { display: none; }
  .icv-float-wa { padding: 14px; }
}

@media (max-width: 640px) {
  .icv-services-grid { grid-template-columns: 1fr; }
  .icv-form-card { padding: 28px 20px; }
  .icv-hero-actions { flex-direction: column; align-items: stretch; }
  .icv-final-actions { flex-direction: column; align-items: stretch; }
}
