/*
Theme Name: Legal Excellence Hub WP
Theme URI: https://rutayredes.cl/
Author: Ruta y Redes
Author URI: https://rutayredes.cl/
Description: Landing WordPress premium para Solo Divorcios / estudio jurídico, convertida a tema instalable.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: legal-excellence-hub-wp
*/

:root {
  --night: #071827;
  --legal: #0e2a47;
  --gold: #c9a24d;
  --gold-soft: #ead08a;
  --warm-white: #f7f4ef;
  --warm-gray: #f4f1ec;
  --background: #fbfaf8;
  --foreground: #071827;
  --muted: #656565;
  --border: #ddd8cf;
  --white: #ffffff;
  --shadow-elegant: 0 20px 60px -20px rgba(7, 24, 39, .28);
  --shadow-card: 0 4px 24px -8px rgba(7, 24, 39, .14);
  --shadow-gold: 0 10px 40px -12px rgba(201, 162, 77, .55);
  --transition: cubic-bezier(.4,0,.2,1);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.sdw-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(201,162,77,.32); color: var(--night); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.sdw-page { min-height: 100vh; background: var(--background); overflow-x: hidden; }
.sdw-container { width: min(100% - 32px, 1240px); margin-inline: auto; }
.sdw-section { padding: clamp(72px, 8vw, 112px) 0; }
.sdw-font-display, .sdw-logo, h1, h2, h3, h4 { font-family: "Playfair Display", Georgia, serif; letter-spacing: -.025em; }
.sdw-text-balance { text-wrap: balance; }
.sdw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.sdw-eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--gold); display: block; }
.sdw-gold-line { display: block; width: 64px; height: 1px; background: var(--gold); margin: 24px auto; }
.sdw-muted { color: var(--muted); }
.sdw-center { text-align: center; }
.sdw-max-2xl { max-width: 720px; }
.sdw-max-3xl { max-width: 850px; }
.sdw-mx-auto { margin-inline: auto; }

.sdw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform .3s var(--transition), box-shadow .3s var(--transition), background .3s var(--transition), border-color .3s var(--transition), color .3s var(--transition);
}
.sdw-button svg { width: 17px; height: 17px; flex: none; }
.sdw-button--xl { min-height: 56px; padding-inline: 34px; font-size: 16px; }
.sdw-button--sm { min-height: 40px; padding-inline: 15px; font-size: 14px; }
.sdw-button--gold { color: var(--night); background: linear-gradient(135deg, var(--gold), var(--gold-soft)); box-shadow: var(--shadow-gold); }
.sdw-button--gold:hover { transform: translateY(-2px); box-shadow: 0 16px 52px -12px rgba(201,162,77,.66); }
.sdw-button--night { color: var(--warm-white); background: var(--night); border-color: rgba(201,162,77,.38); }
.sdw-button--night:hover { background: var(--legal); border-color: rgba(201,162,77,.75); transform: translateY(-2px); }
.sdw-button--outline-gold { color: var(--night); background: transparent; border-color: rgba(201,162,77,.65); }
.sdw-button--outline-gold:hover { background: rgba(201,162,77,.12); border-color: var(--gold); transform: translateY(-1px); }
.sdw-button--outline-light { color: var(--warm-white); background: transparent; border-color: rgba(247,244,239,.45); }
.sdw-button--outline-light:hover { background: rgba(247,244,239,.1); border-color: var(--warm-white); transform: translateY(-1px); }
.sdw-button--whatsapp { color: #fff; background: #25d366; }
.sdw-button--whatsapp:hover { background: #1ebe57; transform: translateY(-2px); }

/* Header */
.sdw-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .45s var(--transition), box-shadow .45s var(--transition), border-color .45s var(--transition), backdrop-filter .45s var(--transition);
  border-bottom: 1px solid transparent;
}
.sdw-header.is-scrolled, .sdw-header.is-open {
  background: rgba(7,24,39,.96);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-elegant);
  border-bottom-color: rgba(201,162,77,.14);
}
.sdw-header__inner { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sdw-logo { display: flex; flex-direction: column; line-height: 1.04; }
.sdw-logo__main { color: var(--warm-white); font-size: clamp(22px, 2vw, 28px); font-weight: 700; }
.sdw-logo__main span { color: var(--gold); }
.sdw-logo__sub { margin-top: 5px; color: rgba(247,244,239,.62); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; font-family: Inter, sans-serif; font-weight: 700; }
.sdw-nav { display: flex; align-items: center; gap: 30px; }
.sdw-nav a { position: relative; color: rgba(247,244,239,.82); font-size: 14px; font-weight: 700; transition: color .25s ease; }
.sdw-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--gold); transition: width .3s ease; }
.sdw-nav a:hover { color: var(--gold); }
.sdw-nav a:hover::after { width: 100%; }
.sdw-menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--warm-white); cursor: pointer; }
.sdw-menu-toggle svg { width: 27px; height: 27px; }
.sdw-mobile-menu { display: none; background: var(--night); border-top: 1px solid rgba(201,162,77,.13); max-height: 0; opacity: 0; overflow: hidden; transition: max-height .45s var(--transition), opacity .45s var(--transition); }
.sdw-mobile-menu.is-open { max-height: 80vh; opacity: 1; }
.sdw-mobile-menu nav { padding: 30px 0; display: flex; flex-direction: column; gap: 2px; }
.sdw-mobile-menu a:not(.sdw-button) { padding: 14px 4px; color: rgba(247,244,239,.92); font-family: "Playfair Display", Georgia, serif; font-size: 21px; border-bottom: 1px solid rgba(247,244,239,.1); }
.sdw-mobile-menu a:hover { color: var(--gold); }
.sdw-mobile-menu .sdw-button { margin-top: 20px; width: 100%; }

/* Hero */
.sdw-hero { position: relative; height: 100svh; min-height: 600px; width: 100%; overflow: hidden; background: var(--night); }
.sdw-hero__slide { position: absolute; inset: 0; opacity: 0; z-index: 0; transition: opacity 1s ease; }
.sdw-hero__slide.is-active { opacity: 1; z-index: 10; }
.sdw-hero__slide img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.sdw-hero__slide.is-active img { animation: sdwKenBurns 12s ease-out both; }
.sdw-hero__slide::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(7,24,39,.72), rgba(7,24,39,.6), rgba(7,24,39,.92)); }
.sdw-hero__slide::before { content: ""; position: absolute; inset: 0; z-index: 3; background: linear-gradient(90deg, rgba(7,24,39,.62), rgba(7,24,39,0)); }
.sdw-hero__line { position: absolute; left: 0; right: 0; top: 50%; z-index: 11; height: 1px; background: rgba(201,162,77,.12); pointer-events: none; }
.sdw-hero__content { position: absolute; inset: 0; z-index: 25; height: 100%; display: flex; align-items: center; padding-top: 80px; pointer-events: none; }
.sdw-hero__copy { max-width: 790px; display: none; pointer-events: auto; }
.sdw-hero__copy.is-active { display: block; }
.sdw-hero h1 { margin: 22px 0 0; color: var(--warm-white); font-size: clamp(42px, 6.3vw, 82px); font-weight: 700; line-height: 1.04; }
.sdw-hero p { margin: 24px 0 0; color: rgba(247,244,239,.82); font-size: clamp(16px, 2vw, 20px); line-height: 1.72; max-width: 680px; }
.sdw-hero__actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 16px; }
.sdw-hero__arrow { position: absolute; z-index: 30; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(247,244,239,.34); background: rgba(7,24,39,.16); color: var(--warm-white); backdrop-filter: blur(6px); cursor: pointer; transition: color .25s ease, border-color .25s ease, transform .25s ease; }
.sdw-hero__arrow:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-50%) scale(1.04); }
.sdw-hero__arrow--prev { left: 24px; }
.sdw-hero__arrow--next { right: 24px; }
.sdw-hero__arrow svg { width: 25px; height: 25px; }
.sdw-hero__dots { position: absolute; z-index: 30; left: 0; right: 0; bottom: 38px; display: flex; justify-content: center; align-items: center; gap: 12px; }
.sdw-hero__dots button { width: 26px; height: 5px; border: 0; border-radius: 999px; background: rgba(247,244,239,.32); cursor: pointer; transition: width .5s var(--transition), background .3s ease; }
.sdw-hero__dots button.is-active { width: 50px; background: var(--gold); }

/* Sections/cards */
.sdw-bg-warm-white { background: var(--warm-white); }
.sdw-bg-warm-gray { background: var(--warm-gray); }
.sdw-bg-night { background: var(--night); color: rgba(247,244,239,.82); }
.sdw-section-head h2 { margin: 20px 0 0; color: var(--night); font-size: clamp(34px, 4.4vw, 58px); font-weight: 600; line-height: 1.1; }
.sdw-section-head p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.sdw-bg-night .sdw-section-head h2 { color: var(--warm-white); }
.sdw-bg-night .sdw-section-head p { color: rgba(247,244,239,.72); }
.sdw-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; }
.sdw-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(34px, 6vw, 72px); }
.sdw-benefits-grid { margin-top: 62px; }
.sdw-card { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-card); transition: transform .45s var(--transition), box-shadow .45s var(--transition), border-color .45s var(--transition), background .3s ease; }
.sdw-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-elegant); border-color: rgba(201,162,77,.45); }
.sdw-benefit { padding: clamp(28px, 4vw, 40px); overflow: hidden; }
.sdw-benefit::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,162,77,.45), transparent); opacity: 0; transition: opacity .3s ease; }
.sdw-benefit:hover::before { opacity: 1; }
.sdw-iconbox { width: 56px; height: 56px; border-radius: 14px; background: var(--night); color: var(--gold); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: transform .3s ease; }
.sdw-card:hover .sdw-iconbox { transform: scale(1.06); }
.sdw-iconbox svg { width: 30px; height: 30px; stroke-width: 1.5; }
.sdw-benefit__stat { font-family: "Playfair Display", Georgia, serif; color: var(--night); font-size: 36px; line-height: 1; margin-bottom: 10px; }
.sdw-card h3 { color: var(--night); font-size: 24px; line-height: 1.15; margin: 0 0 12px; }
.sdw-card p { color: var(--muted); line-height: 1.7; margin: 0; }

.sdw-services-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.sdw-service { padding: 31px; display: flex; flex-direction: column; min-height: 320px; }
.sdw-service__top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 24px; }
.sdw-service__number { font-family: "Playfair Display", Georgia, serif; font-size: 56px; line-height: 1; color: rgba(201,162,77,.34); transition: color .3s ease; }
.sdw-service:hover .sdw-service__number { color: rgba(201,162,77,.68); }
.sdw-service__line { width: 42px; height: 1px; background: var(--gold); margin-top: 30px; }
.sdw-service p { flex: 1; }
.sdw-service__actions { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.sdw-process { position: relative; overflow: hidden; }
.sdw-process::before { content: ""; position: absolute; inset: 0; opacity: .045; background-image: radial-gradient(var(--gold) 1px, transparent 1px); background-size: 32px 32px; }
.sdw-process .sdw-container { position: relative; }
.sdw-process-list { position: relative; margin: 72px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.sdw-process-list::before { content: ""; position: absolute; left: 10%; right: 10%; top: 60px; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,162,77,.45), transparent); }
.sdw-step { text-align: center; position: relative; }
.sdw-step__circle { position: relative; width: 120px; height: 120px; margin: 0 auto; display: flex; align-items: center; justify-content: center; }
.sdw-step__circle::before, .sdw-step__circle::after { content: ""; position: absolute; border-radius: 999px; border: 1px solid rgba(201,162,77,.22); }
.sdw-step__circle::before { inset: 0; }
.sdw-step__circle::after { inset: 9px; opacity: .55; }
.sdw-step__icon { position: relative; z-index: 1; width: 80px; height: 80px; border-radius: 999px; background: linear-gradient(135deg, var(--night), var(--legal)); border: 1px solid rgba(201,162,77,.45); color: var(--gold); display: flex; align-items: center; justify-content: center; }
.sdw-step__icon svg { width: 34px; height: 34px; stroke-width: 1.5; }
.sdw-step__num { position: absolute; top: -2px; right: -2px; z-index: 2; width: 36px; height: 36px; border-radius: 999px; background: var(--gold); color: var(--night); display: flex; align-items: center; justify-content: center; font-family: "Playfair Display", Georgia, serif; font-size: 14px; font-weight: 700; box-shadow: var(--shadow-gold); }
.sdw-step h3 { margin: 24px 0 0; color: var(--warm-white); font-size: 23px; }
.sdw-step p { max-width: 260px; margin: 10px auto 0; color: rgba(247,244,239,.66); font-size: 14px; line-height: 1.65; }

.sdw-fees { margin-top: 54px; }
.sdw-fees__box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-card); overflow: hidden; }
.sdw-fees__item { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px clamp(22px, 4vw, 42px); border-bottom: 1px solid var(--border); transition: background .25s ease; }
.sdw-fees__item:last-child { border-bottom: 0; }
.sdw-fees__item:hover { background: rgba(244,241,236,.62); }
.sdw-fees__left { display: flex; align-items: center; gap: 16px; min-width: 0; }
.sdw-check { flex: none; width: 32px; height: 32px; border-radius: 999px; background: var(--night); color: var(--gold); display: flex; align-items: center; justify-content: center; }
.sdw-check svg { width: 17px; height: 17px; stroke-width: 3; }
.sdw-fees__label { font-size: 18px; font-weight: 700; color: var(--night); }
.sdw-fees__price { text-align: right; white-space: nowrap; }
.sdw-fees__price small { display: block; color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.sdw-fees__price span { color: var(--night); font-family: "Playfair Display", Georgia, serif; font-size: 28px; font-weight: 700; }
.sdw-note { margin: 24px auto 0; max-width: 820px; text-align: center; color: var(--muted); font-size: 14px; line-height: 1.7; font-style: italic; }
.sdw-fees__actions { margin-top: 38px; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }

.sdw-about-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(42px, 7vw, 78px); align-items: center; }
.sdw-about-visual { position: relative; }
.sdw-about-card { aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: linear-gradient(135deg, var(--night), var(--legal)); box-shadow: var(--shadow-elegant); position: relative; }
.sdw-about-card::before { content: ""; position: absolute; inset: 0; opacity: .075; background-image: radial-gradient(var(--gold) 1px, transparent 1px); background-size: 24px 24px; }
.sdw-about-card__inner { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 32px; }
.sdw-years { color: var(--gold); font-family: "Playfair Display", Georgia, serif; font-size: clamp(74px, 9vw, 102px); line-height: .9; }
.sdw-years-label { color: var(--warm-white); font-family: "Playfair Display", Georgia, serif; font-size: clamp(32px, 4vw, 44px); }
.sdw-about-card__inner p { margin: 0; color: rgba(247,244,239,.72); font-size: 12px; text-transform: uppercase; letter-spacing: .22em; }
.sdw-about-float { position: absolute; right: -24px; bottom: -24px; max-width: 244px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px; box-shadow: var(--shadow-elegant); }
.sdw-about-float strong { display: block; color: var(--night); font-family: "Playfair Display", Georgia, serif; font-size: 34px; line-height: 1; }
.sdw-about-float span { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.sdw-about-copy h2 { margin: 18px 0 0; color: var(--night); font-size: clamp(34px, 4.4vw, 58px); line-height: 1.1; font-weight: 600; }
.sdw-about-copy p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.sdw-about-copy strong { color: var(--night); }
.sdw-attrs { margin: 38px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.sdw-attrs li { background: #fff; border: 1px solid var(--border); border-radius: 13px; padding: 20px; }
.sdw-attrs span:first-child { width: 42px; height: 42px; border-radius: 10px; background: var(--night); color: var(--gold); display: inline-flex; align-items: center; justify-content: center; }
.sdw-attrs svg { width: 22px; height: 22px; stroke-width: 1.5; }
.sdw-attrs b { display: block; margin-top: 13px; color: var(--night); font-size: 14px; line-height: 1.25; }
.sdw-about-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 16px; }

.sdw-faq-list { margin-top: 46px; display: grid; gap: 15px; }
.sdw-faq-item { background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-card); overflow: hidden; transition: border-color .25s ease; }
.sdw-faq-item.is-open { border-color: rgba(201,162,77,.5); }
.sdw-faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; padding: 23px 26px; color: var(--night); background: transparent; border: 0; cursor: pointer; font-family: "Playfair Display", Georgia, serif; font-size: 20px; transition: color .2s ease; }
.sdw-faq-question:hover { color: var(--legal); }
.sdw-faq-question svg { width: 18px; height: 18px; flex: none; transition: transform .25s ease; }
.sdw-faq-item.is-open .sdw-faq-question svg { transform: rotate(180deg); }
.sdw-faq-answer { display: none; padding: 0 26px 23px; color: var(--muted); line-height: 1.75; }
.sdw-faq-item.is-open .sdw-faq-answer { display: block; }
.sdw-faq-answer p { margin: 0; }

.sdw-contact-grid { margin-top: 54px; display: grid; grid-template-columns: 3fr 2fr; gap: 32px; align-items: start; }
.sdw-form { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-card); padding: clamp(28px,4vw,42px); }
.sdw-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sdw-field { display: grid; gap: 8px; }
.sdw-field--full { margin-top: 20px; }
.sdw-field label, .sdw-checkbox label { color: var(--night); font-weight: 700; font-size: 14px; }
.sdw-field input, .sdw-field textarea, .sdw-field select { width: 100%; border: 1px solid var(--border); border-radius: 10px; padding: 13px 14px; color: var(--night); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.sdw-field textarea { resize: vertical; min-height: 132px; }
.sdw-field input:focus, .sdw-field textarea:focus, .sdw-field select:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,77,.15); }
.sdw-checkbox { margin-top: 20px; display: flex; align-items: flex-start; gap: 12px; }
.sdw-checkbox input { margin-top: 2px; width: 18px; height: 18px; accent-color: var(--gold); }
.sdw-checkbox label { color: var(--muted); font-weight: 500; line-height: 1.55; cursor: pointer; }
.sdw-form-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 13px; }
.sdw-form-message { display: none; margin-bottom: 18px; padding: 14px 16px; border-radius: 12px; font-weight: 700; line-height: 1.5; }
.sdw-form-message.is-success { display: block; color: #14532d; background: #dcfce7; border: 1px solid #86efac; }
.sdw-form-message.is-error { display: block; color: #7f1d1d; background: #fee2e2; border: 1px solid #fecaca; }
.sdw-form-success { display: none; text-align: center; padding: 42px 0; }
.sdw-form-success.is-visible { display: block; }
.sdw-form-success__icon { width: 66px; height: 66px; margin: 0 auto; display: grid; place-items: center; border-radius: 999px; background: rgba(201,162,77,.18); color: var(--gold); }
.sdw-form-success h3 { margin: 22px 0 0; color: var(--night); font-size: 30px; }
.sdw-form-success p { color: var(--muted); }
.sdw-info-list { display: grid; gap: 16px; }
.sdw-info { display: flex; align-items: flex-start; gap: 15px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 20px; box-shadow: var(--shadow-card); transition: transform .25s ease, border-color .25s ease; }
a.sdw-info:hover { transform: translateY(-2px); border-color: rgba(201,162,77,.45); }
.sdw-info__icon { width: 46px; height: 46px; border-radius: 11px; background: var(--night); color: var(--gold); display: flex; align-items: center; justify-content: center; flex: none; }
.sdw-info__icon svg { width: 22px; height: 22px; stroke-width: 1.5; }
.sdw-info small { display: block; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.sdw-info strong { display: block; margin-top: 5px; color: var(--night); font-size: 15px; line-height: 1.45; }

.sdw-footer { background: var(--night); color: rgba(247,244,239,.8); padding: 80px 0 30px; position: relative; overflow: hidden; }
.sdw-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,162,77,.45), transparent); }
.sdw-footer-grid { display: grid; grid-template-columns: 4fr 3fr 5fr; gap: 48px; }
.sdw-footer .sdw-logo__main { font-size: 28px; }
.sdw-footer p { color: rgba(247,244,239,.65); line-height: 1.75; }
.sdw-footer h3 { margin: 0 0 20px; color: var(--warm-white); font-size: 22px; }
.sdw-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.sdw-footer a { color: rgba(247,244,239,.68); transition: color .2s ease; }
.sdw-footer a:hover { color: var(--gold); }
.sdw-footer-contact li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: rgba(247,244,239,.7); }
.sdw-footer-contact svg { width: 18px; height: 18px; margin-top: 1px; color: var(--gold); flex: none; }
.sdw-footer-wa { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; color: var(--gold) !important; font-size: 14px; }
.sdw-footer-wa svg { width: 16px !important; height: 16px !important; flex: none; color: currentColor; stroke-width: 2; }
.sdw-footer-bottom a { color: var(--gold); font-weight: 700; }
.sdw-footer-bottom a:hover { color: var(--gold-soft); }
.sdw-map { margin-top: 24px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(247,244,239,.12); aspect-ratio: 16 / 9; }
.sdw-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.9); }
.sdw-footer-bottom { margin-top: 60px; padding-top: 28px; border-top: 1px solid rgba(247,244,239,.1); display: flex; justify-content: space-between; align-items: center; gap: 18px; color: rgba(247,244,239,.52); font-size: 12px; }

.sdw-floating-wa { position: fixed; right: 24px; bottom: 24px; z-index: 40; width: 58px; height: 58px; }
.sdw-floating-wa::before { content: ""; position: absolute; inset: 0; border-radius: 999px; background: #25d366; opacity: .22; animation: sdwPing 1.6s cubic-bezier(0,0,.2,1) infinite; }
.sdw-floating-wa span { position: relative; width: 58px; height: 58px; border-radius: 999px; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-elegant); transition: transform .3s ease; }
.sdw-floating-wa:hover span { transform: scale(1.1); }
.sdw-floating-wa svg { width: 28px; height: 28px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--transition), transform .8s var(--transition); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.sdw-fade { animation: sdwFadeIn .7s var(--transition) both; }

@keyframes sdwFadeIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sdwKenBurns { from { transform: scale(1); } to { transform: scale(1.08); } }
@keyframes sdwPing { 75%, 100% { transform: scale(1.85); opacity: 0; } }

@media (max-width: 1100px) {
  .sdw-nav, .sdw-header__cta { display: none; }
  .sdw-menu-toggle { display: flex; }
  .sdw-mobile-menu { display: block; }
  .sdw-services-grid, .sdw-grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sdw-process-list { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 48px; }
  .sdw-process-list::before { display: none; }
  .sdw-contact-grid, .sdw-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .sdw-container { width: min(100% - 28px, 1240px); }
  .sdw-header__inner { height: 72px; }
  .sdw-logo__sub { max-width: 230px; font-size: 9px; letter-spacing: .13em; }
  .sdw-hero { min-height: 650px; }
  .sdw-hero__content { padding-top: 72px; }
  .sdw-hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .sdw-hero__arrow { display: none; }
  .sdw-hero__actions, .sdw-fees__actions, .sdw-about-actions, .sdw-form-actions { flex-direction: column; align-items: stretch; }
  .sdw-button { width: 100%; }
  .sdw-services-grid, .sdw-grid-3, .sdw-grid-2, .sdw-process-list, .sdw-about-grid, .sdw-attrs, .sdw-form-grid { grid-template-columns: 1fr; }
  .sdw-service__actions { grid-template-columns: 1fr; }
  .sdw-fees__item { align-items: flex-start; flex-direction: column; }
  .sdw-fees__price { text-align: left; padding-left: 48px; }
  .sdw-about-float { position: static; margin: -36px 18px 0 auto; }
  .sdw-footer-bottom { flex-direction: column; text-align: center; }
  .sdw-floating-wa { right: 18px; bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

.admin-bar .sdw-header { top: 32px; }
.sdw-hero__slide { pointer-events: none; }
.sdw-hero__slide.is-active { pointer-events: auto; }
@media (max-width: 782px) { .admin-bar .sdw-header { top: 46px; } }
