
:root{
  --valiente-bg:#F4F1EF;
  --valiente-surface:#FBF8F6;
  --valiente-surface-2:#F7F2EE;
  --valiente-border:rgba(92,60,52,.12);
  --valiente-text:#4B332F;
  --valiente-muted:#7A6660;
  --valiente-accent:#6B3C35;
  --valiente-gold:#B59A64;
}
.valiente-eyebrow{
  display:inline-block;
  font-size:12px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:#9B7C74;
  font-weight:700;
  margin-bottom:16px;
}
.valiente-richtext p{margin:0 0 1em;}
.valiente-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  min-height:48px; padding:0 24px; border-radius:999px; text-decoration:none;
  transition:all .25s ease; font-weight:700; border:1px solid transparent;
}
.valiente-btn:hover{ transform:translateY(-1px); }
.valiente-btn--primary{ background:var(--valiente-accent); color:#fff; }
.valiente-btn--primary:hover{ box-shadow:0 10px 24px rgba(73,35,30,.18); color:#fff; }
.valiente-btn--secondary{ background:rgba(255,255,255,.08); color:#fff; border-color:rgba(255,255,255,.18); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); }
.valiente-btn--secondary:hover{ color:#fff; background:rgba(255,255,255,.12); }

.valiente-hero{
  position:relative; overflow:hidden; min-height:var(--valiente-hero-height,100vh);
  border-radius:34px; background-color:transparent;
  background-size:cover; background-position:center center; background-repeat:no-repeat;
  display:flex; align-items:stretch; isolation:isolate;
  margin:0 !important; padding:0 !important; border:none !important;
}
.valiente-hero__overlay{
  position:absolute; inset:0; z-index:2;
  background:linear-gradient(180deg, rgba(0,0,0,.00) 0 16%, rgba(0,0,0,.46) 42%, rgba(0,0,0,.68) 100%);
}
.valiente-hero__glow{
  position:absolute; inset:0; z-index:2; pointer-events:none;
  background:
    radial-gradient(circle at 18% 22%, rgba(44,56,190,.24), transparent 20%),
    radial-gradient(circle at 72% 22%, rgba(159,217,215,.20), transparent 22%),
    radial-gradient(circle at 90% 28%, rgba(115,56,235,.18), transparent 16%);
  mix-blend-mode:screen;
}
.valiente-hero__shape{
  position:absolute; inset:0; z-index:4; pointer-events:none; overflow:hidden; line-height:0; background:transparent !important;
}
.valiente-hero__shape-img{
  position:absolute; left:50%; top:var(--valiente-hero-shape-anchor-y,0%); width:var(--valiente-hero-shape-width,100%); max-width:none; height:auto; display:block;
  object-fit:contain; opacity:var(--valiente-hero-shape-opacity,1); background:transparent !important;
  transform:translate(calc(-50% + var(--valiente-hero-shape-offset-x,0px)), calc(-1 * var(--valiente-hero-shape-anchor-y,0%))) translateY(var(--valiente-hero-shape-margin-top,-2px));
}
.valiente-hero--fit-cover .valiente-hero__shape-img{ object-fit:cover; width:100%; height:180px; }
.valiente-hero--fit-auto .valiente-hero__shape-img{ width:auto; max-width:var(--valiente-hero-shape-width,100%); }
.valiente-hero__content{
  position:relative; z-index:5; display:flex; flex-direction:column; justify-content:var(--valiente-hero-content-align,flex-end);
  width:min(680px,100%); padding:136px 64px 64px; color:#fff;
}
.valiente-hero__content h1{
  margin:0 0 20px; color:#fff; font-size:clamp(52px,8vw,88px); line-height:.95; letter-spacing:-.03em;
}
.valiente-hero__content p{ margin:0 0 28px; color:#fff; font-size:clamp(18px,2vw,22px); line-height:1.6; max-width:660px; }
.valiente-hero__actions{ display:flex; gap:14px; flex-wrap:wrap; }

.valiente-split{ display:grid; grid-template-columns:1.1fr .9fr; gap:36px; align-items:center; }
.valiente-split__media img,.valiente-split__placeholder{ width:100%; height:100%; min-height:480px; object-fit:cover; border-radius:30px; display:block; background:#ddd; }
.valiente-split__content h2{ margin:0 0 18px; font-size:clamp(38px,4vw,64px); line-height:1.02; color:var(--valiente-text); }
.valiente-split__content .valiente-richtext{ color:var(--valiente-muted); font-size:18px; line-height:1.8; }
.valiente-info-card{ margin-top:28px; padding:28px 30px; background:linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.44)); border:1px solid var(--valiente-border); border-radius:26px; }
.valiente-info-card h3{ margin:0 0 10px; color:var(--valiente-text); font-size:28px; }
.valiente-info-card p{ margin:0; color:var(--valiente-muted); line-height:1.7; }

.valiente-beliefs{ color:var(--valiente-text); }
.valiente-beliefs__header{ margin-bottom:28px; max-width:780px; }
.valiente-beliefs__header h2{ margin:0 0 14px; font-size:clamp(42px,5vw,72px); line-height:1.02; color:var(--valiente-text); }
.valiente-beliefs__header p{ margin:0; color:var(--valiente-muted); font-size:18px; line-height:1.75; }
.valiente-beliefs-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.valiente-belief-card{ min-width:0; }
.valiente-belief-card__shell{
  position:relative; height:100%; padding:28px; border-radius:34px;
  background:linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.48));
  border:1px solid var(--valiente-border); box-shadow:0 12px 30px rgba(67,39,33,.06);
  backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px);
}
.valiente-belief-card__topline{ display:flex; justify-content:space-between; align-items:center; margin-bottom:18px; }
.valiente-belief-card__kicker{ font-size:12px; letter-spacing:.28em; text-transform:uppercase; color:#8e7169; font-weight:700; }
.valiente-belief-card__close{
  width:38px; height:38px; border-radius:999px; border:1px solid var(--valiente-border); background:rgba(255,255,255,.55);
  color:var(--valiente-accent); font-size:24px; line-height:1; cursor:pointer; opacity:0; pointer-events:none; transition:all .2s ease;
}
.valiente-belief-card.is-open .valiente-belief-card__close{ opacity:1; pointer-events:auto; }
.valiente-belief-card__badge{ display:inline-flex; width:48px; height:48px; border-radius:16px; align-items:center; justify-content:center; background:rgba(255,255,255,.56); border:1px solid var(--valiente-border); margin-bottom:18px; }
.valiente-belief-card__badge-icon svg{ width:23px; height:23px; stroke:var(--valiente-accent); fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.valiente-belief-card__title{ margin:0 0 12px; color:var(--valiente-text); font-size:clamp(28px,3vw,44px); line-height:1.05; }
.valiente-belief-card__summary{ color:var(--valiente-muted); font-size:16px; line-height:1.75; margin-bottom:20px; }
.valiente-belief-card__toggle{
  display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 18px; border-radius:999px; cursor:pointer;
  background:rgba(255,255,255,.52); color:var(--valiente-accent); border:1px solid var(--valiente-border); font-weight:700;
}
.valiente-belief-card__content{ display:none; }
.valiente-belief-card.is-open .valiente-belief-card__content{ display:block; }
.valiente-belief-card__content-inner{
  margin-top:18px; padding:26px 24px; border-radius:26px; background:rgba(255,255,255,.34); border:1px solid rgba(92,60,52,.08);
  color:var(--valiente-muted); line-height:1.9; font-size:15px;
}
.valiente-belief-card__content-inner p:last-child{ margin-bottom:0; }

/* Presets */
.valiente-beliefs--preset-luxury .valiente-belief-card__shell{
  background:linear-gradient(180deg, rgba(255,251,245,.92), rgba(244,236,225,.76));
  border:1px solid rgba(181,154,100,.24);
  box-shadow:0 24px 50px rgba(83,53,45,.10);
}
.valiente-beliefs--preset-luxury .valiente-belief-card__title{ font-family:Georgia, 'Times New Roman', serif; letter-spacing:-.03em; }
.valiente-beliefs--preset-luxury .valiente-belief-card__kicker{ color:#b59a64; }
.valiente-beliefs--preset-luxury .valiente-belief-card__badge{ background:linear-gradient(180deg, rgba(255,255,255,.85), rgba(247,237,220,.85)); }

.valiente-beliefs--preset-classic .valiente-belief-card__shell{
  background:#fffdfa;
  border:1px solid rgba(110,80,70,.18);
  box-shadow:none;
  border-radius:20px;
}
.valiente-beliefs--preset-classic .valiente-belief-card__title{ font-family:Georgia, 'Times New Roman', serif; }
.valiente-beliefs--preset-classic .valiente-belief-card__content-inner{ background:#faf4ee; border-radius:16px; }

.valiente-beliefs--preset-modern{ --valiente-accent:#29465B; --valiente-text:#243746; --valiente-muted:#61717d; --valiente-border:rgba(41,70,91,.12); }
.valiente-beliefs--preset-modern .valiente-belief-card__shell{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,249,252,.94));
  border-radius:32px;
  box-shadow:0 18px 45px rgba(20,52,80,.08);
}
.valiente-beliefs--preset-modern .valiente-belief-card__badge{ border-radius:999px; }
.valiente-beliefs--preset-modern .valiente-belief-card__toggle{ background:#243746; color:#fff; }

.valiente-beliefs--preset-royal{ --valiente-accent:#5A2E2E; --valiente-text:#432927; --valiente-muted:#775d58; --valiente-border:rgba(90,46,46,.18); }
.valiente-beliefs--preset-royal .valiente-belief-card__shell{
  background:radial-gradient(circle at top right, rgba(195,165,95,.14), transparent 25%), linear-gradient(180deg, rgba(255,255,255,.92), rgba(247,240,235,.80));
  border:1px solid rgba(195,165,95,.24);
  box-shadow:0 22px 48px rgba(90,46,46,.12);
}
.valiente-beliefs--preset-royal .valiente-belief-card__title{ font-family:Georgia, 'Times New Roman', serif; }
.valiente-beliefs--preset-royal .valiente-belief-card__kicker{ color:#b59a64; }

.valiente-beliefs--preset-warm{ --valiente-accent:#8C5338; --valiente-text:#5A382D; --valiente-muted:#85645B; }
.valiente-beliefs--preset-warm .valiente-belief-card__shell{
  background:linear-gradient(135deg, #fff8f3, #f5ebe3);
  border-radius:28px;
  box-shadow:0 16px 34px rgba(140,83,56,.10);
}
.valiente-beliefs--preset-warm .valiente-belief-card__toggle{ background:#8C5338; color:#fff; }

.valiente-beliefs--preset-midnight{ --valiente-accent:#D7C4A3; --valiente-text:#F3EBDD; --valiente-muted:#CDC3B6; --valiente-border:rgba(255,255,255,.10); }
.valiente-beliefs--preset-midnight .valiente-belief-card__shell{
  background:linear-gradient(180deg, rgba(11,17,30,.94), rgba(31,38,59,.88));
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}
.valiente-beliefs--preset-midnight .valiente-belief-card__badge,
.valiente-beliefs--preset-midnight .valiente-belief-card__toggle,
.valiente-beliefs--preset-midnight .valiente-belief-card__content-inner,
.valiente-beliefs--preset-midnight .valiente-belief-card__close{ background:rgba(255,255,255,.05); }

.valiente-beliefs--preset-minimal .valiente-belief-card__shell{
  background:#fff; box-shadow:none; border:1px solid rgba(0,0,0,.08); border-radius:14px;
}
.valiente-beliefs--preset-minimal .valiente-belief-card__kicker{ letter-spacing:.18em; }
.valiente-beliefs--preset-minimal .valiente-belief-card__badge{ width:42px; height:42px; border-radius:10px; }
.valiente-beliefs--preset-minimal .valiente-belief-card__content-inner{ background:#fafafa; border-radius:12px; }

.valiente-beliefs--preset-soft-glass .valiente-belief-card__shell{
  background:linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.36));
  border:1px solid rgba(255,255,255,.38);
  backdrop-filter:blur(24px); -webkit-backdrop-filter:blur(24px);
  box-shadow:0 25px 55px rgba(67,39,33,.08), inset 0 1px 0 rgba(255,255,255,.45);
}
.valiente-beliefs--preset-soft-glass .valiente-belief-card__content-inner{ background:rgba(255,255,255,.24); }

.valiente-beliefs--preset-editorial .valiente-belief-card__shell{
  background:#fcfaf7; border-left:6px solid #7A4F3F; border-radius:10px; box-shadow:none;
}
.valiente-beliefs--preset-editorial .valiente-belief-card__title{ font-family:Georgia, 'Times New Roman', serif; text-transform:none; }
.valiente-beliefs--preset-editorial .valiente-belief-card__kicker{ letter-spacing:.34em; }
.valiente-beliefs--preset-editorial .valiente-belief-card__badge{ border-radius:6px; }

.valiente-beliefs--preset-bold{ --valiente-accent:#43211D; }
.valiente-beliefs--preset-bold .valiente-belief-card__shell{
  background:linear-gradient(180deg, #fff, #f5efeb);
  border:2px solid rgba(67,33,29,.18);
  box-shadow:12px 12px 0 rgba(67,33,29,.08);
  border-radius:24px;
}
.valiente-beliefs--preset-bold .valiente-belief-card__title{ font-size:clamp(34px,3.2vw,48px); }
.valiente-beliefs--preset-bold .valiente-belief-card__toggle{ border-width:2px; }

.valiente-beliefs .valiente-belief-card__summary{ min-height:5.4em; }
.valiente-cta{ padding-top:14px; }
.valiente-cta__inner{ display:flex; justify-content:space-between; align-items:flex-end; gap:24px; padding:34px 36px; border-radius:28px; background:linear-gradient(180deg,#EFE3C7,#E9DAB8); }
.valiente-cta__content h2{ margin:0 0 12px; color:var(--valiente-text); font-size:clamp(34px,4vw,58px); line-height:1.04; }
.valiente-cta__content p{ margin:0; color:#6E5B50; line-height:1.7; max-width:720px; }
.valiente-cta__actions{ display:flex; gap:12px; flex-wrap:wrap; }
.valiente-cta .valiente-btn--secondary{ color:var(--valiente-accent); border-color:rgba(92,60,52,.18); background:rgba(255,255,255,.48); }

@media (max-width: 1024px){
  .valiente-split{ grid-template-columns:1fr; }
  .valiente-beliefs-grid{ grid-template-columns:1fr; }
  .valiente-cta__inner{ flex-direction:column; align-items:flex-start; }
}
@media (max-width: 767px){
  .valiente-hero{ min-height:var(--valiente-hero-mobile-height,70vh); border-radius:26px; }
  .valiente-hero__content{ width:100%; padding:150px 24px 28px; }
  .valiente-hero__content h1{ font-size:52px; }
  .valiente-hero__content p{ font-size:18px; }
  .valiente-hero--fit-cover .valiente-hero__shape-img{ height:130px; }
  .valiente-split__media img,.valiente-split__placeholder{ min-height:320px; border-radius:22px; }
  .valiente-belief-card__shell{ padding:22px; border-radius:26px; }
  .valiente-belief-card__content-inner{ padding:20px; border-radius:20px; }
  .valiente-cta__inner{ padding:26px 22px; border-radius:22px; }
}
