:root {
  --ept-bg: #fff8f2;
  --ept-surface: #ffffff;
  --ept-dark: #15384a;
  --ept-dark-2: #0d2a38;
  --ept-accent: #1f7398;
  --ept-blue: #49a0c6;
  --ept-yellow: #fdeca6;
  --ept-pink: #fcb3e0;
  --ept-pink-strong: #f394dc;
  --ept-peach: #fdd2c2;
  --ept-green: #4ca04d;
  --ept-text: #17242b;
  --ept-muted: #61717a;
  --ept-line: rgba(21, 56, 74, 0.12);
  --ept-shadow: 0 24px 70px rgba(21, 56, 74, 0.12);
  --ept-radius: 24px;
  --ept-radius-sm: 16px;
  --ept-shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ept-draft-body { margin: 0; background: var(--ept-bg); color: var(--ept-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; }
body.ept-draft-body *, body.ept-draft-body *::before, body.ept-draft-body *::after { box-sizing: border-box; }
body.ept-draft-body h1, body.ept-draft-body h2, body.ept-draft-body h3, body.ept-draft-body p { margin-top: 0; }
body.ept-draft-body h1, body.ept-draft-body h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.035em; line-height: 1.03; }
body.ept-draft-body h1 { font-size: clamp(3.1rem, 7vw, 6.6rem); }
body.ept-draft-body h2 { font-size: clamp(2.25rem, 4.5vw, 4.25rem); }
body.ept-draft-body h3 { line-height: 1.18; }
body.ept-draft-body a { color: inherit; text-decoration: none; }
body.ept-draft-body img { display: block; max-width: 100%; }
body.ept-draft-body button, body.ept-draft-body input, body.ept-draft-body select, body.ept-draft-body textarea { font: inherit; }
body.ept-modal-open, body.ept-menu-open { overflow: hidden; }
.ept-shell { width: var(--ept-shell); margin-inline: auto; }
.ept-section { position: relative; padding: clamp(76px, 9vw, 132px) 0; }
.ept-section--soft { background: linear-gradient(135deg, rgba(253,236,166,.38), rgba(252,179,224,.2) 52%, rgba(73,160,198,.12)); }
.ept-section--dark { background: radial-gradient(circle at 85% 10%, rgba(73,160,198,.22), transparent 35%), var(--ept-dark); color: white; }
.ept-section--quote { background: #fff; }
.ept-main { overflow: hidden; }
.ept-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--ept-accent); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ept-eyebrow::before { content: ""; width: 32px; height: 2px; background: linear-gradient(90deg, var(--ept-blue), var(--ept-pink-strong)); border-radius: 99px; }
.ept-section-head { max-width: 760px; margin-bottom: 48px; }
.ept-section-head h2 { margin-bottom: 18px; }
.ept-section-head p { max-width: 680px; color: var(--ept-muted); font-size: 1.08rem; }
.ept-section-head--light p { color: rgba(255,255,255,.72); }
.ept-section-head--light .ept-eyebrow { color: var(--ept-yellow); }
.ept-section-head--split { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 28px; }
.ept-section-head--split > div { max-width: 770px; }
.ept-center { max-width: 830px; text-align: center; }
.ept-center .ept-eyebrow { justify-content: center; }
.ept-center p { color: var(--ept-muted); font-size: 1.08rem; }

.ept-skip-link { position: fixed; left: 14px; top: -100px; z-index: 99999; background: white; color: var(--ept-dark); padding: 12px 16px; border-radius: 10px; box-shadow: var(--ept-shadow); }
.ept-skip-link:focus { top: 14px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.ept-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; padding: 16px 0; transition: .25s ease; }
.ept-header::before { content: ""; position: absolute; inset: 0; background: rgba(255,248,242,.72); backdrop-filter: blur(20px); border-bottom: 1px solid transparent; opacity: 0; transition: .25s ease; }
.ept-header.is-scrolled::before { opacity: 1; border-bottom-color: var(--ept-line); }
.ept-header__inner { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; }
.ept-brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.ept-brand__mark { position: relative; width: 48px; height: 36px; display: inline-block; transform: rotate(-8deg); }
.ept-brand__mark i { position: absolute; left: 0; right: 0; height: 10px; border-radius: 999px 40px 999px 40px; transform: skewX(-18deg); }
.ept-brand__mark i:nth-child(1) { top: 1px; background: var(--ept-blue); }
.ept-brand__mark i:nth-child(2) { top: 13px; left: 5px; background: var(--ept-yellow); }
.ept-brand__mark i:nth-child(3) { top: 25px; left: 10px; background: var(--ept-pink-strong); }
.ept-brand strong { display: block; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1; font-weight: 500; }
.ept-brand small { display: block; margin-top: 4px; color: var(--ept-muted); font-size: .64rem; letter-spacing: .28em; text-transform: uppercase; }
.ept-nav { justify-self: center; display: flex; align-items: center; gap: 30px; }
.ept-nav a { position: relative; color: #29424f; font-size: .93rem; font-weight: 650; }
.ept-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--ept-accent); transition: .2s ease; }
.ept-nav a:hover::after, .ept-nav a.is-current::after { right: 0; }
.ept-header__actions { display: flex; align-items: center; gap: 10px; }
.ept-icon-button, .ept-menu-toggle { width: 44px; height: 44px; border: 1px solid var(--ept-line); border-radius: 50%; display: inline-grid; place-items: center; color: var(--ept-dark); background: rgba(255,255,255,.66); cursor: pointer; }
.ept-icon-button svg, .ept-menu-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ept-menu-toggle { display: none; }

.ept-btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .93rem; font-weight: 760; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.ept-btn svg, .ept-link svg, .ept-service-card a svg, .ept-guide-card a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ept-btn:hover { transform: translateY(-2px); }
.ept-btn--primary { background: var(--ept-accent); color: white; box-shadow: 0 14px 28px rgba(31,115,152,.24); }
.ept-btn--primary:hover { background: #185e7d; }
.ept-btn--secondary { background: var(--ept-dark); color: white; }
.ept-btn--ghost { border-color: var(--ept-line); background: rgba(255,255,255,.54); color: var(--ept-dark); }
.ept-btn--small { min-height: 44px; padding: 10px 18px; font-size: .84rem; }
.ept-btn--light { background: white; color: var(--ept-dark); }
.ept-btn--outline-light { border-color: rgba(255,255,255,.35); color: white; background: transparent; }
.ept-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ept-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ept-accent); font-weight: 760; }

.ept-hero { min-height: 100svh; padding-top: 150px; background: radial-gradient(circle at 8% 22%, rgba(253,236,166,.78), transparent 27%), radial-gradient(circle at 92% 16%, rgba(252,179,224,.62), transparent 31%), linear-gradient(145deg, #fffaf6, #fff5fa 55%, #eff9fd); }
.ept-hero::after { content: ""; position: absolute; inset: auto -12% -18% 34%; height: 420px; background: rgba(73,160,198,.08); filter: blur(80px); border-radius: 50%; }
.ept-hero__grid { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(420px,.97fr); align-items: center; gap: clamp(42px, 7vw, 95px); }
.ept-hero__copy { position: relative; z-index: 1; }
.ept-hero__copy h1 { max-width: 780px; margin-bottom: 26px; color: var(--ept-dark); }
.ept-hero__copy p { max-width: 690px; margin-bottom: 34px; color: #4b606b; font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.ept-hero__art { position: relative; min-height: 560px; display: grid; place-items: center; }
.ept-hero__card { position: relative; z-index: 2; width: min(440px, 92%); aspect-ratio: 1 / 1; padding: 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 42px; background: rgba(255,255,255,.32); box-shadow: var(--ept-shadow); backdrop-filter: blur(15px); transform: rotate(2deg); }
.ept-hero__card img { width: 100%; height: 100%; object-fit: cover; border-radius: 30px; }
.ept-hero__orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.ept-hero__orb--one { width: 420px; height: 420px; background: linear-gradient(135deg, rgba(73,160,198,.34), rgba(252,179,224,.24)); top: 40px; right: 0; }
.ept-hero__orb--two { width: 220px; height: 220px; background: rgba(253,236,166,.72); bottom: 24px; left: 12px; }
.ept-floating-note { position: absolute; z-index: 3; min-width: 170px; padding: 14px 18px; border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 16px 40px rgba(21,56,74,.14); backdrop-filter: blur(12px); }
.ept-floating-note span { display: block; color: var(--ept-dark); font-weight: 800; }
.ept-floating-note small { color: var(--ept-muted); }
.ept-floating-note--top { top: 70px; left: 0; }
.ept-floating-note--bottom { right: -10px; bottom: 86px; }
.ept-hero__search { position: relative; z-index: 4; margin-top: 36px; }

.ept-search { position: relative; }
.ept-search__label { display: block; margin-bottom: 12px; color: var(--ept-dark); font-weight: 800; }
.ept-search__box { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 70px; padding: 8px 8px 8px 22px; border: 1px solid rgba(21,56,74,.1); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 20px 60px rgba(21,56,74,.13); }
.ept-search__icon { display: grid; place-items: center; color: var(--ept-accent); }
.ept-search__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ept-search__box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ept-text); }
.ept-search__box button { min-height: 54px; padding: 10px 22px; border: 0; border-radius: 16px; background: var(--ept-dark); color: white; font-weight: 760; cursor: pointer; }
.ept-search__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.ept-search__chips button { padding: 8px 12px; border: 1px solid var(--ept-line); border-radius: 999px; background: rgba(255,255,255,.62); color: #405762; font-size: .76rem; cursor: pointer; }
.ept-search__results { position: absolute; z-index: 30; top: calc(100% - 38px); left: 0; right: 0; max-height: 390px; overflow: auto; margin-top: 10px; padding: 10px; border: 1px solid var(--ept-line); border-radius: 20px; background: white; box-shadow: var(--ept-shadow); }
.ept-search__results a { display: block; padding: 13px 14px; border-radius: 14px; }
.ept-search__results a:hover { background: #f3f8fa; }
.ept-search__results strong, .ept-search__results span { display: block; }
.ept-search__results span { margin-top: 3px; color: var(--ept-muted); font-size: .82rem; }
.ept-search-loading { padding: 15px; color: var(--ept-muted); }
.ept-search-empty { display: grid; gap: 3px; padding: 16px; }
.ept-search-empty a { margin-top: 8px; padding: 0; color: var(--ept-accent); font-weight: 780; }
.ept-search-modal[hidden] { display: none; }
.ept-search-modal { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: start center; padding-top: 110px; }
.ept-search-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(13,42,56,.72); backdrop-filter: blur(8px); }
.ept-search-modal__panel { position: relative; z-index: 1; width: min(820px, calc(100% - 30px)); padding: clamp(28px,5vw,54px); border-radius: 28px; background: var(--ept-bg); box-shadow: 0 30px 100px rgba(0,0,0,.34); }
.ept-search-modal__close { position: absolute; top: 16px; right: 16px; }

.ept-filter { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.ept-filter button { padding: 10px 15px; border: 1px solid var(--ept-line); border-radius: 999px; background: transparent; color: #3e5560; font-weight: 700; cursor: pointer; }
.ept-filter button.is-active { background: var(--ept-dark); color: white; }
.ept-card-grid { display: grid; gap: 18px; }
.ept-card-grid--services { grid-template-columns: repeat(3, minmax(0,1fr)); }
.ept-service-card { position: relative; min-height: 320px; padding: 30px; border: 1px solid rgba(21,56,74,.08); border-radius: var(--ept-radius); background: rgba(255,255,255,.82); box-shadow: 0 14px 40px rgba(21,56,74,.07); transition: .24s ease; }
.ept-service-card:hover { transform: translateY(-6px); box-shadow: var(--ept-shadow); }
.ept-service-card[hidden] { display: none; }
.ept-service-card__icon { width: 58px; height: 58px; margin-bottom: 42px; border-radius: 18px; background-color: rgba(73,160,198,.12); background-repeat: no-repeat; background-position: center; background-size: 30px 30px; }
.ept-service-card:nth-child(2n) .ept-service-card__icon { background-color: rgba(252,179,224,.22); }
.ept-service-card:nth-child(3n) .ept-service-card__icon { background-color: rgba(253,236,166,.5); }
.ept-service-card h3 { margin-bottom: 14px; color: var(--ept-dark); font-size: 1.35rem; }
.ept-service-card p { color: var(--ept-muted); }
.ept-service-card a { position: absolute; left: 30px; bottom: 28px; display: inline-flex; align-items: center; gap: 8px; color: var(--ept-accent); font-weight: 780; }
.ept-icon--church { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f7398' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21h16M6 21V10l6-4 6 4v11M12 2v4M9.5 4h5M9 21v-6h6v6'/%3E%3C/svg%3E"); }
.ept-icon--heritage { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f7398' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 18h14M6 18V9M10 18V9M14 18V9M18 18V9M4 9h16L12 3 4 9Z'/%3E%3C/svg%3E"); }
.ept-icon--rings { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f7398' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='13' r='5'/%3E%3Ccircle cx='15' cy='13' r='5'/%3E%3Cpath d='m12 6 2-3 2 3'/%3E%3C/svg%3E"); }
.ept-icon--compass { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f7398' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m15 9-2 5-5 2 2-5 5-2Z'/%3E%3C/svg%3E"); }
.ept-icon--calendar { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f7398' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01'/%3E%3C/svg%3E"); }
.ept-icon--community { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f7398' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3 21v-2a6 6 0 0 1 12 0v2M16 3.5a3 3 0 0 1 0 5.8M17 14a5 5 0 0 1 4 4.9V21'/%3E%3C/svg%3E"); }

.ept-feature-grid { display: grid; grid-template-columns: 1.1fr .95fr .95fr; gap: 18px; }
.ept-feature-card { min-height: 380px; padding: 34px; border-radius: 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; position: relative; }
.ept-feature-card::before, .ept-feature-card::after { content: ""; position: absolute; border-radius: 50%; opacity: .6; }
.ept-feature-card::before { width: 240px; height: 240px; top: -80px; right: -60px; border: 38px solid rgba(255,255,255,.35); }
.ept-feature-card::after { width: 140px; height: 140px; top: 60px; right: 40px; background: rgba(255,255,255,.28); }
.ept-feature-card > * { position: relative; z-index: 1; }
.ept-feature-card--blue { background: linear-gradient(145deg, #cdebf6, #8bc9e1); }
.ept-feature-card--pink { background: linear-gradient(145deg, #ffe4f4, #f8b9e2); }
.ept-feature-card--yellow { background: linear-gradient(145deg, #fff7cf, #f4db78); }
.ept-feature-card__tag { margin-bottom: auto; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.62); font-size: .72rem; font-weight: 800; }
.ept-feature-card h3 { max-width: 380px; margin-bottom: 14px; color: var(--ept-dark); font-family: Georgia, serif; font-size: clamp(1.7rem,2.4vw,2.5rem); font-weight: 500; }
.ept-feature-card p { max-width: 390px; color: rgba(21,56,74,.74); }
.ept-feature-card a { font-weight: 780; color: var(--ept-dark); }

.ept-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ept-step { position: relative; min-height: 260px; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.055); }
.ept-step > span { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 48px; border-radius: 50%; background: rgba(253,236,166,.13); color: var(--ept-yellow); font-weight: 800; }
.ept-step h3 { font-size: 1.3rem; }
.ept-step p { color: rgba(255,255,255,.68); }

.ept-trust { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px,8vw,100px); align-items: center; }
.ept-trust__copy p { color: var(--ept-muted); margin-bottom: 28px; }
.ept-trust__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.ept-trust-card { padding: 26px; border: 1px solid var(--ept-line); border-radius: 22px; background: white; }
.ept-trust-card svg { width: 26px; height: 26px; margin-bottom: 38px; fill: none; stroke: var(--ept-green); stroke-width: 2; }
.ept-trust-card h3 { color: var(--ept-dark); }
.ept-trust-card p { color: var(--ept-muted); font-size: .92rem; }

.ept-quote { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: start; max-width: 1050px; }
.ept-quote__mark { font-family: Georgia, serif; color: var(--ept-pink-strong); font-size: 10rem; line-height: .7; }
.ept-quote h2 { max-width: 900px; font-size: clamp(2.4rem,5vw,5rem); }
.ept-quote p { max-width: 760px; color: var(--ept-muted); }

.ept-guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.ept-guide-card { min-height: 300px; padding: 30px; border: 1px solid var(--ept-line); border-radius: 24px; background: white; }
.ept-guide-card > span { display: inline-block; margin-bottom: 64px; color: var(--ept-accent); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.ept-guide-card h3 { font-family: Georgia, serif; color: var(--ept-dark); font-size: 1.65rem; font-weight: 500; }
.ept-guide-card p { color: var(--ept-muted); }
.ept-guide-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--ept-accent); font-weight: 780; }

.ept-section--cta { padding-top: 0; }
.ept-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: clamp(42px,7vw,76px); border-radius: 36px; background: radial-gradient(circle at 90% 0, rgba(252,179,224,.24), transparent 30%), var(--ept-dark); color: white; }
.ept-cta h2 { max-width: 720px; }
.ept-cta p { color: rgba(255,255,255,.72); }
.ept-cta .ept-eyebrow { color: var(--ept-yellow); }

.ept-page-hero { padding: 190px 0 110px; background: radial-gradient(circle at 10% 12%, rgba(253,236,166,.75), transparent 28%), radial-gradient(circle at 90% 10%, rgba(252,179,224,.55), transparent 30%), linear-gradient(135deg,#fffaf6,#f3fbfe); }
.ept-page-hero .ept-shell { max-width: 1000px; }
.ept-page-hero h1 { margin-bottom: 22px; font-size: clamp(3rem,6vw,5.6rem); }
.ept-page-hero p { max-width: 800px; color: var(--ept-muted); font-size: 1.18rem; }
.ept-page-search { margin-top: 40px; }
.ept-two-col { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(42px,8vw,100px); align-items: start; }
.ept-two-col p { color: var(--ept-muted); }
.ept-highlight { padding: 42px; border-radius: 28px; background: linear-gradient(145deg, rgba(252,179,224,.42), rgba(253,236,166,.5)); }
.ept-highlight > span { color: var(--ept-accent); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.ept-highlight blockquote { margin: 24px 0 0; color: var(--ept-dark); font-family: Georgia, serif; font-size: clamp(2rem,3.7vw,3.35rem); line-height: 1.13; }
.ept-mission-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.ept-mission-grid article { padding: 42px; border-radius: 28px; background: rgba(255,255,255,.72); }
.ept-mission-grid p { color: var(--ept-muted); }
.ept-story { display: grid; grid-template-columns: 1fr .84fr; gap: clamp(42px,8vw,100px); align-items: center; }
.ept-story p { color: var(--ept-muted); }
.ept-story__art { min-height: 440px; display: grid; place-items: center; border-radius: 34px; background: linear-gradient(145deg, #cdebf6, #f8c9e7 55%, #fff0ad); }
.ept-story__card { width: 75%; padding: 36px; border: 1px solid rgba(255,255,255,.5); border-radius: 26px; background: rgba(255,255,255,.42); backdrop-filter: blur(12px); box-shadow: var(--ept-shadow); }
.ept-story__card span, .ept-story__card strong, .ept-story__card small { display: block; }
.ept-story__card span { color: var(--ept-accent); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.ept-story__card strong { margin: 28px 0 10px; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }
.ept-story__card small { color: var(--ept-muted); }
.ept-principles-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.ept-principles-grid article { min-height: 180px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.05); }
.ept-principles-grid span { display: block; margin-bottom: 46px; color: var(--ept-yellow); font-weight: 800; }
.ept-principles-grid h3 { font-size: 1.05rem; }

.ept-service-list { display: grid; gap: 18px; }
.ept-service-detail { scroll-margin-top: 110px; display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: clamp(30px,5vw,58px); border: 1px solid var(--ept-line); border-radius: 28px; background: white; }
.ept-service-detail__number { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 20px; background: linear-gradient(135deg, rgba(73,160,198,.2), rgba(252,179,224,.3)); color: var(--ept-accent); font-weight: 850; }
.ept-service-detail h2 { font-size: clamp(2rem,4vw,3.5rem); }
.ept-service-detail .ept-lead { color: var(--ept-dark); font-size: 1.12rem; }
.ept-service-detail p { max-width: 850px; color: var(--ept-muted); }
.ept-service-detail__actions { display: flex; align-items: center; gap: 18px; margin-top: 26px; }
.ept-text-button { border: 0; background: transparent; color: var(--ept-accent); font-weight: 780; cursor: pointer; }
.ept-text-button span { display: inline-block; min-width: 18px; margin-left: 6px; }
.ept-mini-faq { margin-top: 26px; padding: 24px; border-radius: 18px; background: #f5f9fb; }
.ept-mini-faq h3 { margin-bottom: 6px; }
.ept-mini-faq p:not(:last-child) { margin-bottom: 22px; }

.ept-contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.ept-contact-cards > * { min-height: 250px; padding: 30px; border: 1px solid var(--ept-line); border-radius: 24px; background: white; transition: .2s ease; }
.ept-contact-cards > a:hover { transform: translateY(-4px); box-shadow: var(--ept-shadow); }
.ept-contact-cards__icon { width: 48px; height: 48px; margin-bottom: 44px; display: grid; place-items: center; border-radius: 16px; background: rgba(73,160,198,.12); color: var(--ept-accent); }
.ept-contact-cards__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ept-contact-cards small, .ept-contact-cards strong, .ept-contact-cards p { display: block; }
.ept-contact-cards small { color: var(--ept-accent); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ept-contact-cards strong { margin: 8px 0 10px; color: var(--ept-dark); font-size: 1.1rem; }
.ept-contact-cards p { color: var(--ept-muted); }
.ept-contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px,8vw,96px); align-items: start; }
.ept-check-list { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.ept-check-list li { display: flex; align-items: center; gap: 10px; }
.ept-check-list svg { width: 20px; height: 20px; fill: none; stroke: var(--ept-green); stroke-width: 2; }
.ept-form-card { padding: clamp(28px,5vw,48px); border-radius: 28px; background: white; box-shadow: var(--ept-shadow); }
.ept-form-card form { display: grid; gap: 18px; }
.ept-form-card label { display: grid; gap: 8px; color: var(--ept-dark); font-size: .9rem; font-weight: 760; }
.ept-form-card input, .ept-form-card select, .ept-form-card textarea { width: 100%; border: 1px solid rgba(21,56,74,.18); border-radius: 14px; background: #fffdfa; padding: 13px 14px; color: var(--ept-text); outline: none; }
.ept-form-card input:focus, .ept-form-card select:focus, .ept-form-card textarea:focus { border-color: var(--ept-accent); box-shadow: 0 0 0 3px rgba(31,115,152,.12); }
.ept-form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.ept-form-card small { color: var(--ept-muted); font-size: .74rem; }
.ept-alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 14px; font-weight: 700; }
.ept-alert--success { background: rgba(76,160,77,.13); color: #286f2a; }
.ept-alert--error { background: rgba(181,62,62,.1); color: #923939; }

.ept-footer { padding: 76px 0 26px; background: var(--ept-dark-2); color: white; }
.ept-footer__grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 42px; }
.ept-footer__grid > div:first-child { max-width: 380px; }
.ept-footer p, .ept-footer span, .ept-footer a { color: rgba(255,255,255,.66); }
.ept-footer h2 { margin-bottom: 18px; font-family: inherit; font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ept-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.ept-brand--footer strong, .ept-brand--footer small { color: white; }
.ept-registry { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: .74rem; }
.ept-registry svg { width: 16px; height: 16px; fill: none; stroke: var(--ept-yellow); stroke-width: 2; }
.ept-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .77rem; }
.ept-footer__bottom div { display: flex; gap: 18px; }
.ept-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 1200; min-height: 50px; display: inline-flex; align-items: center; gap: 9px; padding: 0 18px; border-radius: 999px; background: #2a8b55; color: white !important; box-shadow: 0 14px 35px rgba(42,139,85,.28); font-size: .82rem; font-weight: 800; }
.ept-whatsapp svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .ept-header__inner { grid-template-columns: auto auto 1fr; }
  .ept-menu-toggle { display: inline-grid; order: 3; justify-self: end; }
  .ept-nav { position: fixed; inset: 82px 18px auto; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 20px; border: 1px solid var(--ept-line); border-radius: 22px; background: rgba(255,248,242,.98); box-shadow: var(--ept-shadow); }
  .ept-nav.is-open { display: flex; }
  .ept-nav a { padding: 12px; border-radius: 12px; }
  .ept-nav a:hover { background: white; }
  .ept-nav a::after { display: none; }
  .ept-header__actions { justify-self: end; }
  .ept-header__actions .ept-btn { display: none; }
  .ept-hero__grid { grid-template-columns: 1fr; }
  .ept-hero__copy { text-align: center; }
  .ept-hero__copy .ept-eyebrow, .ept-hero__copy .ept-actions { justify-content: center; }
  .ept-hero__copy p { margin-inline: auto; }
  .ept-hero__art { min-height: 480px; }
  .ept-card-grid--services { grid-template-columns: repeat(2,1fr); }
  .ept-feature-grid { grid-template-columns: 1fr 1fr; }
  .ept-feature-card:first-child { grid-column: 1 / -1; }
  .ept-steps { grid-template-columns: repeat(2,1fr); }
  .ept-trust { grid-template-columns: 1fr; }
  .ept-guide-grid { grid-template-columns: 1fr 1fr; }
  .ept-guide-card:last-child { grid-column: 1 / -1; }
  .ept-principles-grid { grid-template-columns: repeat(2,1fr); }
  .ept-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .ept-footer__grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  :root { --ept-shell: min(100% - 26px, 1180px); }
  body.ept-draft-body { font-size: 16px; }
  .ept-section { padding: 74px 0; }
  .ept-header { padding: 10px 0; }
  .ept-brand__mark { width: 40px; height: 30px; }
  .ept-brand strong { font-size: .94rem; }
  .ept-header__actions .ept-icon-button { display: none; }
  .ept-hero { padding-top: 125px; }
  .ept-hero__art { min-height: 390px; }
  .ept-hero__card { width: min(340px,88%); border-radius: 30px; }
  .ept-hero__card img { border-radius: 22px; }
  .ept-floating-note { min-width: 145px; padding: 11px 13px; font-size: .78rem; }
  .ept-floating-note--top { left: 4px; top: 30px; }
  .ept-floating-note--bottom { right: 2px; bottom: 38px; }
  .ept-search__box { grid-template-columns: auto 1fr; padding: 10px 14px; border-radius: 18px; }
  .ept-search__box button { grid-column: 1 / -1; width: 100%; }
  .ept-search__results { top: calc(100% - 20px); }
  .ept-section-head--split { align-items: start; flex-direction: column; }
  .ept-card-grid--services, .ept-feature-grid, .ept-steps, .ept-guide-grid, .ept-trust__grid, .ept-mission-grid, .ept-contact-cards, .ept-form-row, .ept-principles-grid { grid-template-columns: 1fr; }
  .ept-feature-card:first-child, .ept-guide-card:last-child { grid-column: auto; }
  .ept-service-card { min-height: 300px; }
  .ept-quote { grid-template-columns: 1fr; gap: 12px; }
  .ept-quote__mark { font-size: 7rem; }
  .ept-cta { flex-direction: column; align-items: flex-start; }
  .ept-page-hero { padding: 145px 0 80px; }
  .ept-two-col, .ept-story, .ept-contact-layout { grid-template-columns: 1fr; }
  .ept-service-detail { grid-template-columns: 1fr; }
  .ept-service-detail__actions { align-items: flex-start; flex-direction: column; }
  .ept-footer__grid { grid-template-columns: 1fr 1fr; }
  .ept-footer__grid > div:first-child, .ept-footer__grid > div:last-child { grid-column: 1 / -1; }
  .ept-footer__bottom { align-items: flex-start; flex-direction: column; }
  .ept-whatsapp span { display: none; }
  .ept-whatsapp { width: 52px; padding: 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
