/* Himapan — DLP styles */

.grecaptcha-badge {
    left: 4px !important;
    right: auto !important;
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}

.sh-cta:hover {
    color: #fff !important;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

/* [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: transparent !important;
} */
.form-submit:hover,
.form-submit:focus {
  background-color: var(--brand-primary) !important;
}

.faq-q > span {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.faq-q {
  flex-wrap: nowrap; /* keep the chevron on the same row as the text */
}

.faq-chev {
  flex-shrink: 0; /* stop the chevron itself getting squashed */
}
.oom-widget-popup{
	z-index: 99 !important;
}
[type=button],[type=submit],button {
    border: none !important;

}

.btn-primary:hover {
    color: #fff;
}

.eight{
	object-position:center 10% !important;
}

.sixth{
	object-position:center 20% !important;
}

/* ── Gallery grid ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 56px;
  padding: 20px 10px 40px;
}

/* ── White frame card ── */
.gal-frame {
  background: #ffffff;
  padding: 12px 12px 40px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  margin: 0;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* ── Random tilts ── */
.gal-frame:nth-child(1)  { transform: rotate(-2.5deg) translateY(4px); }
.gal-frame:nth-child(2)  { transform: rotate(1.8deg)  translateY(-6px); }
.gal-frame:nth-child(3)  { transform: rotate(-1.2deg) translateY(8px); }
.gal-frame:nth-child(4)  { transform: rotate(3.0deg)  translateY(-4px); }
.gal-frame:nth-child(5)  { transform: rotate(-2.0deg) translateY(10px); }
.gal-frame:nth-child(6)  { transform: rotate(1.5deg)  translateY(-8px); }
.gal-frame:nth-child(7)  { transform: rotate(-3.2deg) translateY(6px); }
.gal-frame:nth-child(8)  { transform: rotate(2.2deg)  translateY(-10px); }
.gal-frame:nth-child(9)  { transform: rotate(-1.8deg) translateY(4px); }

/* ── Hover straighten ── */
.gal-frame:hover {
  transform: rotate(0deg) translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  z-index: 5;
  position: relative;
}

/* ── Image consistent crop ── */
.gal-frame-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gal-frame-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gal-frame:hover .gal-frame-img img {
  transform: scale(1.04);
}

/* ── Tape strip on top for nature feel ── */
.gal-frame::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 64px;
  height: 20px;
  background: rgba(210, 190, 150, 0.55);
  z-index: 2;
}

.gal-frame {
  position: relative;
}

/* ── Alternate tape angles ── */
.gal-frame:nth-child(even)::before {
  transform: translateX(-50%) rotate(2.5deg);
  width: 56px;
}

.gal-frame:nth-child(3n)::before {
  transform: translateX(-30%) rotate(-4deg);
  width: 72px;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* ── Mobile ── */
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .gal-frame {
    padding: 8px 8px 28px;
  }

  .gal-frame:nth-child(1)  { transform: rotate(-1.5deg); }
  .gal-frame:nth-child(2)  { transform: rotate(1.2deg); }
  .gal-frame:nth-child(3)  { transform: rotate(-1.0deg); }
  .gal-frame:nth-child(4)  { transform: rotate(1.8deg); }
  .gal-frame:nth-child(5)  { transform: rotate(-1.2deg); }
  .gal-frame:nth-child(6)  { transform: rotate(1.0deg); }
  .gal-frame:nth-child(7)  { transform: rotate(-1.5deg); }
  .gal-frame:nth-child(8)  { transform: rotate(1.2deg); }
  .gal-frame:nth-child(9)  { transform: rotate(-1.0deg); }
}

/* Himapan SGP — landing page styles */

:root {
  --brand-primary: #727586;
  --brand-secondary: #486ba8;
  --brand-accent: #5c7552;
  --brand-text: #1d1e20;
  --brand-bg: #EBE4FF;
  --brand-primary-10: color-mix(in srgb, #727586 10%, transparent);
  --brand-primary-15: color-mix(in srgb, #727586 15%, transparent);
  --brand-primary-20: color-mix(in srgb, #727586 20%, white);
  --brand-dark: color-mix(in srgb, #727586 80%, #0f172a);
  --paper: color-mix(in srgb, #ffffff 94%, var(--brand-primary));
  --paper-warm: color-mix(in srgb, #ffffff 90%, var(--brand-accent));
  --ink-soft: color-mix(in srgb, var(--brand-text) 60%, transparent);
  --line: color-mix(in srgb, var(--brand-text) 12%, transparent);
  --display: 'Fraunces', Georgia, serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-sm: 8px; --radius-md: 14px; --radius-lg: 20px; --radius-xl: 32px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 8px 32px rgba(0,0,0,0.10);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.14);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--brand-text); background: var(--paper); line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; letter-spacing: -0.02em; line-height: 1.08; color: var(--brand-text); }
p { font-size: 17px; line-height: 1.75; color: color-mix(in srgb, var(--brand-text) 85%, transparent); }

.container { max-width: 1400px; margin: 0 auto; padding-left: 64px; padding-right: 64px; }
section { padding-top: 80px; padding-bottom: 80px; position: relative; }
@media (min-width: 1441px) { .container { padding-left: 100px; padding-right: 100px; } }
@media (max-width: 1024px) { section { padding-top: 50px; padding-bottom: 0px !important; } .container { padding-left: 32px; padding-right: 32px; } }
@media (max-width: 720px) { section { padding-top: 30px; padding-bottom: 0px !important; } .container { padding-left: 16px; padding-right: 16px; } }

.eyebrow { display: inline-block; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--brand-primary); padding: 5px 14px; border: 1px solid var(--brand-primary-15); border-radius: 20px; background: color-mix(in srgb, var(--brand-primary) 6%, transparent); }

.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--brand-primary); color: #fff; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 14px; letter-spacing: 0.02em; min-height: 50px; transition: transform 0.2s var(--ease-out), box-shadow 0.3s ease; box-shadow: 0 4px 16px color-mix(in srgb, var(--brand-primary) 25%, transparent); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px color-mix(in srgb, var(--brand-primary) 35%, transparent); }
.btn-ghost { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: var(--brand-primary); padding: 12px 26px; border: 2px solid var(--brand-primary); border-radius: 8px; font-weight: 700; font-size: 14px; min-height: 50px; transition: all 0.2s var(--ease-out); }
.btn-ghost:hover { background: var(--brand-primary); color: #fff; }

[data-animate] { opacity: 0; transform: translateY(24px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
[data-animate="left"] { transform: translateX(-28px); }
[data-animate="right"] { transform: translateX(28px); }
[data-animate].is-visible { opacity: 1; transform: none; }
[data-animate][data-delay="1"] { transition-delay: 0.08s; }
[data-animate][data-delay="2"] { transition-delay: 0.16s; }
[data-animate][data-delay="3"] { transition-delay: 0.24s; }
[data-animate][data-delay="4"] { transition-delay: 0.32s; }
.card-hover { transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.count-up { display: inline-block; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--brand-primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-primary) 15%, transparent); }

/* STICKY HEADER */
.sticky-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.06); }
.sticky-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 66px; padding: 0 32px; max-width: 1400px; margin: 0 auto; }
.sh-left img { height: 36px; max-width: 140px; object-fit: contain; }
.sh-center { display: flex; gap: 28px; }
.sh-center a { font-size: 13px; font-weight: 600; color: var(--brand-text); opacity: 0.78; transition: opacity 0.2s; }
.sh-center a:hover { opacity: 1; color: var(--brand-primary); }
.sh-right { display: flex; align-items: center; gap: 16px; }
.sh-offer { font-size: 12px; color: var(--brand-text); opacity: 0.8; font-weight: 500; }
.sh-contact { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--brand-primary); }
.sh-cta { background: var(--brand-primary); color: #fff; padding: 9px 18px; border-radius: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.02em; }
@media (max-width: 980px) { .sh-center, .sh-offer { display: none; } }
@media (max-width: 720px) { .sticky-header-inner { height: 52px; padding: 0 16px; gap: 10px; } .sh-left img { height: 28px; } .sh-contact span { display: none; } .sh-cta { padding: 8px 12px; font-size: 11px; } }

/* HERO */
.hero { padding-top: 80px;  position: relative; overflow: hidden; }
.hero-bg-atmosphere { position: absolute; inset: 0; pointer-events: none; opacity: 0.22; z-index: 0; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: start; }
.hero-eyebrow-row { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; flex-wrap: wrap; }
.hero h1 { font-size: clamp(40px, 5vw, 60px); font-weight: 300; line-height: 1.05; margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: var(--brand-secondary); font-weight: 400; }
.hero h1 .highlight { position: relative; display: inline-block; font-style: normal; }
.hero h1 .highlight::after { content: ''; position: absolute; left: -4px; right: -4px; bottom: 4px; height: 14px; background: color-mix(in srgb, var(--brand-accent) 35%, transparent); z-index: -1; border-radius: 2px; transform: rotate(-0.5deg); }
.hero-sub { font-size: 18px; line-height: 1.65; max-width: 52ch; margin-bottom: 32px; color: var(--ink-soft); }
.hero-proof { display: flex; gap: 22px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid var(--line); margin-top: 28px; }
.hero-proof-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--brand-text); opacity: 0.8; }
.hero-form-card { background: var(--paper-warm); border-radius: 4px; padding: 0; position: relative; box-shadow: 0 24px 64px rgba(0,0,0,0.10); overflow: hidden; transform: rotate(-0.6deg); }

.hero-form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary)); }
.hero-form-header { padding: 28px 32px 20px; border-bottom: 1px dashed var(--line); position: relative; }
.hero-form-badge { display: inline-block; background: var(--brand-accent); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; padding: 4px 10px; border-radius: 3px; margin-bottom: 12px; }
.hero-form-header h3 { font-size: 24px; line-height: 1.15; margin-bottom: 8px; }
.hero-form-header p { font-size: 13px; color: var(--ink-soft); }
.hero-form-body { padding: 24px 32px 32px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-primary); margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; font-family: inherit; font-size: 15px; background: #fff; transition: border-color 0.2s, box-shadow 0.2s; }
.form-submit { width: 100%; background: var(--brand-primary); color: #fff; padding: 16px; border-radius: 8px; font-weight: 700; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; min-height: 54px; transition: transform 0.2s, box-shadow 0.3s; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 32px color-mix(in srgb, var(--brand-primary) 30%, transparent); }
.form-foot { font-size: 12px; color: var(--ink-soft); text-align: center; margin-top: 14px; }
.form-success {
  display: none;
  padding: 24px;
  background: color-mix(in srgb, var(--brand-accent) 12%, transparent);
  border-left: 3px solid var(--brand-accent);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: black !important;
}
.form-success.show {
  display: block;
}
@media (max-width: 1024px) { .hero-inner { grid-template-columns: 1fr; gap: 40px; } .hero-form-card { transform: none; } }

/* DECORATIVE LOTUS LEAF SVG MOTIFS */
.lotus-leaf-deco { position: absolute; pointer-events: none; opacity: 0.18; }

/* TRUST BAR */
.trust-bar { background: var(--brand-dark); color: #fff; padding-top: 28px; padding-bottom: 28px !important;overflow: hidden; }
.trust-bar-track { display: flex; gap: 64px; align-items: center; animation: scroll-trust 38s linear infinite; white-space: nowrap; }
@keyframes scroll-trust { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.trust-bar-item { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; letter-spacing: 0.04em; opacity: 0.92; }
.trust-bar-item svg { flex-shrink: 0; opacity: 0.7; }
.trust-bar-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--brand-accent); }

/* CTA STRIP */
.cta-strip { padding: 28px 0; }
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-strip-text { font-family: var(--display); font-size: 26px; font-style: italic; font-weight: 300; line-height: 1.2; color: var(--brand-text); }
.cta-strip-1 { background: color-mix(in srgb, var(--brand-bg) 60%, var(--paper)); }
.cta-strip-2 { background: var(--paper-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-strip-3 { background: color-mix(in srgb, var(--brand-secondary) 8%, var(--paper)); }
@media (max-width: 720px) { .cta-strip-text { font-size: 20px; } .cta-strip-inner { flex-direction: column; align-items: flex-start; gap: 16px; } }

/* PROBLEM SECTION */
.problem { background: var(--paper-warm); position: relative; }
.problem-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: center; }
.problem-image-col { position: relative; }
.problem h2 { font-size: clamp(32px, 4vw, 44px); margin-bottom: 18px; font-weight: 300; }
.problem h2 em { font-style: italic; color: var(--brand-secondary); }
.problem-intro { font-size: 17px; max-width: 100%; margin-bottom: 36px; color: var(--ink-soft); }
.pain-list { display: flex; flex-direction: column; gap: 4px; }
.pain-item { display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.pain-item:last-child { border-bottom: 0; }
.pain-num { font-family: var(--display); font-size: 42px; font-weight: 300; font-style: italic; color: var(--brand-primary); line-height: 1; opacity: 0.65; }
.pain-body h4 { font-family: var(--sans); font-size: 17px; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.005em; color: var(--brand-text); }
.pain-body p { font-size: 15px; line-height: 1.6; color: var(--ink-soft); }
@media (max-width: 1024px) { .problem-grid { grid-template-columns: 1fr; gap: 40px; } .pain-item { grid-template-columns: 48px 1fr; gap: 14px; } }
@media (max-width: 480px) { .pain-item { display: block; } .pain-num { display: block; margin-bottom: 8px; font-size: 36px; } }
[data-placeholder-id="problem-image"] {
  min-height: 520px;
  overflow: hidden !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  aspect-ratio: 9/16 !important;
  height: auto !important;
  max-height: none !important;
}

@media (max-width: 720px) {
  [data-placeholder-id="problem-image"] {
    min-height: 0 !important;
    aspect-ratio: 4/5 !important;
  }
}
@media (max-width: 720px) {
  .solution-row {
    display: flex !important;
    flex-direction: column !important;
  }
  .solution-row .sol-visual {
    order: -1 !important;
  }
  .solution-row.reverse .sol-visual {
    order: -1 !important;
  }
  .solution-row.reverse .sol-text {
    order: 1 !important;
  }
}

[data-placeholder-id="gallery-2"] img {
  object-fit: contain !important;
}

/* SOLUTION SECTION */
.solution { position: relative; overflow: hidden; }
.solution-head { max-width: 900px; margin-bottom: 64px; }
.solution-head h2 { font-size: clamp(34px, 4.4vw, 50px); font-weight: 300; line-height: 1.05; margin: 16px 0 20px; }
.solution-head h2 em { font-style: italic; color: var(--brand-secondary); }
.solution-rows { display: flex; flex-direction: column; gap: 80px; }
.solution-row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.solution-row.reverse .sol-text { order: 2; }
.solution-row.reverse .sol-visual { order: 1; }
.sol-marker { font-family: var(--display); font-size: 14px; font-style: italic; color: var(--brand-primary); margin-bottom: 12px; letter-spacing: 0.06em; }
.sol-text h3 { font-size: clamp(26px, 3vw, 36px); font-weight: 400; line-height: 1.12; margin-bottom: 18px; }
.sol-text h3 em { font-style: italic; color: var(--brand-secondary); }
.sol-text p { margin-bottom: 14px; font-size: 16px; }
.sol-feature-list { list-style: none; margin-top: 18px; }
.sol-feature-list li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; font-size: 15px; }
.sol-feature-list li svg { flex-shrink: 0; margin-top: 3px; color: var(--brand-accent); }
.sol-visual { position: relative; }
.sol-visual-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
@media (max-width: 1024px) { .solution-row, .solution-row.reverse { grid-template-columns: 1fr; gap: 32px; } .solution-row.reverse .sol-text { order: 2; } .solution-row.reverse .sol-visual { order: 1; } }

/* PROCESS SECTION - lotus-pond bezier path */
.process { background: var(--brand-dark); color: #fff; position: relative; overflow: hidden; }
.process::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--brand-secondary) 30%, transparent), transparent 50%); pointer-events: none; }
.process .container { position: relative; z-index: 1; }
.process-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.process-head .eyebrow { background: color-mix(in srgb, #fff 14%, transparent); border-color: color-mix(in srgb, #fff 22%, transparent); color: #fff; }
.process-head h2 { font-size: clamp(34px, 4.4vw, 50px); font-weight: 300; line-height: 1.08; color: #fff; margin: 16px 0 16px; }
.process-head h2 em { font-style: italic; color: color-mix(in srgb, var(--brand-accent) 75%, #fff); }
.process-head p { color: rgba(255,255,255,0.78); font-size: 17px; }
.process-path-wrap { position: relative; padding: 24px 0 32px; }
.process-path-svg { width: 100%; height: 240px; display: block; }
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-top: 16px; }
.proc-step { position: relative; padding: 0 4px; }
.proc-num { font-family: var(--display); font-size: 56px; font-style: italic; font-weight: 300; line-height: 1; color: color-mix(in srgb, var(--brand-accent) 85%, #fff); margin-bottom: 14px; }
.proc-step h4 { font-family: var(--sans); font-size: 15px; font-weight: 700; letter-spacing: 0.02em; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.proc-step p { font-size: 13.5px; color: rgba(255,255,255,0.72); line-height: 1.6; }
@media (max-width: 1024px) { .process-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; } .process-path-svg { display: none; } }
@media (max-width: 480px) { .process-steps { grid-template-columns: 1fr; } }

/* BENEFITS - asymmetric editorial collage */
.benefits { background: var(--paper-warm); }
.benefits-head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 64px; }
.benefits-head h2 { font-size: clamp(34px, 4.4vw, 52px); font-weight: 300; line-height: 1.05; }
.benefits-head h2 em { font-style: italic; color: var(--brand-secondary); }
.benefits-head p { font-size: 17px; color: var(--ink-soft); max-width: 50ch; }
.benefits-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: auto auto; gap: 20px; }
.benefit { background: #fff; border-radius: var(--radius-lg); padding: 36px; position: relative; overflow: hidden; }
.benefit-feature { grid-row: span 2; background: var(--brand-primary); color: #fff; padding: 44px; display: flex; flex-direction: column; justify-content: space-between; min-height: 460px; }
.benefit-feature::before { content: ''; position: absolute; bottom: -60px; right: -60px; width: 220px; height: 220px; opacity: 0.15; }
.benefit-feature h3 { color: #fff; font-size: 32px; font-weight: 400; line-height: 1.1; margin-bottom: 16px; }
.benefit-feature h3 em { font-style: italic; color: color-mix(in srgb, var(--brand-accent) 70%, #fff); }
.benefit-feature p { color: rgba(255,255,255,0.85); font-size: 15px; line-height: 1.65; }
.benefit-marker { font-family: var(--display); font-size: 13px; font-style: italic; color: var(--brand-primary); margin-bottom: 12px; letter-spacing: 0.04em; opacity: 0.8; }
.benefit h4 { font-family: var(--display); font-size: 22px; font-weight: 400; line-height: 1.15; margin-bottom: 10px; }
.benefit p { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }
.benefit-icon-deco { position: absolute; top: 24px; right: 24px; opacity: 0.18; color: var(--brand-primary); }
@media (max-width: 1024px) { .benefits-head { grid-template-columns: 1fr; gap: 20px; } .benefits-grid { grid-template-columns: 1fr 1fr; } .benefit-feature { grid-row: span 1; grid-column: span 2; min-height: auto; } }
@media (max-width: 600px) { .benefits-grid { grid-template-columns: 1fr; } .benefit-feature { grid-column: span 1; } }
[data-placeholder-id="gallery-7"] img {
  object-position: center 45% !important;
}
[data-placeholder-id="gallery-7"] {
  aspect-ratio: unset !important;
  height: 100% !important;
  min-height: 260px !important;
  max-height: none !important;
}

[data-placeholder-id="gallery-7"] img {
  height: 100% !important;
  min-height: 260px !important;
}

.fcta-risk {
  max-width: 1200px !important;
}
/* PROOF SECTION */
.proof { position: relative; }
.proof-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.proof-head h2 { font-size: clamp(34px, 4.4vw, 50px); font-weight: 300; line-height: 1.08; margin: 14px 0; }
.proof-head h2 em { font-style: italic; color: var(--brand-secondary); }
.proof-featured { background: var(--brand-bg); border-radius: var(--radius-xl); padding: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 28px; position: relative; overflow: hidden; }
.proof-quote-mark { font-family: var(--display); font-size: 120px; line-height: 0.7; color: var(--brand-primary); opacity: 0.35; font-style: italic; margin-bottom: -20px; }
.proof-featured blockquote { font-family: var(--display); font-size: clamp(22px, 2.6vw, 30px); font-weight: 300; line-height: 1.35; font-style: italic; color: var(--brand-text); margin-bottom: 28px; }
.proof-attribution { display: flex; align-items: center; gap: 16px; }
.proof-stars { color: var(--brand-accent); font-size: 14px; letter-spacing: 2px; }
.proof-name { font-weight: 700; font-size: 15px; margin-bottom: 2px; }
.proof-meta { font-size: 13px; color: var(--ink-soft); }
.proof-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 56px; }
.proof-card { background: #fff; border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.proof-card blockquote { font-family: var(--display); font-size: 18px; font-style: italic; font-weight: 400; line-height: 1.5; margin-bottom: 18px; color: var(--brand-text); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 48px 32px; background: var(--brand-dark); border-radius: var(--radius-xl); color: #fff; }
.stat { text-align: center; padding: 0 12px; border-right: 1px solid rgba(255,255,255,0.12); }
.stat:last-child { border-right: 0; }
.stat-num { font-family: var(--display); font-size: clamp(40px, 4vw, 56px); font-weight: 300; font-style: italic; color: color-mix(in srgb, var(--brand-accent) 80%, #fff); line-height: 1; margin-bottom: 10px; }
.stat-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.75; }
@media (max-width: 1024px) { .proof-featured { grid-template-columns: 1fr; padding: 40px; gap: 32px; } .stats-row { grid-template-columns: 1fr 1fr; gap: 32px 20px; padding: 36px 20px; } .stat { border-right: 0; } }
@media (max-width: 600px) { .proof-secondary { grid-template-columns: 1fr; } .stats-row { grid-template-columns: 1fr 1fr; } }

/* FAQ */
.faq { background: var(--paper-warm); }
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-head { text-align: center; margin-bottom: 56px; }
.faq-head h2 { font-size: clamp(32px, 4vw, 46px); font-weight: 300; line-height: 1.1; margin: 14px 0; }
.faq-head h2 em { font-style: italic; color: var(--brand-secondary); }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 28px; text-align: left; font-family: var(--sans); font-size: 16px; font-weight: 600; color: var(--brand-text); line-height: 1.4; }
.faq-q:hover { background: color-mix(in srgb, var(--brand-primary) 4%, transparent); }
.faq-chev { transition: transform 0.3s ease; color: var(--brand-primary); flex-shrink: 0; }
.faq-q[aria-expanded="true"] .faq-chev { transform: rotate(180deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height 0.35s var(--ease-out); }
.faq-q[aria-expanded="true"] + .faq-a { max-height: 600px; }
.faq-a-inner { padding: 0 28px 26px; font-size: 15px; line-height: 1.7; color: var(--ink-soft); }
.faq-a-inner p { font-size: 15px; }

/* FINAL CTA */
.final-cta { background: var(--brand-dark); color: #fff; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; top: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, color-mix(in srgb, var(--brand-secondary) 35%, transparent), transparent 70%); pointer-events: none; }
.final-cta::after { content: ''; position: absolute; bottom: -120px; right: -120px; width: 500px; height: 500px; background: radial-gradient(circle, color-mix(in srgb, var(--brand-accent) 22%, transparent), transparent 70%); pointer-events: none; }
.final-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.final-text .eyebrow { background: color-mix(in srgb, #fff 14%, transparent); border-color: color-mix(in srgb, #fff 22%, transparent); color: #fff; }
.final-urgency { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; background: color-mix(in srgb, var(--brand-accent) 24%, transparent); border: 1px solid color-mix(in srgb, var(--brand-accent) 45%, transparent); border-radius: 30px; font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 24px; }
.final-text h2 { color: #fff; font-size: clamp(36px, 4.6vw, 54px); font-weight: 300; line-height: 1.05; margin-bottom: 24px; }
.final-text h2 em { font-style: italic; color: color-mix(in srgb, var(--brand-accent) 75%, #fff); }
.final-text > p { color: rgba(255,255,255,0.82); font-size: 17px; max-width: 50ch; margin-bottom: 18px; }
.risk-reversal { padding: 18px 22px; border-left: 3px solid var(--brand-accent); background: color-mix(in srgb, #fff 6%, transparent); border-radius: 4px; font-style: italic; font-size: 14.5px; color: rgba(255,255,255,0.85); margin-top: 28px; }
.final-form-card { background: var(--paper-warm); color: var(--brand-text); border-radius: var(--radius-lg); padding: 0; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.4); }
.final-form-card .hero-form-header { padding: 32px 36px 22px; }
.final-form-card .hero-form-body { padding: 26px 36px 36px; }
@media (max-width: 1024px) { .final-grid { grid-template-columns: 1fr; gap: 40px; } }

/* FOOTER */
.footer { background: color-mix(in srgb, var(--brand-dark) 95%, #fff); color: rgba(255,255,255,0.78); padding: 56px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; margin-bottom: 36px; }
.footer img { height: 38px; max-width: 150px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer h5 { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #fff; margin-bottom: 16px; opacity: 0.7; }
.footer-tagline { font-size: 14px; line-height: 1.65; max-width: 32ch; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; font-size: 14px; }
.footer ul li a { transition: color 0.2s; }
.footer ul li a:hover { color: var(--brand-accent); }
.footer-contact-item { font-size: 13.5px; line-height: 1.6; margin-bottom: 12px; }
.footer-contact-item a { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 12px; opacity: 0.6; }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } .footer-bottom { flex-direction: column; align-items: flex-start; } }

/* MOBILE STICKY CTA */
.mobile-sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--brand-primary); color: #fff; padding: 14px 16px; z-index: 99; text-align: center; font-weight: 700; font-size: 14px; box-shadow: 0 -8px 24px rgba(0,0,0,0.2); }
@media (max-width: 720px) { .mobile-sticky-cta.show { display: block; } body.has-sticky { padding-bottom: 60px; } }

/* IMG PLACEHOLDER */
.img-placeholder { background: linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 10%, transparent), color-mix(in srgb, var(--brand-primary) 18%, transparent)); border: 2px dashed color-mix(in srgb, var(--brand-primary) 30%, #d1d5db); display: flex; align-items: center; justify-content: center; border-radius: var(--radius-lg); overflow: hidden; }
.placeholder-inner { max-width: 420px; text-align: center; padding: 32px; }
.placeholder-label { display: inline-block; background: var(--brand-primary); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 12px; border-radius: 20px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
.placeholder-prompt { color: color-mix(in srgb, var(--brand-primary) 70%, #555); font-size: 13px; line-height: 1.6; font-style: italic; margin: 0; }

/* MOBILE TYPOGRAPHY */
@media (max-width: 720px) {
  body { font-size: 16px; }
  p { font-size: 16px; }
  .hero { padding-top: 50px; }
}

/* ── Black-on-grey fix: featured benefit card was inheriting --ink-soft ── */
.benefit-feature p,
.benefit-feature h3,
.benefit-feature h4 {
  color: rgba(255,255,255,0.92) !important;
}
.benefit-feature em {
  color: color-mix(in srgb, var(--brand-accent) 65%, #fff) !important;
}
.benefit-feature .benefit-marker {
  color: rgba(255,255,255,0.65) !important;
}

/* ── Lotus-pond process steps (v2: visible filled leaves) ── */
.process-steps.lotus-pond {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px 18px;
  margin-top: 56px;
  align-items: start;
}
.lotus-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lotus-step .lotus-leaf-wrap {
  width: 100%;
  max-width: 200px !important;
  filter: 
    brightness(1.25)
    saturate(1.3)
    drop-shadow(0 10px 12px rgba(20,40,5,0.35))
    drop-shadow(0 3px 5px rgba(0,0,0,0.18)) !important;
}
.lotus-step .lotus-leaf {
  width: 100%; height: auto; display: block;
}
.lotus-step-inner {
  margin-top: 20px;
  padding: 0 6px;
  max-width: 220px;
}
.lotus-step h4 {
  color: #fff !important;
  font-family: var(--sans) !important;
  font-size: 15.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.3 !important;
  margin: 0 0 8px !important;
}
.lotus-step p {
  color: rgba(255,255,255,0.78) !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

@media (max-width: 980px) {
  .process-steps.lotus-pond { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .lotus-step .lotus-leaf-wrap { transform: none !important; max-width: 180px; }
}
@media (max-width: 560px) {
  .process-steps.lotus-pond { grid-template-columns: 1fr; }
  .lotus-step .lotus-leaf-wrap { max-width: 200px; }
}

/* ── Stats visibility ── */
.stats-row { padding: 56px 36px !important; background: var(--brand-dark) !important; }
.stat-num {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: clamp(48px, 5vw, 64px) !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.stat-label {
  color: rgba(255,255,255,0.92) !important;
  opacity: 1 !important;
  font-size: 14px !important;
  letter-spacing: 1.2px !important;
  font-weight: 500 !important;
  line-height: 1.4;
  max-width: 100%;
  margin: 0 auto;
}
.stat { border-right-color: rgba(255,255,255,0.20) !important; }

/* ── Pain-num paint-stroke leaf alignment ── */
.pain-num--leaf {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 80px;
  padding: 0 !important;
}
.pain-num--leaf svg { display: block; max-width: 100%; height: auto; }
.pain-item { align-items: flex-start; }
@media (max-width: 720px) {
  .pain-num--leaf { width: 80px; height: 64px; }
}

/* ════════════════════════════════════════════════════════════════ */
/* HIMAPAN ROUND 4 — SCRAPBOOK BENEFITS / PAINT-PALETTE PROOF /     */
/* HAND-DRAWN FAQ / OPEN LOTUS-THEMED FINAL CTA                     */
/* ════════════════════════════════════════════════════════════════ */

/* ── #1 BENEFITS SCRAPBOOK ── */
.bn-scrapbook {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 36px 28px;
  padding: 40px 0;
  /* asymmetric area names */
  grid-template-areas:
    "feature c2 c3"
    "feature c4 c5";
}
.bn-area-feature { grid-area: feature; }
.bn-area-c2 { grid-area: c2; }
.bn-area-c3 { grid-area: c3; }
.bn-area-c4 { grid-area: c4; }
.bn-area-c5 { grid-area: c5; }

.bn-paint-splash {
  position: absolute;
  top: -40px; left: -80px;
  width: 380px; height: auto;
  pointer-events: none;
  z-index: 0;
}

.bn-card {
  position: relative;
  padding: 32px 28px 28px;
  border-radius: 2px;
  box-shadow:
    0 22px 36px -22px rgba(50,40,15,0.30),
    0 6px 12px -6px rgba(50,40,15,0.15);
  background-image:
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(120,85,30,0.04) 22px 23px),
    radial-gradient(ellipse at 22% 10%, rgba(120,85,30,0.06) 0%, transparent 60%);
  overflow: visible;
  z-index: 1;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
  min-height: 0;
}
.bn-card:hover {
  transform: rotate(0deg) translateY(-3px) !important;
  box-shadow:
    0 28px 48px -24px rgba(50,40,15,0.40),
    0 10px 16px -8px rgba(50,40,15,0.22);
  z-index: 2;
}
.bn-paper-a { background-color: #F4ECD8; }
.bn-paper-b { background-color: #EFE3C7; }
.bn-paper-c { background-color: #F0E7CD; }

/* Tape strip across the top of each card */
.bn-tape {
  position: absolute;
  top: -10px; left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 80px; height: 18px;
  background: rgba(200,170,90,0.55);
  border-radius: 1px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.12);
  z-index: 3;
}
.bn-card--featured .bn-tape { width: 120px; height: 22px; }

.bn-card--featured {
  padding: 56px 44px 44px;
  min-height: 100%;
  background-color: #F0E5BC;
  display: flex;
  flex-direction: column;
}
.bn-card--featured .bn-title { font-size: clamp(26px, 2.6vw, 32px) !important; }

.bn-marker {
  font-family: var(--display) !important;
  font-style: italic !important;
  font-size: 13px !important;
  color: color-mix(in srgb, var(--brand-accent) 90%, transparent) !important;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  opacity: 0.85;
}
.bn-title {
  font-family: var(--display) !important;
  font-weight: 400 !important;
  color: var(--brand-text) !important;
  font-size: 22px !important;
  line-height: 1.18 !important;
  margin: 0 0 14px !important;
}
.bn-title em {
  font-style: italic;
  color: var(--brand-accent);
}
.bn-body {
  font-family: var(--sans) !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: color-mix(in srgb, var(--brand-text) 78%, transparent) !important;
  margin: 0 !important;
}
.bn-kicker {
  margin-top: 20px;
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--brand-text) 65%, transparent);
}

@media (max-width: 980px) {
  .bn-scrapbook {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "feature feature"
      "c2 c3"
      "c4 c5";
    gap: 28px 20px;
  }
  .bn-card { transform: none !important; }
  .bn-paint-splash { display: none; }
}
@media (max-width: 600px) {
  .bn-scrapbook { grid-template-columns: 1fr;
    grid-template-areas: "feature" "c2" "c3" "c4" "c5"; }
}


/* ── #2 PAINT PALETTE PROOF ── */
.proof-palette-stage {
  position: relative;
  padding: 60px 0;
  min-height: 560px;
}
.proof-palette {
  position: absolute;
  top: 20px; left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  width: 88%;
  max-width: 720px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
.proof-note {
  position: relative;
  z-index: 1;
  padding: 30px 26px 24px;
  box-shadow:
    0 22px 36px -22px rgba(0,0,0,0.30),
    0 6px 12px -6px rgba(0,0,0,0.18);
  border-radius: 2px;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(120,85,30,0.04) 22px 23px),
    radial-gradient(ellipse at 22% 10%, rgba(120,85,30,0.06) 0%, transparent 60%);
  font-family: var(--sans);
  max-width: 360px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.proof-note--big {
  max-width: 460px;
  padding: 40px 34px 30px;
  position: relative;
  margin-bottom: 28px;
}
.proof-note--paper-a { background-color: #F4ECD8; }
.proof-note--paper-b { background-color: #EFE3C7; }
.proof-note--paper-c { background-color: #F0E7CD; }
.proof-note .proof-stars {
  font-size: 16px;
  letter-spacing: 3px;
  color: #c89346;
}
.proof-note blockquote {
  font-family: var(--display) !important;
  font-style: italic !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  color: var(--brand-text) !important;
  margin: 0 !important;
  font-weight: 400 !important;
}
.proof-note--big blockquote { font-size: 19px !important; }
.proof-note .proof-attr { display: flex; flex-direction: column; gap: 2px; }
.proof-note .proof-name {
  font-family: var(--sans) !important;
  font-weight: 600 !important;
  font-size: 14.5px !important;
  color: var(--brand-text) !important;
}
.proof-note .proof-meta {
  font-family: var(--sans) !important;
  font-size: 12.5px !important;
  letter-spacing: 0.04em !important;
  color: color-mix(in srgb, var(--brand-text) 60%, transparent) !important;
}

/* Lay out the 3 notes around the palette */
.proof-palette-stage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 36px;
  align-items: start;
}
.proof-note--big { grid-column: 1 / span 2; justify-self: end; margin-top: 80px; }
.proof-note:nth-of-type(2) { grid-column: 3; grid-row: 1; margin-top: 30px; }
.proof-note:nth-of-type(3) { grid-column: 2 / span 2; grid-row: 2; justify-self: end; margin-top: -40px; }

@media (max-width: 980px) {
  .proof-palette-stage { grid-template-columns: 1fr; gap: 32px; }
  .proof-note { transform: none !important; max-width: 100%; margin: 0 !important; grid-column: 1 !important; grid-row: auto !important; justify-self: stretch !important; }
  .proof-note--big { grid-column: 1 !important; }
  .proof-palette { display: none; }
}

/* ── #3 FAQ — candid hand-drawn feel ── */
.faq-item {
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px dashed color-mix(in srgb, var(--brand-text) 18%, transparent) !important;
  border-radius: 0 !important;
  padding: 8px 0 !important;
  margin: 0 0 8px 0 !important;
  box-shadow: none !important;
}
.faq-item:last-child { border-bottom: none !important; }
.faq-q {
  background: transparent !important;
  border: none !important;
  padding: 22px 0 22px 48px !important;
  font-family: var(--display) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 19px !important;
  color: var(--brand-text) !important;
  line-height: 1.4 !important;
  position: relative;
  cursor: pointer;
  text-align: left !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px;
}
/* Lotus leaf bullet on the left */
.faq-q::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><path d='M 100 100 L 95 18 A 84 84 0 1 1 116 22 Z' fill='%237d9460' opacity='0.65'/><circle cx='100' cy='100' r='6' fill='%23304018'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.faq-chev {
  flex-shrink: 0;
  color: var(--brand-accent);
  transition: transform 0.4s var(--ease-out);
}
.faq-item[aria-expanded="true"] .faq-chev,
.faq-q[aria-expanded="true"] .faq-chev { transform: rotate(180deg); }
.faq-a {
  font-family: var(--sans) !important;
}
.faq-a p {
  font-family: var(--sans) !important;
  font-style: normal !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: color-mix(in srgb, var(--brand-text) 80%, transparent) !important;
  margin: 0 0 18px !important;
}

/* ── #4 FINAL CTA — open, no-box, lotus-themed ── */
.final-cta {
  position: relative;
  background: var(--brand-dark) !important;
  color: #fff !important;
  padding: 100px 0 !important;
  overflow: hidden;
}
.fcta-watermark {
  position: absolute;
  width: 520px; height: 520px;
  pointer-events: none;
  z-index: 0;
}
.fcta-watermark--left {
  top: -80px; left: -120px;
  transform: rotate(-18deg);
}
.fcta-watermark--right {
  bottom: -160px; right: -150px;
  transform: rotate(40deg);
  opacity: 0.8;
}
.fcta-container { position: relative; z-index: 2; }
.fcta-stack {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.fcta-eyebrow {
  font-family: var(--display) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0.18em !important;
  color: color-mix(in srgb, var(--brand-accent) 90%, #fff) !important;
  text-transform: uppercase !important;
  display: block;
  margin-bottom: 24px;
}
.fcta-h2 {
  font-family: var(--display) !important;
  font-weight: 300 !important;
  font-size: clamp(34px, 4.4vw, 52px) !important;
  line-height: 1.08 !important;
  color: #fff !important;
  margin: 0 0 24px !important;
}
.fcta-h2 em {
  font-style: italic;
  color: color-mix(in srgb, var(--brand-accent) 70%, #fff);
}
.fcta-lede {
  font-family: var(--sans) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  color: rgba(255,255,255,0.82) !important;
  margin: 0 auto 36px !important;
  max-width: 56ch;
}
.fcta-soft-tag {
  display: inline-block;
  margin-bottom: 36px;
  padding: 6px 16px;
  border: 1px dashed rgba(255,255,255,0.4);
  border-radius: 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: color-mix(in srgb, var(--brand-accent) 70%, #fff);
}

/* Open form — no box, underline-only fields */
.fcta-form {
  text-align: left;
  margin-top: 8px;
}
.fcta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
  max-width: 560px;
  margin: 0 auto 36px;
}
/* .fcta-field:nth-child(3) { grid-column: 1 / span 2; } */
.fcta-field label {
  display: block;
  font-family: var(--display) !important;
  font-style: italic !important;
  font-size: 14px !important;
  color: rgba(255,255,255,0.72) !important;
  margin-bottom: 8px;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.fcta-field input {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid rgba(255,255,255,0.35) !important;
  border-radius: 0 !important;
  padding: 8px 0 !important;
  color: #fff !important;
  font-family: var(--sans) !important;
  font-size: 17px !important;
  outline: none !important;
  transition: border-color 0.25s var(--ease-out);
}
.fcta-field input:focus {
  border-bottom-color: color-mix(in srgb, var(--brand-accent) 80%, #fff) !important;
}
.fcta-field input::placeholder { color: rgba(255,255,255,0.35); }

/* Ink-stamp submit button */
.fcta-stamp {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 18px 44px 18px 70px;
  background: var(--brand-accent) !important;
  color: black !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: var(--sans) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  box-shadow:
    0 14px 28px -14px rgba(0,0,0,0.55),
    inset 0 -3px 0 rgba(0,0,0,0.18);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}
.fcta-stamp:hover {
  transform: translateY(-2px) rotate(-1deg);
  box-shadow:
    0 18px 32px -14px rgba(0,0,0,0.6),
    inset 0 -3px 0 rgba(0,0,0,0.18);
}
.fcta-stamp-leaf {
  position: absolute;
  left: 18px; top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
}
.fcta-foot {
  text-align: center;
  font-family: var(--display) !important;
  font-style: italic !important;
  font-size: 13px !important;
  color: rgba(255,255,255,0.55) !important;
  margin: 18px 0 0 !important;
}
.fcta-risk {
  text-align: center;
  margin-top: 36px !important;
  font-family: var(--sans) !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: rgba(255,255,255,0.62) !important;
  max-width: 56ch;
  margin-left: auto !important;
  margin-right: auto !important;
}
.fcta-risk em { color: color-mix(in srgb, var(--brand-accent) 70%, #fff); font-style: italic; }

.form-success {
  display: none;
  margin-top: 20px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.08);
  border-left: 3px solid color-mix(in srgb, var(--brand-accent) 70%, #fff);
  font-family: var(--sans);
  font-size: 14px;
  color: gray;
}

@media (max-width: 720px) {
  .fcta-row { grid-template-columns: 1fr; gap: 22px; }
  .fcta-field:nth-child(3) { grid-column: ; }
}

/* ════════════════════════════════════════════════ */
/* HIMAPAN ROUND 5 — PAIN STROKE ROWS / HERO SWAY /  */
/* CONNECTED LOTUS POND / BALANCED PROOF / FUN FAQ   */
/* ════════════════════════════════════════════════ */

/* ── #1 PAIN: per-row paint stroke bg ── */
.pain-list { display: flex; flex-direction: column; gap: 18px; }
.pain-item {
  position: relative;
  padding: 32px 36px !important;
  display: grid !important;
  grid-template-columns: 90px 1fr !important;
  gap: 28px !important;
  align-items: center;
  overflow: visible;
  background: transparent !important;
  border: none !important;
}
.pain-item > .pain-stroke {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  pointer-events: none;
}
.pain-item .pain-num,
.pain-item .pain-body {
  position: relative;
  z-index: 1;
}
.pain-item .pain-num {
  font-family: var(--display) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 52px !important;
  line-height: 1 !important;
  color: rgba(10,25,0,0.85) !important;
  text-align: center;
  margin: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}
.pain-item .pain-body h4 {
  font-family: var(--display) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  color: rgba(10,25,0,0.95) !important;
  margin: 0 0 8px !important;
}
.pain-item .pain-body p {
  font-family: var(--sans) !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: rgba(10,25,0,0.82) !important;
  margin: 0 !important;
}
@media (max-width: 720px) {
  .pain-item { grid-template-columns: 64px 1fr !important; padding: 24px 22px !important; gap: 18px !important; }
  .pain-item .pain-num { font-size: 40px !important; }
}

/* ── #2 HERO FORM sway + hover-straighten ── */
#cta-date,
#cta-remarks::placeholder {
  color: #828492;
}

#cta-date::-webkit-calendar-picker-indicator {
  filter: invert(1) opacity(0.5);
}
.hero-form-card {
  transform: rotate(-3.5deg) !important;
  animation: heroFormSway 7s ease-in-out infinite;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: top center;
}
@media (max-width: 1024px) {
  .hero-form-card {
    transform: none !important;
    animation: none !important;
  }
}
@keyframes heroFormSway {
  0%   { transform: rotate(-3.5deg); }
  50%  { transform: rotate(-1.2deg); }
  100% { transform: rotate(-3.5deg); }
}
.hero-form-card:hover {
  transform: rotate(0deg) translateY(-3px) !important;
  animation-play-state: paused;
}

/* ── #3 PROCESS POND brush + leaves layering ── */
.process-steps.lotus-pond { position: relative; }
.pond-brush-stroke {
  position: absolute;
  left: -3%;
  right: -3%;
  top: 35%;
  width: 106%;
  height: 220px;
  z-index: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.lotus-step { position: relative; z-index: 1; }
.lotus-step .lotus-leaf-wrap {
  filter: drop-shadow(0 20px 26px rgba(20,40,5,0.40))
          drop-shadow(0 5px 8px rgba(0,0,0,0.22));
}

/* ── #5 FAQ readability + fun ── */
.faq-q {
  font-size: 21px !important;
  font-weight: 500 !important;
  padding: 24px 0 24px 52px !important;
  transition: padding-left 0.25s var(--ease-out), color 0.25s var(--ease-out);
}
.faq-q:hover {
  padding-left: 60px !important;
  color: var(--brand-accent) !important;
}
.faq-q[aria-expanded="true"] {
  color: var(--brand-accent) !important;
  font-weight: 600 !important;
}
.faq-q::before {
  /* Round-5: bigger, animated lotus bullet */
  width: 34px !important; height: 34px !important;
  transition: transform 0.4s var(--ease-out);
}
.faq-q:hover::before {
  transform: translateY(-50%) rotate(-12deg);
}
.faq-q[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(20deg) scale(1.15);
  filter: hue-rotate(-15deg) saturate(1.4);
}
.faq-a-inner {
  padding: 0 0 26px 52px !important;
}
.faq-a-inner p {
  font-family: var(--sans) !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: color-mix(in srgb, var(--brand-text) 82%, transparent) !important;
  margin: 0 !important;
}
.faq-chev {
  color: var(--brand-accent) !important;
  transition: transform 0.4s var(--ease-out);
}

/* Round 5: balanced 3-col candid testimonials */
.proof-palette-stage {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 36px !important;
  align-items: start !important;
  padding: 70px 0 !important;
}
.proof-note,
.proof-note--big {
  margin: 0 !important;
  max-width: 100% !important;
  grid-column: auto !important;
  grid-row: auto !important;
  justify-self: stretch !important;
  min-height: 280px;
}
.proof-note:nth-of-type(1) { transform: rotate(-2.2deg) translateY(0) !important; }
.proof-note:nth-of-type(2) { transform: rotate(1.5deg)  translateY(-14px) !important; }
.proof-note:nth-of-type(3) { transform: rotate(-1.6deg) translateY(10px) !important; }
.proof-note--big {
  /* keep "big" feature card but inside the equal-grid layout */
  padding: 36px 30px 28px !important;
}
.proof-palette {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotate(-4deg) !important;
  width: 80% !important;
  max-width: 800px !important;
  opacity: 0.85;
}
@media (max-width: 980px) {
  .proof-palette-stage { grid-template-columns: 1fr !important; gap: 28px !important; }
  .proof-note { transform: none !important; }
}

/* ── HIMAPAN ROUND 6: candid photocollage gallery ── */
.gallery {
  position: relative;
  background: var(--paper-warm);
  overflow: hidden;
}
.gallery .container { position: relative; z-index: 2; }

.gal-watermark {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.gal-wm-1 { width: 360px; top: 40px;  left: -80px;  transform: rotate(-22deg); }
.gal-wm-2 { width: 420px; top: 38%;   right: -90px; transform: rotate(28deg); }
.gal-wm-3 { width: 320px; bottom: 30px; left: 35%;   transform: rotate(-12deg); }

.gallery-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.gallery-head .eyebrow { display: inline-block; }
.gallery-head h2 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(34px, 4.2vw, 50px);
  line-height: 1.08;
  margin: 18px 0 22px;
}
.gallery-head h2 em { font-style: italic; color: var(--brand-secondary); }
.gallery-head p {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--brand-text) 70%, transparent);
  max-width: 56ch;
  margin: 0 auto;
}

.gallery-collage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px 36px;
  align-items: center;
  padding: 20px 0;
}

.gal-item {
  position: relative;
  margin: 0;
  background: #fff;
  transform-origin: center;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out), z-index 0s;
  z-index: 1;
}
.gal-item:hover {
  transform: rotate(0deg) translateY(-6px) scale(1.04) !important;
  z-index: 10;
}

/* Frame variants */
.gal-polaroid {
  padding: 16px 16px 56px;
  background: #fff;
  box-shadow:
    0 24px 40px -22px rgba(40,30,10,0.40),
    0 8px 14px -6px rgba(40,30,10,0.20);
}
.gal-polaroid::after {
  /* hand-written caption stripe at bottom */
  content: "";
  display: block;
  position: absolute;
  left: 30%; right: 30%;
  bottom: 22px;
  height: 6px;
  background: rgba(125,148,96,0.35);
  border-radius: 4px;
}
.gal-tape-strip {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 90px; height: 20px;
  background: rgba(200,170,90,0.55);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  z-index: 3;
  pointer-events: none;
}
.gal-plain {
  padding: 0;
  background: transparent;
  box-shadow:
    0 22px 36px -22px rgba(40,30,10,0.42),
    0 8px 14px -6px rgba(40,30,10,0.22);
  border-radius: 2px;
  overflow: hidden;
}
.gal-tape {
  padding: 8px 8px 8px;
  background: #fff;
  box-shadow:
    0 22px 36px -22px rgba(40,30,10,0.42),
    0 8px 14px -6px rgba(40,30,10,0.22);
}
/* (re-state .gal-tape children block — class .gal-tape on item AND a child span share the name; child span styled above) */

.gal-item .img-placeholder {
  border: none;
  background: linear-gradient(135deg, #efe7d2, #d8d0b8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gal-item .img-placeholder img,
.gal-item .img-placeholder picture {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.gal-item .placeholder-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  gap: 8px;
  pointer-events: none;
}
.gal-item .placeholder-label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(60,50,20,0.55);
  background: rgba(255,255,255,0.7);
  padding: 4px 10px;
  border-radius: 999px;
}
.gal-item .placeholder-prompt {
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.4;
  color: rgba(60,50,20,0.55);
  max-width: 80%;
}

/* Mobile: collapse to 2 cols then 1 col, drop rotations */
@media (max-width: 980px) {
  .gallery-collage { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
  .gal-item { transform: none !important; }
}
@media (max-width: 600px) {
  .gallery-collage { grid-template-columns: 1fr; gap: 28px; }
  .gal-wm-1, .gal-wm-3 { display: none; }
}

/* ── HIMAPAN ROUND 7: lotus-leaf border on pain rows ── */
.pain-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.pain-item {
  position: relative;
  background: rgba(255,255,255,0.55) !important;
  border-radius: 6px;
  padding: 40px 38px 38px !important;
  display: grid !important;
  grid-template-columns: 96px 1fr !important;
  gap: 28px !important;
  align-items: center;
  overflow: visible;
  box-shadow:
    0 2px 4px rgba(50,60,30,0.04),
    inset 0 0 0 1px rgba(125,148,96,0.08);
}
.pain-item .pain-num,
.pain-item .pain-body {
  position: relative;
  z-index: 1;
}
.pain-item .pain-num {
  font-family: var(--display) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 54px !important;
  line-height: 1 !important;
  color: var(--brand-accent) !important;
  text-align: center;
  margin: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}
.pain-item .pain-body h4 {
  font-family: var(--display) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  color: var(--brand-text) !important;
  margin: 0 0 10px !important;
}
.pain-item .pain-body p {
  font-family: var(--sans) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: color-mix(in srgb, var(--brand-text) 75%, transparent) !important;
  margin: 0 !important;
}

/* Top + bottom lotus-leaf borders */
.pain-border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 28px;
  pointer-events: none;
  overflow: visible;
}
.pain-border--top    { top:    -14px; }
.pain-border--bottom { bottom: -14px; transform: scaleY(-1); }

@media (max-width: 720px) {
  .pain-item { grid-template-columns: 64px 1fr !important; padding: 32px 22px 30px !important; gap: 18px !important; }
  .pain-item .pain-num { font-size: 40px !important; }
  .pain-border { height: 22px; }
  .pain-border--top { top: -11px; }
  .pain-border--bottom { bottom: -11px; }
}

/* ── HIMAPAN ROUND 8: tidy benefits → gallery boundary ── */
.benefits { overflow: hidden !important; padding-bottom: 90px !important; }
.gallery-head { margin-top: 0 !important; padding-top: 30px; }

/* ── Round 9: ensure figure.gal-tape is NOT absolutely positioned ── */
.gal-item.gal-tape {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  /* transform comes from inline style (rot + ty) — preserve it */
}

/* ── Round 10: force .final-cta::before full-bleed so section-bg image works ── */
.final-cta::before {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* ── Round 11: footer tagline + body text white ── */
.footer,
.footer p,
.footer-tagline,
.footer-contact-item,
.footer-bottom,
.footer-bottom div,
.footer ul li,
.footer ul li a,
.footer-contact-item a {
  color: #fff !important;
}
.footer-tagline { color: rgba(255,255,255,0.85) !important; }
.footer-contact-item { color: rgba(255,255,255,0.82) !important; }
.footer-contact-item a { color: #fff !important; }
.footer-bottom { color: rgba(255,255,255,0.6) !important; }


/* HOW IT WORKS leaves: bump size + cleaner shadow */
.lotus-step .lotus-leaf-wrap {
  max-width: 200px !important;
  filter: drop-shadow(0 10px 12px rgba(20,40,5,0.35))
          drop-shadow(0 3px 5px rgba(0,0,0,0.18)) !important;
}
.lotus-step-inner {
  margin-top: 16px !important;
  max-width: 240px !important;
}
.lotus-step h4 { font-size: 16px !important; }
.lotus-step p  { font-size: 14px !important; }

/* Pain border: shorter height + proper aspect, leaves rendered to scale */
.pain-border {
  height: 36px !important;
  pointer-events: none;
  overflow: visible;
}
.pain-border--top    { top: -18px !important; }
.pain-border--bottom { bottom: -18px !important; transform: scaleY(-1) !important; }
@media (max-width: 720px) {
  .pain-border { height: 28px !important; }
  .pain-border--top { top: -14px !important; }
  .pain-border--bottom { bottom: -14px !important; }
}




/* ── Lotus pond: unified step layout + numbers-on-wave by design ────────
   All 5 steps share the same internal layout (leaf on top with painted
   number, text below). Steps 02 and 04 are shifted down by SHIFT px so
   that the painted number on their leaf (at leaf viewBox y=88) lands
   exactly on the wave's valley. The brush-stroke SVG uses viewBox
   0 0 1000 520 with preserveAspectRatio="none" and fills the container,
   so the path's y coordinate maps 1:1 to absolute pixels of the container.
   Peaks at y=88 (matches painted number of cells 01/03/05).
   Valleys at y=268 (matches painted number of cells 02/04 after 180px shift). */

.process-steps.lotus-pond {
  position: relative;
  min-height: 520px;
  align-items: start;
}

.pond-brush-stroke {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  top: 0; left: 0;
  z-index: 0;
  pointer-events: none;
}

/* every step uses the same stack: leaf (with painted number) → text */
.lotus-step {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.lotus-step .lotus-leaf-wrap {
  width: 100%;
  max-width: 200px !important;
  filter: drop-shadow(0 10px 12px rgba(20,40,5,0.35))
          drop-shadow(0 3px 5px rgba(0,0,0,0.18)) !important;
}
.lotus-step-inner {
  margin-top: 32px !important;   /* clearance so leaf drop-shadow doesn't bleed onto heading */
  margin-bottom: 0 !important;
  padding: 0 6px;
  max-width: 220px;
}
.lotus-step h4 { font-size: 16px !important; }
.lotus-step p  { font-size: 14px !important; line-height: 1.5 !important; }

/* shift 02 and 04 down so their painted numbers sit on the wave valley */
@media (min-width: 981px) {
  .lotus-step[data-delay="2"],
  .lotus-step[data-delay="4"] {
    margin-top: 180px !important;
  }
}

/* explicit reset for 01/03/05 in case any earlier rule lingers */
.lotus-step[data-delay="1"],
.lotus-step[data-delay="3"],
.lotus-step[data-delay="5"] {
  margin-top: 0 !important;
}

/* Pain border: keep round-12 sizing, no leftover unrelated rules here. */
.pain-border {
  height: 24px !important;
  opacity: 0.45 !important;
  pointer-events: none;
  overflow: visible;
  transform-origin: center;
}
.pain-border--top    { top: -12px !important; transform: scale(0.7) !important; }
.pain-border--bottom { bottom: -12px !important; transform: scaleY(-1) scale(0.7) !important; }

@media (max-width: 980px) {
  .process-steps.lotus-pond { grid-template-columns: repeat(2, 1fr); gap: 48px 24px; min-height: 0; }
  .lotus-step[data-delay="2"],
  .lotus-step[data-delay="4"] { margin-top: 0 !important; }
  .pond-brush-stroke { display: none; }
}
@media (max-width: 560px) {
  .process-steps.lotus-pond { grid-template-columns: 1fr; }
}

/* ── Image sizing trim ──────────────────────────────────────────────────
   Cap the hero / solution / gallery imagery so it doesn't dominate the
   page. Inline styles on .img-placeholder use multiple chained
   !important rules; we override them by selecting via data-placeholder-id
   plus surrounding wrappers. */

/* HERO image — cap height + center, keep 16:9 aspect */
.img-placeholder[data-placeholder-id="himapan-hero-1"] {
  max-width: 460px !important;
  max-height: 300px !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 auto !important;
}

/* SOLUTION images (What Makes It Different) — shrink each row's visual */

.sol-visual-frame {
  max-width: 460px !important;
  margin: 0 auto !important;
}
.img-placeholder[data-placeholder-id="solution-image-1"],
.img-placeholder[data-placeholder-id="solution-image-3"] {
  height: 320px !important;
  max-height: 320px !important;
  min-height: 0 !important;
  width: 100% !important;
}
.img-placeholder[data-placeholder-id="solution-image-2"] {
  height: auto !important;
  max-height: 320px !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
}

/* GALLERY (Pieces From the Studio) — narrow the collage */
.gallery-collage {
  max-width: 880px !important;
  margin: 0 auto !important;
  gap: 36px 28px !important;
}
.gal-item {
  max-width: 260px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 980px) {
  .img-placeholder[data-placeholder-id="himapan-hero-1"] { max-height: 240px !important; }
  .img-placeholder[data-placeholder-id="solution-image-1"],
  .img-placeholder[data-placeholder-id="solution-image-2"],
  .img-placeholder[data-placeholder-id="solution-image-3"] {
    height: 260px !important;
    max-height: 260px !important;
  }
  .gallery-collage { max-width: 100% !important; }
  .gal-item { max-width: none !important; }
}

/* ──────────────── */



/* ──────────────── */

.hero { position: relative; isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: url('images/hero-1779766371246.jpeg') center/cover no-repeat; opacity: 0.15; }
.problem { position: relative; isolation: isolate; }
.problem::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: url('images/problem-1779766393127.jpeg') center/cover no-repeat; opacity: 0.15; }
.benefits { position: relative; isolation: isolate; }
.benefits::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: url('images/benefits-1779767308413.jpeg') center/cover no-repeat; opacity: 0.15; }
.gallery { position: relative; isolation: isolate; }
.gallery::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: url('images/gallery-1779767300866.jpeg') center/cover no-repeat; opacity: 0.15; }
.process { position: relative; isolation: isolate; }
.process::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: url('images/process-1779767313005.jpeg') center/cover no-repeat; opacity: 0.15; }
.solution { position: relative; isolation: isolate; }
.solution::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: url('images/solution-1779766120041.jpeg') center/cover no-repeat; opacity: 0.15; }
.proof { position: relative; isolation: isolate; }
.proof::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: url('images/proof-1779767291793.jpeg') center/cover no-repeat; opacity: 0.15; }
.faq { position: relative; isolation: isolate; }
.faq::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: url('images/faq-1779767287279.jpeg') center/cover no-repeat; opacity: 0.15; }
.final-cta { position: relative; isolation: isolate; }
.final-cta::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: url('images/final-cta-1779767282793.jpeg') center/cover no-repeat; opacity: 0.15; }

/* ──────────────── */

/* Hero row: 3 tiles, uniform 4:3 landscape, no inline overrides */
.hero-image-row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  max-width: 1272px !important;
  margin: 80px auto 40px !important;
  align-items: stretch !important;
}
.hero-image-row .hero-tile,
.hero-image-row .img-placeholder.hero-tile {
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  width: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
  min-height: 0 !important;
  border: none !important;
  background: linear-gradient(135deg, #efe7d2, #d8d0b8) !important;
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 4px !important;
  box-shadow:
    0 18px 28px -16px rgba(40,30,10,0.35),
    0 6px 12px -6px rgba(40,30,10,0.20) !important;
  margin: 0 !important;
}
.hero-image-row .hero-tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.hero-image-row .hero-tile:nth-child(1) { transform: rotate(-1.4deg) translateY(4px); }
.hero-image-row .hero-tile:nth-child(2) { transform: rotate(0.8deg) translateY(-8px); }
.hero-image-row .hero-tile:nth-child(3) { transform: rotate(-0.6deg) translateY(2px); }

@media (max-width: 720px) {
  .hero-image-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    max-width: 460px !important;
    margin-top: 40px !important;
  }
  .hero-image-row .hero-tile { transform: none !important; }
}

/* HOW IT WORKS: lighter green em text on dark navy */
section.process .process-head h2 em,
section.process h2 em {
  color: #dbeac0 !important;
  font-style: italic !important;
}
section.process .process-head .eyebrow {
  color: #c0d6a4 !important;
}

/* FINAL CTA: near-white sage greens on dark navy */
section.final-cta {
  --brand-accent: #cdebac;
}
section.final-cta .fcta-eyebrow,
section.final-cta .fcta-h2 em,
section.final-cta .fcta-soft-tag,
section.final-cta .fcta-risk em {
  color: #e6f4ce !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
section.final-cta .fcta-soft-tag {
  border-color: rgba(230, 244, 206, 0.65) !important;
}
section.final-cta::after {
  background: radial-gradient(
    circle,
    color-mix(in srgb, #cdebac 38%, transparent),
    transparent 70%
  ) !important;
}

/* Mobile and Desktop Changes */
@media (max-width: 720px) {
  .hide-mobile { display: none !important; }
}
@media (min-width: 721px) {
  .hide-desktop { display: none !important; }
}

@media (max-width: 720px) {
  .gallery,
	.proof-palette-stage{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
	.gallery-head,
.proof-head{
		margin-bottom:28px !important;
	}
	
	.gallery-grid{
		margin-top:28px !important;
	}
	
	@media (max-width: 720px) {
  .proof-note,
  .proof-note--big,
  .proof-note:nth-of-type(1),
  .proof-note:nth-of-type(2),
  .proof-note:nth-of-type(3) {
    transform: none !important;
  }
		.benefits-head{
			margin-bottom:0px;
		}
		.benefits {
			padding-bottom:0px !important;
		}
		  .trust-bar-track {
    animation-duration: 5s !important;
  }
}
}

section#top {
    padding-bottom: 0px;
}

/* .take2{
	grid-column: 1 / span 2;
}
 */

@media (max-width: 768px) {
  .final-cta {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-top: 28px;
  }
}

@media (max-width: 600px) {
  .stats-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 16px !important;
    padding: 32px 20px !important;
    border-radius: var(--radius-lg) !important;
  }
  .stat {
    padding: 0 8px;
  }
  .stat-num {
    font-size: clamp(32px, 8vw, 42px) !important;
  }
  .stat-label {
    font-size: 11.5px !important;
    letter-spacing: 0.8px !important;
    line-height: 1.35;
  }
}

/* smallest phones — stack to single column */
@media (max-width: 380px) {
  .stats-row {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 28px 20px !important;
  }
  .stat {
    border-right: none !important;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  .stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .stats-row {
    align-items: stretch !important;
  }

  .stat {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 120px; /* ensures all 4 cells match height regardless of label line-wrap */
  }

  .stat-num {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stat-label {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

