:root {
    --forest: #0b6f5b;
    --forest-deep: #063b32;
    --forest-soft: #118873;
    --green: #df7945;
    --green-bright: #f09a5a;
    --cream: #f5ead9;
    --paper: #fffdf9;
    --ink: #173b32;
    --muted: #64766e;
    --line: #ded8cb;
    --gold: #df7945;
    --gold-soft: #f2c59f;
    --white: #fff;
    --shadow: 0 22px 55px rgba(8, 45, 33, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
body, button, input, select, textarea { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 14px; color: var(--white); background: var(--forest-deep); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; right: 0; left: 0; color: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { display: inline-flex; align-items: center; width: 185px; min-width: 150px; height: 56px; padding: 5px 12px; border-radius: 4px; background: rgba(255,255,255,.96); box-shadow: 0 8px 18px rgba(0,0,0,.14); }
.brand img { width: 100%; height: auto; max-height: 46px; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.5vw, 34px); margin-left: auto; }
.main-nav a { color: rgba(255,255,255,.88); font-size: 12px; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-soft); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 10px 15px; font-size: 11px; }
.button-header { color: var(--forest-deep); background: var(--white); box-shadow: 0 10px 25px rgba(0,0,0,.12); }
.button-header:hover, .button-header:focus-visible { color: var(--white); background: var(--green); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 14px 28px rgba(14, 119, 77, .26); }
.button-primary:hover, .button-primary:focus-visible { background: var(--green-bright); }
.button-green { color: var(--white); background: var(--forest-soft); box-shadow: 0 12px 26px rgba(7,94,69,.2); }
.button-green:hover, .button-green:focus-visible { background: var(--forest); }
.button-dark { color: var(--white); background: var(--forest-deep); }
.button-dark:hover, .button-dark:focus-visible { background: var(--forest-soft); }

.hero { position: relative; overflow: hidden; min-height: 750px; padding: 156px 0 82px; color: var(--white); background: radial-gradient(circle at 83% 26%, rgba(17,136,115,.34), transparent 28%), linear-gradient(118deg, #063b32 0%, #0b6f5b 58%, #118873 100%); }
.hero::before { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 56px 56px; content: ""; mask-image: linear-gradient(90deg, black, transparent 82%); }
.hero-orb { position: absolute; border: 1px solid rgba(236,216,171,.28); border-radius: 50%; pointer-events: none; }
.hero-orb-one { right: -160px; bottom: -290px; width: 720px; height: 720px; }
.hero-orb-two { top: 230px; right: 39%; width: 280px; height: 280px; opacity: .6; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(42px, 8vw, 112px); align-items: center; }
.hero-copy { max-width: 620px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--forest-soft); font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold-soft); }
.eyebrow-green { color: var(--green); }
.eyebrow-bar { display: inline-block; width: 33px; height: 2px; background: currentColor; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px rgba(234,216,174,.09); }
.hero-kicker { margin: 0 0 17px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(45px, 5.3vw, 78px); }
h1 em { display: block; color: #f09a5a; font-style: normal; }
.hero-tagline { margin: 0 0 13px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 700; }
.hero-description { max-width: 570px; margin-bottom: 27px; color: rgba(255,255,255,.78); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 19px; margin-bottom: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link-light { color: var(--white); }
.text-link-light:hover, .text-link-light:focus-visible { color: var(--gold-soft); }
.whatsapp-mark { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font-size: 12px; }
.quick-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; max-width: 630px; }
.quick-card { display: grid; grid-template-columns: 45px minmax(0, 1fr) 22px; align-items: center; gap: 10px; min-height: 82px; padding: 14px 15px; border: 1px solid rgba(255,255,255,.32); border-radius: 19px; color: var(--white); text-align: left; text-decoration: none; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.quick-card:hover, .quick-card:focus-visible { transform: translateY(-3px); border-color: rgba(255,255,255,.75); }
.quick-card-wa { background: linear-gradient(135deg, rgba(42,185,120,.82), rgba(13,112,79,.72)); }
.quick-card-ai { background: rgba(18,55,46,.56); }
.quick-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.64); border-radius: 50%; font-size: 16px; box-shadow: 0 0 0 7px rgba(255,255,255,.06); }
.quick-icon-ai { color: var(--gold-soft); border-color: rgba(234,216,174,.72); }
.quick-card small { display: block; margin-bottom: 2px; color: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.quick-card strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-weight: 700; }
.quick-arrow { text-align: center; font-size: 17px; }
.hero-disclaimer { max-width: 530px; margin: 21px 0 0; color: rgba(255,255,255,.52); font-size: 10px; }
.hero-visual { position: relative; padding-right: 26px; }
.hero-frame { position: relative; overflow: hidden; min-height: 440px; border: 1px solid rgba(255,255,255,.55); background: var(--forest-deep); box-shadow: 27px 27px 0 rgba(214,166,91,.73), 0 28px 55px rgba(0,0,0,.24); }
.hero-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(3,35,28,.68)); content: ""; pointer-events: none; }
.hero-frame img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.hero-caption { position: absolute; z-index: 1; right: 23px; bottom: 20px; left: 23px; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; color: var(--white); }
.hero-caption strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.hero-caption span { color: rgba(255,255,255,.77); font-size: 11px; }
.hero-price { position: absolute; z-index: 2; right: -15px; bottom: -27px; display: grid; gap: 3px; min-width: 205px; padding: 20px 22px; color: var(--ink); background: var(--cream); box-shadow: 0 19px 34px rgba(0,0,0,.18); }
.hero-price::before { position: absolute; top: 0; left: 0; width: 45px; height: 4px; background: var(--green); content: ""; }
.hero-price span { font-family: Georgia, "Times New Roman", serif; font-size: 12px; }
.hero-price strong { font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.hero-price small { color: var(--muted); font-size: 9px; }
.hero-badge { position: absolute; z-index: 2; top: -19px; left: -24px; padding: 11px 15px; border: 1px solid rgba(234,216,174,.72); color: var(--gold-soft); background: rgba(4,62,50,.86); font-size: 11px; font-weight: 800; line-height: 1.18; text-align: center; }
.hero-badge small { color: rgba(255,255,255,.65); font-size: 8px; font-weight: 500; }
.hero-scroll { position: absolute; z-index: 1; bottom: 29px; left: max(24px, calc((100% - 1180px) / 2)); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero-scroll span { display: inline-block; width: 31px; height: 1px; background: rgba(255,255,255,.6); }

.fact-strip { color: var(--white); background: #df7945; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.2fr; min-height: 132px; }
.fact { display: flex; flex-direction: column; justify-content: center; padding: 22px 25px; border-right: 1px solid rgba(255,255,255,.36); }
.fact strong { margin-bottom: 2px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.1; }
.fact span { color: rgba(255,255,255,.8); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.fact-cta { align-items: flex-end; border-right: 0; }
.fact-cta a { display: inline-flex; align-items: center; gap: 14px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 700; text-decoration: none; }
.fact-cta a span { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: var(--white); font-size: 17px; }

.section { padding: 105px 0; }
.section-intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: start; }
.intro-grid h2, .feature-copy h2, .section-heading h2, .leisure-copy h2, .location-copy h2, .details-grid h2, .lead-copy h2, .faq-intro h2 { margin-bottom: 20px; font-size: clamp(37px, 4.2vw, 61px); }
.intro-copy { max-width: 560px; padding-top: 30px; color: var(--muted); font-size: 17px; }
.intro-copy p { margin-bottom: 28px; }
.arrow-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-size: 12px; font-weight: 800; text-decoration: none; }
.arrow-link span { color: var(--green); font-size: 18px; }
.arrow-link:hover, .arrow-link:focus-visible { color: var(--green); }
.project-facts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 75px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-facts article { min-height: 147px; padding: 21px 23px; border-right: 1px solid var(--line); }
.project-facts article:last-child { border-right: 0; }
.project-facts article > span { display: block; margin-bottom: 22px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.project-facts strong { display: block; margin-bottom: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.project-facts p { margin: 0; color: var(--muted); font-size: 11px; }

.feature-section { color: var(--white); background: var(--forest-deep); }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 88px; align-items: center; }
.feature-image { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.2); box-shadow: 22px 22px 0 rgba(205,163,90,.75); }
.feature-image img { width: 100%; height: auto; object-fit: contain; background: #f3ede4; }
.feature-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,34,27,.68)); content: ""; pointer-events: none; }
.image-label { position: absolute; z-index: 1; right: 20px; bottom: 16px; left: 20px; color: rgba(255,255,255,.9); font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.feature-copy { max-width: 500px; }
.feature-copy h2 { color: var(--white); }
.feature-copy > p:not(.eyebrow) { color: rgba(255,255,255,.71); font-size: 16px; }
.feature-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 31px; }
.feature-points span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 10px; }

.typologies-section { background: var(--cream); }
.section-heading { margin-bottom: 44px; }
.heading-split { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: end; }
.section-heading > p, .heading-split > p { max-width: 490px; margin: 0 0 8px; color: var(--muted); font-size: 15px; }
.typology-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.typology-card { position: relative; display: flex; flex-direction: column; min-height: 290px; padding: 24px 22px 19px; border: 1px solid var(--line); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.typology-card:hover { transform: translateY(-4px); border-color: var(--green); box-shadow: var(--shadow); }
.typology-card.typology-featured { color: var(--white); background: var(--forest); border-color: var(--forest); }
.typology-number { display: block; margin-bottom: 47px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.typology-featured .typology-number { color: var(--gold-soft); }
.typology-card h3 { min-height: 45px; margin-bottom: 8px; font-size: 23px; }
.typology-card > strong { margin-bottom: 9px; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.typology-featured > strong { color: var(--gold-soft); }
.typology-card p { margin-bottom: 14px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.typology-featured p { color: rgba(255,255,255,.7); }
.typology-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--forest); font-size: 10px; font-weight: 800; text-decoration: none; }
.typology-featured a { color: var(--gold-soft); }
.typology-card a span { font-size: 16px; }
.comparison-wrap { margin-top: 68px; }
.comparison-heading { margin-bottom: 18px; }
.comparison-heading h3 { margin-bottom: 0; font-size: 31px; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); background: var(--paper); }
.property-table { width: 100%; min-width: 690px; border-collapse: collapse; font-size: 12px; }
.property-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.property-table th, .property-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.property-table thead th { color: var(--white); background: var(--forest); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.property-table tbody th { color: var(--ink); font-weight: 800; }
.property-table tbody td { color: var(--muted); }
.property-table tbody tr:last-child th, .property-table tbody tr:last-child td { border-bottom: 0; }
.table-note { margin: 11px 0 0; color: var(--muted); font-size: 10px; }

.plans-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 55px; }
.plans-showcase figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.plans-showcase img { width: 100%; height: 390px; object-fit: contain; background: #f7f4ee; }
.plans-showcase figcaption { padding: 13px 16px; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.masterplan-figure { margin: 22px 0 0; overflow: hidden; border: 1px solid var(--line); background: #f7f4ee; }
.masterplan-figure img { width: 100%; height: auto; max-height: 430px; object-fit: contain; }
.masterplan-figure figcaption { padding: 12px 16px; color: var(--muted); font-size: 11px; }

.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.gallery-card { position: relative; overflow: hidden; min-height: 260px; margin: 0; border: 1px solid var(--line); background: var(--forest-deep); }
.gallery-card img { width: 100%; height: 290px; object-fit: cover; transition: transform .35s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 42px 15px 14px; color: var(--white); background: linear-gradient(180deg, transparent, rgba(4,59,50,.9)); font-family: Georgia, "Times New Roman", serif; font-size: 16px; }

.leisure-section { color: var(--white); background: #123d31; }
.leisure-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.leisure-copy { max-width: 640px; }
.leisure-copy h2 { color: var(--white); }
.leisure-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.7); font-size: 16px; }
.amenity-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 29px 0 35px; }
.amenity-list span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.83); font-size: 10px; }
.leisure-card { position: relative; min-height: 395px; padding: 37px 33px; border: 1px solid rgba(234,216,174,.64); background: linear-gradient(148deg, rgba(11,116,81,.65), rgba(4,48,38,.85)); box-shadow: 18px 18px 0 rgba(205,163,90,.62); }
.leisure-card::after { position: absolute; right: -30px; bottom: -60px; width: 230px; height: 230px; border: 1px solid rgba(234,216,174,.38); border-radius: 50%; content: ""; }
.leisure-symbol { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 29px; border: 1px solid var(--gold-soft); border-radius: 50%; color: var(--gold-soft); box-shadow: 0 0 0 8px rgba(234,216,174,.08); font-size: 20px; }
.leisure-card small { display: block; margin-bottom: 13px; color: var(--gold-soft); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.leisure-card > strong { display: block; margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: 39px; line-height: .98; }
.leisure-card > p { max-width: 330px; color: rgba(255,255,255,.67); font-size: 13px; }
.leisure-lines { display: grid; gap: 8px; margin-top: 25px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.2); color: var(--gold-soft); font-size: 10px; font-weight: 800; }

.location-section { background: var(--cream); }
.location-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 105px; align-items: start; }
.location-copy { max-width: 480px; }
.location-copy > p:not(.eyebrow):not(.location-address) { color: var(--muted); font-size: 16px; }
.location-address { margin: 29px 0 27px; padding-left: 17px; border-left: 3px solid var(--green); font-size: 16px; line-height: 1.7; }
.location-address strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 700; }
.location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.location-list { border-top: 1px solid var(--line); }
.location-item { display: grid; grid-template-columns: 51px 1fr 20px; gap: 17px; align-items: center; min-height: 106px; border-bottom: 1px solid var(--line); }
.location-item > strong { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.location-item h3 { margin: 0 0 4px; font-size: 21px; }
.location-item p { margin: 0; color: var(--muted); font-size: 11px; }
.location-item > span { color: var(--green); font-size: 18px; }

.details-section { background: var(--paper); }
.details-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.details-grid h2 { max-width: 430px; }
.details-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid var(--line); }
.details-list div { min-height: 100px; padding: 21px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.details-list div:nth-child(even) { border-right: 0; }
.details-list dt { margin-bottom: 7px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.details-list dd { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; }

.lead-section { color: var(--white); background: var(--forest-deep); }
.lead-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.lead-copy { max-width: 510px; padding-top: 25px; }
.lead-copy h2 { color: var(--white); }
.lead-copy > p:not(.eyebrow) { color: rgba(255,255,255,.71); font-size: 16px; }
.lead-promises { display: grid; gap: 12px; margin-top: 40px; }
.lead-promises span { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.85); font-size: 12px; font-weight: 700; }
.lead-promises b { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid rgba(234,216,174,.7); border-radius: 50%; color: var(--gold-soft); font-size: 9px; }
.lead-form { padding: 31px; border: 1px solid rgba(255,255,255,.2); background: #f6f4ec; color: var(--ink); box-shadow: 18px 18px 0 rgba(205,163,90,.65); }
.lead-form label { display: block; margin-bottom: 15px; color: var(--ink); font-size: 11px; font-weight: 800; }
.lead-form label > span:first-child { color: #b1483e; }
.lead-form label small { color: var(--muted); font-size: 9px; font-weight: 400; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { display: block; width: 100%; min-height: 46px; margin-top: 6px; padding: 11px 13px; border: 1px solid #d4dbd1; border-radius: 2px; color: var(--ink); background: var(--white); outline: none; font-size: 13px; font-weight: 400; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(29,154,99,.13); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.consent { display: flex !important; gap: 8px; align-items: flex-start; margin-top: 20px; color: var(--muted) !important; font-size: 10px !important; font-weight: 400 !important; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--green); }
.button-submit { width: 100%; margin-top: 7px; border: 0; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.form-alert { margin: 0 0 15px; padding: 10px 12px; border-left: 3px solid #b1483e; color: #8b342d; background: #f8e3df; font-size: 11px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { max-width: 400px; }
.faq-intro > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); font-size: 15px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; color: var(--green); font-family: Arial, sans-serif; font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -5px 45px 21px 0; color: var(--muted); font-size: 13px; }

.assistant-panel { position: fixed; z-index: 45; right: 24px; bottom: 92px; width: min(390px, calc(100vw - 48px)); overflow: hidden; border: 1px solid rgba(7,94,69,.27); border-radius: 21px; color: var(--ink); background: var(--paper); box-shadow: 0 25px 70px rgba(3,45,34,.27); }
.assistant-panel[hidden] { display: none !important; }
.assistant-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 18px; color: var(--white); background: var(--forest-deep); }
.assistant-head small { display: block; margin-bottom: 3px; color: var(--gold-soft); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.assistant-head strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.assistant-head button { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--white); background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
.assistant-body { padding: 15px; }
.assistant-messages { display: grid; gap: 9px; max-height: 220px; overflow: auto; padding-right: 3px; }
.assistant-bubble { margin: 0; padding: 10px 12px; border-radius: 12px; font-size: 12px; line-height: 1.45; white-space: pre-wrap; }
.assistant-bubble-bot { background: #eaf1e9; }
.assistant-bubble-user { margin-left: 24px; color: var(--white); background: var(--forest-soft); }
.assistant-bubble-pending { color: var(--muted); background: #f0eee8; }
.assistant-bubble-error { color: #87372f; background: #f8e3df; }
.assistant-prompts { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0; }
.assistant-prompts button { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); background: var(--white); font-size: 10px; cursor: pointer; }
.assistant-prompts button:hover, .assistant-prompts button:focus-visible { border-color: var(--green); background: #eff7f0; }
.assistant-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: end; }
.assistant-form textarea { width: 100%; resize: vertical; padding: 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--white); outline: none; font-size: 12px; }
.assistant-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(29,154,99,.11); }
.assistant-form .button { min-height: 42px; padding: 9px 13px; border: 0; font-size: 11px; }
.assistant-status { margin: 9px 0 10px; color: var(--muted); font-size: 9px; }
.assistant-lead { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 13px; border-radius: 999px; color: var(--white); background: var(--green); font-size: 11px; font-weight: 800; text-decoration: none; }
.assistant-lead:hover, .assistant-lead:focus-visible { background: var(--forest-soft); }
.floating-actions { position: fixed; z-index: 40; right: 24px; bottom: 24px; display: grid; gap: 8px; justify-items: end; }
.floating-actions button, .floating-actions a { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 9px 16px; border-radius: 999px; color: var(--white); box-shadow: 0 12px 28px rgba(0,0,0,.17); text-decoration: none; }
.floating-ai { border: 1px solid rgba(234,216,174,.85); background: var(--forest-deep); font-size: 11px; font-weight: 800; cursor: pointer; }
.floating-ai > span:first-child { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; border: 1px solid var(--gold-soft); border-radius: 50%; color: var(--gold-soft); }
.floating-ai small { display: block; margin-top: 2px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 500; }
.floating-wa { background: var(--green); font-size: 12px; font-weight: 800; }
.floating-wa:hover, .floating-wa:focus-visible { background: var(--green-bright); }
.floating-wa span { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; }

.site-footer { color: rgba(255,255,255,.75); background: #062e26; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 130px; }
.footer-inner img { width: 180px; height: auto; padding: 4px 10px; background: var(--white); }
.footer-inner p { margin: 0; font-size: 10px; line-height: 1.5; }
.footer-inner a { color: var(--gold-soft); font-size: 11px; font-weight: 800; text-decoration: none; }

@media (max-width: 1020px) {
    .main-nav { gap: 14px; }
    .main-nav a { font-size: 10px; }
    .hero-grid, .feature-grid, .leisure-grid, .location-grid, .lead-grid, .faq-grid { gap: 55px; }
    .project-facts { grid-template-columns: repeat(3, 1fr); }
    .project-facts article:nth-child(3) { border-right: 0; }
    .project-facts article:nth-child(n+4) { border-top: 1px solid var(--line); }
    .typology-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
    .shell { width: min(100% - 32px, 600px); }
    .site-header { position: relative; color: var(--ink); background: var(--white); }
    .header-inner { min-height: 75px; border-bottom: 1px solid var(--line); }
    .brand { width: 156px; height: 47px; padding: 4px 9px; box-shadow: none; }
    .main-nav { display: none; }
    .button-header { min-height: 37px; padding: 8px 11px; color: var(--white); background: var(--forest); box-shadow: none; font-size: 10px; }
    .hero { min-height: 0; padding: 55px 0 88px; }
    .hero-grid { display: flex; flex-direction: column; gap: 47px; align-items: stretch; }
    .hero-copy { max-width: none; }
    h1 { font-size: clamp(42px, 12vw, 60px); }
    .hero-description { font-size: 15px; }
    .quick-actions { grid-template-columns: 1fr; max-width: none; }
    .quick-card { min-height: 72px; }
    .hero-visual { width: calc(100% - 12px); margin: 0 0 28px; padding-right: 16px; }
    .hero-frame, .hero-frame img { min-height: 290px; }
    .hero-price { right: -4px; bottom: -31px; min-width: 188px; padding: 16px 18px; }
    .hero-badge { top: -12px; left: -6px; }
    .hero-scroll { display: none; }
    .fact-grid { grid-template-columns: repeat(2, 1fr); }
    .fact { min-height: 100px; padding: 17px 14px; border-bottom: 1px solid rgba(255,255,255,.3); }
    .fact:nth-child(2), .fact:nth-child(4) { border-right: 0; }
    .fact strong { font-size: 21px; }
    .fact-cta { grid-column: 1 / -1; min-height: 75px; align-items: flex-start; border-bottom: 0; }
    .section { padding: 72px 0; }
    .intro-grid, .feature-grid, .leisure-grid, .location-grid, .details-grid, .lead-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
    .intro-copy { padding-top: 0; }
    .project-facts { grid-template-columns: repeat(2, 1fr); margin-top: 44px; }
    .project-facts article { min-height: 120px; padding: 17px 15px; }
    .project-facts article:nth-child(2) { border-right: 0; }
    .project-facts article:nth-child(3) { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
    .project-facts article:nth-child(4) { border-right: 0; }
    .project-facts article:nth-child(5) { grid-column: 1 / -1; border-right: 0; }
    .heading-split { grid-template-columns: 1fr; gap: 4px; }
    .typology-grid { grid-template-columns: 1fr 1fr; }
    .plans-showcase { grid-template-columns: 1fr; margin-top: 42px; }
    .plans-showcase img { height: auto; min-height: 220px; }
    .typology-card { min-height: 268px; padding: 19px 16px; }
    .typology-number { margin-bottom: 30px; }
    .feature-image { box-shadow: 11px 11px 0 rgba(205,163,90,.75); }
    .leisure-card { min-height: 345px; box-shadow: 11px 11px 0 rgba(205,163,90,.62); }
    .details-list { grid-template-columns: 1fr 1fr; }
    .lead-copy { padding-top: 0; }
    .lead-form { padding: 21px 17px; box-shadow: 9px 9px 0 rgba(205,163,90,.65); }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .faq-list summary { font-size: 16px; }
    .assistant-panel { right: 12px; bottom: 78px; width: calc(100vw - 24px); }
    .floating-actions { right: 12px; bottom: 12px; left: 12px; grid-template-columns: 1fr 1fr; gap: 7px; padding: 7px; border: 1px solid rgba(234,216,174,.35); border-radius: 18px; background: rgba(4,62,50,.95); }
    .floating-actions button, .floating-actions a { width: 100%; min-width: 0; justify-content: center; box-shadow: none; }
    .floating-ai { min-height: 45px !important; padding: 7px 12px !important; }
    .floating-wa { min-height: 45px !important; padding: 7px 13px !important; }
    .footer-inner { flex-wrap: wrap; justify-content: flex-start; padding: 25px 0; }
    .footer-inner a { margin-left: auto; }
}

@media (max-width: 430px) {
    .button { width: 100%; }
    .hero-actions { align-items: stretch; }
    .text-link { justify-content: center; }
    .typology-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .typology-card { min-height: 225px; }
    .details-list { grid-template-columns: 1fr; }
    .details-list div, .details-list div:nth-child(even) { border-right: 0; }
    .assistant-form { grid-template-columns: 1fr; }
    .assistant-form .button { width: auto; }
    .floating-ai small { display: none; }
    .floating-ai { font-size: 10px; }
}

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