*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --black: #0a0a0a;
  --black-soft: #1a1a1a;
  --black-mid: #2a2a2a;
  --gold: #c9a248;
  --gold-light: #dfc06a;
  --gold-dark: #9c7d36;
  --gold-pale: #f5edd8;
  --cream: #faf6ee;
  --cream-deep: #f0ead9;
  --text-primary: #1a1a1a;
  --text-secondary: #4a4a4a;
  --text-muted: #777;
  --white: #ffffff;
  --off-white: #fafaf8;
  --border: #e6dfc8;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.12);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.18);
  --radius: 8px;
  --radius-lg: 16px;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', -apple-system, system-ui, sans-serif;
  color: var(--text-primary);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; line-height: 1.2; color: var(--black); }
a { color: var(--gold-dark); }
img { max-width: 100%; height: auto; display: block; }

.info-bar {
  background: var(--black);
  color: rgba(255,255,255,0.85);
  font-size: 11.5px;
  padding: 7px 16px;
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 6px;
  letter-spacing: 0.2px;
}
.info-bar strong { color: var(--gold); font-weight: 700; }
.info-bar a { color: var(--gold-light); text-decoration: none; font-weight: 500; }
.info-bar a:hover { text-decoration: underline; }

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 12px 20px;
  display: flex; justify-content: space-between; align-items: center;
  position: sticky; top: 0; z-index: 100;
  box-shadow: var(--shadow-sm);
}
.logo-area { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark { width: 44px; height: 44px; background: var(--black); border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.logo-mark img { width: 100%; height: 100%; object-fit: contain; }
.logo-text { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--black); line-height: 1.1; }
.logo-text span { display: block; font-family: 'DM Sans', sans-serif; font-size: 9.5px; font-weight: 500; color: var(--gold-dark); letter-spacing: 2px; text-transform: uppercase; margin-top: 2px; }
.nav-area { display: flex; align-items: center; gap: 10px; }
.main-nav { display: none; gap: 22px; }
.main-nav a { color: var(--black); text-decoration: none; font-size: 14px; font-weight: 500; }
.main-nav a:hover { color: var(--gold-dark); }
.header-cta { background: var(--gold); color: var(--black); border: none; padding: 10px 20px; border-radius: 6px; font-weight: 700; font-size: 13px; font-family: inherit; cursor: pointer; text-decoration: none; transition: all 0.2s; display: inline-block; }
.header-cta:hover { background: var(--gold-dark); color: var(--white); transform: translateY(-1px); }
@media (min-width: 1024px) { .main-nav { display: flex; } }

.hero { background: linear-gradient(135deg, var(--black) 0%, #161616 50%, var(--black) 100%); color: var(--white); padding: 60px 20px 70px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 0%, rgba(201,162,72,0.18), transparent 40%), radial-gradient(circle at 80% 100%, rgba(201,162,72,0.12), transparent 45%); pointer-events: none; }
.hero-inner { max-width: 1180px; margin: 0 auto; position: relative; display: grid; gap: 40px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .hero-inner { grid-template-columns: 1.4fr 1fr; gap: 60px; } }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,162,72,0.15); color: var(--gold-light); padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 20px; border: 1px solid rgba(201,162,72,0.3); }
.hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.hero h1 { font-size: clamp(34px, 5.2vw, 56px); font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 18px; letter-spacing: -0.5px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-subhead { font-size: clamp(15px, 2vw, 18px); color: rgba(255,255,255,0.75); margin-bottom: 26px; max-width: 580px; line-height: 1.55; }
.hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 520px; margin-bottom: 30px; }
.hero-stat { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,162,72,0.2); padding: 14px 16px; border-radius: var(--radius); }
.hero-stat-num { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 4px; }
.hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.7); letter-spacing: 0.3px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary, .btn-secondary { padding: 14px 24px; border-radius: 8px; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; font-family: inherit; cursor: pointer; border: none; }
.btn-primary { background: var(--gold); color: var(--black); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,162,72,0.4); }
.btn-secondary { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.3); }
.btn-secondary:hover { background: rgba(255,255,255,0.08); border-color: var(--gold); color: var(--gold); }

.hero-logo-card { background: rgba(0,0,0,0.6); border: 1px solid rgba(201,162,72,0.25); border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; backdrop-filter: blur(8px); }
.hero-logo-card img { width: 70%; max-width: 280px; margin: 0 auto 20px; }
.hero-logo-card .tagline { font-family: 'Playfair Display', serif; font-size: 19px; color: var(--gold-light); font-style: italic; margin-bottom: 14px; }
.hero-logo-card .since { font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 2px; text-transform: uppercase; }

.direct-answer { background: linear-gradient(135deg, var(--cream-deep) 0%, var(--cream) 100%); border-left: 4px solid var(--gold); padding: 28px 32px; margin: -30px auto 50px; max-width: 1100px; border-radius: var(--radius); box-shadow: var(--shadow-md); position: relative; z-index: 5; }
.direct-answer .da-label { font-size: 11px; font-weight: 700; color: var(--gold-dark); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; display: block; }
.direct-answer p { font-size: 17px; line-height: 1.65; color: var(--black-soft); }
.direct-answer strong { color: var(--black); font-weight: 700; }

.section { padding: 70px 20px; }
.section-inner { max-width: 1180px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 50px; }
.section-tag { display: inline-block; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-dark); font-weight: 700; margin-bottom: 12px; }
.section-head h2 { font-size: clamp(28px, 4vw, 40px); margin-bottom: 14px; }
.section-head p { color: var(--text-secondary); max-width: 680px; margin: 0 auto; font-size: 16px; }
.section-alt { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-dark { background: var(--black); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .section-head p { color: rgba(255,255,255,0.7); }

.usp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (min-width: 700px) { .usp-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .usp-grid { grid-template-columns: repeat(6, 1fr); } }
.usp { text-align: center; padding: 22px 12px; background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius); }
.usp-num { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: var(--gold-dark); line-height: 1; margin-bottom: 6px; }
.usp-label { font-size: 12px; color: var(--text-secondary); font-weight: 500; letter-spacing: 0.3px; }

.project-grid { display: grid; gap: 26px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .project-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .project-grid { grid-template-columns: repeat(3, 1fr); } }
.project-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.3s; display: flex; flex-direction: column; }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
.project-img { height: 200px; background: linear-gradient(135deg, var(--black) 0%, var(--black-mid) 100%); position: relative; display: flex; align-items: center; justify-content: center; color: var(--gold); font-family: 'Playfair Display', serif; font-size: 22px; text-align: center; padding: 20px; }
.project-img.gaur { background: linear-gradient(135deg, #1a3a4a 0%, #0f2530 100%); }
.project-img.ska { background: linear-gradient(135deg, #3a2a1a 0%, #251810 100%); }
.project-img.eldeco { background: linear-gradient(135deg, #1a3a2a 0%, #0f2519 100%); }
.project-img::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(201,162,72,0.2), transparent 60%); }
.project-img span { position: relative; z-index: 1; }
.project-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.project-meta { font-size: 12px; color: var(--gold-dark); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; }
.project-card h3 { font-size: 22px; margin-bottom: 10px; }
.project-card p { font-size: 14.5px; color: var(--text-secondary); line-height: 1.55; margin-bottom: 16px; flex: 1; }
.project-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 14px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 16px; }
.project-spec-label { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 2px; }
.project-spec-value { font-weight: 700; color: var(--black); font-size: 14px; }
.project-link { color: var(--gold-dark); text-decoration: none; font-weight: 700; font-size: 14px; align-self: flex-start; padding: 8px 0; border-bottom: 2px solid var(--gold); }
.project-link:hover { color: var(--black); border-bottom-color: var(--black); }

.inventory-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.inventory-table thead { background: var(--black); color: var(--gold); }
.inventory-table th, .inventory-table td { padding: 13px 14px; text-align: left; font-size: 14px; }
.inventory-table th { font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.6px; }
.inventory-table tbody tr:nth-child(even) { background: var(--off-white); }
.inventory-table tbody tr:hover { background: var(--gold-pale); }
.inventory-table .sector-tag { display: inline-block; background: var(--gold-pale); color: var(--gold-dark); padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 700; }
.inventory-table .price { font-weight: 700; color: var(--black); }
.inventory-table .status-registered { color: #2a7a3e; font-weight: 600; font-size: 12.5px; }
.inventory-table .status-unregistered { color: #b8504c; font-weight: 600; font-size: 12.5px; }
.inventory-cta { text-align: center; margin-top: 24px; }

.comparison-table { width: 100%; border-collapse: collapse; background: var(--white); margin: 24px 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.comparison-table thead { background: var(--black); color: var(--gold); }
.comparison-table th, .comparison-table td { padding: 12px 14px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--border); }
.comparison-table th { font-weight: 700; }
.comparison-table tbody tr:nth-child(even) { background: var(--off-white); }
.comparison-table tbody tr:last-child td { border-bottom: none; }

.highlight-box { background: linear-gradient(135deg, var(--cream-deep) 0%, var(--cream) 100%); border: 1px solid var(--gold); border-left: 4px solid var(--gold); padding: 22px 26px; border-radius: var(--radius); margin: 26px 0; }
.highlight-box h4 { color: var(--black); margin-bottom: 8px; font-size: 18px; }
.highlight-box strong { color: var(--gold-dark); }

.vastu-block { background: linear-gradient(135deg, var(--black) 0%, #1a1a1a 100%); color: var(--white); border-radius: var(--radius-lg); padding: 50px 40px; display: grid; gap: 40px; grid-template-columns: 1fr; align-items: center; position: relative; overflow: hidden; }
@media (min-width: 800px) { .vastu-block { grid-template-columns: 1.3fr 1fr; padding: 60px 50px; } }
.vastu-block::before { content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(201,162,72,0.18), transparent 70%); border-radius: 50%; }
.vastu-content { position: relative; z-index: 1; }
.vastu-content .section-tag { color: var(--gold-light); }
.vastu-content h2 { color: var(--white); margin-bottom: 14px; }
.vastu-content p { color: rgba(255,255,255,0.78); margin-bottom: 22px; font-size: 16px; line-height: 1.6; }
.vastu-features { list-style: none; margin-bottom: 26px; }
.vastu-features li { padding: 8px 0; padding-left: 26px; position: relative; font-size: 14.5px; color: rgba(255,255,255,0.85); }
.vastu-features li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.vastu-pricing { background: rgba(201,162,72,0.12); border: 1.5px solid var(--gold); border-radius: var(--radius); padding: 28px 26px; text-align: center; position: relative; z-index: 1; }
.vastu-price-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px; }
.vastu-price { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 4px; }
.vastu-price-note { font-size: 12px; color: rgba(255,255,255,0.6); margin-bottom: 22px; }

.about-grid { display: grid; gap: 36px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 800px) { .about-grid { grid-template-columns: 1fr 1.2fr; gap: 50px; } }
.about-image-card { background: var(--black); border-radius: var(--radius-lg); padding: 40px; text-align: center; position: relative; overflow: hidden; }
.about-image-card::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(201,162,72,0.15), transparent 60%); pointer-events: none; }
.about-image-card img { width: 60%; max-width: 220px; margin: 0 auto 18px; position: relative; z-index: 1; }
.about-image-card .est { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); position: relative; z-index: 1; }
.about-content h2 { margin-bottom: 16px; font-size: 36px; }
.about-content p { font-size: 16px; line-height: 1.7; color: var(--text-secondary); margin-bottom: 16px; }
.about-team { background: var(--cream); border-left: 3px solid var(--gold); padding: 18px 20px; border-radius: 4px; margin-top: 20px; }
.about-team-row { display: flex; justify-content: space-between; align-items: baseline; padding: 6px 0; gap: 16px; flex-wrap: wrap; }
.about-team-name { font-weight: 700; color: var(--black); font-size: 14.5px; }
.about-team-role { font-size: 12.5px; color: var(--text-muted); }

.faq-list { max-width: 880px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; padding: 0; overflow: hidden; }
.faq-item summary { padding: 18px 22px; cursor: pointer; font-weight: 600; color: var(--black); font-size: 16px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::after { content: '+'; color: var(--gold-dark); font-size: 24px; font-weight: 300; transition: transform 0.2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-answer { padding: 0 22px 20px; color: var(--text-secondary); font-size: 15px; line-height: 1.65; }
.faq-answer strong { color: var(--black); }
.faq-answer a { color: var(--gold-dark); }

.cta-block { background: linear-gradient(135deg, var(--black) 0%, #181818 100%); color: var(--white); text-align: center; padding: 70px 30px; border-radius: var(--radius-lg); position: relative; overflow: hidden; }
.cta-block::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(201,162,72,0.15), transparent 70%); }
.cta-block-inner { position: relative; z-index: 1; }
.cta-block h2 { color: var(--white); font-size: clamp(26px, 4vw, 38px); margin-bottom: 14px; }
.cta-block p { color: rgba(255,255,255,0.8); font-size: 16px; margin-bottom: 28px; max-width: 580px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-phone-line { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 22px; }
.cta-phone-line strong { color: var(--gold-light); }

.site-footer { background: #050505; color: rgba(255,255,255,0.7); padding: 50px 20px 30px; font-size: 13.5px; line-height: 1.7; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 800px) { .footer-inner { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-col h6 { color: var(--gold); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-family: 'DM Sans', sans-serif; margin-bottom: 14px; }
.footer-col a { color: rgba(255,255,255,0.7); text-decoration: none; display: block; padding: 4px 0; font-size: 13.5px; }
.footer-col a:hover { color: var(--gold-light); }
.footer-disclaimer p { font-size: 12.5px; color: rgba(255,255,255,0.6); }
.footer-disclaimer strong { color: var(--gold-light); font-weight: 700; }
.footer-bottom { max-width: 1180px; margin: 30px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 12px; color: rgba(255,255,255,0.5); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-sources { background: rgba(255,255,255,0.04); border-left: 3px solid var(--gold); padding: 14px 18px; border-radius: 4px; margin-top: 20px; }
.footer-sources strong { color: var(--gold-light); }
.footer-sources a { color: var(--gold-light); text-decoration: none; padding: 0; display: inline; }
.footer-sources a:hover { text-decoration: underline; }

.sticky-bottom { position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--border); box-shadow: 0 -4px 20px rgba(0,0,0,0.1); display: flex; z-index: 90; padding: 8px; gap: 8px; }
.sticky-bottom a, .sticky-bottom button { flex: 1; text-align: center; padding: 12px 6px; border-radius: 6px; font-weight: 700; font-size: 13px; text-decoration: none; border: none; cursor: pointer; font-family: inherit; }
.sticky-bottom .call { background: var(--black); color: var(--white); }
.sticky-bottom .whatsapp { background: #25d366; color: var(--white); }
.sticky-bottom .vastu { background: var(--gold); color: var(--black); }
@media (min-width: 768px) { .sticky-bottom { display: none; } body { padding-bottom: 0 !important; } }
@media (max-width: 767px) { body { padding-bottom: 76px; } }

.priority-links { background: var(--cream-deep); border-left: 3px solid var(--gold); padding: 18px 20px; border-radius: 4px; margin-top: 28px; }
.priority-links h6 { color: var(--gold-dark); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
.priority-links a { color: var(--black); display: block; padding: 4px 0; text-decoration: none; font-size: 14px; }
.priority-links a:hover { color: var(--gold-dark); }

.article-body { max-width: 760px; margin: 0 auto; padding: 50px 20px 60px; }
.article-body h1 { font-size: clamp(30px, 4.5vw, 44px); margin-bottom: 14px; }
.article-body .meta { font-size: 13px; color: var(--text-muted); margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.article-body h2 { font-size: 26px; margin: 36px 0 14px; padding-top: 14px; }
.article-body h3 { font-size: 20px; margin: 24px 0 10px; }
.article-body p { margin-bottom: 16px; font-size: 16px; line-height: 1.75; color: var(--text-primary); }
.article-body ul, .article-body ol { margin: 14px 0 18px 24px; }
.article-body li { margin-bottom: 8px; line-height: 1.7; }
.article-body strong { color: var(--black); font-weight: 700; }

.page-hero { background: linear-gradient(135deg, var(--black) 0%, #161616 100%); color: var(--white); padding: 70px 20px 60px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 30% 0%, rgba(201,162,72,0.15), transparent 50%); }
.page-hero-inner { max-width: 880px; margin: 0 auto; position: relative; }
.page-hero h1 { color: var(--white); font-size: clamp(32px, 5vw, 48px); margin-bottom: 14px; }
.page-hero h1 em { color: var(--gold); font-style: normal; }
.page-hero p { color: rgba(255,255,255,0.78); font-size: clamp(15px, 2vw, 18px); max-width: 680px; margin: 0 auto 24px; }
.page-hero .breadcrumbs { font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.page-hero .breadcrumbs a { color: var(--gold-light); text-decoration: none; }

/* ── Lead capture form (Eldeco EOE pattern, vidastu styling) ── */
.lead-form-card { background: rgba(0,0,0,0.6); border: 1px solid rgba(201,162,72,0.3); border-radius: var(--radius-lg); padding: 32px 28px; backdrop-filter: blur(8px); color: var(--white); }
.lead-form-card.solid { background: var(--black); }
.lead-form-card h3 { color: var(--gold); font-family: 'Playfair Display', serif; font-size: 24px; margin-bottom: 6px; }
.lead-form-card .lead-sub { color: rgba(255,255,255,0.7); font-size: 14px; margin-bottom: 18px; }
.lead-form-card .form-group { margin-bottom: 12px; }
.lead-form-card input, .lead-form-card select { width: 100%; padding: 13px 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(201,162,72,0.25); color: var(--white); border-radius: 6px; font-family: inherit; font-size: 14.5px; }
.lead-form-card input::placeholder { color: rgba(255,255,255,0.4); }
.lead-form-card input:focus, .lead-form-card select:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,0.08); }
.lead-submit { width: 100%; padding: 14px; background: var(--gold); color: var(--black); border: none; border-radius: 6px; font-weight: 700; font-size: 15px; cursor: pointer; font-family: inherit; transition: all 0.15s; margin-top: 4px; }
.lead-submit:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(201,162,72,0.4); }
.lead-form-card .form-note { font-size: 11px; color: rgba(255,255,255,0.45); text-align: center; margin-top: 10px; }
.lead-form-card .form-note a { color: var(--gold-light); }
.lead-thanks { display: none; text-align: center; padding: 18px 8px; color: var(--white); }
.lead-thanks .check { display: inline-block; width: 56px; height: 56px; line-height: 56px; background: var(--gold); color: var(--black); border-radius: 50%; font-size: 32px; font-weight: 700; margin-bottom: 14px; }
.lead-thanks h4 { color: var(--gold); font-size: 20px; margin-bottom: 6px; }
.lead-thanks p { color: rgba(255,255,255,0.78); font-size: 14px; }
