:root {
  --stone-ink: #07110f;
  --stone-ink-soft: #0d1b18;
  --stone-green: #174f42;
  --stone-green-light: #7cae98;
  --stone-dew: #b9ddca;
  --stone-sand: #d2a66d;
  --stone-sand-light: #f0d4a6;
  --stone-cream: #f5f0e6;
  --stone-white: #fffdf8;
  --stone-muted: #a9b7b1;
  --stone-line: rgba(210, 166, 109, .26);
  --stone-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  --stone-radius: 28px;
  --stone-font: "Noto Kufi Arabic", "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.stone-alnada-body { margin: 0 !important; background: var(--stone-ink); color: var(--stone-cream); font-family: var(--stone-font); }
body.stone-lightbox-open { overflow: hidden; }
body.stone-alnada-body #wpadminbar { direction: ltr; }
.stone-page, .stone-page * { box-sizing: border-box; }
.stone-page { direction: rtl; background: var(--stone-ink); color: var(--stone-cream); font-family: var(--stone-font); font-size: 16px; line-height: 1.9; overflow: hidden; }
.stone-page img { display: block; max-width: 100%; }
.stone-page a { color: inherit; text-decoration: none; }
.stone-page button, .stone-page input, .stone-page select { font: inherit; }
.stone-page button { color: inherit; }
.stone-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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; }
.stone-skip-link { position: fixed; top: -100px; right: 16px; z-index: 99999; background: var(--stone-white); color: var(--stone-ink); padding: 12px 18px; border-radius: 10px; font-weight: 900; }
.stone-skip-link:focus { top: 16px; }
.stone-progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 10002; background: transparent; }
.stone-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--stone-green-light), var(--stone-sand-light)); box-shadow: 0 0 16px var(--stone-green-light); }

.stone-topbar { position: fixed; top: 0; inset-inline: 0; z-index: 1000; min-height: 76px; padding: 10px max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; background: rgba(7,17,15,.82); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); transition: .25s ease; }
.admin-bar .stone-topbar { top: 32px; }
.stone-topbar.is-scrolled { background: rgba(7,17,15,.97); box-shadow: 0 10px 35px rgba(0,0,0,.25); }
.stone-brand { display: flex; align-items: center; gap: 12px; min-width: 260px; }
.stone-brand img { width: 76px; height: 48px; object-fit: contain; border-radius: 5px; }
.stone-brand-copy { display: grid; gap: 1px; }
.stone-brand-copy strong { color: var(--stone-white) !important; font-size: 18px; font-weight: 950; line-height: 1.2; white-space: nowrap; letter-spacing: .02em; }
.stone-brand-copy small { color: var(--stone-green-light) !important; font-size: 11px; font-weight: 800; }
.stone-brand-copy .compact { display: none; }
.stone-topbar nav { display: flex; justify-content: center; align-items: center; gap: 25px; }
.stone-topbar nav a { color: #edf6f1 !important; font-size: 14px; font-weight: 850; position: relative; padding: 8px 0; }
.stone-topbar nav a::after { content: ""; position: absolute; inset-inline-start: 0; bottom: 0; width: 0; height: 2px; background: var(--stone-green-light); transition: .25s ease; }
.stone-topbar nav a:hover::after { width: 100%; }
.stone-top-call { display: flex; align-items: center; gap: 9px; min-width: 250px; justify-content: flex-end; color: var(--stone-white) !important; }
.stone-top-call strong { font-size: 18px; font-weight: 950; letter-spacing: .03em; }
.stone-call-text { padding: 7px 12px; border-radius: 999px; background: rgba(124,174,152,.12); border: 1px solid rgba(124,174,152,.38); color: var(--stone-dew) !important; font-size: 12px; font-weight: 950; }
.stone-call-arrow { color: var(--stone-sand-light) !important; font-size: 24px; animation: stoneArrow 1.2s ease-in-out infinite; filter: drop-shadow(0 0 8px rgba(240,212,166,.9)); }
.stone-top-call .stone-icon { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--stone-line); color: var(--stone-sand-light); display: grid; place-items: center; }
.stone-menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--stone-line); border-radius: 16px; background: rgba(255,255,255,.04); padding: 12px; }
.stone-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--stone-white); }
@keyframes stoneArrow { 50% { transform: translateX(-8px); opacity: .55; } }

.stone-hero { min-height: 860px; padding-top: 76px; position: relative; display: grid; grid-template-columns: minmax(0, 58%) minmax(380px, 42%); background: radial-gradient(circle at 80% 20%, rgba(23,79,66,.28), transparent 35%), var(--stone-ink); }
.stone-hero-image-wrap { position: relative; min-height: 784px; overflow: hidden; clip-path: polygon(0 0, 92% 0, 100% 13%, 100% 100%, 0 100%); }
.stone-hero-image { width: 100%; height: 100%; object-fit: cover; }
.stone-hero-image-shade { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 35%, rgba(7,17,15,.9) 100%), linear-gradient(0deg, rgba(7,17,15,.45), transparent 50%); }
.stone-vertical-word { position: absolute; left: 20px; bottom: 36px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 12px; letter-spacing: .36em; font-weight: 900; color: rgba(255,255,255,.62); }
.stone-hero-copy { position: relative; z-index: 4; align-self: center; padding: 80px clamp(28px, 5vw, 84px) 80px 30px; margin-inline-start: -70px; }
.stone-eyebrow, .stone-section-label { display: inline-flex; align-items: center; gap: 8px; color: var(--stone-dew) !important; border: 1px solid rgba(124,174,152,.34); background: rgba(23,79,66,.18); padding: 8px 16px; border-radius: 999px; font-weight: 900; font-size: 13px; }
.stone-hero h1 { margin: 24px 0 4px; color: var(--stone-white) !important; font-size: clamp(70px, 7vw, 122px); line-height: .98; font-weight: 950; letter-spacing: -.055em; white-space: nowrap; }
.stone-hero h1 em { color: var(--stone-sand-light) !important; font-style: normal; position: relative; text-shadow: 0 0 26px rgba(210,166,109,.23); }
.stone-hero h1 em::after { content: ""; position: absolute; right: 2px; left: 2px; bottom: -4px; height: 4px; background: linear-gradient(90deg, transparent, var(--stone-green-light), var(--stone-sand-light), transparent); border-radius: 99px; }
.stone-tagline { margin: 12px 0 14px; color: var(--stone-green-light) !important; font-weight: 950; font-size: clamp(24px, 2.2vw, 36px); letter-spacing: .08em; }
.stone-hero-description { color: #e2ebe6 !important; max-width: 560px; font-size: 17px; font-weight: 750; line-height: 2; margin: 0 0 26px; }
.stone-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.stone-btn { min-height: 58px; padding: 14px 24px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; font-weight: 950; font-size: 16px; transition: .22s ease; cursor: pointer; }
.stone-btn:hover { transform: translateY(-3px); }
.stone-btn-primary { color: var(--stone-ink) !important; background: linear-gradient(135deg, var(--stone-dew), var(--stone-sand-light)); box-shadow: 0 13px 30px rgba(124,174,152,.18); }
.stone-btn-outline { color: var(--stone-white) !important; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.stone-icon { width: 24px; height: 24px; display: inline-grid; place-items: center; flex: 0 0 auto; }
.stone-icon svg { width: 100%; height: 100%; }
.stone-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 32px; max-width: 650px; }
.stone-hero-facts > div { min-width: 0; padding: 16px 10px; border-top: 1px solid var(--stone-line); display: grid; grid-template-columns: 32px 1fr; column-gap: 8px; align-items: center; }
.stone-hero-facts .stone-icon { grid-row: span 2; color: var(--stone-sand-light); }
.stone-hero-facts strong { color: var(--stone-white) !important; font-size: 15px; font-weight: 950; white-space: nowrap; }
.stone-hero-facts small { color: var(--stone-muted) !important; font-size: 11px; font-weight: 800; }
.stone-price-card { position: absolute; z-index: 6; left: clamp(24px, 5vw, 90px); bottom: 42px; width: 285px; padding: 24px; border-radius: 28px 6px 28px 28px; color: var(--stone-ink); background: rgba(245,240,230,.96); box-shadow: var(--stone-shadow); border: 1px solid rgba(255,255,255,.8); }
.stone-price-card > span { display: block; font-size: 12px; font-weight: 900; color: #385348 !important; }
.stone-price-card > strong { display: inline-block; margin-top: 4px; font-size: 39px; line-height: 1.2; font-weight: 950; color: var(--stone-ink) !important; letter-spacing: -.04em; }
.stone-price-card > small { font-weight: 900; color: #385348 !important; }
.stone-price-card a { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(7,17,15,.15); display: flex; justify-content: space-between; color: var(--stone-green) !important; font-size: 12px; font-weight: 950; }

.stone-section { position: relative; padding: 105px 0; }
.stone-heading { max-width: 780px; margin-bottom: 46px; }
.stone-heading > span { display: inline-block; color: var(--stone-green-light) !important; font-weight: 950; font-size: 13px; letter-spacing: .08em; margin-bottom: 9px; }
.stone-heading h2 { color: var(--stone-white) !important; font-size: clamp(34px, 4vw, 62px); line-height: 1.25; font-weight: 950; letter-spacing: -.035em; margin: 0; }
.stone-heading p { color: var(--stone-muted) !important; font-weight: 700; font-size: 16px; max-width: 680px; margin: 14px 0 0; }
.stone-overview { background: linear-gradient(180deg, #0b1714, #07110f); }
.stone-stat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.stone-stat { min-height: 185px; padding: 24px 14px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-radius: 10px 28px 10px 28px; transition: .22s ease; }
.stone-stat:hover { transform: translateY(-6px); border-color: rgba(124,174,152,.4); background: rgba(23,79,66,.12); }
.stone-stat .stone-icon { width: 34px; height: 34px; color: var(--stone-sand-light); margin-bottom: 12px; }
.stone-stat strong { color: var(--stone-white) !important; font-size: 24px; font-weight: 950; line-height: 1.2; }
.stone-stat small { color: var(--stone-muted) !important; font-size: 11px; font-weight: 800; margin-top: 7px; }

.stone-amenities { background: var(--stone-cream); color: var(--stone-ink); }
.stone-amenities .stone-heading > span { color: var(--stone-green) !important; }
.stone-amenities .stone-heading h2 { color: var(--stone-ink) !important; }
.stone-amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.stone-amenity-grid article { min-height: 175px; padding: 24px; border: 1px solid rgba(7,17,15,.09); background: var(--stone-white); border-radius: 28px 8px 28px 8px; display: grid; grid-template-columns: 58px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 16px; box-shadow: 0 12px 40px rgba(7,17,15,.06); }
.stone-amenity-grid .stone-icon { grid-row: span 2; width: 58px; height: 58px; border-radius: 18px; background: linear-gradient(135deg, var(--stone-green), #246e5d); color: var(--stone-dew); padding: 14px; }
.stone-amenity-grid strong { color: var(--stone-ink) !important; font-size: 18px; font-weight: 950; align-self: end; }
.stone-amenity-grid small { color: #52635d !important; font-size: 12px; font-weight: 750; align-self: start; }

.stone-gallery-section { background: #0a1512; }
.stone-gallery { display: grid; grid-template-columns: minmax(0, 1fr) 160px; gap: 15px; position: relative; }
.stone-gallery-main { position: relative; min-height: 570px; padding: 0; border: 0; border-radius: 34px 8px 34px 8px; overflow: hidden; background: #0d1b18; cursor: zoom-in; }
.stone-gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease, transform .5s ease; }
.stone-gallery-main:hover img { transform: scale(1.015); }
.stone-gallery-main > span:not(.stone-zoom) { position: absolute; right: 24px; bottom: 22px; padding: 9px 15px; border-radius: 999px; color: var(--stone-white) !important; background: rgba(7,17,15,.72); backdrop-filter: blur(12px); font-size: 12px; font-weight: 900; }
.stone-zoom { position: absolute; left: 22px; top: 22px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: var(--stone-ink) !important; background: var(--stone-dew); }
.stone-gallery-rail { display: grid; gap: 10px; max-height: 570px; overflow-y: auto; padding-left: 4px; scrollbar-width: thin; }
.stone-gallery-rail button { position: relative; height: 98px; border: 2px solid transparent; border-radius: 20px 6px 20px 6px; overflow: hidden; padding: 0; background: #101f1b; cursor: pointer; opacity: .55; transition: .2s ease; }
.stone-gallery-rail button.active { opacity: 1; border-color: var(--stone-green-light); transform: translateX(-5px); }
.stone-gallery-rail img { width: 100%; height: 100%; object-fit: cover; }
.stone-gallery-controls { position: absolute; left: 190px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 7px; border-radius: 999px; background: rgba(7,17,15,.82); backdrop-filter: blur(12px); }
.stone-gallery-controls button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); background: transparent; color: var(--stone-white) !important; cursor: pointer; font-weight: 900; }
.stone-gallery-controls span { padding: 0 8px; color: var(--stone-muted) !important; font-size: 12px; }
.stone-gallery-controls strong { color: var(--stone-white) !important; font-size: 15px; }

.stone-plans-section { background: var(--stone-cream); }
.stone-plans-section .stone-heading > span { color: var(--stone-green) !important; }
.stone-plans-section .stone-heading h2 { color: var(--stone-ink) !important; }
.stone-plan-shell { border-radius: 34px 8px 34px 8px; padding: 22px; background: var(--stone-white); box-shadow: 0 20px 70px rgba(7,17,15,.09); border: 1px solid rgba(7,17,15,.08); }
.stone-plan-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 15px; }
.stone-plan-tabs button { min-height: 70px; border: 1px solid rgba(7,17,15,.1); border-radius: 16px 5px 16px 5px; background: #f5f0e6; color: #385348 !important; font-weight: 950; cursor: pointer; }
.stone-plan-tabs button small { display: block; font-size: 10px; font-weight: 800; opacity: .75; }
.stone-plan-tabs button.active { background: var(--stone-green); color: var(--stone-white) !important; box-shadow: 0 12px 24px rgba(23,79,66,.2); }
.stone-plan-stage { width: 100%; position: relative; border: 0; min-height: 590px; padding: 0; background: #fff; border-radius: 22px 5px 22px 5px; overflow: hidden; cursor: zoom-in; }
.stone-plan-stage img { width: 100%; height: 590px; object-fit: contain; transition: .2s ease; }
.stone-plan-stage > span:not(.stone-plan-zoom) { position: absolute; right: 18px; bottom: 16px; padding: 8px 13px; background: var(--stone-ink); color: var(--stone-white) !important; border-radius: 999px; font-size: 12px; font-weight: 900; }
.stone-plan-zoom { position: absolute; left: 18px; top: 16px; display: flex; align-items: center; gap: 7px; padding: 8px 13px; color: var(--stone-green) !important; background: rgba(185,221,202,.9); border-radius: 999px; font-size: 11px; font-weight: 900; }
.stone-plan-zoom .stone-icon { width: 18px; height: 18px; }
.stone-downloads { display: flex; gap: 10px; margin-top: 15px; }
.stone-plans-section .stone-btn-outline { color: var(--stone-green) !important; border-color: rgba(23,79,66,.23); background: rgba(23,79,66,.04); }

.stone-units-section { background: linear-gradient(180deg, #07110f, #0b1815); }
.stone-unit-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.stone-unit-filters button { min-height: 46px; padding: 9px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); color: var(--stone-cream) !important; background: rgba(255,255,255,.03); font-weight: 900; cursor: pointer; }
.stone-unit-filters button.active { color: var(--stone-ink) !important; background: var(--stone-dew); border-color: var(--stone-dew); }
.stone-unit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stone-unit-card { padding: 22px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); border-radius: 26px 7px 26px 7px; }
.stone-unit-card[hidden] { display: none !important; }
.stone-unit-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.stone-unit-top span { color: var(--stone-green-light) !important; font-size: 12px; font-weight: 900; }
.stone-unit-top strong { color: var(--stone-white) !important; font-size: 19px; font-weight: 950; }
.stone-unit-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 16px 0; }
.stone-unit-meta span { min-width: 0; padding: 10px 5px; border-radius: 12px; background: rgba(255,255,255,.035); text-align: center; }
.stone-unit-meta small { display: block; color: var(--stone-muted) !important; font-size: 9px; font-weight: 800; }
.stone-unit-meta strong { color: var(--stone-cream) !important; font-size: 13px; font-weight: 950; white-space: nowrap; }
.stone-unit-price small { display: block; color: var(--stone-muted) !important; font-size: 10px; font-weight: 800; }
.stone-unit-price strong { color: var(--stone-sand-light) !important; font-size: 24px; line-height: 1.3; font-weight: 950; }
.stone-unit-price em { font-size: 10px; font-style: normal; color: var(--stone-muted) !important; }
.stone-unit-card > a { margin-top: 16px; display: flex; justify-content: space-between; align-items: center; color: var(--stone-dew) !important; font-size: 13px; font-weight: 950; }
.stone-show-units { display: block; min-width: 210px; min-height: 54px; margin: 28px auto 0; padding: 12px 22px; border: 1px solid var(--stone-line); border-radius: 999px; color: var(--stone-white) !important; background: transparent; font-weight: 950; cursor: pointer; }

.stone-payment-section { background: #10251f; }
.stone-payment-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.stone-payment-grid .stone-heading { margin: 0; }
.stone-payment-steps { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; position: relative; }
.stone-payment-steps::before { content: ""; position: absolute; top: 50%; right: 7%; left: 7%; height: 2px; background: linear-gradient(90deg, var(--stone-green-light), var(--stone-sand-light)); opacity: .5; }
.stone-payment-steps span { position: relative; z-index: 2; aspect-ratio: 1; border-radius: 50%; background: var(--stone-cream); color: var(--stone-ink); display: grid; place-content: center; text-align: center; box-shadow: 0 0 0 7px rgba(185,221,202,.06); }
.stone-payment-steps strong { font-size: 21px; font-weight: 950; line-height: 1; }
.stone-payment-steps small { font-size: 9px; font-weight: 900; }

.stone-location-section { background: var(--stone-cream); }
.stone-location-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: center; }
.stone-location-media { position: relative; min-height: 590px; border-radius: 8px 40px 8px 40px; overflow: hidden; box-shadow: 0 24px 70px rgba(7,17,15,.12); }
.stone-location-media img { width: 100%; height: 590px; object-fit: cover; }
.stone-location-media > span { position: absolute; right: 22px; top: 22px; padding: 8px 16px; border-radius: 999px; background: rgba(7,17,15,.8); color: var(--stone-white) !important; font-size: 12px; font-weight: 900; }
.stone-location-copy h2 { color: var(--stone-ink) !important; font-size: clamp(34px, 4vw, 56px); line-height: 1.25; font-weight: 950; margin: 16px 0 12px; }
.stone-location-copy > p { color: #4b6057 !important; font-weight: 750; line-height: 2; }
.stone-location-copy ul { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 10px; }
.stone-location-copy li { padding: 14px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; column-gap: 12px; background: var(--stone-white); border: 1px solid rgba(7,17,15,.08); border-radius: 18px 6px 18px 6px; }
.stone-location-copy li .stone-icon { grid-row: span 2; width: 46px; height: 46px; padding: 11px; border-radius: 14px; color: var(--stone-dew); background: var(--stone-green); }
.stone-location-copy li strong { color: var(--stone-ink) !important; font-weight: 950; }
.stone-location-copy li small { color: #65756f !important; font-size: 11px; font-weight: 750; }

.stone-contact-section { padding: 110px 0; background: radial-gradient(circle at 20% 20%, rgba(210,166,109,.12), transparent 38%), #07110f; }
.stone-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.stone-contact-copy > span { color: var(--stone-green-light) !important; font-weight: 950; font-size: 13px; }
.stone-contact-copy h2 { color: var(--stone-white) !important; font-size: clamp(38px, 4vw, 64px); line-height: 1.25; font-weight: 950; margin: 10px 0 15px; }
.stone-contact-copy > p { color: var(--stone-muted) !important; font-weight: 750; line-height: 2; }
.stone-contact-direct { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 24px; }
.stone-contact-direct a { min-height: 88px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px 6px 20px 6px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-content: center; }
.stone-contact-direct .stone-icon { grid-row: span 2; width: 38px; height: 38px; padding: 8px; border-radius: 50%; color: var(--stone-dew); background: rgba(23,79,66,.35); }
.stone-contact-direct strong { color: var(--stone-white) !important; font-weight: 950; }
.stone-contact-direct small { color: var(--stone-muted) !important; font-size: 10px; font-weight: 800; }
.stone-lead-form { padding: 30px; border-radius: 36px 8px 36px 8px; background: var(--stone-cream); box-shadow: var(--stone-shadow); }
.stone-lead-form label { display: grid; gap: 7px; margin-bottom: 15px; }
.stone-lead-form label > span { color: var(--stone-ink) !important; font-size: 13px; font-weight: 950; }
.stone-lead-form input, .stone-lead-form select { width: 100%; min-height: 58px; padding: 12px 16px; border: 1px solid rgba(7,17,15,.14); border-radius: 16px 5px 16px 5px; color: var(--stone-ink) !important; background: var(--stone-white); outline: none; font-size: 16px; font-weight: 750; }
.stone-lead-form input:focus, .stone-lead-form select:focus { border-color: var(--stone-green); box-shadow: 0 0 0 4px rgba(23,79,66,.1); }
.stone-lead-form .stone-btn { width: 100%; margin-top: 5px; font-size: 18px; }
.stone-form-status { min-height: 26px; margin: 8px 0 0; color: #8b3e31 !important; font-size: 12px; font-weight: 900; text-align: center; }

.stone-footer { padding-top: 60px; background: #040a08; border-top: 1px solid rgba(255,255,255,.07); }
.stone-footer-grid { display: grid; grid-template-columns: .9fr 1.2fr .6fr; gap: 35px; align-items: center; padding-bottom: 45px; }
.stone-footer-brand { display: flex; align-items: center; gap: 12px; }
.stone-footer-brand img { width: 86px; height: 56px; object-fit: contain; }
.stone-footer-brand strong { display: block; color: var(--stone-white) !important; font-size: 18px; font-weight: 950; }
.stone-footer-brand small { color: var(--stone-green-light) !important; font-size: 11px; font-weight: 800; }
.stone-footer p { color: var(--stone-muted) !important; font-size: 12px; font-weight: 700; margin: 0; }
.stone-footer-grid > div:last-child { display: flex; justify-content: flex-end; gap: 16px; }
.stone-footer-grid > div:last-child a { color: var(--stone-cream) !important; font-size: 12px; font-weight: 900; }
.stone-footer-bottom { padding: 18px 24px; text-align: center; border-top: 1px solid rgba(255,255,255,.07); color: #819189 !important; font-size: 11px; font-weight: 750; }
.stone-mobile-cta { display: none; }

.stone-lightbox[hidden] { display: none; }
.stone-lightbox { position: fixed; z-index: 10050; inset: 0; padding: 30px; display: grid; place-items: center; background: rgba(2,7,5,.94); backdrop-filter: blur(18px); }
.stone-lightbox figure { max-width: min(1200px, 94vw); max-height: 88vh; margin: 0; display: grid; gap: 9px; }
.stone-lightbox img { max-width: 100%; max-height: 82vh; object-fit: contain; border-radius: 18px; }
.stone-lightbox figcaption { text-align: center; color: var(--stone-cream) !important; font-weight: 900; }
.stone-lightbox > button { position: absolute; top: 24px; left: 24px; width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); color: var(--stone-white) !important; background: rgba(255,255,255,.07); cursor: pointer; }
.stone-lightbox > button .stone-icon { margin: auto; }

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

@media (max-width: 1120px) {
  .stone-topbar { grid-template-columns: auto auto 1fr; }
  .stone-menu-toggle { display: block; order: 3; justify-self: end; }
  .stone-topbar nav { position: absolute; top: 76px; right: 20px; left: 20px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 4px; border-radius: 20px; background: rgba(7,17,15,.98); box-shadow: var(--stone-shadow); }
  .admin-bar .stone-topbar nav { top: 76px; }
  .stone-topbar nav.is-open { display: flex; }
  .stone-topbar nav a { padding: 12px; }
  .stone-top-call { justify-self: center; }
  .stone-hero { grid-template-columns: 55% 45%; }
  .stone-hero-copy { margin-inline-start: -40px; padding-inline-end: 24px; }
  .stone-hero h1 { font-size: 74px; }
  .stone-stat-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  .stone-page { font-size: 15px; padding-bottom: 76px; }
  .stone-container { width: min(100% - 28px, 680px); }
  .admin-bar .stone-topbar { top: 46px; }
  .stone-topbar { min-height: 66px; padding: 8px 14px; grid-template-columns: 1fr auto; gap: 8px; }
  .stone-brand { min-width: 0; gap: 7px; }
  .stone-brand img { width: 58px; height: 42px; }
  .stone-brand-copy .wide { display: none; }
  .stone-brand-copy .compact { display: inline; }
  .stone-brand-copy strong { font-size: 15px; }
  .stone-brand-copy small { font-size: 9px; }
  .stone-top-call { position: absolute; top: 74px; right: 14px; left: 14px; min-width: 0; height: 48px; justify-content: center; border-radius: 16px; background: rgba(7,17,15,.94); border: 1px solid var(--stone-line); box-shadow: 0 10px 25px rgba(0,0,0,.2); }
  .admin-bar .stone-top-call { top: 74px; }
  .stone-top-call strong { font-size: 17px; }
  .stone-call-text { font-size: 11px; padding: 5px 9px; }
  .stone-top-call .stone-icon { width: 30px; height: 30px; }
  .stone-menu-toggle { width: 46px; height: 46px; padding: 11px; order: initial; }
  .stone-topbar nav { top: 122px; right: 14px; left: 14px; }

  .stone-hero { min-height: auto; padding-top: 122px; display: block; }
  .stone-hero-image-wrap { min-height: 430px; clip-path: none; border-radius: 0 0 34px 34px; }
  .stone-hero-image-shade { background: linear-gradient(0deg, rgba(7,17,15,.93), rgba(7,17,15,.12) 65%); }
  .stone-vertical-word { display: none; }
  .stone-hero-copy { margin: -105px 0 0; padding: 0 18px 40px; }
  .stone-eyebrow { font-size: 11px; padding: 7px 12px; }
  .stone-hero h1 { white-space: nowrap; font-size: clamp(47px, 15vw, 68px); letter-spacing: -.065em; margin-top: 18px; }
  .stone-hero h1 em::after { bottom: -1px; height: 3px; }
  .stone-tagline { font-size: 24px; margin-top: 12px; }
  .stone-hero-description { font-size: 15px; line-height: 1.95; font-weight: 800; }
  .stone-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .stone-btn { min-height: 60px; padding: 13px 12px; font-size: 15px; border-radius: 17px; }
  .stone-hero-facts { margin-top: 24px; grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .stone-hero-facts > div { display: flex; flex-direction: column; padding: 13px 3px; gap: 4px; }
  .stone-hero-facts .stone-icon { grid-row: auto; width: 27px; height: 27px; }
  .stone-hero-facts strong { font-size: 12px; }
  .stone-hero-facts small { font-size: 9px; }
  .stone-price-card { position: relative; left: auto; bottom: auto; width: calc(100% - 28px); margin: 0 auto 35px; border-radius: 24px 7px 24px 7px; }
  .stone-price-card > strong { font-size: 36px; }

  .stone-section { padding: 78px 0; }
  .stone-heading { margin-bottom: 28px; }
  .stone-heading h2 { font-size: 35px; line-height: 1.35; }
  .stone-heading p { font-size: 14px; line-height: 1.9; }
  .stone-stat-grid { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .stone-stat { min-height: 132px; padding: 15px 5px; border-radius: 8px 20px 8px 20px; }
  .stone-stat .stone-icon { width: 29px; height: 29px; margin-bottom: 8px; }
  .stone-stat strong { font-size: 17px; }
  .stone-stat small { font-size: 9px; line-height: 1.45; }

  .stone-amenity-grid { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .stone-amenity-grid article { min-height: 145px; padding: 12px 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 7px; border-radius: 20px 7px 20px 7px; }
  .stone-amenity-grid .stone-icon { width: 47px; height: 47px; padding: 11px; }
  .stone-amenity-grid strong { font-size: 12px; line-height: 1.5; }
  .stone-amenity-grid small { font-size: 8px; line-height: 1.45; }

  .stone-gallery { display: block; }
  .stone-gallery-main { min-height: 390px; border-radius: 24px 7px 24px 7px; }
  .stone-gallery-rail { margin-top: 10px; display: flex; overflow-x: auto; max-height: none; padding-bottom: 5px; }
  .stone-gallery-rail button { flex: 0 0 92px; height: 70px; }
  .stone-gallery-rail button.active { transform: translateY(-3px); }
  .stone-gallery-controls { left: 14px; bottom: 90px; }

  .stone-plan-shell { padding: 10px; border-radius: 24px 7px 24px 7px; }
  .stone-plan-tabs { gap: 5px; }
  .stone-plan-tabs button { min-height: 60px; padding: 6px 2px; font-size: 11px; border-radius: 13px 4px 13px 4px; }
  .stone-plan-tabs button small { font-size: 8px; }
  .stone-plan-stage { min-height: 350px; }
  .stone-plan-stage img { height: 350px; }
  .stone-plan-stage > span:not(.stone-plan-zoom) { font-size: 10px; }
  .stone-plan-zoom { font-size: 9px; }
  .stone-downloads { display: grid; grid-template-columns: 1fr 1fr; }

  .stone-unit-grid { grid-template-columns: 1fr; }
  .stone-unit-card { padding: 19px; }
  .stone-unit-top strong { font-size: 18px; }
  .stone-unit-price strong { font-size: 25px; }
  .stone-unit-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .stone-unit-filters button { flex: 0 0 auto; }

  .stone-payment-grid { grid-template-columns: 1fr; gap: 35px; }
  .stone-payment-steps { gap: 4px; }
  .stone-payment-steps span { box-shadow: 0 0 0 3px rgba(185,221,202,.06); }
  .stone-payment-steps strong { font-size: 17px; }
  .stone-payment-steps small { font-size: 7px; }

  .stone-location-grid, .stone-contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .stone-location-media { min-height: 390px; border-radius: 7px 26px 7px 26px; }
  .stone-location-media img { height: 390px; }
  .stone-location-copy h2, .stone-contact-copy h2 { font-size: 36px; }
  .stone-contact-direct { gap: 7px; }
  .stone-contact-direct a { min-height: 82px; padding: 11px; }
  .stone-lead-form { padding: 20px; border-radius: 26px 7px 26px 7px; }
  .stone-lead-form input, .stone-lead-form select { min-height: 60px; font-size: 16px; }
  .stone-lead-form .stone-btn { font-size: 19px; }

  .stone-footer-grid { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .stone-footer-brand { justify-content: center; }
  .stone-footer-grid > div:last-child { justify-content: center; }
  .stone-mobile-cta { position: fixed; z-index: 999; bottom: 0; right: 0; left: 0; height: 72px; padding: 7px 11px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 7px; background: rgba(4,10,8,.97); border-top: 1px solid var(--stone-line); backdrop-filter: blur(15px); }
  .stone-mobile-cta a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--stone-cream) !important; border-radius: 15px; font-weight: 900; }
  .stone-mobile-cta a.primary { color: var(--stone-ink) !important; background: linear-gradient(135deg, var(--stone-dew), var(--stone-sand-light)); }
  .stone-mobile-cta .stone-icon { width: 25px; height: 25px; }
  .stone-mobile-cta small { font-size: 10px; font-weight: 950; }
}

@media (max-width: 390px) {
  .stone-brand-copy strong { font-size: 13px; }
  .stone-top-call { gap: 5px; }
  .stone-top-call strong { font-size: 15px; }
  .stone-hero h1 { font-size: 45px; }
  .stone-hero-actions .stone-btn { font-size: 13px; }
  .stone-stat strong { font-size: 15px; }
  .stone-amenity-grid strong { font-size: 10px; }
}


/* v1.0.1 — typography, contrast and responsive corrections */
.stone-brand { min-width: 220px; }
.stone-brand-copy strong { font-size: 19px; letter-spacing: 0; }
.stone-hero { min-height: 920px; grid-template-columns: minmax(0, 56%) minmax(440px, 44%); }
.stone-hero-image-wrap { min-height: 844px; }
.stone-hero-copy {
  min-width: 0;
  margin-inline-start: 0;
  padding: 74px clamp(30px, 4vw, 62px) 205px 32px;
}
.stone-hero h1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: .18em;
  max-width: 100%;
  margin-top: 22px;
  font-size: clamp(60px, 5.25vw, 86px);
  line-height: 1.12;
  letter-spacing: -.025em;
  white-space: nowrap;
}
.stone-hero h1 em { flex: 0 0 auto; }
.stone-tagline {
  color: #b9ddca !important;
  font-size: clamp(25px, 2vw, 33px);
  letter-spacing: .03em;
  text-shadow: 0 0 24px rgba(185,221,202,.18);
}
.stone-hero-description { max-width: 520px; line-height: 1.9; }
.stone-hero-facts { max-width: 560px; }
.stone-price-card {
  left: max(28px, calc((100vw - 1180px) / 2));
  bottom: 48px;
  width: 310px;
}
.stone-price-card > strong { font-size: 42px; }
.stone-heading p { line-height: 1.95; }
.stone-form-status[data-state="success"] { color: #174f42 !important; }
.stone-form-status[data-state="error"] { color: #8b3e31 !important; }

@media (max-width: 1120px) and (min-width: 781px) {
  .stone-brand { min-width: 190px; }
  .stone-brand-copy strong { font-size: 16px; }
  .stone-top-call { min-width: 220px; }
  .stone-hero { grid-template-columns: minmax(0, 54%) minmax(390px, 46%); }
  .stone-hero-copy { padding-inline: 28px 24px; padding-bottom: 200px; }
  .stone-hero h1 { font-size: clamp(54px, 6vw, 68px); gap: .14em; }
  .stone-hero-description { font-size: 15px; }
}

@media (max-width: 780px) {
  .stone-brand { min-width: 0; }
  .stone-brand-copy strong { font-size: 15px; }
  .stone-hero { min-height: auto; padding-top: 122px; }
  .stone-hero-image-wrap { min-height: 390px; }
  .stone-hero-copy { margin: -72px 0 0; padding: 0 18px 38px; }
  .stone-hero h1 {
    justify-content: flex-start;
    gap: .13em;
    font-size: clamp(43px, 12.7vw, 57px);
    line-height: 1.18;
    letter-spacing: -.02em;
    margin-top: 16px;
  }
  .stone-tagline { font-size: 25px; line-height: 1.5; margin: 10px 0 12px; }
  .stone-hero-description { font-size: 16px; line-height: 1.85; }
  .stone-btn { min-height: 62px; font-size: 16px; }
  .stone-hero-facts > div { min-height: 112px; padding: 14px 5px; }
  .stone-hero-facts strong { font-size: 13px; }
  .stone-hero-facts small { font-size: 10px; }
  .stone-price-card { left: auto; bottom: auto; width: calc(100% - 28px); margin: 4px auto 35px; padding: 24px; }
  .stone-heading h2 { font-size: 34px; line-height: 1.4; }
  .stone-stat { min-height: 138px; }
  .stone-stat strong { font-size: 18px; }
  .stone-stat small { font-size: 10px; }
  .stone-amenity-grid article { min-height: 150px; padding: 13px 6px; }
  .stone-amenity-grid strong { font-size: 12px; }
  .stone-amenity-grid small { font-size: 9px; }
  .stone-plan-tabs button { font-size: 12px; }
  .stone-plan-tabs button small { font-size: 9px; }
  .stone-payment-steps small { font-size: 8px; }
}

@media (max-width: 390px) {
  .stone-hero h1 { font-size: 41px; gap: .1em; }
  .stone-tagline { font-size: 23px; }
  .stone-btn { font-size: 14px; }
  .stone-hero-actions { gap: 8px; }
  .stone-stat strong { font-size: 16px; }
  .stone-stat small { font-size: 9px; }
  .stone-amenity-grid strong { font-size: 10.5px; }
  .stone-amenity-grid small { font-size: 8.5px; }
}

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

/* =========================================================
   v1.0.2 — price, commission, installment highlights,
   request actions, gallery order and larger feature details
   ========================================================= */

.stone-hero-actions-stacked {
  width: min(100%, 570px);
  display: grid;
  gap: 10px;
}

.stone-hero-actions-stacked .stone-main-request {
  width: 100%;
  min-height: 66px;
  font-size: 18px;
  box-shadow: 0 16px 38px rgba(124,174,152,.26), 0 0 24px rgba(240,212,166,.12);
}

.stone-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stone-secondary-actions .stone-btn {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding-inline: 14px;
  font-size: 14px;
  text-align: center;
}

.stone-price-card {
  width: 382px;
  padding: 27px;
  border-color: rgba(255,255,255,.9);
  box-shadow: 0 26px 80px rgba(0,0,0,.32), 0 0 0 1px rgba(210,166,109,.16);
}

.stone-price-line {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 9px;
  margin-top: 4px;
  white-space: nowrap;
  direction: ltr;
}

.stone-price-line > strong {
  color: var(--stone-ink) !important;
  font-size: clamp(48px, 4.15vw, 60px);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: -.045em;
  font-variant-numeric: tabular-nums;
}

.stone-price-line > small {
  color: #385348 !important;
  font-size: 14px;
  font-weight: 950;
}

.stone-price-words {
  margin: 8px 0 0;
  color: #385348 !important;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 900;
}

.stone-price-card .stone-price-whatsapp {
  min-height: 54px;
  margin-top: 16px;
  padding: 12px 16px;
  border: 0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff !important;
  background: linear-gradient(135deg, #0b7c55, #16a36d);
  box-shadow: 0 13px 28px rgba(12,126,86,.28), inset 0 1px rgba(255,255,255,.2);
  font-size: 14px;
  font-weight: 950;
  transition: transform .22s ease, box-shadow .22s ease;
}

.stone-price-card .stone-price-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(12,126,86,.36), inset 0 1px rgba(255,255,255,.22);
}

.stone-price-whatsapp .stone-icon {
  width: 23px;
  height: 23px;
}

.stone-offer-section {
  position: relative;
  padding: 54px 0 62px;
  background:
    radial-gradient(circle at 15% 50%, rgba(210,166,109,.12), transparent 30%),
    radial-gradient(circle at 85% 35%, rgba(124,174,152,.16), transparent 34%),
    #0b1714;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow: hidden;
}

.stone-offer-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 16px;
}

.stone-offer-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 190px;
  padding: 27px 29px;
  border: 1px solid rgba(240,212,166,.28);
  border-radius: 30px 8px 30px 8px;
  display: grid;
  grid-template-columns: 76px 1fr;
  column-gap: 20px;
  align-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
  box-shadow: 0 20px 55px rgba(0,0,0,.23), inset 0 1px rgba(255,255,255,.05);
}

.stone-offer-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70%;
  bottom: -70%;
  left: -45%;
  width: 28%;
  transform: rotate(17deg);
  background: linear-gradient(90deg, transparent, rgba(255,246,221,.18), transparent);
  animation: stoneOfferSweep 3.2s linear infinite;
}

.stone-offer-card::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: inherit;
  opacity: .55;
  animation: stoneOfferGlow 1.9s ease-in-out infinite;
}

.stone-commission-card::after {
  box-shadow: inset 0 0 38px rgba(210,166,109,.16), 0 0 28px rgba(210,166,109,.13);
}

.stone-installments-card {
  grid-template-columns: 82px 1fr auto;
  border-color: rgba(185,221,202,.42);
  background: linear-gradient(145deg, rgba(23,79,66,.55), rgba(7,17,15,.86));
}

.stone-installments-card::after {
  box-shadow: inset 0 0 48px rgba(124,174,152,.18), 0 0 36px rgba(124,174,152,.18);
}

.stone-offer-icon {
  width: 76px;
  height: 76px;
  border-radius: 24px 7px 24px 7px;
  display: grid;
  place-items: center;
  color: var(--stone-ink);
  background: linear-gradient(135deg, var(--stone-sand-light), var(--stone-dew));
  box-shadow: 0 12px 28px rgba(0,0,0,.18), 0 0 22px rgba(240,212,166,.15);
}

.stone-installments-card .stone-offer-icon {
  width: 82px;
  height: 82px;
  background: linear-gradient(135deg, var(--stone-dew), #f6e0ba);
  animation: stoneInstallmentPulse 1.55s ease-in-out infinite;
}

.stone-offer-icon .stone-icon {
  width: 38px;
  height: 38px;
}

.stone-offer-card small {
  display: block;
  color: var(--stone-green-light) !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
}

.stone-offer-card strong {
  display: block;
  margin-top: 2px;
  color: var(--stone-white) !important;
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1.28;
  font-weight: 1000;
  text-shadow: 0 0 20px rgba(240,212,166,.16);
}

.stone-installments-card strong {
  color: #f8edda !important;
  font-size: clamp(37px, 4vw, 56px);
  text-shadow: 0 0 18px rgba(185,221,202,.42), 0 0 36px rgba(124,174,152,.22);
}

.stone-installments-card strong b {
  color: var(--stone-sand-light) !important;
  font-size: 1.22em;
}

.stone-offer-card p {
  margin: 5px 0 0;
  color: #cbd8d2 !important;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 700;
}

.stone-installments-card > a {
  min-height: 48px;
  padding: 11px 15px;
  border: 1px solid rgba(185,221,202,.27);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--stone-white) !important;
  background: rgba(255,255,255,.055);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

@keyframes stoneOfferSweep {
  0% { left: -45%; opacity: 0; }
  12% { opacity: 1; }
  58%, 100% { left: 125%; opacity: 0; }
}

@keyframes stoneOfferGlow {
  0%, 100% { opacity: .36; transform: scale(1); }
  50% { opacity: .9; transform: scale(1.008); }
}

@keyframes stoneInstallmentPulse {
  0%, 100% { transform: translateZ(0) scale(1); box-shadow: 0 12px 28px rgba(0,0,0,.18), 0 0 18px rgba(185,221,202,.14); }
  50% { transform: translateZ(0) scale(1.055); box-shadow: 0 15px 34px rgba(0,0,0,.22), 0 0 34px rgba(185,221,202,.34); }
}

.stone-offer-section + .stone-gallery-section {
  padding-top: 78px;
}

.stone-amenity-grid article {
  min-height: 205px;
  padding: 28px;
  grid-template-columns: 70px 1fr;
  column-gap: 19px;
}

.stone-amenity-grid .stone-icon {
  width: 70px;
  height: 70px;
  padding: 17px;
  border-radius: 21px;
  box-shadow: 0 12px 25px rgba(23,79,66,.16);
}

.stone-amenity-grid strong {
  font-size: 21px;
}

.stone-amenity-grid small {
  font-size: 13px;
  line-height: 1.65;
}

.stone-payment-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 30%, rgba(210,166,109,.12), transparent 30%),
    radial-gradient(circle at 80% 65%, rgba(124,174,152,.19), transparent 34%),
    #10251f;
}

.stone-payment-section .stone-heading h2 {
  font-size: clamp(45px, 5vw, 72px);
  text-shadow: 0 0 25px rgba(185,221,202,.18);
}

.stone-payment-steps {
  gap: 13px;
}

.stone-payment-steps::before {
  height: 4px;
  opacity: .78;
  box-shadow: 0 0 18px rgba(185,221,202,.28);
}

.stone-payment-steps span {
  box-shadow: 0 0 0 8px rgba(185,221,202,.07), 0 0 24px rgba(185,221,202,.12);
  animation: stonePaymentStepGlow 1.7s ease-in-out infinite;
}

.stone-payment-steps span:nth-child(2n) { animation-delay: .2s; }
.stone-payment-steps span:nth-child(3n) { animation-delay: .4s; }

.stone-payment-steps strong {
  font-size: 27px;
}

.stone-payment-steps small {
  font-size: 10px;
}

@keyframes stonePaymentStepGlow {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 8px rgba(185,221,202,.06), 0 0 20px rgba(185,221,202,.1); }
  50% { transform: scale(1.045); box-shadow: 0 0 0 10px rgba(185,221,202,.09), 0 0 34px rgba(185,221,202,.25); }
}

@media (max-width: 1120px) and (min-width: 781px) {
  .stone-price-card {
    width: 345px;
  }
  .stone-price-line > strong {
    font-size: 50px;
  }
  .stone-offer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .stone-page {
    padding-bottom: 140px;
  }

  .stone-hero-actions-stacked {
    width: 100%;
  }

  .stone-hero-actions-stacked .stone-main-request {
    min-height: 64px;
    font-size: 17px;
  }

  .stone-secondary-actions {
    gap: 8px;
  }

  .stone-secondary-actions .stone-btn {
    min-height: 58px;
    padding: 10px 7px;
    font-size: 12px;
    line-height: 1.45;
  }

  .stone-price-card {
    width: calc(100% - 28px);
    padding: 24px 20px;
  }

  .stone-price-line {
    gap: 7px;
  }

  .stone-price-line > strong {
    font-size: clamp(43px, 13.4vw, 58px);
  }

  .stone-price-line > small {
    font-size: 12px;
  }

  .stone-price-words {
    font-size: 12px;
  }

  .stone-offer-section {
    padding: 35px 0 43px;
  }

  .stone-offer-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .stone-offer-card,
  .stone-installments-card {
    min-height: 158px;
    padding: 20px 17px;
    grid-template-columns: 62px 1fr;
    gap: 13px;
  }

  .stone-installments-card > a {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
  }

  .stone-offer-icon,
  .stone-installments-card .stone-offer-icon {
    width: 62px;
    height: 62px;
    border-radius: 19px 6px 19px 6px;
  }

  .stone-offer-icon .stone-icon {
    width: 31px;
    height: 31px;
  }

  .stone-offer-card strong {
    font-size: 27px;
  }

  .stone-installments-card strong {
    font-size: 40px;
  }

  .stone-offer-card p {
    font-size: 11px;
  }

  .stone-offer-section + .stone-gallery-section {
    padding-top: 58px;
  }

  .stone-amenity-grid article {
    min-height: 168px;
    padding: 15px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }

  .stone-amenity-grid .stone-icon {
    width: 53px;
    height: 53px;
    padding: 12px;
  }

  .stone-amenity-grid strong {
    font-size: 13px;
  }

  .stone-amenity-grid small {
    font-size: 9px;
    line-height: 1.5;
  }

  .stone-payment-steps {
    gap: 5px;
  }

  .stone-payment-steps span {
    box-shadow: 0 0 0 3px rgba(185,221,202,.07), 0 0 15px rgba(185,221,202,.12);
  }

  .stone-payment-steps strong {
    font-size: 19px;
  }

  .stone-payment-steps small {
    font-size: 8px;
  }

  .stone-mobile-cta {
    height: 128px;
    padding: 7px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 52px 58px;
    gap: 6px;
  }

  .stone-mobile-cta > .stone-mobile-main {
    width: 100%;
    min-height: 52px;
    flex-direction: row;
    gap: 8px;
    border-radius: 15px;
  }

  .stone-mobile-cta > .stone-mobile-main small {
    font-size: 15px;
  }

  .stone-mobile-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .stone-mobile-row a {
    min-height: 58px;
    border: 1px solid rgba(255,255,255,.075);
    background: rgba(255,255,255,.035);
  }

  .stone-mobile-row small {
    font-size: 10px;
  }
}

@media (max-width: 390px) {
  .stone-price-line > strong {
    font-size: 41px;
  }
  .stone-secondary-actions .stone-btn {
    font-size: 11px;
  }
  .stone-installments-card strong {
    font-size: 35px;
  }
  .stone-offer-card strong {
    font-size: 24px;
  }
}


/* =========================================================
   v1.0.3 — desktop price overlap fix + mobile 1-2 button layout
   ========================================================= */

@media (min-width: 781px) {
  .stone-hero-copy {
    padding-left: clamp(285px, 23vw, 370px);
  }

  .stone-hero-description,
  .stone-hero-actions.stone-hero-actions-stacked,
  .stone-hero-facts {
    max-width: 540px;
  }

  .stone-price-card {
    left: clamp(18px, 3vw, 54px);
    bottom: 46px;
    width: min(350px, calc(100% - 32px));
    padding: 24px 22px;
  }

  .stone-price-line {
    flex-wrap: wrap;
    row-gap: 2px;
  }

  .stone-price-line > strong {
    font-size: clamp(40px, 3.45vw, 54px);
    line-height: 1.02;
  }

  .stone-price-line > small {
    font-size: 13px;
  }

  .stone-price-words {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.7;
  }
}

@media (max-width: 780px) {
  .stone-hero-actions.stone-hero-actions-stacked {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px;
  }

  .stone-hero-actions.stone-hero-actions-stacked > .stone-main-request {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 64px;
  }

  .stone-hero-actions.stone-hero-actions-stacked > .stone-secondary-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
    width: 100%;
  }

  .stone-hero-actions.stone-hero-actions-stacked > .stone-secondary-actions .stone-btn {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 10px 6px;
    font-size: 12px;
    line-height: 1.4;
  }

  .stone-mobile-cta {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
    height: 128px;
    padding: 7px;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 52px 58px;
    gap: 6px;
    background: rgba(4,10,8,.97);
    border-top: 1px solid var(--stone-line);
    backdrop-filter: blur(15px);
  }

  .stone-mobile-cta > .stone-mobile-main {
    width: 100%;
    min-height: 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 15px;
  }

  .stone-mobile-cta > .stone-mobile-main small {
    font-size: 15px;
  }

  .stone-mobile-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px;
  }

  .stone-mobile-row a {
    min-height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 15px;
    background: rgba(255,255,255,.035);
  }

  .stone-mobile-row small {
    font-size: 10px;
    font-weight: 950;
  }
}


/* =========================================================
   v1.0.4 — definitive desktop overlap correction
   The price card is now in the normal hero flow, below project facts.
   ========================================================= */

.stone-price-card {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  z-index: 6;
  width: min(100%, 382px);
  margin: 28px 0 0;
  margin-inline-start: auto;
  flex: 0 0 auto;
}

@media (min-width: 781px) {
  .stone-hero {
    min-height: 980px;
  }

  .stone-hero-copy {
    align-self: center;
    margin-inline-start: -70px;
    padding: 72px clamp(28px, 5vw, 84px) 72px 30px;
    min-width: 0;
  }

  .stone-hero-description,
  .stone-hero-actions.stone-hero-actions-stacked,
  .stone-hero-facts {
    max-width: 570px;
  }

  .stone-hero-facts {
    width: 100%;
  }

  .stone-price-card {
    width: min(100%, 382px);
    margin-top: 30px;
    margin-inline-start: auto;
  }
}

@media (max-width: 1120px) and (min-width: 781px) {
  .stone-hero {
    grid-template-columns: minmax(0, 52%) minmax(420px, 48%);
  }

  .stone-hero-copy {
    margin-inline-start: -34px;
    padding: 62px 24px 62px 24px;
  }

  .stone-price-card {
    width: min(100%, 350px);
  }

  .stone-price-line > strong {
    font-size: clamp(42px, 4.6vw, 52px);
  }
}

@media (max-width: 780px) {
  .stone-price-card {
    width: 100%;
    margin: 24px auto 0;
  }
}


/* =========================================================
   v1.0.5 — elegant glow for project title and price card
   ========================================================= */

.stone-hero h1 {
  position: relative;
  text-shadow:
    0 0 16px rgba(255,255,255,.08),
    0 0 32px rgba(240,212,166,.10);
  animation: stoneTitleGlow 3.2s ease-in-out infinite;
}

.stone-hero h1 em {
  background: linear-gradient(180deg, #f7e7c7 0%, #f0d4a6 52%, #d6ab72 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-shadow:
    0 0 18px rgba(240,212,166,.28),
    0 0 34px rgba(210,166,109,.18);
  animation: stoneEmGlow 2.8s ease-in-out infinite;
}

.stone-price-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.92);
  background: linear-gradient(180deg, rgba(247,243,236,.98), rgba(241,235,224,.97));
  box-shadow:
    0 24px 70px rgba(0,0,0,.18),
    0 0 0 1px rgba(210,166,109,.10),
    0 0 34px rgba(240,212,166,.10);
}

.stone-price-card::before {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -32%;
  width: 24%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.46), transparent);
  animation: stonePriceSweep 3.4s linear infinite;
  pointer-events: none;
}

.stone-price-card > span {
  color: #49645a !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .02em;
}

.stone-price-line {
  align-items: flex-end;
  gap: 10px;
}

.stone-price-line > strong {
  color: #081412 !important;
  font-size: clamp(50px, 4.5vw, 70px);
  line-height: .96;
  font-weight: 1000;
  letter-spacing: -.055em;
  text-shadow:
    0 0 1px rgba(8,20,18,.18),
    0 0 18px rgba(240,212,166,.16),
    0 0 26px rgba(124,174,152,.12);
  animation: stonePriceGlow 2.2s ease-in-out infinite;
}

.stone-price-line > small {
  color: #49645a !important;
  font-size: 15px;
  font-weight: 950;
  padding-bottom: 9px;
}

.stone-price-words {
  margin-top: 10px;
  color: #4c645b !important;
  font-size: 14px;
  font-weight: 900;
}

.stone-price-badge {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 50px;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 15px;
  border: 1px solid rgba(210,166,109,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(240,212,166,.22), rgba(124,174,152,.12));
  box-shadow: inset 0 1px rgba(255,255,255,.55), 0 0 20px rgba(240,212,166,.17);
  animation: stoneBadgeGlow 1.8s ease-in-out infinite;
}

.stone-price-badge::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70%;
  bottom: -70%;
  left: -42%;
  width: 28%;
  transform: rotate(17deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
  animation: stoneBadgeSweep 2.8s linear infinite;
}

.stone-price-badge strong {
  color: #6e5127 !important;
  font-size: 1rem;
  font-weight: 1000;
  text-shadow: 0 0 12px rgba(240,212,166,.32);
}

.stone-price-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2a66d;
  box-shadow: 0 0 0 0 rgba(210,166,109,.48), 0 0 14px rgba(210,166,109,.75);
  animation: stoneBadgeDot 1.6s ease-out infinite;
}

.stone-price-card .stone-price-whatsapp {
  margin-top: 16px;
}

@keyframes stoneTitleGlow {
  0%, 100% { text-shadow: 0 0 16px rgba(255,255,255,.08), 0 0 32px rgba(240,212,166,.10); }
  50% { text-shadow: 0 0 22px rgba(255,255,255,.12), 0 0 44px rgba(240,212,166,.18); }
}

@keyframes stoneEmGlow {
  0%, 100% { filter: drop-shadow(0 0 4px rgba(240,212,166,.18)); }
  50% { filter: drop-shadow(0 0 10px rgba(240,212,166,.34)); }
}

@keyframes stonePriceGlow {
  0%, 100% { transform: translateZ(0) scale(1); text-shadow: 0 0 1px rgba(8,20,18,.18), 0 0 18px rgba(240,212,166,.16), 0 0 26px rgba(124,174,152,.12); }
  50% { transform: translateZ(0) scale(1.012); text-shadow: 0 0 1px rgba(8,20,18,.2), 0 0 24px rgba(240,212,166,.23), 0 0 36px rgba(124,174,152,.18); }
}

@keyframes stonePriceSweep {
  0% { left: -32%; opacity: 0; }
  12% { opacity: 1; }
  56%, 100% { left: 122%; opacity: 0; }
}

@keyframes stoneBadgeGlow {
  0%, 100% { box-shadow: inset 0 1px rgba(255,255,255,.55), 0 0 18px rgba(240,212,166,.14); }
  50% { box-shadow: inset 0 1px rgba(255,255,255,.65), 0 0 28px rgba(240,212,166,.24); }
}

@keyframes stoneBadgeSweep {
  0% { left: -42%; opacity: 0; }
  14% { opacity: 1; }
  58%, 100% { left: 122%; opacity: 0; }
}

@keyframes stoneBadgeDot {
  0% { box-shadow: 0 0 0 0 rgba(210,166,109,.48), 0 0 14px rgba(210,166,109,.75); }
  75%, 100% { box-shadow: 0 0 0 10px rgba(210,166,109,0), 0 0 18px rgba(210,166,109,.6); }
}

@media (min-width: 781px) {
  .stone-price-card {
    width: min(100%, 420px);
    margin-top: 34px;
    padding: 28px 26px;
  }

  .stone-price-line > strong {
    font-size: clamp(52px, 4.4vw, 72px);
  }
}

@media (max-width: 780px) {
  .stone-hero h1 {
    animation-duration: 3.4s;
  }

  .stone-price-card {
    padding: 24px 18px;
  }

  .stone-price-line > strong {
    font-size: clamp(44px, 13.8vw, 60px);
  }

  .stone-price-line > small {
    font-size: 13px;
    padding-bottom: 7px;
  }

  .stone-price-words {
    font-size: 12px;
  }

  .stone-price-badge {
    min-height: 46px;
    padding: 9px 12px;
  }

  .stone-price-badge strong {
    font-size: .92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stone-hero h1,
  .stone-hero h1 em,
  .stone-price-line > strong,
  .stone-price-card::before,
  .stone-price-badge,
  .stone-price-badge::before,
  .stone-price-badge-dot {
    animation: none !important;
  }
}


/* =========================================================
   v1.0.6 — stronger commission highlight + animated price counter
   ========================================================= */

.stone-price-line > .stone-price-value {
  display: inline-block;
  will-change: transform, text-shadow;
}

.stone-price-badge {
  min-height: 64px;
  margin-top: 16px;
  padding: 14px 18px;
  border-width: 1px;
  border-color: rgba(210,166,109,.62);
  border-radius: 18px;
  gap: 12px;
  background: linear-gradient(135deg, rgba(240,212,166,.34), rgba(124,174,152,.16));
  box-shadow:
    inset 0 1px rgba(255,255,255,.62),
    0 0 24px rgba(240,212,166,.22),
    0 0 48px rgba(210,166,109,.12);
  animation: stoneBadgeGlowStrong 1.45s ease-in-out infinite;
}

.stone-price-badge strong {
  color: #7a5724 !important;
  font-size: 1.28rem;
  line-height: 1.35;
  font-weight: 1000;
  letter-spacing: .01em;
  text-shadow:
    0 0 14px rgba(255,214,136,.34),
    0 0 26px rgba(210,166,109,.22);
}

.stone-price-badge-dot {
  width: 13px;
  height: 13px;
  box-shadow: 0 0 0 0 rgba(210,166,109,.55), 0 0 18px rgba(210,166,109,.88);
}

.stone-price-line > strong,
.stone-price-line > .stone-price-value {
  font-size: clamp(54px, 4.8vw, 74px);
}

@keyframes stoneBadgeGlowStrong {
  0%, 100% {
    transform: translateZ(0) scale(1);
    box-shadow:
      inset 0 1px rgba(255,255,255,.62),
      0 0 22px rgba(240,212,166,.19),
      0 0 42px rgba(210,166,109,.10);
  }
  50% {
    transform: translateZ(0) scale(1.018);
    box-shadow:
      inset 0 1px rgba(255,255,255,.72),
      0 0 32px rgba(240,212,166,.30),
      0 0 56px rgba(210,166,109,.16);
  }
}

@media (min-width: 781px) {
  .stone-price-card {
    width: min(100%, 440px);
    padding: 30px 28px;
  }

  .stone-price-line > strong,
  .stone-price-line > .stone-price-value {
    font-size: clamp(58px, 4.9vw, 78px);
  }

  .stone-price-badge strong {
    font-size: 1.42rem;
  }
}

@media (max-width: 780px) {
  .stone-price-line > strong,
  .stone-price-line > .stone-price-value {
    font-size: clamp(46px, 14.2vw, 62px);
  }

  .stone-price-badge {
    min-height: 58px;
    padding: 12px 14px;
  }

  .stone-price-badge strong {
    font-size: 1.06rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stone-price-badge {
    animation: none !important;
  }
}


/* =========================================================
   v1.0.7 — elegant real-estate advertisement license card
   ========================================================= */
.stone-license-wrap {
  padding-bottom: 34px;
}

.stone-license-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 780px);
  min-height: 116px;
  margin-inline: auto;
  padding: 22px 26px;
  border: 1px solid rgba(185,221,202,.34);
  border-radius: 30px 8px 30px 8px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 20px;
  background:
    radial-gradient(circle at 15% 50%, rgba(124,174,152,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  box-shadow:
    inset 0 1px rgba(255,255,255,.055),
    0 20px 55px rgba(0,0,0,.30),
    0 0 32px rgba(124,174,152,.12);
}

.stone-license-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -80%;
  left: -35%;
  width: 24%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(232,255,244,.20), transparent);
  animation: stoneLicenseSweep 3.8s linear infinite;
}

.stone-license-seal {
  width: 72px;
  height: 72px;
  border-radius: 24px 7px 24px 7px;
  display: grid;
  place-items: center;
  color: var(--stone-ink);
  background: linear-gradient(135deg, var(--stone-dew), var(--stone-sand-light));
  box-shadow: 0 12px 28px rgba(0,0,0,.28), 0 0 24px rgba(185,221,202,.18);
  animation: stoneLicensePulse 2s ease-in-out infinite;
}

.stone-license-seal svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stone-license-copy {
  display: grid;
  gap: 2px;
}

.stone-license-copy small {
  color: var(--stone-green-light) !important;
  font-size: .74rem;
  font-weight: 900;
}

.stone-license-copy strong {
  color: var(--stone-white) !important;
  font-size: 1.05rem;
  font-weight: 950;
}

.stone-license-card b {
  color: #e7f8ef;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: .075em;
  text-shadow: 0 0 16px rgba(185,221,202,.42), 0 0 32px rgba(124,174,152,.16);
  white-space: nowrap;
}

@keyframes stoneLicenseSweep {
  0% { left: -35%; opacity: 0; }
  12% { opacity: 1; }
  58%, 100% { left: 125%; opacity: 0; }
}

@keyframes stoneLicensePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 12px 28px rgba(0,0,0,.28), 0 0 18px rgba(185,221,202,.14); }
  50% { transform: scale(1.045); box-shadow: 0 14px 32px rgba(0,0,0,.30), 0 0 32px rgba(185,221,202,.30); }
}

@media (max-width: 680px) {
  .stone-license-wrap { padding-bottom: 24px; }
  .stone-license-card {
    min-height: 0;
    padding: 18px 14px;
    grid-template-columns: 58px 1fr;
    gap: 13px;
    text-align: right;
  }
  .stone-license-seal { width: 58px; height: 58px; border-radius: 19px 6px 19px 6px; }
  .stone-license-seal svg { width: 31px; height: 31px; }
  .stone-license-copy small { font-size: .64rem; }
  .stone-license-copy strong { font-size: .86rem; }
  .stone-license-card b {
    grid-column: 1 / -1;
    justify-self: center;
    padding-top: 10px;
    border-top: 1px solid rgba(185,221,202,.18);
    width: 100%;
    text-align: center;
    font-size: 1.65rem;
    letter-spacing: .06em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stone-license-card::before,
  .stone-license-seal { animation: none !important; }
}


/* =========================================================
   v1.0.9 — same request/map system used in Rabwa Alramz
   ========================================================= */

/* Remove all legacy multi-button bars. */
.stone-mobile-cta,
.stone-hero-actions {
  display: none !important;
}

/* Eliminate the desktop empty space below the hero image. */
.stone-hero {
  min-height: 860px !important;
  align-items: stretch !important;
}

.stone-hero-image-wrap {
  min-height: 860px !important;
  height: 100% !important;
  align-self: stretch !important;
}

.stone-hero-copy {
  align-self: start !important;
  padding-top: 38px !important;
  padding-bottom: 44px !important;
}

.stone-hero-facts {
  margin-top: 18px !important;
}

.stone-price-card {
  margin-top: 22px !important;
}

/* Two attention-grabbing boxes directly under the price. */
.stone-price-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 16px;
}

.stone-price-highlights .stone-price-badge {
  min-height: 72px;
  margin: 0;
  padding: 13px 12px;
  justify-content: center;
  gap: 8px;
  text-align: center;
  border-radius: 18px;
}

.stone-price-highlights .stone-price-badge strong {
  font-size: 1.08rem;
  line-height: 1.35;
  white-space: nowrap;
}

.stone-price-badge-installments {
  border-color: rgba(185,221,202,.62) !important;
  background: linear-gradient(135deg, rgba(124,174,152,.24), rgba(240,212,166,.25)) !important;
  box-shadow:
    inset 0 1px rgba(255,255,255,.68),
    0 0 25px rgba(185,221,202,.23),
    0 0 50px rgba(124,174,152,.14) !important;
  animation: stoneInstallmentBoxGlow 1.45s ease-in-out infinite !important;
}

.stone-price-badge-installments strong {
  color: #285348 !important;
  text-shadow: 0 0 14px rgba(185,221,202,.40), 0 0 28px rgba(124,174,152,.22) !important;
}

.stone-price-badge-installments strong b {
  color: #073f34 !important;
  font-size: 1.38em;
}

@keyframes stoneInstallmentBoxGlow {
  0%,100% {
    transform: scale(1);
    box-shadow: inset 0 1px rgba(255,255,255,.68), 0 0 22px rgba(185,221,202,.18), 0 0 44px rgba(124,174,152,.10);
  }
  50% {
    transform: scale(1.018);
    box-shadow: inset 0 1px rgba(255,255,255,.78), 0 0 34px rgba(185,221,202,.33), 0 0 58px rgba(124,174,152,.18);
  }
}

/* Large glowing map button, outside the price card and directly below it. */
.stone-map-standalone {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 440px);
  min-height: 68px;
  margin-top: 14px;
  margin-inline-start: auto;
  padding: 16px 22px;
  border: 1px solid rgba(240,212,166,.58);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff7e8 !important;
  background: linear-gradient(135deg, rgba(12,34,29,.96), rgba(48,43,31,.94));
  box-shadow: 0 18px 38px rgba(0,0,0,.27), 0 0 30px rgba(240,212,166,.20), inset 0 1px rgba(255,255,255,.10);
  font-size: 1.06rem;
  font-weight: 1000;
  animation: stoneMapGlow 1.9s ease-in-out infinite;
}

.stone-map-standalone::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70%;
  bottom: -70%;
  left: -35%;
  width: 25%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,244,220,.28), transparent);
  animation: stoneMapSweep 3s linear infinite;
}

.stone-map-standalone:hover {
  transform: translateY(-3px);
  border-color: rgba(240,212,166,.86);
}

.stone-map-standalone .stone-icon {
  width: 27px;
  height: 27px;
  color: var(--stone-sand-light);
  filter: drop-shadow(0 0 10px rgba(240,212,166,.52));
}

@keyframes stoneMapGlow {
  0%,100% { box-shadow: 0 18px 38px rgba(0,0,0,.27), 0 0 24px rgba(240,212,166,.15), inset 0 1px rgba(255,255,255,.10); }
  50% { box-shadow: 0 22px 44px rgba(0,0,0,.32), 0 0 43px rgba(240,212,166,.31), inset 0 1px rgba(255,255,255,.14); }
}

@keyframes stoneMapSweep {
  0% { left: -35%; opacity: 0; }
  12% { opacity: 1; }
  58%,100% { left: 125%; opacity: 0; }
}

/* One request button only, fixed during scrolling on all screen sizes. */
.stone-sticky-request {
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(430px, calc(100% - 34px));
  pointer-events: none;
}

.stone-sticky-request a {
  min-height: 64px;
  padding: 13px 24px;
  border: 1px solid rgba(240,212,166,.72);
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--stone-ink) !important;
  background: linear-gradient(135deg, var(--stone-dew), var(--stone-sand-light));
  box-shadow: 0 18px 44px rgba(0,0,0,.36), 0 0 30px rgba(185,221,202,.22), inset 0 1px rgba(255,255,255,.72);
  font-size: 1.06rem;
  font-weight: 1000;
  pointer-events: auto;
  animation: stoneStickyGlow 1.8s ease-in-out infinite;
}

.stone-sticky-request .stone-icon {
  width: 26px;
  height: 26px;
}

@keyframes stoneStickyGlow {
  0%,100% { transform: scale(1); box-shadow: 0 18px 44px rgba(0,0,0,.36), 0 0 25px rgba(185,221,202,.18), inset 0 1px rgba(255,255,255,.72); }
  50% { transform: scale(1.018); box-shadow: 0 22px 50px rgba(0,0,0,.40), 0 0 42px rgba(185,221,202,.35), inset 0 1px rgba(255,255,255,.80); }
}

.stone-page {
  padding-bottom: 100px !important;
}

/* Gallery now follows the hero directly, without the deleted duplicated section. */
.stone-gallery-section {
  padding-top: 72px !important;
}

@media (max-width: 1120px) and (min-width: 781px) {
  .stone-hero {
    min-height: 900px !important;
  }

  .stone-hero-image-wrap {
    min-height: 900px !important;
  }
}

@media (max-width: 780px) {
  .stone-hero {
    min-height: auto !important;
  }

  .stone-hero-image-wrap {
    min-height: 400px !important;
    height: 400px !important;
  }

  .stone-hero-copy {
    margin-top: -92px !important;
    padding-top: 0 !important;
    padding-bottom: 28px !important;
  }

  .stone-price-highlights {
    gap: 8px;
  }

  .stone-price-highlights .stone-price-badge {
    min-height: 62px;
    padding: 10px 8px;
  }

  .stone-price-highlights .stone-price-badge strong {
    font-size: .92rem;
  }

  .stone-map-standalone {
    width: 100%;
    min-height: 62px;
    margin-top: 12px;
    font-size: .98rem;
  }

  .stone-sticky-request {
    bottom: 9px;
    width: calc(100% - 18px);
  }

  .stone-sticky-request a {
    min-height: 58px;
    border-radius: 16px;
    font-size: 1rem;
  }

  .stone-page {
    padding-bottom: 84px !important;
  }

  .stone-gallery-section {
    padding-top: 56px !important;
  }
}

@media (max-width: 390px) {
  .stone-price-highlights .stone-price-badge strong {
    font-size: .84rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stone-price-badge-installments,
  .stone-map-standalone,
  .stone-map-standalone::before,
  .stone-sticky-request a {
    animation: none !important;
  }
}


/* v1.0.10 — plans section directly after project gallery */
.stone-gallery-section + .stone-plans-section {
  padding-top: 72px;
}

@media (max-width: 780px) {
  .stone-gallery-section + .stone-plans-section {
    padding-top: 54px;
  }
}
