@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #102634;
  --ink-2: #193746;
  --ink-3: #244a57;
  --teal: #1b8986;
  --teal-bright: #72d3c8;
  --gold: #f1d292;
  --cream: #fbf9f3;
  --paper: #f4f4ef;
  --muted: #62747a;
  --line: #dce4e1;
  --shell: 1220px;
  font-synthesis: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'DM Sans', 'Segoe UI', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--gold); }
:focus-visible { outline: 3px solid var(--teal-bright); outline-offset: 4px; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 16px; padding: 12px 18px; background: white; color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.section-pad { padding-block: 128px; }

/* Navigation */
.site-header { position: absolute; top: 0; left: 0; z-index: 30; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.13); }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 15px; flex-shrink: 0; }
.brand-mark { width: 56px; height: 56px; flex: 0 0 56px; object-fit: contain; filter: drop-shadow(0 5px 13px rgba(0,0,0,.16)); }
.brand-name { display: flex; flex-direction: column; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: .07em; font-size: 16px; line-height: 1.2; white-space: nowrap; }
.brand-name strong { font-weight: 800; }
.brand-name small { margin-top: 5px; color: #aabcc0; letter-spacing: .31em; font-size: 9px; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 40px); font-size: 13px; font-weight: 700; }
.site-nav > a { transition: color .2s ease; }
.site-nav > a:hover { color: var(--gold); }
.site-nav .nav-contact { border: 1px solid rgba(255,255,255,.35); border-radius: 8px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; }
.site-nav .nav-contact:hover { border-color: var(--gold); background: rgba(241,210,146,.12); }
.menu-button { display: none; border: 0; background: none; color: white; cursor: pointer; }

/* Hero */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 810px; background: radial-gradient(circle at 81% 45%, #174b52 0, #103746 25%, var(--ink) 65%); color: #fff; }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .4; background-image: linear-gradient(rgba(148,214,207,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(148,214,207,.11) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(65px); pointer-events: none; }
.hero-glow-one { right: -170px; top: 110px; width: 480px; height: 480px; background: rgba(19,132,130,.16); }
.hero-glow-two { left: 22%; bottom: -350px; width: 550px; height: 550px; background: rgba(38,130,133,.12); }
.hero-inner { min-height: 770px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); gap: 28px; align-items: center; padding-top: 90px; }
.hero-copy { position: relative; z-index: 2; padding-block: 62px 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 35px; color: var(--gold); font-family: Manrope, sans-serif; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.eyebrow-line { width: 32px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, 'Segoe UI', sans-serif; }
h1 { max-width: 730px; margin-bottom: 24px; font-size: clamp(48px, 5.25vw, 76px); line-height: 1.08; letter-spacing: -.062em; font-weight: 800; }
h1 em, h2 em { color: var(--gold); font-style: normal; }
.hero-description { max-width: 560px; margin-bottom: 35px; color: #c2d4d7; font-size: 17px; line-height: 1.8; }
.hero-description strong { color: #fff; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.button { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border-radius: 8px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: var(--ink); background: var(--gold); box-shadow: 0 18px 45px rgba(0,0,0,.16); }
.button-gold:hover { background: #ffe1a5; box-shadow: 0 22px 48px rgba(0,0,0,.25); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--teal); }
.button-icon { width: 19px; height: 19px; flex: 0 0 19px; }
.text-link { display: inline-flex; align-items: center; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.45); color: #fff; font-size: 13px; font-weight: 700; transition: border-color .2s ease, color .2s ease; }
.text-link:hover { border-color: var(--gold); color: var(--gold); }
.text-link-dark { color: var(--ink); border-color: var(--ink); }
.text-link-dark:hover { color: var(--teal); }
.hero-proof { display: flex; gap: 0; margin-top: 74px; }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; min-width: 133px; padding-right: 22px; margin-right: 22px; border-right: 1px solid rgba(255,255,255,.19); }
.hero-proof div:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.hero-proof strong { font-family: Manrope, sans-serif; font-size: 28px; font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.hero-proof span { color: #b6c9cc; font-size: 12px; }
.hero-art { position: relative; height: 580px; min-width: 0; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px dashed rgba(151,217,210,.27); border-radius: 50%; }
.orbit-outer { width: min(112%, 580px); aspect-ratio: 1; }
.orbit-inner { width: min(88%, 460px); aspect-ratio: 1; border-style: solid; border-color: rgba(151,217,210,.10); }
.orbit-point { position: absolute; z-index: 3; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(241,210,146,.1), 0 0 25px var(--gold); }
.orbit-point-one { top: 12%; right: 21%; }
.orbit-point-two { bottom: 15%; left: 11%; }
.orbit-point-three { bottom: 27%; right: 8%; background: var(--teal-bright); box-shadow: 0 0 0 7px rgba(114,211,200,.1), 0 0 25px var(--teal-bright); }
.directory-card { position: relative; z-index: 2; width: min(100%, 470px); transform: rotate(-3deg); border: 1px solid rgba(178,230,223,.22); border-radius: 12px; background: #f9faf6; box-shadow: 0 45px 90px rgba(0,0,0,.36), 0 0 0 14px rgba(255,255,255,.04); color: var(--ink); overflow: hidden; }
.directory-topbar { height: 55px; display: flex; align-items: center; gap: 10px; padding: 0 22px; background: var(--ink-2); color: #d8e3e1; font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.mini-mark { width: 24px; height: 24px; flex: 0 0 24px; object-fit: contain; }
.topbar-year { margin-left: auto; color: var(--gold); }
.directory-card-body { padding: 31px 28px 22px; }
.card-kicker { color: #478381; font-size: 9px; font-weight: 800; letter-spacing: .19em; }
.card-title { max-width: 270px; margin-top: 9px; font-family: Manrope, sans-serif; font-size: clamp(25px, 3.2vw, 35px); font-weight: 800; letter-spacing: -.06em; line-height: 1.2; }
.card-title span { color: var(--teal); }
.filter-pills { display: flex; gap: 7px; margin: 25px 0 18px; }
.filter-pills span { min-width: 0; flex: 1; display: flex; justify-content: space-between; gap: 4px; padding: 8px 9px; border: 1px solid #dbe5e1; border-radius: 4px; background: #fff; color: #547078; font-size: 10px; font-weight: 700; }
.filter-pills b { color: var(--teal); }
.preview-list { display: flex; flex-direction: column; gap: 7px; }
.preview-row { height: 52px; display: flex; align-items: center; gap: 13px; padding: 0 11px; border: 1px solid #e3e9e6; border-radius: 4px; background: #fff; }
.row-avatar { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 4px; background: #e9f2ef; color: var(--teal); font-size: 10px; font-weight: 800; }
.row-lines { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.row-lines i { width: 55%; height: 5px; border-radius: 99px; background: #d2dedc; }
.row-lines i:last-child { width: 35%; height: 4px; background: #e4eae7; }
.row-badge { padding: 5px 7px; border-radius: 3px; background: #eef4f0; color: #548481; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.directory-bottom { display: flex; align-items: center; gap: 8px; margin-top: 19px; padding-top: 15px; border-top: 1px solid #e1e8e3; color: #667c80; font-size: 10px; font-weight: 700; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: rgba(24,62,72,.94); color: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.floating-note strong, .floating-note small { display: block; white-space: nowrap; }
.floating-note strong { font-size: 11px; }
.floating-note small { margin-top: 3px; color: #b7ced0; font-size: 9px; }
.floating-note-top { top: 9%; left: -2%; transform: rotate(3deg); }
.floating-note-bottom { bottom: 10%; right: -1%; transform: rotate(4deg); }
.note-icon, .small-star { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 21px; }
.small-star { background: var(--teal-bright); font-size: 17px; }
.hero-bottom { position: relative; display: flex; justify-content: space-between; padding-bottom: 25px; color: #7fabb0; font-family: Manrope, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .19em; }

/* Shared headings */
.section-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #547b7c; font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.section-label > span { color: var(--teal); }
.section-heading { max-width: 740px; margin-bottom: 58px; }
.section-heading h2, .sectors-copy h2, .preview-copy h2, .contact-copy h2 { font-size: clamp(38px, 4.3vw, 58px); line-height: 1.13; letter-spacing: -.055em; font-weight: 800; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading h2 span { color: var(--teal); }
.section-heading p, .sectors-copy p, .preview-copy p, .contact-copy p { max-width: 570px; color: #66777b; font-size: 16px; line-height: 1.8; }

/* Benefits */
.intro-section { background: var(--cream); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.benefit-card { min-height: 330px; display: flex; flex-direction: column; padding: 32px 28px 26px; border: 1px solid #e2e8e4; border-radius: 10px; background: #fff; box-shadow: 0 16px 40px rgba(23,54,53,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.benefit-card:hover { transform: translateY(-6px); border-color: #bfdbd4; box-shadow: 0 25px 45px rgba(23,54,53,.09); }
.benefit-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 7px; background: #ecf5f1; color: var(--teal); }
.benefit-icon svg { width: 28px; height: 28px; }
.card-number { margin: 34px 0 12px; color: var(--teal); font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.benefit-card h3 { margin: 0 0 12px; font-size: 20px; letter-spacing: -.03em; }
.benefit-card p { margin-bottom: 28px; color: #66777b; font-size: 13px; line-height: 1.75; }
.card-detail { display: flex; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid #e7ece9; color: #627b7c; font-family: Manrope, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .1em; }

/* Number band */
.stat-band { background: #177c7a; color: #fff; }
.stat-band-inner { min-height: 190px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.stat-band-inner > div { position: relative; display: flex; flex-direction: column; gap: 5px; padding-left: 55px; border-right: 1px solid rgba(255,255,255,.26); }
.stat-band-inner > div:first-child { padding-left: 0; }
.stat-band-inner > div:last-child { border: 0; }
.stat-band-inner strong { font-family: Manrope, sans-serif; font-size: clamp(38px, 4.5vw, 56px); font-weight: 800; line-height: 1; letter-spacing: -.055em; }
.stat-band-inner span:last-child { color: #c1ebdf; font-size: 13px; }
.stat-plus { position: absolute; top: 0; right: 38px; color: var(--gold); font-size: 18px; }

/* Sector list */
.sectors-section { background: var(--paper); }
.sectors-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 7vw, 120px); align-items: start; }
.sectors-copy { position: sticky; top: 35px; padding-top: 52px; }
.sectors-copy h2 { margin-bottom: 22px; }
.sectors-copy h2 em { color: var(--teal); }
.sectors-copy p { margin-bottom: 31px; }
.sectors-panel { overflow: hidden; border: 1px solid #d3e0dc; border-radius: 10px; background: #fff; box-shadow: 0 24px 50px rgba(18,50,49,.05); }
.sectors-panel-top, .sectors-panel-bottom { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 20px 27px; font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.sectors-panel-top { background: var(--ink); color: #d0dedd; }
.sectors-panel-top span:last-child { color: var(--gold); }
.sector-list > div { display: grid; grid-template-columns: 50px 1fr; align-items: center; min-height: 64px; padding: 0 27px; border-bottom: 1px solid #e9eeea; font-size: 14px; font-weight: 700; }
.sector-no { color: #7aa5a2; font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; }
.sectors-panel-bottom { color: var(--teal); font-size: 9px; }
.sectors-panel-bottom > span { font-size: 16px; }

/* Flyer */
.preview-section { background: #fff; overflow: hidden; }
.preview-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 9vw, 145px); }
.preview-image-wrap { position: relative; justify-self: center; width: min(100%, 430px); padding: 14px; transform: rotate(-3deg); border: 1px solid #dce7e2; border-radius: 9px; background: #fff; box-shadow: 26px 30px 0 #e6f1ed, 30px 48px 65px rgba(12,39,42,.15); }
.preview-image-wrap::before { content: ''; position: absolute; z-index: -1; width: 200px; height: 200px; left: -90px; bottom: -80px; border-radius: 50%; background: #ecf5f0; }
.preview-image-wrap img { width: 100%; height: auto; border-radius: 3px; }
.preview-copy h2 { margin-bottom: 22px; }
.preview-copy h2 em { color: var(--teal); }
.check-list { display: grid; gap: 17px; margin: 28px 0 36px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; }
.check-list li > span { width: 21px; height: 21px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: #e3f4ec; color: var(--teal); font-size: 12px; }
.preview-copy .microcopy { max-width: 470px; margin-top: 28px; color: #889698; font-size: 11px; line-height: 1.65; }

/* Contact */
.contact-section { position: relative; isolation: isolate; overflow: hidden; padding-block: 120px; background: var(--ink); color: #fff; }
.contact-section::before { position: absolute; z-index: -1; inset: 0; content: ''; opacity: .35; background-image: linear-gradient(rgba(141,204,198,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(141,204,198,.13) 1px, transparent 1px); background-size: 86px 86px; }
.contact-sheen { position: absolute; z-index: -1; width: 680px; height: 680px; right: -150px; top: -150px; border-radius: 50%; background: rgba(24,137,132,.19); filter: blur(70px); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; column-gap: clamp(65px, 8vw, 130px); row-gap: 22px; }
.contact-copy { grid-column: 1; grid-row: 1; }
.purchase-card { grid-column: 2; grid-row: 1 / 3; padding: 30px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: #fffdfa; color: var(--ink); box-shadow: 0 35px 75px rgba(0,0,0,.2); }
.purchase-card-top { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 19px; border-bottom: 1px solid #e2e9e4; color: #6c8585; font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.purchase-card-top span:last-child { color: var(--teal); white-space: nowrap; }
.purchase-product { display: flex; align-items: center; gap: 16px; padding-block: 24px; }
.purchase-product img { width: 52px; height: 52px; flex: 0 0 52px; }
.purchase-product > div { display: flex; flex-direction: column; gap: 5px; }
.purchase-product strong { font-family: Manrope, sans-serif; font-size: 20px; letter-spacing: -.035em; }
.purchase-product span { color: #63777b; font-size: 12px; }
.purchase-price { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px; border: 1px solid #dbe9e4; border-radius: 12px; background: #f0f7f3; }
.purchase-price > span { color: #698180; font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.purchase-price strong { font-family: Manrope, sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.purchase-methods { display: flex; flex-wrap: wrap; gap: 10px; margin: 23px 0; }
.purchase-methods > span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid #dfe9e5; border-radius: 8px; background: #fff; color: #365359; font-size: 11px; font-weight: 800; }
.purchase-methods svg { width: 19px; height: 19px; color: var(--teal); }
.purchase-button { min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 10px; background: #1677e5; color: #fff; box-shadow: 0 12px 24px rgba(22,119,229,.2); font-family: Manrope, sans-serif; font-size: 14px; font-weight: 800; text-align: center; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.purchase-button:hover { transform: translateY(-2px); background: #0766cb; box-shadow: 0 17px 27px rgba(22,119,229,.28); }
.purchase-button:disabled { opacity: .65; cursor: wait; transform: none; }
.checkout-form { display: grid; gap: 10px; }
.checkout-form label { font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; }
.checkout-form input { width: 100%; min-height: 54px; padding: 12px 15px; border: 1px solid #cbd9d6; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; font-size: 15px; }
.checkout-form input:focus { border-color: var(--teal); outline: 3px solid rgba(27,137,134,.15); }
.checkout-status { min-height: 0; margin: 0; color: #a03930; font-size: 12px; line-height: 1.5; }
.checkout-status:empty { display: none; }
.purchase-note { margin: 15px 2px 0; color: #6d7d7f; font-size: 11px; line-height: 1.6; }
.contact-card { grid-column: 1; grid-row: 2; }
.section-label-light { color: #a8c9c8; }
.section-label-light > span { color: var(--gold); }
.contact-copy h2 { margin-bottom: 22px; font-size: clamp(42px, 4.6vw, 62px); }
.contact-copy p { max-width: 450px; color: #b8ced0; }
.contact-small { display: flex; align-items: center; gap: 11px; margin-top: 62px; color: #72a3a6; font-family: Manrope, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.contact-small span { color: var(--gold); font-size: 15px; }
.contact-card { padding: 26px 28px 16px; border: 1px solid rgba(211,231,224,.2); border-radius: 9px; background: rgba(255,255,255,.07); box-shadow: 0 35px 70px rgba(0,0,0,.13); backdrop-filter: blur(12px); }
.contact-card-title { display: flex; justify-content: space-between; align-items: center; padding: 0 3px 18px; border-bottom: 1px solid rgba(255,255,255,.17); color: #b8d1d2; font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.contact-card-count { color: var(--gold); font-size: 9px; white-space: nowrap; }
.contact-option { display: flex; align-items: center; gap: 19px; min-height: 90px; border-bottom: 1px solid rgba(255,255,255,.17); transition: background .2s ease; }
.contact-option:hover { background: rgba(255,255,255,.055); }
.contact-option:last-of-type { border-bottom: 0; }
.contact-icon { width: 48px; height: 48px; flex-shrink: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 7px 16px rgba(0,0,0,.15); }
.contact-icon img { width: 25px; height: 25px; }
.whatsapp-icon { background: linear-gradient(145deg, #34d46b, #149c48); }
.messenger-icon { background: linear-gradient(145deg, #23a9ff, #125bd3); }
.email-icon { background: linear-gradient(145deg, #ffe8af, #eabb69); }
.contact-option-copy { display: flex; flex-direction: column; gap: 5px; }
.contact-option-copy strong { font-family: Manrope, sans-serif; font-size: 16px; }
.contact-option-copy small { color: #b3ced0; font-size: 12px; }
.contact-action { margin-left: auto; padding: 8px 13px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; color: #e8f1ee; font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .04em; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.contact-option:hover .contact-action { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.contact-option.is-pending { opacity: .63; cursor: not-allowed; }
.contact-status { min-height: 18px; margin: 6px 0 0; color: var(--gold); font-size: 11px; }

/* Always available contact shortcuts */
.floating-contact { position: fixed; z-index: 60; right: 26px; bottom: 26px; display: flex; flex-direction: column; gap: 11px; }
.floating-bubble { position: relative; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 28px rgba(5,26,33,.28); transition: transform .2s ease, box-shadow .2s ease; }
.floating-bubble:hover { transform: translateY(-4px) scale(1.06); box-shadow: 0 14px 30px rgba(5,26,33,.32); }
.floating-bubble img { width: 29px; height: 29px; }
.floating-bubble::after { position: absolute; right: calc(100% + 10px); top: 50%; padding: 8px 11px; border-radius: 7px; background: var(--ink); color: #fff; box-shadow: 0 8px 20px rgba(5,26,33,.2); content: attr(title); font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(5px, -50%); transition: opacity .2s ease, transform .2s ease; white-space: nowrap; }
.floating-bubble:hover::after, .floating-bubble:focus-visible::after { opacity: 1; transform: translate(0, -50%); }
.bubble-whatsapp { background: linear-gradient(145deg, #36d86d, #159f49); }
.bubble-messenger { background: linear-gradient(145deg, #27aeff, #1662db); }
.bubble-email { background: linear-gradient(145deg, #ffe7a9, #e9bb6d); }
.floating-bubble.is-pending { opacity: .55; cursor: not-allowed; }
.floating-bubble.is-pending:hover { transform: none; }

/* Footer */
.site-footer { background: #0b1d28; color: #d6e1df; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 48px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand > div { display: flex; flex-direction: column; gap: 5px; }
.footer-brand strong { font-family: Manrope, sans-serif; font-size: 14px; letter-spacing: .09em; }
.footer-brand > div span { color: #87a6a9; font-size: 11px; }
.footer-top > a { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding-block: 24px 28px; color: #829ca0; font-size: 11px; }
.footer-bottom > span:last-child > span { color: var(--gold); }

/* Motion */
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-art.reveal.is-visible { transform: translateY(0); }
.benefit-card:nth-child(2) { transition-delay: .08s; }
.benefit-card:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1.05fr .95fr; gap: 10px; }
  .hero-art { height: 520px; }
  .floating-note-top { left: -5%; }
  .floating-note-bottom { right: -4%; }
  .hero-proof div { min-width: 105px; padding-right: 17px; margin-right: 17px; }
  .site-nav { gap: 18px; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 42px), var(--shell)); }
  .section-pad { padding-block: 92px; }
  .site-header { border-bottom-color: rgba(255,255,255,.13); }
  .header-inner { min-height: 82px; }
  .menu-button { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
  .menu-button span { width: 22px; height: 2px; border-radius: 2px; background: #fff; }
  .site-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 21px 22px; background: #102634; box-shadow: 0 25px 30px rgba(0,0,0,.2); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav .nav-contact { margin-top: 12px; justify-content: space-between; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 132px; gap: 0; }
  .hero-copy { padding: 20px 0 0; }
  .hero-copy h1 { max-width: 650px; }
  .hero-art { width: min(100%, 580px); height: 540px; margin: 0 auto; }
  .hero-bottom { padding-top: 0; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-card:last-child { grid-column: 1 / -1; min-height: 260px; }
  .stat-band-inner > div { padding-left: 25px; }
  .sectors-layout, .preview-layout { grid-template-columns: 1fr; gap: 52px; }
  .contact-layout { display: flex; flex-direction: column; gap: 26px; }
  .contact-copy, .purchase-card, .contact-card { width: 100%; }
  .sectors-copy { position: static; padding-top: 0; }
  .sectors-copy p { max-width: 620px; }
  .preview-layout { gap: 76px; }
  .preview-image-wrap { width: min(75%, 430px); order: 2; }
  .preview-copy { order: 1; }
  .contact-section { padding-block: 92px; }
  .contact-copy p { max-width: 620px; }
  .contact-small { margin-top: 28px; }
}

@media (max-width: 590px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .header-inner { min-height: 72px; }
  .brand { gap: 10px; }
  .brand-mark { width: 44px; height: 44px; flex-basis: 44px; }
  .brand-name { font-size: 12px; }
  .brand-name small { font-size: 7px; letter-spacing: .21em; }
  .site-nav { top: 72px; }
  .hero-inner { padding-top: 110px; }
  .hero-copy { padding-bottom: 25px; }
  .eyebrow { gap: 8px; margin-bottom: 25px; font-size: 9px; letter-spacing: .1em; }
  .eyebrow-line { width: 22px; }
  h1 { font-size: clamp(43px, 10vw, 55px); }
  .hero-description { font-size: 15px; line-height: 1.7; }
  .hero-actions { gap: 24px; }
  .button { min-height: 51px; }
  .hero-proof { margin-top: 45px; }
  .hero-proof div { min-width: 0; flex: 1; padding-right: 11px; margin-right: 11px; }
  .hero-proof strong { font-size: clamp(21px, 5.8vw, 27px); }
  .hero-proof span { font-size: 10px; }
  .hero-art { height: 485px; }
  .directory-card { width: 83%; }
  .directory-topbar { height: 39px; padding: 0 12px; font-size: 7px; }
  .mini-mark { width: 20px; height: 20px; font-size: 9px; }
  .directory-card-body { padding: 20px 16px 15px; }
  .card-kicker { font-size: 7px; }
  .card-title { font-size: 24px; }
  .filter-pills { margin: 17px 0 12px; gap: 4px; }
  .filter-pills span { font-size: 7px; padding: 6px; }
  .preview-row { height: 40px; gap: 8px; }
  .row-avatar { width: 21px; height: 21px; font-size: 8px; }
  .row-badge { font-size: 6px; }
  .directory-bottom { margin-top: 12px; padding-top: 10px; font-size: 8px; }
  .floating-note { gap: 6px; padding: 8px 10px; }
  .floating-note strong { font-size: 8px; }
  .floating-note small { font-size: 7px; }
  .note-icon, .small-star { width: 20px; height: 20px; font-size: 13px; }
  .floating-note-top { top: 7%; left: 0; }
  .floating-note-bottom { bottom: 6%; right: 0; }
  .hero-bottom { display: none; }
  .section-pad { padding-block: 77px; }
  .section-heading h2, .sectors-copy h2, .preview-copy h2, .contact-copy h2 { font-size: clamp(37px, 9vw, 48px); }
  .section-heading { margin-bottom: 35px; }
  .section-heading p, .sectors-copy p, .preview-copy p, .contact-copy p { font-size: 14px; }
  .benefit-grid { grid-template-columns: 1fr; gap: 12px; }
  .benefit-card, .benefit-card:last-child { grid-column: auto; min-height: 285px; padding: 25px; }
  .card-number { margin-top: 24px; }
  .stat-band-inner { grid-template-columns: 1fr; padding-block: 26px; }
  .stat-band-inner > div, .stat-band-inner > div:first-child { min-height: 102px; padding: 16px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.21); }
  .stat-band-inner > div:last-child { border: 0; }
  .stat-band-inner strong { font-size: 42px; }
  .stat-plus { right: 0; top: 30px; }
  .sectors-layout { gap: 38px; }
  .sectors-panel-top, .sectors-panel-bottom { padding-inline: 16px; font-size: 8px; }
  .sector-list > div { grid-template-columns: 37px 1fr; min-height: 57px; padding-inline: 16px; font-size: 12px; }
  .sectors-panel-bottom { line-height: 1.5; }
  .preview-layout { gap: 65px; }
  .preview-image-wrap { width: min(78%, 380px); }
  .check-list li { font-size: 12px; }
  .contact-section { padding-block: 77px; }
  .contact-layout { gap: 26px; }
  .purchase-card { padding: 22px; }
  .purchase-card-top { font-size: 8px; }
  .purchase-product strong { font-size: 18px; }
  .purchase-price { padding: 15px; }
  .purchase-price strong { font-size: 20px; }
  .purchase-methods { gap: 7px; margin-block: 18px; }
  .purchase-methods > span { font-size: 10px; }
  .contact-card { padding: 21px 18px 12px; }
  .contact-option { min-height: 78px; gap: 12px; }
  .contact-icon { width: 40px; height: 40px; border-radius: 11px; }
  .contact-icon img { width: 23px; height: 23px; }
  .contact-option-copy strong { font-size: 14px; }
  .contact-option-copy small { font-size: 10px; }
  .floating-contact { right: 12px; bottom: 12px; flex-direction: row; gap: 7px; padding: 6px; border: 1px solid rgba(255,255,255,.22); border-radius: 19px; background: rgba(16,38,52,.86); box-shadow: 0 10px 30px rgba(5,26,33,.22); backdrop-filter: blur(12px); }
  .floating-bubble { width: 48px; height: 48px; border-radius: 15px; }
  .floating-bubble img { width: 25px; height: 25px; }
  .floating-bubble::after { display: none; }
  .footer-top { align-items: flex-start; flex-direction: column; padding-block: 37px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; line-height: 1.6; }
}

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