:root {
  --p-ink: #14202b;
  --p-ink-2: #43515e;
  --p-blue: #1f6078;
  --p-blue-2: #174c60;
  --p-copper: #a96a4c;
  --p-paper: #eef0ed;
  --p-mist: #e7eceb;
  --p-line: #cbd3d4;
  --p-white: #fff;
  --p-dark: #14202b;
  --p-radius: 2px;
  --p-max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.premium-page { margin: 0; background: var(--p-paper); color: var(--p-ink); font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; line-height: 1.55; }
.premium-page a { color: inherit; text-decoration: none; }
.premium-page img { display: block; max-width: 100%; }
.p-wrap { width: min(var(--p-max), calc(100% - 96px)); margin-inline: auto; }
.p-skip { position: absolute; left: -10000px; top: 12px; z-index: 50; padding: 12px 16px; background: var(--p-ink); color: var(--p-white); }
.p-skip:focus { left: 16px; }
.p-utility { background: var(--p-ink); color: #cbd7dd; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.p-utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.p-utility a { color: var(--p-white); font-weight: 700; }
.p-header { min-height: 106px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 56px; }
.p-brand img { width: 151px; height: auto; }
.p-nav { display: flex; align-items: center; justify-content: flex-end; gap: 28px; font-size: .78rem; }
.p-nav a, .p-phone, .p-header-wa { transition: color .2s ease, border-color .2s ease; }
.p-nav a { position: relative; }
.p-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--p-blue); transition: right .22s ease; }
.p-nav a:hover::after, .p-nav a:focus-visible::after { right: 0; }
.p-nav a:hover, .p-phone:hover, .p-header-wa:hover { color: var(--p-blue); }
.p-header-actions { display: flex; align-items: center; gap: 18px; white-space: nowrap; font-size: .8rem; font-weight: 750; }
.p-header-wa { border-left: 1px solid var(--p-line); padding-left: 18px; color: var(--p-blue); }
.p-hero { border-top: 1px solid var(--p-line); }
.p-hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 72px; align-items: center; padding: 74px 0 86px; }
.p-kicker { margin: 0 0 30px; color: var(--p-blue); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .62rem; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.p-index { display: inline-block; margin-right: 12px; color: #73a7c5; font-variant-numeric: tabular-nums; }
.p-hero h1 { max-width: 660px; margin: 0; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(4.5rem, 7.2vw, 7.1rem); line-height: .86; letter-spacing: -.065em; font-weight: 500; }
.p-hero h1 em { color: var(--p-blue); font-style: normal; }
.p-hero-lead { max-width: 500px; margin: 42px 0 0; color: var(--p-ink-2); font-size: 1.2rem; line-height: 1.48; }
.p-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.p-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 50px; padding: 14px 19px; border: 1px solid transparent; border-radius: var(--p-radius); font-size: .76rem; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.p-button:hover { transform: translateY(-2px); }
.p-button-solid { background: var(--p-blue); color: var(--p-white); }
.p-button-solid:hover { background: var(--p-blue-2); }
.p-button-outline { border-color: var(--p-ink-2); color: var(--p-ink); }
.p-button-outline:hover { background: var(--p-ink); color: var(--p-white); }
.p-button-light { background: var(--p-white); color: var(--p-ink); }
.p-button-light:hover { background: #dce8ec; }
.p-whatsapp .p-button-light { color: var(--p-ink); }
.p-text-action, .p-underlink { color: var(--p-blue); font-size: .78rem; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.p-text-action:hover, .p-underlink:hover { color: var(--p-ink); }
.p-hero-notes { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 62px; padding-top: 15px; border-top: 1px solid var(--p-line); color: var(--p-ink-2); font-size: .72rem; }
.p-hero-media { min-width: 0; }
.p-media-frame { position: relative; overflow: hidden; background: var(--p-ink); border: 1px solid #89999e; box-shadow: 14px 14px 0 #d4dddc; }
.p-media-frame img { display: block; width: 100%; aspect-ratio: 16 / 11; object-fit: contain; object-position: center; background: var(--p-ink); filter: saturate(.66) contrast(1.05); }
.p-media-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 44%, rgba(13, 82, 126, .12)); pointer-events: none; }
.p-media-frame::before { content: ""; position: absolute; inset: 16px; z-index: 1; border: 1px solid rgba(231, 240, 240, .34); background-image: linear-gradient(to right, transparent 49.7%, rgba(231, 240, 240, .18) 50%, transparent 50.3%), linear-gradient(to bottom, transparent 49.7%, rgba(231, 240, 240, .18) 50%, transparent 50.3%); pointer-events: none; }
.p-media-mark { position: absolute; right: 18px; bottom: 16px; z-index: 1; color: rgba(255,255,255,.82); font-size: .57rem; line-height: 1.5; letter-spacing: .14em; text-align: right; }
.p-media-mark b { color: #b9d5e4; font-weight: 800; }
.p-caption { margin: 10px 0 0; color: var(--p-ink-2); font-size: .69rem; text-align: right; }
.p-signal { background: var(--p-ink); color: #dce6e9; }
.p-signal-grid { min-height: 82px; display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; gap: 24px; font-size: .74rem; }
.p-signal-grid span b { margin-right: 10px; color: #71a8c5; font-size: .65rem; }
.p-signal-grid a { justify-self: end; color: #b9d5e4; font-weight: 800; }
.p-signal-grid a:hover { color: var(--p-white); }
.p-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 146px; padding-bottom: 155px; }
.p-intro-statement h2, .p-section-head h2, .p-process h2, .p-whatsapp h2, .p-local h2, .p-contact h2 { margin: 0; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(2.8rem, 5vw, 5.3rem); line-height: .96; letter-spacing: -.055em; font-weight: 500; }
.p-intro-detail { align-self: end; max-width: 480px; padding-bottom: 5px; }
.p-intro-detail p, .p-section-head > p, .p-process-intro > p:last-of-type, .p-whatsapp-copy > p:not(.p-kicker), .p-local-copy > p, .p-contact-copy > p:not(.p-kicker) { margin: 0; color: var(--p-ink-2); font-size: 1.05rem; line-height: 1.55; }
.p-underlink { display: inline-block; margin-top: 36px; }
.p-dossier { padding: 126px 0 140px; background: #18252c; color: var(--p-white); }
.p-section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; padding-bottom: 64px; border-bottom: 1px solid #425360; }
.p-section-head .p-kicker { color: #8db9d1; }
.p-section-head h2 { color: var(--p-white); }
.p-section-head > p { max-width: 460px; color: #b8c6cc; }
.p-dossier-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 82px; padding-top: 38px; }
.p-dossier-list a { display: grid; grid-template-columns: 48px 1fr 28px; gap: 22px; align-items: start; padding: 26px 0; border-bottom: 1px solid #425360; }
.p-dossier-list a:first-child { border-top: 1px solid #425360; }
.p-list-index { color: #78abc5; font-size: .68rem; letter-spacing: .12em; }
.p-dossier-list b { display: block; font-size: 1.22rem; line-height: 1.25; }
.p-dossier-list small { display: block; max-width: 520px; margin-top: 8px; color: #b8c6cc; font-size: .84rem; line-height: 1.5; }
.p-dossier-list i { color: #8db9d1; font-style: normal; font-size: 1rem; text-align: right; }
.p-dossier-list a:hover b, .p-dossier-list a:hover i { color: #8dc7e6; }
.p-dossier-visual { align-self: start; position: relative; overflow: hidden; border: 1px solid #526a73; background: #dbe5e3; }
.p-dossier-visual img { display: block; width: 100%; aspect-ratio: 16 / 11; object-fit: contain; background: #dbe5e3; filter: saturate(.78) contrast(1.04); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.p-dossier-visual:hover img { transform: scale(1.02); }
.p-dossier-image { align-self: start; position: relative; overflow: hidden; }
.p-dossier-image img { width: 100%; aspect-ratio: .95; object-fit: cover; filter: saturate(.55) contrast(1.08); }
.p-dossier-image span, .p-whatsapp-media span { position: absolute; bottom: 14px; left: 16px; color: #d9e6eb; font-size: .58rem; letter-spacing: .14em; }
.p-process { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; padding-top: 145px; padding-bottom: 150px; }
.p-process-intro { max-width: 460px; }
.p-process-intro h2 { margin-bottom: 31px; }
.p-process-intro > p:last-of-type { margin-bottom: 38px; }
.p-process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--p-line); }
.p-process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--p-line); }
.p-process-list li > b { color: #6ba5c4; font-size: .68rem; letter-spacing: .1em; font-weight: 700; }
.p-process-list strong { display: block; font-size: 1.1rem; }
.p-process-list p { max-width: 400px; margin: 5px 0 0; color: var(--p-ink-2); font-size: .9rem; }
.p-whatsapp { background: #214e5f; color: var(--p-white); }
.p-whatsapp-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; padding-top: 105px; padding-bottom: 105px; }
.p-whatsapp-panel { position: relative; overflow: hidden; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border: 1px solid #a9c2c3; background: #dbe6e3; }
.p-whatsapp-panel img { display: block; width: calc(100% + 68px); height: auto; aspect-ratio: 16 / 11; margin: -34px -34px 24px; object-fit: contain; background: #dbe6e3; filter: saturate(.72) contrast(1.05); }
.p-panel-label { color: var(--p-copper); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .62rem; font-weight: 800; letter-spacing: .16em; }
.p-whatsapp-panel strong { color: var(--p-ink); font-family: Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(2.7rem, 4.3vw, 5rem); line-height: .92; letter-spacing: -.045em; font-weight: 500; }
.p-whatsapp-panel small { color: var(--p-ink-2); font-size: .72rem; }
.p-whatsapp-copy { max-width: 500px; }
.p-whatsapp-copy .p-kicker { color: #9bc7dc; }
.p-whatsapp-copy h2 { margin-bottom: 28px; }
.p-whatsapp-copy > p:not(.p-kicker) { margin-bottom: 34px; color: #d4e0e4; }
.p-local { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 140px; padding-bottom: 140px; border-top: 1px solid var(--p-line); }
.p-local h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.p-local-copy { align-self: end; }
.p-areas { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.p-areas span { padding: 8px 11px; border: 1px solid var(--p-line); color: var(--p-ink-2); font-size: .71rem; }
.p-contact { background: var(--p-ink); color: var(--p-white); }
.p-contact-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: start; padding-top: 122px; padding-bottom: 122px; }
.p-contact-copy h2 { max-width: 650px; margin-bottom: 28px; }
.p-contact-copy > p:not(.p-kicker) { max-width: 520px; color: #c1cdd2; }
.p-contact-links { display: grid; gap: 20px; margin-top: 46px; }
.p-contact-links a { display: block; width: fit-content; }
.p-contact-links small { display: block; margin-bottom: 4px; color: #83b5ce; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.p-contact-links strong { color: #fff; font-size: 1.02rem; }
.p-contact-links a:hover strong { color: #bde0ed; }
.p-form { padding: 34px; background: var(--p-paper); color: var(--p-ink); }
.p-form-note { margin: 0 0 28px; color: var(--p-blue); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.p-form label { display: block; margin: 16px 0 7px; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.p-form input, .p-form textarea { display: block; width: 100%; border: 1px solid #bcc8cb; border-radius: 0; background: var(--p-white); color: var(--p-ink); padding: 13px; font: inherit; }
.p-form input:focus, .p-form textarea:focus { outline: 3px solid #78a9ca; outline-offset: 3px; border-color: var(--p-blue); }
.p-form textarea { resize: vertical; }
.p-form .p-button { margin-top: 24px; }
.p-form > small { display: block; margin-top: 14px; color: var(--p-ink-2); font-size: .72rem; }
.p-footer { background: var(--p-paper); }
.p-footer-grid { display: grid; grid-template-columns: 180px 1fr auto; gap: 50px; align-items: center; min-height: 170px; }
.p-footer nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: .75rem; }
.p-footer nav a:hover { color: var(--p-blue); }
.p-footer p { margin: 0; color: var(--p-ink-2); font-size: .72rem; text-align: right; }
.p-premium-page :focus-visible, .premium-page :focus-visible { outline: 3px solid #78a9ca; outline-offset: 4px; }
.p-dossier-list a { transition: background-color .22s ease, padding-left .22s ease; }
.p-dossier-list a:hover { background: rgba(123, 173, 198, .08); padding-left: 10px; }
.p-areas span { transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.p-areas span:hover { border-color: var(--p-blue); background: #e5eef0; color: var(--p-blue-2); }
.p-media-frame img { transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease; }
.p-media-frame:hover img { transform: scale(1.025); filter: saturate(.72) contrast(1.05); }
body.motion-ready .p-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease var(--reveal-delay), transform .65s cubic-bezier(.2,.7,.2,1) var(--reveal-delay); }
body.motion-ready .p-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
@media (max-width: 1050px) {
  .p-wrap { width: min(var(--p-max), calc(100% - 56px)); }
  .p-header { gap: 28px; }
  .p-nav { gap: 17px; }
  .p-hero-grid, .p-process, .p-whatsapp-grid, .p-contact-grid { gap: 54px; }
  .p-hero h1 { font-size: clamp(4.1rem, 7.5vw, 6.2rem); }
  .p-intro, .p-section-head, .p-local { gap: 60px; }
}
@media (max-width: 760px) {
  .p-wrap { width: min(100% - 40px, var(--p-max)); }
  .p-utility-inner { min-height: 42px; font-size: .56rem; line-height: 1.35; }
  .p-utility-inner span:nth-child(2) { display: none; }
  .p-header { min-height: 88px; grid-template-columns: 1fr auto; gap: 18px; }
  .p-brand img { width: 128px; }
  .p-nav { display: none; }
  .p-header-actions { gap: 12px; font-size: .7rem; }
  .p-phone { font-size: .7rem; }
  .p-header-wa { padding-left: 12px; }
  .p-hero-grid, .p-intro, .p-section-head, .p-dossier-grid, .p-process, .p-whatsapp-grid, .p-local, .p-contact-grid { display: block; }
  .p-hero-grid { padding: 54px 0 65px; }
  .p-hero h1 { font-size: clamp(3.6rem, 15vw, 6.2rem); }
  .p-hero-lead { margin-top: 32px; font-size: 1.03rem; }
  .p-hero-actions { display: grid; gap: 12px; margin-top: 28px; }
  .p-button, .p-text-action { width: 100%; }
  .p-text-action { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; padding: 14px 2px; }
  .p-hero-notes { margin-top: 34px; }
  .p-hero-media { margin-top: 48px; }
  .p-media-frame img { aspect-ratio: 16 / 11; }
  .p-caption { text-align: left; }
  .p-signal-grid { min-height: auto; grid-template-columns: 1fr 1fr; gap: 18px 12px; padding-top: 24px; padding-bottom: 24px; font-size: .7rem; }
  .p-signal-grid a { grid-column: 1 / -1; justify-self: start; padding-top: 5px; }
  .p-intro { padding-top: 88px; padding-bottom: 94px; }
  .p-intro-detail { margin-top: 32px; }
  .p-intro-statement h2, .p-section-head h2, .p-process h2, .p-whatsapp h2, .p-local h2, .p-contact h2 { font-size: clamp(2.7rem, 12vw, 4.3rem); }
  .p-dossier { padding: 88px 0 94px; }
  .p-section-head { padding-bottom: 38px; }
  .p-section-head > p { margin-top: 28px; }
  .p-dossier-grid { padding-top: 30px; }
  .p-dossier-image { margin-top: 44px; }
  .p-process { padding-top: 90px; padding-bottom: 98px; }
  .p-process-list { margin-top: 54px; }
  .p-whatsapp-grid { padding-top: 72px; padding-bottom: 78px; }
  .p-whatsapp-panel { min-height: 260px; margin-bottom: 42px; }
  .p-whatsapp-copy { margin-top: 42px; }
  .p-local { padding-top: 90px; padding-bottom: 96px; }
  .p-local-copy { margin-top: 36px; }
  .p-contact-grid { padding-top: 82px; padding-bottom: 84px; }
  .p-form { margin-top: 48px; padding: 24px; }
  .p-footer-grid { display: block; padding-top: 52px; padding-bottom: 48px; }
  .p-footer nav { margin-top: 28px; gap: 16px; }
  .p-footer p { margin-top: 28px; text-align: left; }
}
@media (max-width: 380px) {
  .p-wrap { width: calc(100% - 32px); }
  .p-header-actions { gap: 8px; }
  .p-header-wa { padding-left: 8px; }
  .p-phone { font-size: .64rem; }
  .p-hero h1 { font-size: 3.05rem; }
}
