/* ======================================================================== THE HALLMARK — Luxury Landing Page Palette: deep black + champagne gold + ivory Type: Cormorant Garamond (display) + Inter (body) ======================================================================== */ :root { --bg: #0a0908; --bg-2: #100d0a; --surface: #14110d; --surface-2: #1a1712; --surface-3: #201c15; --gold: #c9a962; --gold-bright: #dcc082; --gold-dim: #8f7538; --gold-line: rgba(201, 169, 98, 0.18); --gold-glow: rgba(201, 169, 98, 0.35); --ivory: #f5f0e6; --ivory-90: rgba(245, 240, 230, 0.9); --ivory-70: rgba(245, 240, 230, 0.7); --ivory-50: rgba(245, 240, 230, 0.5); --ivory-30: rgba(245, 240, 230, 0.3); --muted: #a09789; --muted-2: #7a7367; --hairline: rgba(255, 255, 255, 0.08); --wa: #25d366; --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, 'Times New Roman', serif; --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; --radius: 14px; --radius-lg: 18px; --radius-sm: 8px; --shadow-1: 0 20px 60px rgba(0, 0, 0, 0.5); --shadow-2: 0 8px 30px rgba(0, 0, 0, 0.35); --ease: cubic-bezier(0.22, 0.61, 0.36, 1); --dur: .35s; } /* ---------- Reset & Base ---------- */ *, *::before, *::after { box-sizing: border-box; } html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; } body { margin: 0; background: var(--bg); color: var(--ivory); font-family: var(--font-sans); font-size: 16px; line-height: 1.6; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: hidden; } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } } img, picture, svg { max-width: 100%; height: auto; display: block; } img { border: 0; } a { color: var(--gold); text-decoration: none; transition: color var(--dur) var(--ease); } a:hover { color: var(--gold-bright); } button { font-family: inherit; } ::selection { background: var(--gold); color: var(--bg); } /* Focus */ :focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; } /* ---------- Typography ---------- */ .display, h1, h2, h3, h4, h5 { font-family: var(--font-serif); font-weight: 500; letter-spacing: -0.005em; line-height: 1.05; color: var(--ivory); margin: 0 0 .5em; } h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); } h2 { font-size: clamp(1.9rem, 4.5vw, 3.4rem); } h3 { font-size: clamp(1.25rem, 2.5vw, 1.6rem); } h4 { font-size: 1.05rem; letter-spacing: 0.02em; } em { font-style: italic; color: var(--gold); } p { margin: 0 0 1em; color: var(--ivory-90); } .eyebrow { display: inline-block; font-family: var(--font-sans); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); padding-bottom: 12px; position: relative; } .eyebrow::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 24px; height: 1px; background: var(--gold); } .text-start .eyebrow::after { left: 0; transform: none; } /* ---------- Container ---------- */ .container { width: 100%; max-width: 1240px; padding-left: 24px; padding-right: 24px; margin-left: auto; margin-right: auto; } @media (min-width: 992px) { .container { padding-left: 40px; padding-right: 40px; } } /* ---------- Sections ---------- */ .section { padding: 90px 0; position: relative; } @media (min-width: 992px) { .section { padding: 130px 0; } } .section-dark { background: var(--bg); } .section-darker { background: var(--bg-2); } .section-contact { background: var(--surface); border-top: 1px solid var(--hairline); } .section-head { text-align: center; margin: 0 auto 60px; max-width: 720px; } .section-head.text-start { text-align: left; margin-left: 0; } .section-title { margin-top: 20px; margin-bottom: 20px; } .section-sub { font-size: 1.05rem; color: var(--muted); max-width: 620px; margin: 0 auto; } .text-start .section-sub { margin-left: 0; } /* Signature: hairline divider between sections */ .section-dark + .section-darker, .section-darker + .section-dark, .section-dark + .section-contact { border-top: 1px solid var(--hairline); } /* ======================================================================== HEADER ======================================================================== */ .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px 0; background: transparent; transition: background var(--dur) var(--ease), padding var(--dur) var(--ease), border-color var(--dur) var(--ease); border-bottom: 1px solid transparent; } .site-header.is-scrolled { /* background: rgba(10, 9, 8, 0.85); */ background: rgba(0, 0, 0, 0.85); backdrop-filter: saturate(1.2) blur(12px); -webkit-backdrop-filter: saturate(1.2) blur(12px); padding: 12px 0; border-bottom-color: var(--gold-line); } .header-logo img { height: 48px; width: auto; transition: height var(--dur) var(--ease); } .site-header.is-scrolled .header-logo img { height: 40px; } .header-nav a { color: var(--ivory-70); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; transition: color var(--dur) var(--ease); } .header-nav a:hover { color: var(--gold); } /* ======================================================================== BUTTONS ======================================================================== */ .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; font-family: var(--font-sans); font-size: 0.88rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 2px; border: 1px solid transparent; cursor: pointer; transition: all var(--dur) var(--ease); position: relative; white-space: nowrap; line-height: 1; min-height: 48px; } .btn-sm { padding: 10px 20px; font-size: 0.78rem; min-height: 40px; } .btn-lg { padding: 16px 32px; font-size: 0.92rem; min-height: 54px; } .btn-gold { background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold) 100%); color: #1a1508; border-color: var(--gold); box-shadow: 0 6px 22px rgba(201, 169, 98, 0.22); } .btn-gold:hover { background: linear-gradient(180deg, #e6cd94 0%, var(--gold-bright) 100%); transform: translateY(-1px); box-shadow: 0 10px 28px rgba(201, 169, 98, 0.32); color: #1a1508; } .btn-outline-ivory { background: transparent; color: var(--ivory); border: 1px solid var(--ivory-30); } .btn-outline-ivory:hover { border-color: var(--gold); color: var(--gold); background: rgba(201, 169, 98, 0.05); } .btn-ghost-gold { background: transparent; color: var(--gold); border: 1px solid var(--gold-line); } .btn-ghost-gold:hover { background: rgba(201, 169, 98, 0.08); border-color: var(--gold); } .btn-whatsapp { background: var(--wa); color: #fff; border-color: var(--wa); } .btn-whatsapp:hover { background: #1eb556; color: #fff; transform: translateY(-1px); } .btn:disabled { opacity: 0.6; pointer-events: none; } /* Spinner state */ .btn-spinner { display: none; width: 16px; height: 16px; border: 2px solid currentColor; border-top-color: transparent; border-radius: 50%; animation: spin 0.7s linear infinite; } .btn.is-loading .btn-label { opacity: 0.4; } .btn.is-loading .btn-spinner { display: inline-block; } @keyframes spin { to { transform: rotate(360deg); } } /* ======================================================================== HERO ======================================================================== */ .hero { position: relative; min-height: 100svh; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 120px 0 60px; overflow: hidden; isolation: isolate; } .hero-image { position: absolute; inset: 0; z-index: -2; } .hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; } .hero-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,9,8,0.55) 0%, rgba(10,9,8,0.35) 40%, rgba(10,9,8,0.85) 100%), linear-gradient(90deg, rgba(10,9,8,0.55) 0%, rgba(10,9,8,0.15) 60%); } .hero-topbar { position: absolute; top: 100px; left: 0; right: 0; z-index: 3; } @media (max-width: 767px) { .hero-topbar { top: 80px; } } .rera-lockup { display: inline-flex; flex-direction: column; padding: 8px 14px; background: rgba(10, 9, 8, 0.5); border: 1px solid var(--gold-line); border-radius: 4px; backdrop-filter: blur(6px); } .rera-eyebrow { font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); } .rera-number { font-size: 0.88rem; font-weight: 500; color: var(--ivory); letter-spacing: 0.05em; margin-top: 2px; } .rera-qr { border: 2px solid var(--ivory); border-radius: 4px; background: #fff; padding: 2px; } .hero-content { position: relative; z-index: 2; padding-top: 60px; } .hero-eyebrow { display: flex; align-items: center; gap: 14px; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; } .hero-eyebrow .line { display: inline-block; width: 40px; height: 1px; background: var(--gold); } .hero-title { font-family: var(--font-serif); font-weight: 400; font-size: clamp(2.6rem, 8vw, 5.8rem); line-height: 0.95; color: var(--ivory); margin: 0 0 24px; letter-spacing: -0.01em; } .hero-title em { font-style: italic; color: var(--gold); font-weight: 500; } .hero-sub { font-size: clamp(1rem, 1.5vw, 1.15rem); color: var(--ivory-90); max-width: 560px; margin: 0 0 40px; line-height: 1.55; } .hero-price-row { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 32px; } .hero-price { display: flex; flex-direction: column; padding: 20px 26px; background: rgba(10, 9, 8, 0.55); border: 1px solid var(--gold-line); border-left: 3px solid var(--gold); border-radius: 2px; backdrop-filter: blur(6px); min-width: 240px; } .price-label { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; } .price-value { font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 500; color: var(--gold); line-height: 1; } .price-value sup { font-size: 0.5em; vertical-align: super; color: var(--ivory-70); margin-left: 2px; } .price-note { font-size: 0.75rem; color: var(--muted); margin-top: 6px; } .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; flex: 1; min-width: 260px; } /* Hero mobile refinements */ @media (max-width: 767px) { .hero { padding: 100px 0 100px; } .hero-scrim { background: linear-gradient(180deg, rgba(10,9,8,0.4) 0%, rgba(10,9,8,0.3) 30%, rgba(10,9,8,0.95) 100%); } .hero-content { padding-top: 40px; } .hero-price { min-width: 100%; } .hero-actions { min-width: 100%; } .hero-actions .btn { flex: 1 1 auto; } } /* ======================================================================== TRUST BAR ======================================================================== */ .trust-bar { background: var(--surface); border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--gold-line); padding: 36px 0; } .trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; } .tb-value { font-family: var(--font-serif); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 500; color: var(--gold); line-height: 1; } .tb-value sup { font-size: 0.42em; color: var(--ivory-70); font-family: var(--font-sans); margin-left: 2px; vertical-align: super; } .tb-plus { color: var(--ivory); } .tb-label { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 4px; } /* ======================================================================== HIGHLIGHT GRID ======================================================================== */ .highlight-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1px; background: var(--gold-line); border: 1px solid var(--gold-line); border-radius: var(--radius); overflow: hidden; } .highlight-card { background: var(--surface); padding: 36px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; transition: background var(--dur) var(--ease); } .highlight-card:hover { background: var(--surface-2); } .hc-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--gold-line); border-radius: 50%; color: var(--gold); margin-bottom: 12px; } .hc-label { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); } .hc-value { font-family: var(--font-serif); font-size: 1.5rem; color: var(--ivory); line-height: 1.1; margin: 4px 0; } .hc-value sup { font-size: 0.5em; color: var(--gold); } .hc-hint { font-size: 0.78rem; color: var(--muted); } /* ======================================================================== ABOUT / IMAGE + COPY ======================================================================== */ .about-image { width: 100%; height: auto; border-radius: var(--radius); aspect-ratio: 16/10; object-fit: cover; box-shadow: var(--shadow-2); } .lead-copy { font-family: var(--font-serif); font-size: clamp(1.15rem, 2vw, 1.4rem); color: var(--ivory); font-weight: 400; line-height: 1.5; margin: 24px 0 20px; font-style: italic; } .body-copy { color: var(--ivory-90); font-size: 1rem; line-height: 1.7; } .pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; } .pill { display: inline-flex; align-items: center; padding: 8px 16px; border: 1px solid var(--gold-line); border-radius: 100px; font-size: 0.8rem; color: var(--ivory); letter-spacing: 0.03em; background: rgba(201, 169, 98, 0.03); } /* ======================================================================== FEATURE CARDS ======================================================================== */ .feature-row { margin-top: 0; } .feature-card { background: var(--surface); border: 1px solid var(--gold-line); border-radius: var(--radius); padding: 40px 32px; height: 100%; transition: all var(--dur) var(--ease); position: relative; overflow: hidden; } .feature-card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: var(--shadow-2); } .fc-num { font-family: var(--font-serif); font-size: 0.85rem; color: var(--gold); letter-spacing: 0.16em; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--gold-line); display: inline-block; padding-right: 20px; } .fc-title { font-family: var(--font-serif); font-size: 1.3rem; margin-bottom: 12px; color: var(--ivory); } .fc-body { color: var(--muted); font-size: 0.92rem; line-height: 1.6; margin: 0; } .feature-card-cta { background: linear-gradient(155deg, rgba(201, 169, 98, 0.08) 0%, rgba(201, 169, 98, 0.02) 100%); border-color: var(--gold); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } .feature-card-cta .fc-title { color: var(--gold); } .feature-card-cta .btn { margin-top: 16px; } /* ======================================================================== GALLERY ======================================================================== */ .gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 180px; gap: 14px; } .g-item { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--surface-2); grid-column: span 2; grid-row: span 1; margin: 0; cursor: pointer; aspect-ratio: auto; } .g-item.g-tall { grid-column: span 3; grid-row: span 2; } .g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); } .g-item:hover img { transform: scale(1.05); } .g-item figcaption { position: absolute; left: 20px; bottom: 16px; color: var(--ivory); font-family: var(--font-serif); font-size: 1rem; letter-spacing: 0.03em; z-index: 2; opacity: 0; transform: translateY(6px); transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); } .g-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(10,9,8,0.75) 100%); opacity: 0; transition: opacity var(--dur) var(--ease); } .g-item:hover::after { opacity: 1; } .g-item:hover figcaption { opacity: 1; transform: translateY(0); } @media (max-width: 991px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 140px; } .g-item { grid-column: span 2; } .g-item.g-tall { grid-column: span 2; grid-row: span 2; } } @media (max-width: 575px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; gap: 10px; } .g-item, .g-item.g-tall { grid-column: span 1; grid-row: span 1; } .g-item figcaption { opacity: 1; transform: none; text-shadow: 0 1px 4px rgba(0,0,0,0.6); } .g-item::after { opacity: 0.7; } } /* ======================================================================== AMENITIES ======================================================================== */ .amenity-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin-top: 40px; } .am-item { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--radius-sm); padding: 24px 16px 20px; text-align: center; transition: all var(--dur) var(--ease); } .am-item:hover { border-color: var(--gold-line); background: var(--surface-2); transform: translateY(-2px); } .am-icon { width: 44px; height: 44px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; color: var(--gold); border: 1px solid var(--gold-line); border-radius: 50%; } .am-icon svg { width: 22px; height: 22px; } .am-item span:not(.am-icon) { font-size: 0.85rem; color: var(--ivory); line-height: 1.3; letter-spacing: 0.02em; display: block; } .amenity-more { margin-top: 40px; text-align: center; color: var(--muted); font-size: 0.88rem; letter-spacing: 0.06em; } /* ======================================================================== FLOOR PLANS ======================================================================== */ .fp-card { background: var(--surface); border: 1px solid var(--gold-line); border-radius: var(--radius); overflow: hidden; height: 100%; display: flex; flex-direction: column; transition: all var(--dur) var(--ease); position: relative; } .fp-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-2); } .fp-featured { border-color: var(--gold); } .fp-ribbon { position: absolute; top: 16px; right: 16px; background: var(--gold); color: #1a1508; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; font-weight: 600; z-index: 3; } .fp-image { aspect-ratio: 4/3; background: #1a1712; position: relative; overflow: hidden; } .fp-image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7); } .fp-lock { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(180deg, rgba(10,9,8,0.4) 0%, rgba(10,9,8,0.75) 100%); color: var(--gold); } .fp-lock svg { color: var(--gold); } .fp-lock span { font-size: 0.75rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ivory); } .fp-body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; } .fp-tag { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); } .fp-title { font-family: var(--font-serif); font-size: 1.7rem; color: var(--ivory); margin: 0; } .fp-specs { display: flex; gap: 24px; padding: 14px 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); margin-bottom: 6px; } .fp-specs > div { display: flex; flex-direction: column; } .fp-specs span { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); } .fp-specs strong { font-family: var(--font-serif); font-size: 1.1rem; color: var(--ivory); font-weight: 500; margin-top: 2px; } /* ======================================================================== PRICING ======================================================================== */ .price-card { background: var(--surface); border: 1px solid var(--gold-line); border-radius: var(--radius); padding: 34px 28px; height: 100%; transition: all var(--dur) var(--ease); position: relative; } .price-card:hover { border-color: var(--gold); transform: translateY(-3px); } .price-featured { background: linear-gradient(160deg, rgba(201, 169, 98, 0.08), rgba(201, 169, 98, 0.02)); border-color: var(--gold); transform: scale(1.02); } .pc-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #1a1508; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 14px; border-radius: 2px; font-weight: 600; } .pc-config { display: block; font-size: 0.75rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; } .pc-price { display: flex; align-items: baseline; gap: 8px; padding: 16px 0; border-bottom: 1px solid var(--hairline); margin-bottom: 20px; } .pc-from { font-size: 0.85rem; color: var(--muted); } .pc-value { font-family: var(--font-serif); font-size: 2.4rem; font-weight: 500; color: var(--ivory); line-height: 1; } .pc-value sup { font-size: 0.4em; vertical-align: super; color: var(--gold); } .pc-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 8px; } .pc-list li { font-size: 0.9rem; color: var(--ivory-90); padding-left: 22px; position: relative; } .pc-list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 12px; height: 6px; border-left: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(-45deg); } .price-disclaimer { text-align: center; margin-top: 32px; font-size: 0.78rem; color: var(--muted-2); max-width: 720px; margin-left: auto; margin-right: auto; line-height: 1.5; } /* ======================================================================== LOCATION ======================================================================== */ .loc-stat { text-align: center; padding: 20px 12px; border: 1px solid var(--gold-line); border-radius: var(--radius-sm); background: var(--surface); height: 100%; } .ls-num { display: block; font-family: var(--font-serif); font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 500; color: var(--gold); line-height: 1; } .ls-unit { font-size: 0.5em; color: var(--ivory-70); margin-left: 2px; } .ls-label { display: block; margin-top: 8px; font-size: 0.78rem; color: var(--muted); letter-spacing: 0.06em; } .loc-map { width: 100%; height: auto; border-radius: var(--radius); border: 1px solid var(--gold-line); } .loc-heading { font-family: var(--font-serif); font-size: 1.3rem; color: var(--gold); margin: 0 0 16px; font-weight: 500; } .loc-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 12px; } .loc-list li { padding-left: 22px; position: relative; color: var(--ivory-90); font-size: 0.95rem; line-height: 1.55; } .loc-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); transform: rotate(45deg); } .loc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; } .loc-grid > div { padding: 12px 14px; border: 1px solid var(--hairline); border-radius: 6px; background: var(--surface); display: flex; flex-direction: column; gap: 2px; } .loc-grid span { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); } .loc-grid strong { font-size: 0.88rem; color: var(--ivory); font-weight: 500; } /* ======================================================================== FAQ ======================================================================== */ .faq-list { max-width: 860px; margin: 0 auto; } .faq-item { border-bottom: 1px solid var(--hairline); padding: 4px 0; } .faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; font-family: var(--font-serif); font-size: 1.15rem; color: var(--ivory); cursor: pointer; list-style: none; transition: color var(--dur) var(--ease); line-height: 1.4; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary:hover { color: var(--gold); } .faq-plus { flex-shrink: 0; width: 20px; height: 20px; position: relative; } .faq-plus::before, .faq-plus::after { content: ''; position: absolute; background: var(--gold); transition: transform var(--dur) var(--ease); } .faq-plus::before { top: 9px; left: 0; right: 0; height: 1px; } .faq-plus::after { left: 9px; top: 0; bottom: 0; width: 1px; } .faq-item[open] .faq-plus::after { transform: scaleY(0); } .faq-body { padding: 0 0 22px; color: var(--muted); font-size: 0.95rem; line-height: 1.7; max-width: 90%; } .faq-body p { margin: 0; color: var(--muted); } /* ======================================================================== CONTACT SECTION ======================================================================== */ .contact-benefits { list-style: none; padding: 0; margin: 24px 0 32px; display: flex; flex-direction: column; gap: 12px; } .contact-benefits li { display: flex; align-items: flex-start; gap: 12px; color: var(--ivory); font-size: 0.95rem; } .cb-tick { flex-shrink: 0; width: 20px; height: 20px; border: 1px solid var(--gold); border-radius: 50%; position: relative; margin-top: 2px; } .cb-tick::after { content: ''; position: absolute; left: 6px; top: 3px; width: 6px; height: 10px; border-right: 1.5px solid var(--gold); border-bottom: 1.5px solid var(--gold); transform: rotate(45deg); } .contact-quick { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; } .cq-item { flex: 1; min-width: 220px; display: flex; align-items: center; gap: 14px; padding: 16px 20px; background: var(--surface); border: 1px solid var(--gold-line); border-radius: var(--radius-sm); color: var(--ivory); transition: all var(--dur) var(--ease); } .cq-item:hover { border-color: var(--gold); background: var(--surface-2); color: var(--gold); } .cq-item svg { color: var(--gold); flex-shrink: 0; } .cq-item span { display: flex; flex-direction: column; line-height: 1.2; } .cq-item small { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; } /* ======================================================================== FORM ======================================================================== */ .lead-form-wrap { background: var(--surface); border: 1px solid var(--gold-line); border-radius: var(--radius-lg); padding: 40px 34px; box-shadow: var(--shadow-1); } .lf-header { margin-bottom: 28px; } .lf-header h3 { font-size: 1.5rem; color: var(--ivory); margin-bottom: 6px; } .lf-header p { color: var(--muted); font-size: 0.9rem; margin: 0; } .lead-form label { display: block; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; } .form-control, .form-select { width: 100%; padding: 14px 16px; background: var(--bg); border: 1px solid var(--hairline); border-radius: 4px; color: var(--ivory); font-family: var(--font-sans); font-size: 0.95rem; transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease); } .form-control:focus, .form-select:focus { outline: none; border-color: var(--gold); background: var(--bg-2); box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.12); } .form-control::placeholder { color: var(--muted-2); } .form-select { appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23c9a962' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 10px 6px; padding-right: 40px; } .phone-input-group { display: flex; gap: 8px; } .cc-select { width: 100px; padding: 14px 12px; background: var(--bg); border: 1px solid var(--hairline); border-radius: 4px; color: var(--ivory); font-family: var(--font-sans); font-size: 0.92rem; flex-shrink: 0; } .cc-select:focus { outline: none; border-color: var(--gold); } .hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; } .form-consent { margin: 16px 0 24px; } .form-consent label { display: flex; align-items: flex-start; gap: 10px; font-size: 0.82rem; color: var(--muted); letter-spacing: 0.02em; text-transform: none; line-height: 1.5; cursor: pointer; margin: 0; } .form-consent input[type="checkbox"] { flex-shrink: 0; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); } .was-validated .form-control:invalid, .was-validated .form-select:invalid { border-color: #d95757; } .invalid-feedback { display: none; font-size: 0.8rem; color: #e56b6b; margin-top: 6px; } .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-select:invalid ~ .invalid-feedback { display: block; } .form-status { margin-top: 16px; padding: 12px 14px; border-radius: 4px; font-size: 0.9rem; display: none; } .form-status.is-success { display: block; background: rgba(37, 211, 102, 0.1); border: 1px solid rgba(37, 211, 102, 0.35); color: #6de49b; } .form-status.is-error { display: block; background: rgba(217, 87, 87, 0.1); border: 1px solid rgba(217, 87, 87, 0.35); color: #e08b8b; } .form-fineprint { font-size: 0.72rem; color: var(--muted-2); text-align: center; margin: 14px 0 0; line-height: 1.5; } /* ======================================================================== FOOTER ======================================================================== */ .site-footer { background: var(--bg); border-top: 1px solid var(--gold-line); padding: 70px 0 24px; color: var(--muted); font-size: 0.9rem; } .footer-logo { height: 60px; width: auto; margin-bottom: 18px; opacity: 0.9; } .footer-copy { color: var(--muted); font-size: 0.88rem; max-width: 280px; } .footer-heading { font-family: var(--font-sans); font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin: 0 0 10px; } .footer-address, .footer-rera { font-size: 0.85rem; color: var(--ivory-90); line-height: 1.6; margin: 0 0 18px; } .footer-address a { color: var(--ivory); font-weight: 500; } .footer-address a:hover { color: var(--gold); } .footer-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; } .footer-links a { color: var(--muted); font-size: 0.82rem; letter-spacing: 0.08em; } .footer-links a:hover { color: var(--gold); } .footer-disclosure { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--hairline); font-size: 0.72rem; color: var(--muted-2); line-height: 1.6; } .footer-disclosure p { color: var(--muted-2); font-size: 0.72rem; margin-bottom: 12px; } .footer-disclaimer { font-style: italic; } .footer-copyright { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--hairline); text-align: center; color: var(--muted-2); font-size: 0.72rem; } .footer-copyright a { color: var(--gold); } /* ======================================================================== MOBILE STICKY CTA ======================================================================== */ .mobile-cta { display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; background: rgba(10, 9, 8, 0.94); border: 1px solid var(--gold-line); border-radius: 100px; padding: 6px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 -6px 30px rgba(0,0,0,0.4); } .mobile-cta { display: none; grid-template-columns: 1fr 1.4fr 1fr; gap: 6px; } @media (max-width: 767px) { .mobile-cta { display: grid; } body { padding-bottom: 80px; } } .mc-btn { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 8px; background: transparent; border: 0; border-radius: 100px; color: var(--ivory); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; cursor: pointer; text-decoration: none; min-height: 46px; transition: background var(--dur) var(--ease); } .mc-btn:hover { color: var(--ivory); } .mc-btn svg { color: var(--gold); flex-shrink: 0; } .mc-primary { background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: #1a1508; } .mc-primary svg { color: #1a1508; } .mc-primary:hover { color: #1a1508; } /* ======================================================================== MODAL ======================================================================== */ .lead-modal { background: var(--surface); border: 1px solid var(--gold-line); border-radius: var(--radius-lg); padding: 40px 34px 32px; position: relative; box-shadow: var(--shadow-1); color: var(--ivory); } .modal-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; background: transparent; border: 1px solid var(--hairline); border-radius: 50%; color: var(--ivory-70); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all var(--dur) var(--ease); z-index: 3; } .modal-close:hover { color: var(--gold); border-color: var(--gold); } .lm-header { text-align: center; margin-bottom: 24px; padding-right: 30px; } .lm-eyebrow { display: inline-block; font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; } .lm-title { font-family: var(--font-serif); font-size: 1.7rem; color: var(--ivory); margin: 0 0 8px; line-height: 1.15; } .lm-sub { color: var(--muted); font-size: 0.88rem; margin: 0; } .modal-form-status.is-success, .modal-form-status.is-error { text-align: center; } /* Bootstrap modal backdrop customization */ .modal-backdrop.show { opacity: 0.72; background: #000; } /* ======================================================================== REVEAL ANIMATIONS (subtle) ======================================================================== */ .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); will-change: opacity, transform; } .reveal.is-visible { opacity: 1; transform: translateY(0); } /* ======================================================================== SM SCREEN FIXES ======================================================================== */ @media (max-width: 767px) { .section-head { margin-bottom: 40px; } .section-title { font-size: clamp(1.8rem, 6.5vw, 2.4rem); } .hero-title { font-size: clamp(2.2rem, 10vw, 3rem); } .lead-form-wrap { padding: 28px 22px; } .highlight-card { padding: 26px 16px; } .feature-card { padding: 30px 24px; } .loc-grid { grid-template-columns: 1fr; } .price-featured { transform: none; } } @media (max-width: 400px) { .hero-actions .btn { flex-basis: 100%; } .container { padding-left: 18px; padding-right: 18px; } } /* ======================================================================== PRINT (light polish) ======================================================================== */ @media print { body { background: #fff; color: #000; } .site-header, .mobile-cta, .btn, .hero-actions, .modal { display: none !important; } } .form-control:focus { color: #ffffff !important; }