/* SMG Community Page — design per Elementor Build Guide (community page) */
/* Tokens: gold #EFBF04 · teal #17A39C · ink #16181A · accent #5C6367 · soft #F4F4F2 · line #E5E4E0 · night #060606 */

.smgc { font-family: inherit; color: #16181A; line-height: 1.7; }
.smgc * { box-sizing: border-box; }
.smgc-wrap { max-width: 1520px; margin: 0 auto; padding: 0 40px; }
.smgc-section { padding: 96px 0 0; }
.smgc-section--first { padding-top: 0; }
.smgc h1, .smgc h2, .smgc h3 { font-family: 'Sora', sans-serif; margin: 0; }
.smgc p { margin: 0; }
.smgc a { text-decoration: none; }

/* Kicker + section heads */
.smgc-kicker { font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: #5C6367; margin: 0 0 14px; }
.smgc-h2 { font-size: clamp(28px, 3.4vw, 50px); font-weight: 700; line-height: 1.14; letter-spacing: -0.035em; color: #16181A; }
.smgc-h2 .smgc-teal { color: #17A39C; font-weight: 300; }
.smgc-h2 .smgc-gold { color: #EFBF04; font-weight: 300; }
.smgc-head { display: grid; grid-template-columns: 1fr 0.85fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.smgc-head .smgc-lede { font-size: 16.5px; color: #5C6367; max-width: 560px; }

/* Buttons */
.smgc-btn { display: inline-flex; align-items: center; gap: 10px; height: 56px; padding: 0 26px; border-radius: 10px; font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 500; }
.smgc-btn--gold { background: #EFBF04; color: #16181A; }
.smgc-btn--gold:hover { background: #f6ca1a; color: #16181A; }
.smgc-btn--ghost { border: 1px solid rgba(255,255,255,.28); color: #ffffff; background: transparent; }
.smgc-btn--ghost:hover { background: #ffffff; color: #16181A; }
.smgc-btn--outline { border: 1px solid #E5E4E0; color: #16181A; background: #ffffff; }
.smgc-btn--outline:hover { border-color: #16181A; color: #16181A; }
.smgc-btn .smgc-dot { width: 6px; height: 6px; border-radius: 999px; background: currentColor; opacity: .85; }
.smgc-btn--gold .smgc-dot { background: #16181A; }

/* Breadcrumb */
.smgc-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; font-family: 'Sora', sans-serif; font-size: 12.5px; letter-spacing: .06em; color: #5C6367; padding: 22px 0; }
.smgc-breadcrumb a { color: #5C6367; }
.smgc-breadcrumb a:hover { color: #16181A; }
.smgc-breadcrumb .smgc-cur { color: #16181A; }

/* Hero */
.smgc-hero { position: relative; border-radius: 24px; overflow: hidden; background: #16181A; min-height: clamp(360px, 44vw, 620px); display: flex; align-items: flex-end; }
.smgc-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.smgc-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,6,6,.12) 0%, rgba(6,6,6,.78) 100%); pointer-events: none; z-index: 1; }
.smgc-hero-inner { position: relative; z-index: 2; width: 100%; padding: clamp(24px, 4vw, 56px); display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.smgc-chip { display: inline-flex; align-items: center; gap: 12px; width: fit-content; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 9px 18px; margin-bottom: 24px; font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: #ffffff; }
.smgc-chip::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: #EFBF04; }
.smgc-hero h1 { font-size: clamp(38px, 5.2vw, 78px); font-weight: 700; line-height: 1.02; letter-spacing: -0.035em; color: #ffffff; margin: 0 0 16px; }
.smgc-hero-sub { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.84); max-width: 640px; }
.smgc-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Stat strip */
.smgc-stats { position: relative; z-index: 2; margin: -46px 44px 0; background: #ffffff; border-radius: 18px; box-shadow: 0 22px 52px rgba(16,18,20,.16); display: grid; grid-template-columns: repeat(4, 1fr); }
.smgc-stat { padding: 32px 30px; border-right: 1px solid #E5E4E0; }
.smgc-stat:last-child { border-right: 0; }
.smgc-stat-fig { font-family: 'Sora', sans-serif; font-size: 32px; font-weight: 600; line-height: 1; color: #17A39C; margin: 0 0 8px; }
.smgc-stat-cap { font-family: 'Sora', sans-serif; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: #5C6367; }

/* Overview + at-a-glance */
.smgc-overview { display: grid; grid-template-columns: 1fr 0.62fr; gap: 60px; align-items: start; }
.smgc-overview-copy p { font-size: 16.5px; line-height: 1.75; color: #5C6367; max-width: 700px; margin: 0 0 18px; }
.smgc-glance { background: #ffffff; border: 1px solid #E5E4E0; border-radius: 16px; padding: clamp(26px, 2.6vw, 34px); display: grid; gap: 18px; }
.smgc-glance-row { display: grid; grid-template-columns: 0.8fr 1fr; gap: 16px; border-bottom: 1px solid #E5E4E0; padding-bottom: 14px; font-size: 14.5px; }
.smgc-glance-row:last-of-type { border-bottom: 0; padding-bottom: 0; }
.smgc-glance-row dt { color: #5C6367; margin: 0; }
.smgc-glance-row dd { color: #16181A; margin: 0; }
.smgc-glance-link { display: inline-flex; align-items: center; gap: 10px; font-family: 'Sora', sans-serif; font-weight: 500; font-size: 15px; color: #16181A; }
.smgc-glance-link::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: #17A39C; }

/* Why cards */
.smgc-cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.smgc-card { background: #F4F4F2; border-radius: 18px; padding: 30px; }
.smgc-card h3 { font-size: 22px; font-weight: 600; margin: 0 0 12px; }
.smgc-card p { font-size: 15.5px; line-height: 1.7; color: #5C6367; }

/* Snapshot: dark + builders */
.smgc-2panel { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 20px; align-items: stretch; }
.smgc-panel-dark { background: #16181A; border-radius: 24px; padding: clamp(30px, 3.4vw, 52px); }
.smgc-panel-dark .smgc-kicker { color: #EFBF04; }
.smgc-panel-dark h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.14; color: #ffffff; margin: 0 0 22px; }
.smgc-panel-dark h2 .smgc-gold { color: #EFBF04; font-weight: 300; }
.smgc-bullets { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.smgc-bullets li { display: grid; grid-template-columns: 18px 1fr; gap: 14px; font-size: 15.5px; line-height: 1.65; color: rgba(255,255,255,.72); }
.smgc-bullets li::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: #EFBF04; margin-top: 8px; }
.smgc-panel-outline { background: #ffffff; border: 1px solid #E5E4E0; border-radius: 24px; padding: clamp(30px, 3.4vw, 52px); }
.smgc-panel-outline h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.14; margin: 0 0 16px; }
.smgc-panel-outline .smgc-body { font-size: 16px; line-height: 1.75; color: #5C6367; }

/* Builder chips + incentives link */
.smgc-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.smgc-chip-soft { background: #F4F4F2; border-radius: 999px; padding: 9px 18px; font-size: 13px; color: #5C6367; }
.smgc-underline-link { display: inline-block; margin-top: 26px; font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 500; color: #16181A; border-bottom: 2px solid #EFBF04; padding-bottom: 4px; }
.smgc-underline-link:hover { color: #16181A; border-bottom-color: #16181A; }

/* Why cards with photos */
.smgc-card--photo { background: transparent; border-radius: 0; padding: 0; }
.smgc-card-img { aspect-ratio: 16 / 11; border-radius: 18px; overflow: hidden; margin-bottom: 24px; }
.smgc-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Market table */
.smgc-tablewrap { overflow-x: auto; border-radius: 18px; border: 1px solid #E5E4E0; }
.smgc-table { width: 100%; border-collapse: collapse; font-size: 15.5px; background: #ffffff; }
.smgc-table thead tr { background: #16181A; color: #ffffff; }
.smgc-table th { text-align: left; padding: 18px 24px; font-family: 'Sora', sans-serif; font-size: 11.5px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.smgc-table th:first-child { width: 38%; }
.smgc-table td { padding: 20px 24px; }
.smgc-table td:first-child { color: #5C6367; }
.smgc-table td:last-child { font-family: 'Sora', sans-serif; font-weight: 500; color: #16181A; }
.smgc-table tbody tr { border-bottom: 1px solid #E5E4E0; }
.smgc-table tbody tr:last-child { border-bottom: 0; }
.smgc-table tbody tr:nth-child(even) { background: #F4F4F2; }

/* Buyer / seller panels */
.smgc-bs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.smgc-bs-panel { background: #F4F4F2; border-radius: 18px; padding: clamp(26px, 3vw, 40px); }
.smgc-bs-panel h3 { font-size: 21px; font-weight: 600; margin: 0 0 12px; display: flex; align-items: center; gap: 12px; }
.smgc-bs-panel h3::before { content: ""; width: 8px; height: 8px; border-radius: 999px; }
.smgc-bs-panel--buyers h3::before { background: #EFBF04; }
.smgc-bs-panel--sellers h3::before { background: #17A39C; }
.smgc-bs-panel p { font-size: 15.5px; line-height: 1.75; color: #5C6367; }

/* Schools & location */
.smgc-rows { margin: 0; display: grid; }
.smgc-row { display: grid; grid-template-columns: 0.55fr 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid #E5E4E0; }
.smgc-row:last-child { border-bottom: 0; }
.smgc-row dt { font-family: 'Sora', sans-serif; font-size: 11.5px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: #5C6367; margin: 0; padding-top: 4px; }
.smgc-row dd { font-size: 15.5px; color: #16181A; margin: 0; }
.smgc-panel-outline h3.smgc-panel-title { font-size: 21px; font-weight: 600; margin: 0 0 18px; }

/* Listings */
.smgc-listings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.smgc-listing { display: block; color: inherit; }
.smgc-listing-img { position: relative; aspect-ratio: 4 / 3; border-radius: 18px; overflow: hidden; background: #F4F4F2; }
.smgc-listing-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.smgc-listing:hover .smgc-listing-img img { transform: scale(1.04); }
.smgc-badge { position: absolute; top: 16px; left: 16px; background: #EFBF04; color: #16181A; border-radius: 999px; padding: 7px 13px; font-family: 'Sora', sans-serif; font-size: 10.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.smgc-listing-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-top: 22px; }
.smgc-listing-row h3 { font-size: 19px; font-weight: 600; color: #16181A; }
.smgc-listing-price { font-family: 'Sora', sans-serif; font-size: 19px; font-weight: 600; color: #17A39C; white-space: nowrap; }
.smgc-listing-meta { font-size: 14.5px; color: #5C6367; margin-top: 8px; }
.smgc-pagination { display: flex; gap: 8px; align-items: center; margin-top: 44px; font-family: 'Sora', sans-serif; font-size: 14px; }
.smgc-pagination a, .smgc-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 8px; border-radius: 10px; color: #16181A; border: 1px solid #E5E4E0; }
.smgc-pagination span.current { background: #EFBF04; border-color: #EFBF04; font-weight: 600; }
.smgc-pagination a:hover { border-color: #16181A; }

/* Homepage-style listings widget (WpResidence Properties Top Bar) */
.smgc-listings-widget .control_tax_wrapper { display: none; }
.smgc-listings-widget .items_shortcode_wrapper { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 30px 28px; margin: 0; }
.smgc-listings-widget .items_shortcode_wrapper > div[class*="col-"] { width: 100%; max-width: 100%; flex: none; padding: 0; margin: 0; }
.smgc-listings-widget .listinglink-wrapper_sh_listings { margin-top: 44px; }
@media (max-width: 480px) {
  .smgc-listings-widget .items_shortcode_wrapper { grid-template-columns: 1fr; }
}

/* FAQ */
.smgc-faq { display: grid; grid-template-columns: 0.42fr 1fr; gap: 60px; align-items: start; }
.smgc-faq-intro { position: sticky; top: 120px; }
.smgc-faq-intro p { font-size: 15.5px; line-height: 1.75; color: #5C6367; max-width: 380px; margin: 18px 0 26px; }
.smgc-acc { border-top: 1px solid #E5E4E0; }
.smgc-acc details { border-bottom: 1px solid #E5E4E0; }
.smgc-acc summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 0; font-family: 'Sora', sans-serif; font-size: clamp(17px, 1.4vw, 21px); font-weight: 600; color: #16181A; }
.smgc-acc summary::-webkit-details-marker { display: none; }
.smgc-acc summary::after { content: "+"; flex: 0 0 auto; width: 36px; height: 36px; border-radius: 999px; background: #F4F4F2; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 400; }
.smgc-acc details[open] summary::after { content: "\2212"; }
.smgc-acc .smgc-acc-body { padding: 0 0 26px; font-size: 15.5px; line-height: 1.75; color: #5C6367; max-width: 760px; }

/* CTA */
.smgc-cta { position: relative; border-radius: 24px; overflow: hidden; background: #16181A; padding: clamp(36px, 5vw, 78px) clamp(20px, 4vw, 62px); }
.smgc-cta .smgc-kicker { color: #EFBF04; }
.smgc-cta h2 { font-size: clamp(32px, 4vw, 62px); font-weight: 700; line-height: 1.08; letter-spacing: -0.035em; color: #ffffff; max-width: 900px; margin: 0 0 18px; }
.smgc-cta h2 .smgc-gold { color: #EFBF04; font-weight: 300; }
.smgc-cta p { color: rgba(255,255,255,.72); font-size: 17px; max-width: 620px; margin: 0 0 30px; }
.smgc-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* City page: community cards */
.smgc-citycards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 28px; }
.smgc-citycard { display: block; color: inherit; }
.smgc-citycard-img { position: relative; aspect-ratio: 4 / 3; border-radius: 18px; overflow: hidden; background: #16181A; }
.smgc-citycard-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.smgc-citycard:hover .smgc-citycard-img img { transform: scale(1.04); }
.smgc-citycard-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-top: 22px; }
.smgc-citycard-row h3 { font-size: 21px; font-weight: 600; color: #16181A; }
.smgc-citycard-arrow { font-family: 'Sora', sans-serif; font-size: 19px; color: #17A39C; transition: transform .2s ease; }
.smgc-citycard:hover .smgc-citycard-arrow { transform: translateX(4px); }
@media (max-width: 1180px) { .smgc-citycards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .smgc-citycards { grid-template-columns: 1fr; } }

/* City page: overview split */
.smgc-cityoverview { display: grid; grid-template-columns: 1fr 0.72fr; gap: 60px; align-items: center; }
.smgc-cityoverview-copy { font-size: 16.5px; line-height: 1.75; color: #5C6367; max-width: 640px; }
.smgc-cityoverview-img { aspect-ratio: 4 / 3; border-radius: 24px; overflow: hidden; }
.smgc-cityoverview-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* City page: market pulse panel */
.smgc-marketpanel { background: #F4F4F2; border-radius: 24px; padding: clamp(30px, 3.4vw, 52px); display: grid; grid-template-columns: 1fr 0.5fr; gap: 48px; align-items: start; }
.smgc-marketpanel-blurb { font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; color: #16181A; max-width: 720px; margin-top: 8px; }
.smgc-marketpanel-side p { font-size: 14.5px; line-height: 1.7; color: #5C6367; margin: 0 0 8px; }

/* City page: contact split */
.smgc-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.smgc-contact-dark { background: #16181A; border-radius: 24px; padding: clamp(30px, 3.4vw, 52px); display: flex; flex-direction: column; }
.smgc-contact-dark .smgc-kicker { color: #EFBF04; }
.smgc-contact-dark h2 { font-size: clamp(26px, 2.8vw, 40px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.14; color: #ffffff; margin: 0 0 18px; }
.smgc-contact-dark h2 .smgc-gold { color: #EFBF04; font-weight: 300; }
.smgc-contact-copy { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.72); max-width: 520px; }
.smgc-contact-rows { margin-top: auto; padding-top: 30px; display: grid; gap: 12px; }
.smgc-contact-rows a { display: inline-flex; align-items: center; gap: 12px; font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 500; color: #ffffff; }
.smgc-contact-rows a::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: #EFBF04; }
.smgc-contact-form { background: #ffffff; border: 1px solid #E5E4E0; border-radius: 24px; padding: clamp(26px, 3vw, 44px); }
.smgc-contact-form h3 { font-size: 22px; font-weight: 600; margin: 0 0 22px; }
.smgc-contact-form input, .smgc-contact-form textarea { border: 1px solid #E5E4E0 !important; border-radius: 10px !important; font-size: 14.5px; }
.smgc-contact-form .wpresidence_button, .smgc-contact-form button[type="submit"], .smgc-contact-form input[type="submit"] { background: #EFBF04 !important; color: #16181A !important; border: 0 !important; border-radius: 10px !important; font-family: 'Sora', sans-serif !important; font-weight: 500; letter-spacing: .1em; }

/* City page: neighborhoods can run 4-up on very wide screens */
@media (min-width: 1420px) { .smgc-citycards--4 { grid-template-columns: repeat(4, 1fr); } }

/* About page */
.smgc-abouth1 { max-width: 820px; margin-bottom: 22px; }
.smgc-about-intro { font-size: 16.5px; line-height: 1.75; color: #5C6367; max-width: 680px; }
.smgc-profile { display: grid; grid-template-columns: 0.72fr 1fr; gap: 60px; align-items: start; }
.smgc-profile-photo { border-radius: 24px; overflow: hidden; margin-bottom: 26px; }
.smgc-profile-photo img { width: 100%; display: block; }
.smgc-profile-right h2 { font-size: clamp(26px, 2.6vw, 38px); font-weight: 700; letter-spacing: -0.035em; margin: 0 0 16px; }
.smgc-profile-intro { font-size: 16px; line-height: 1.75; color: #5C6367; max-width: 680px; }
.smgc-profile-right h3 { font-size: 19px; font-weight: 600; margin: 34px 0 16px; }
.smgc-bullets--ink li { color: #5C6367; }
.smgc-bullets--ink li::before { background: #EFBF04; }
.smgc-row dd a { color: #16181A; }

/* Marquee ticker */
.smgc-marquee { overflow: hidden; border-top: 1px solid #E5E4E0; border-bottom: 1px solid #E5E4E0; padding: 22px 0; margin-top: 72px; }
.smgc-marquee-track { display: flex; align-items: center; gap: 44px; width: max-content; animation: smgc-scroll 36s linear infinite; }
.smgc-marquee-track span { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: #5C6367; white-space: nowrap; }
.smgc-marquee-track i { width: 7px; height: 7px; border-radius: 999px; background: #EFBF04; flex: 0 0 auto; }
@keyframes smgc-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Belief section */
.smgc-belief-stats { display: flex; gap: 16px; justify-content: flex-end; flex-wrap: wrap; }
.smgc-belief-stat { background: #ffffff; border: 1px solid #E5E4E0; border-radius: 16px; padding: 22px 26px; min-width: 150px; }
.smgc-belief { display: grid; grid-template-columns: 0.8fr 1fr; gap: 60px; align-items: start; }
.smgc-belief-photo img { width: 100%; border-radius: 24px; display: block; }
.smgc-belief-cap { font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 600; margin-top: 18px; }
.smgc-belief-copy p { font-size: 16px; line-height: 1.78; color: #5C6367; margin: 0 0 18px; }

/* Services 4-up numbered cards */
.smgc-svc4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.smgc-svc { background: #F4F4F2; border-radius: 18px; padding: 28px; display: flex; flex-direction: column; }
.smgc-svc-n { font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .16em; color: #17A39C; margin: 0 0 14px; }
.smgc-svc h3 { font-size: 20px; font-weight: 600; margin: 0 0 10px; }
.smgc-svc-p { font-size: 14.5px; line-height: 1.7; color: #5C6367; margin: 0 0 18px; }
.smgc-svc .smgc-underline-link { margin-top: auto; font-size: 14px; }

/* Testimonials */
.smgc-tst-panel { background: #F4F4F2; border-radius: 24px; padding: clamp(30px, 3.4vw, 52px); }
.smgc-tst-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.smgc-tst { background: #ffffff; border-radius: 18px; padding: clamp(24px, 2.6vw, 36px); }
.smgc-tst-stars { color: #EFBF04; font-size: 15px; letter-spacing: 4px; margin: 0 0 12px; }
.smgc-tst h3 { font-size: 19px; font-weight: 600; margin: 0 0 12px; }
.smgc-tst-quote { font-size: 15px; line-height: 1.75; color: #5C6367; margin: 0 0 18px; }
.smgc-tst-author { font-size: 14px; color: #5C6367; border-top: 1px solid #E5E4E0; padding-top: 16px; }
.smgc-tst-author strong { color: #16181A; font-family: 'Sora', sans-serif; font-weight: 600; }

/* Track record split */
.smgc-track { display: grid; grid-template-columns: 1fr 0.85fr; gap: 60px; align-items: start; }
.smgc-trackrows { margin: 0; display: grid; }
.smgc-trackrow { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid #E5E4E0; }
.smgc-trackrow:first-child { border-top: 1px solid #E5E4E0; }
.smgc-trackrow dt { font-size: 15.5px; color: #5C6367; margin: 0; }
.smgc-trackrow dd { font-family: 'Sora', sans-serif; font-size: 34px; font-weight: 600; color: #16181A; margin: 0; }
.smgc-track-form { background: #16181A; border-radius: 24px; padding: clamp(28px, 3vw, 46px); }
.smgc-track-form h3 { font-size: clamp(22px, 2vw, 28px); font-weight: 700; letter-spacing: -0.03em; color: #ffffff; margin: 0 0 12px; }
.smgc-track-form > p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.72); margin: 0 0 24px; }
.smgc-track-form input, .smgc-track-form textarea { background: rgba(255,255,255,.06) !important; border: 1px solid rgba(255,255,255,.22) !important; border-radius: 10px !important; color: #ffffff !important; }
.smgc-track-form input::placeholder, .smgc-track-form textarea::placeholder { color: rgba(255,255,255,.55); }
.smgc-track-form label, .smgc-track-form .gdpr_text, .smgc-track-form p { color: rgba(255,255,255,.72); }
.smgc-track-form .wpresidence_button, .smgc-track-form button[type="submit"], .smgc-track-form input[type="submit"] { background: #EFBF04 !important; color: #16181A !important; border: 0 !important; border-radius: 10px !important; font-family: 'Sora', sans-serif !important; font-weight: 500; letter-spacing: .1em; width: auto !important; min-width: 0 !important; padding: 0 30px !important; height: 52px; }
.smgc-track-form .elementor-field-type-submit { display: block; text-align: left; margin-top: 4px; }
.smgc-track-form .gpr_wrapper { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 22px; }
.smgc-track-form .gpr_wrapper input[type="checkbox"] { width: 16px !important; height: 16px !important; min-width: 16px; margin: 2px 0 0 !important; flex: 0 0 auto; accent-color: #EFBF04; }
.smgc-track-form .gpr_wrapper label { font-size: 12.5px; line-height: 1.6; color: rgba(255,255,255,.6); margin: 0; }
.smgc-track-form .gpr_wrapper label a { color: rgba(255,255,255,.6); }

@media (max-width: 1180px) { .smgc-svc4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 960px) {
  .smgc-profile, .smgc-belief, .smgc-track { grid-template-columns: 1fr; gap: 40px; }
  .smgc-tst-grid { grid-template-columns: 1fr; }
  .smgc-belief-stats { justify-content: flex-start; }
}
@media (max-width: 600px) { .smgc-svc4 { grid-template-columns: 1fr; } }

/* Contact page */
.smgc-conthero { display: grid; grid-template-columns: 1fr 0.5fr; gap: 40px; align-items: start; }
.smgc-heroinfo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: stretch; }
.smgc-heroinfo-card { display: block; background: #F4F4F2; border-radius: 16px; padding: 20px 22px; }
.smgc-heroinfo-label { font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #5C6367; margin: 0 0 8px; }
.smgc-heroinfo-val { font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 600; color: #16181A; margin: 0; word-break: break-word; }

.smgc-contactsplit { display: grid; grid-template-columns: 0.85fr 1fr; gap: 20px; align-items: start; }
.smgc-infolist { margin: 0; display: grid; }
.smgc-inforow { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 16px 0; border-bottom: 1px solid #E5E4E0; }
.smgc-inforow:first-child { border-top: 1px solid #E5E4E0; }
.smgc-inforow dt { font-size: 14.5px; color: #5C6367; margin: 0; }
.smgc-inforow dd { font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 500; color: #16181A; margin: 0; text-align: right; }
.smgc-inforow dd a { color: #16181A; }
.smgc-social { display: flex; gap: 10px; margin-top: 28px; }
.smgc-social a { width: 38px; height: 38px; border-radius: 999px; border: 1px solid #E5E4E0; display: inline-flex; align-items: center; justify-content: center; color: #16181A; }
.smgc-social a:hover { background: #16181A; color: #ffffff; border-color: #16181A; }

.smgc-track-form select { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.22); border-radius: 10px; color: #ffffff; padding: 12px 14px; font-family: 'Geist', sans-serif; font-size: 14px; width: 100%; }
.smgc-track-form select option { color: #16181A; }

/* inquiry_type field rendered as a pill row (theme dropdown markup, restyled) */
.smgc-track-form .wpresidence-dropdown-field { position: static; width: 100%; }
.smgc-track-form .wpresidence-dropdown-field .dropdown-toggle { display: none !important; }
.smgc-track-form .elementor-field-group-inquiry .elementor-field-label {
  display: block; font-family: 'Sora', sans-serif; font-size: 10.5px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 12px;
}
.smgc-track-form .wpresidence-dropdown-field .dropdown-menu {
  display: flex !important; position: static !important; float: none; transform: none !important;
  inset: auto !important; flex-wrap: wrap; gap: 10px; width: 100%; min-width: 0;
  background: transparent; border: 0; box-shadow: none; padding: 0; margin: 0; list-style: none;
  max-height: none !important; overflow: visible !important;
}
.smgc-track-form .wpresidence-dropdown-field .dropdown-menu li[data-value="all"] { display: none; }
.smgc-track-form .wpresidence-dropdown-field .dropdown-menu li {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
  padding: 9px 18px; font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.82); cursor: pointer; line-height: 1.2; white-space: nowrap;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.smgc-track-form .wpresidence-dropdown-field .dropdown-menu li:hover { background: rgba(255,255,255,.12); color: #ffffff; }
.smgc-track-form .wpresidence-dropdown-field .dropdown-menu li.smgc-pill-on,
.smgc-track-form .wpresidence-dropdown-field .dropdown-menu li.smgc-pill-on:hover {
  background: #EFBF04 !important; border-color: #EFBF04 !important; color: #16181A !important;
}

/* FAQ accordion (contact page) */
.smgc-acc--numbered summary { justify-content: flex-start; }
.smgc-acc--numbered summary::after { margin-left: auto; }

/* Contact reasons: 3-up */
.smgc-svc3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.smgc-svc3 .smgc-svc { background: #F4F4F2; border-radius: 18px; padding: 28px; }

/* Two photo CTA panels */
.smgc-twophoto { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.smgc-twophoto-card { position: relative; display: block; border-radius: 24px; overflow: hidden; min-height: 340px; background-size: cover; background-position: center; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; }
.smgc-twophoto-card h3 { font-size: clamp(22px, 2.2vw, 30px); font-weight: 700; letter-spacing: -0.03em; color: #ffffff; margin: 0 0 10px; }
.smgc-twophoto-p { color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.6; max-width: 340px; margin: 0 0 22px; }
.smgc-twophoto-card .smgc-btn { width: fit-content; }

@media (max-width: 960px) {
  .smgc-conthero, .smgc-contactsplit, .smgc-twophoto { grid-template-columns: 1fr; gap: 32px; }
  .smgc-svc3 { grid-template-columns: 1fr; }
}

/* Responsive */
@media (max-width: 1180px) {
  .smgc-cards3, .smgc-listings-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .smgc-wrap { padding: 0 32px; }
  .smgc-section { padding-top: 72px; }
  .smgc-stats { margin: 24px 0 0; border-radius: 0 0 18px 18px; grid-template-columns: repeat(2, 1fr); box-shadow: none; border: 1px solid #E5E4E0; }
  .smgc-stat:nth-child(2) { border-right: 0; }
  .smgc-stat:nth-child(1), .smgc-stat:nth-child(2) { border-bottom: 1px solid #E5E4E0; }
}
@media (max-width: 960px) {
  .smgc-head, .smgc-overview, .smgc-2panel, .smgc-bs, .smgc-faq, .smgc-cityoverview, .smgc-marketpanel, .smgc-contact { grid-template-columns: 1fr; gap: 40px; }
  .smgc-head { margin-bottom: 40px; gap: 18px; }
  .smgc-faq-intro { position: static; }
  .smgc-hero { min-height: 420px; }
}
@media (max-width: 768px) {
  .smgc-wrap { padding: 0 24px; }
  .smgc-section { padding-top: 64px; }
  .smgc-table { font-size: 14px; }
}
@media (max-width: 600px) {
  .smgc-cards3, .smgc-listings-grid { grid-template-columns: 1fr; }
  .smgc-stats { grid-template-columns: 1fr; }
  .smgc-stat { border-right: 0 !important; border-bottom: 1px solid #E5E4E0; }
  .smgc-stat:last-child { border-bottom: 0; }
}
@media (max-width: 480px) {
  .smgc-wrap { padding: 0 18px; }
  .smgc-section { padding-top: 56px; }
  .smgc-hero h1 { font-size: 38px; }
}

/* ------------------------------------------------------------------ */
/* Communities index page (/communities/) — smga-*                     */
/* ------------------------------------------------------------------ */

/* Hero */
.smga-hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(40px, 5vw, 80px); align-items: end; }
.smga-h1 { font-family: 'Sora', sans-serif; font-size: clamp(38px, 4.4vw, 62px); font-weight: 700; line-height: 1.12; letter-spacing: -0.035em; color: #16181A; max-width: 880px; margin: 0 0 26px; }
.smga-h1 .smgc-teal { color: #17A39C; font-weight: 300; }
.smga-intro { font-size: 17px; line-height: 1.75; color: #5C6367; max-width: 640px; }
.smga-statcol { display: flex; flex-direction: column; gap: 14px; }
.smga-statrow { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; background: #F4F4F2; border-radius: 16px; padding: 26px 24px; }
.smga-statlabel { font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: #5C6367; margin: 0; }
.smga-statfig { font-family: 'Sora', sans-serif; font-size: 30px; font-weight: 600; line-height: 1; letter-spacing: -0.03em; color: #17A39C; margin: 0; }
.smga-btn-wide { width: 100%; justify-content: space-between; padding: 0 10px 0 26px; background: #16181A; color: #ffffff; }
.smga-btn-wide .smgc-dot { width: 9px; height: 9px; background: #EFBF04; opacity: 1; }
.smga-btn-wide:hover { background: #EFBF04; color: #16181A; }
.smga-btn-wide:hover .smgc-dot { background: #16181A; }

/* Section rule above the grid */
.smga-headrule { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid #E5E4E0; margin-bottom: 28px; }
.smga-headrule-right { font-size: 14.5px; color: #5C6367; margin: 0; }

/* Community grid */
.smga-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.smga-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 380px; border-radius: 20px; overflow: hidden; background: #16181A; color: #ffffff; }
.smga-card--w2 { grid-column: span 2; }
.smga-card--w3 { grid-column: span 3; }
.smga-card-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .6s ease; }
.smga-card:hover .smga-card-img { transform: scale(1.05); }
.smga-card-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,11,12,.05) 35%, rgba(10,11,12,.78) 100%); }
.smga-card-body { position: relative; display: block; padding: 30px; }
.smga-card-city { display: block; font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.62); margin-bottom: 10px; }
.smga-card h3 { font-family: 'Sora', sans-serif; font-size: 24px; font-weight: 600; line-height: 1.2; letter-spacing: -0.02em; color: #ffffff; margin: 0 0 8px; }
.smga-card-count { display: block; font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #EFBF04; }
.smga-card-count--muted { color: rgba(255,255,255,.7); }

/* Guidance + form */
.smga-guide { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 5vw, 80px); align-items: start; }
.smga-matchlist { margin: 40px 0 0; display: grid; border-top: 1px solid #E5E4E0; }
.smga-matchrow { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid #E5E4E0; }
.smga-matchrow dt { font-size: 15.5px; color: #5C6367; margin: 0; }
.smga-matchrow dd { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 500; color: #16181A; margin: 0; text-align: right; }

@media (max-width: 1180px) {
  .smga-card { min-height: 330px; }
}
@media (max-width: 960px) {
  .smga-hero, .smga-guide { grid-template-columns: 1fr; gap: 40px; }
  .smga-grid { grid-template-columns: repeat(2, 1fr); }
  .smga-card--w2, .smga-card--w3 { grid-column: span 1; }
}
@media (max-width: 600px) {
  .smga-grid { grid-template-columns: 1fr; }
  .smga-card { min-height: 300px; }
  .smga-card-body { padding: 24px; }
  .smga-matchrow { grid-template-columns: 1fr; gap: 6px; }
  .smga-matchrow dd { text-align: left; }
}

/* The site normalises every <p> to 15px/400, so the hero figures and the
   ruled match list state their own scale explicitly. */
.smgc p.smga-intro { font-size: 17px !important; font-weight: 400 !important; }
.smgc p.smga-statlabel { font-size: 11px !important; font-weight: 500 !important; }
.smgc p.smga-statfig { font-size: 30px !important; font-weight: 600 !important; }
.smgc p.smga-headrule-right { font-size: 14.5px !important; font-weight: 400 !important; }
.smgc .smga-matchrow dt { font-weight: 400 !important; }

/* Communities without a photo yet keep a deliberate ink face. */
.smga-card--noimg { background: linear-gradient(150deg, #23272A 0%, #16181A 62%); }

/* Contact hero cards: 2-up with icons (match design) */
.smgc-heroinfo-ico { display: block; width: 20px; height: 20px; color: #17A39C; margin: 0 0 10px; }
.smgc-heroinfo-card { padding: 18px 20px; }
@media (max-width: 560px) { .smgc-heroinfo { grid-template-columns: 1fr; } }
/* Contact form: placeholder-only fields, keep inquiry kicker label */
.smgc-contactsplit .elementor-field-label { display: none; }
.smgc-contactsplit label[for="form-field-inquiry"] { display: block; }

/* ==========================================================================
   Contact page — synced 1:1 to the "Contact Page Landor" design file.
   Appended last so these win over the generic .smgc-* rules above.
   ========================================================================== */

.smgc { --smgc-secy: 120px; --smgc-teal: #17A39C; --smgc-gold: #EFBF04;
        --smgc-ink: #16181A; --smgc-body: #5C6367; --smgc-soft: #F4F4F2; --smgc-line: #E5E4E0; }
@media (max-width: 1024px) { .smgc { --smgc-secy: 96px; } }
@media (max-width: 768px)  { .smgc { --smgc-secy: 72px; } }
@media (max-width: 480px)  { .smgc { --smgc-secy: 56px; } }

.smgc .smgc-sec--hero    { padding: calc(var(--smgc-secy) * 0.6) 0 0; }
.smgc .smgc-sec--contact { padding: calc(var(--smgc-secy) * 0.55) 0 0; }
.smgc .smgc-sec--reasons { padding: calc(var(--smgc-secy) * 0.7) 0 0; }
.smgc .smgc-sec--areas   { padding: calc(var(--smgc-secy) * 0.6) 0 0; }
.smgc .smgc-sec--duo     { padding: calc(var(--smgc-secy) * 0.7) 0 0; }
.smgc .smgc-sec--faq     { padding: var(--smgc-secy) 0 0; }
.smgc .smgc-sec--cta     { padding: calc(var(--smgc-secy) * 0.8) 0 var(--smgc-secy); }

/* Hero */
.smgc-conthero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(40px, 5vw, 80px);
  align-items: end;
}
.smgc-conthero .smgc-kicker { margin: 0 0 26px; }
.smgc-conthero .smgc-abouth1 {
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.12;
  max-width: 860px;
  margin: 0 0 26px;
}
.smgc-conthero .smgc-about-intro {
  font-size: 17px; line-height: 1.75; max-width: 620px; margin: 0;
}

.smgc-heroinfo { gap: 14px; align-items: stretch; }
.smgc-heroinfo-card {
  display: grid; align-content: start; gap: 10px;
  padding: 26px 24px 28px; border-radius: 16px;
  background: var(--smgc-soft);
  transition: background-color .18s ease;
}
.smgc-heroinfo-card:hover { background: #EDECE8; }
.smgc-heroinfo-ico { margin: 0; width: 20px; height: 20px; color: var(--smgc-teal); }
.smgc-heroinfo-label { margin: 6px 0 0; font-size: 11px; letter-spacing: .16em; }
.smgc-heroinfo-val { font-size: 18px; }
.smgc-heroinfo-card[href^="mailto:"] .smgc-heroinfo-val { font-size: 15px; }

/* Contact split */
.smgc-contactsplit {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.smgc-contactsplit-left { position: sticky; top: 120px; }
.smgc-contactsplit-left .smgc-kicker { margin: 0 0 24px; }
.smgc-contactsplit-left .smgc-h2 {
  font-size: clamp(28px, 3vw, 42px); line-height: 1.14; margin: 0 0 22px;
}
.smgc-contactsplit-left .smgc-lede {
  font-size: 16.5px; line-height: 1.75; margin: 0 0 36px; max-width: 460px;
}

.smgc-infolist { border-top: 1px solid var(--smgc-line); }
.smgc-inforow {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--smgc-line);
}
.smgc-inforow:first-child { border-top: 0; }
.smgc-inforow dt { font-size: 15px; color: var(--smgc-body); }
.smgc-inforow dd { font-size: 15px; }

.smgc-contactsplit .smgc-social { gap: 10px; margin-top: 30px; flex-wrap: wrap; }
.smgc-contactsplit .smgc-social a {
  width: 44px; height: 44px; border: 0;
  background: var(--smgc-soft); color: var(--smgc-ink);
  transition: background-color .18s ease;
}
.smgc-contactsplit .smgc-social a:hover {
  background: var(--smgc-gold); color: var(--smgc-ink);
}
.smgc-contactsplit .smgc-social svg { width: 19px; height: 19px; }

/* Response / reasons */
.smgc-sec--reasons .smgc-svc3 {
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 20px;
}
.smgc-sec--reasons .smgc-svc {
  display: grid; align-content: start; gap: 14px;
  padding: 34px 30px 38px; border-radius: 18px; background: var(--smgc-soft);
}
.smgc-sec--reasons .smgc-svc-n {
  font-size: 13px; font-weight: 600; letter-spacing: .16em;
  color: var(--smgc-teal); margin: 0;
}
.smgc-sec--reasons .smgc-svc h3 { font-size: 21px; font-weight: 600; margin: 0; }
.smgc-sec--reasons .smgc-svc-p {
  font-size: 15.5px; line-height: 1.7; color: var(--smgc-body); margin: 0;
}

/* Areas marquee */
.smgc-sec--areas .smgc-marquee {
  margin-top: 0; padding: 26px 0;
  border-top: 1px solid var(--smgc-line);
  border-bottom: 1px solid var(--smgc-line);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.smgc-sec--areas .smgc-marquee-track {
  gap: 0; width: max-content; animation-duration: 60s;
}
.smgc-marquee-group {
  display: flex; align-items: center; gap: 56px; padding-right: 56px;
}
.smgc-sec--areas .smgc-marquee-track span {
  font-size: 12px; letter-spacing: .18em; color: var(--smgc-body);
}
.smgc-sec--areas .smgc-marquee-track span.smgc-marquee-lead { color: var(--smgc-ink); }

/* Buy / sell duo */
.smgc-sec--duo .smgc-twophoto { gap: 20px; }
.smgc-twophoto-card {
  min-height: 460px; padding: clamp(28px, 3vw, 46px); border-radius: 24px;
}
.smgc-twophoto-card .smgc-kicker {
  font-size: 11px; letter-spacing: .2em; margin: 0 0 18px;
}
.smgc-twophoto-card h3 {
  font-size: clamp(24px, 2.4vw, 34px); line-height: 1.14;
  letter-spacing: -0.035em; margin: 0 0 14px;
}
.smgc-twophoto-p {
  font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,.72);
  max-width: 420px; margin: 0 0 26px;
}
.smgc-twophoto-card .smgc-btn { height: 54px; gap: 14px; }
.smgc-twophoto-card .smgc-btn--gold { padding: 0 10px 0 26px; }
.smgc-twophoto-card .smgc-btn--ghost {
  padding: 0 26px; border-color: rgba(255,255,255,.5);
}
.smgc-twophoto-card .smgc-btn--ghost:hover {
  background: rgba(255,255,255,.08); border-color: #ffffff; color: #ffffff;
}
.smgc-twophoto-card .smgc-dot {
  width: 9px; height: 9px; opacity: 1; margin-right: 12px;
}
.smgc-twophoto-card .smgc-btn--ghost .smgc-dot { display: none; }

/* FAQ */
.smgc-sec--faq .smgc-head {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 60px; align-items: end; margin-bottom: 48px;
}
.smgc-sec--faq .smgc-head .smgc-kicker { margin: 0 0 24px; }
.smgc-sec--faq .smgc-h2 { font-size: clamp(30px, 3.4vw, 50px); line-height: 1.14; }
.smgc-sec--faq .smgc-head .smgc-lede {
  font-size: 16.5px; line-height: 1.75; max-width: none; margin: 0;
}
.smgc-acc--numbered summary {
  gap: 24px; padding: 30px 0; font-size: clamp(19px, 1.7vw, 26px);
  letter-spacing: -0.03em;
}
.smgc-acc--numbered summary::after {
  width: 40px; height: 40px; font-size: 19px; background: var(--smgc-soft);
}
.smgc-acc--numbered .smgc-acc-body {
  padding: 0 0 34px; font-size: 16.5px; line-height: 1.75; max-width: 900px;
}
.smgc-acc--numbered .smgc-acc-body p { max-width: 820px; margin: 0; }

/* CTA */
.smgc-sec--cta .smgc-cta { padding: clamp(36px, 5vw, 72px) clamp(20px, 4vw, 60px); }
.smgc-sec--cta .smgc-cta .smgc-kicker { margin: 0 0 24px; }
.smgc-sec--cta .smgc-cta h2 {
  font-size: clamp(34px, 4.2vw, 66px); line-height: 1.08;
  max-width: 900px; margin: 0 0 26px;
}
.smgc-sec--cta .smgc-cta p {
  font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.68);
  max-width: 620px; margin: 0 0 34px;
}
.smgc-sec--cta .smgc-btn--gold { padding: 0 10px 0 28px; gap: 14px; }
.smgc-sec--cta .smgc-btn--gold .smgc-dot {
  width: 9px; height: 9px; opacity: 1; margin-right: 12px;
}
.smgc-sec--cta .smgc-btn--ghost { padding: 0 28px; }

/* Breakpoints */
@media (max-width: 960px) {
  .smgc-conthero,
  .smgc-contactsplit { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .smgc-contactsplit-left { position: static; }
  .smgc-sec--duo .smgc-twophoto { grid-template-columns: minmax(0, 1fr); }
  .smgc-sec--faq .smgc-head { grid-template-columns: minmax(0, 1fr); gap: 18px; }
}
@media (max-width: 768px) {
  .smgc-acc--numbered summary { gap: 14px; padding: 22px 0; }
  .smgc-acc--numbered .smgc-acc-body { padding: 0 0 26px; }
  .smgc-sec--duo .smgc-twophoto-card { min-height: 380px; }
}
@media (max-width: 600px) {
  .smgc-heroinfo { grid-template-columns: minmax(0, 1fr); }
}


/* ==========================================================================
   Form field spacing. The theme renders field groups as percentage columns
   with no gutter, so inputs touch on every edge. Lay the wrapper out as a
   flex row and give it an explicit gap.
   ========================================================================== */

.smgc-track-form .elementor-form-fields-wrapper { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }
.smgc-track-form .elementor-form-fields-wrapper > .elementor-field-group { float: none; width: 100%; margin: 0; padding: 0; }
.smgc-track-form .elementor-form-fields-wrapper > .elementor-col-50 { flex: 0 0 calc(50% - 7px); max-width: calc(50% - 7px); width: calc(50% - 7px); }
.smgc-track-form .elementor-form-fields-wrapper > .elementor-col-100 { flex: 0 0 100%; max-width: 100%; }
.smgc-track-form .elementor-field-group input, .smgc-track-form .elementor-field-group textarea { width: 100%; }
.smgc-track-form .elementor-field-group-inquiry { margin-top: 8px; }
.smgc-track-form .elementor-field-group-message { margin-top: 4px; }
.smgc-track-form .elementor-field-type-submit { margin-top: 2px; }
@media (max-width: 560px) {
  .smgc-track-form .elementor-form-fields-wrapper > .elementor-col-50 { flex-basis: 100%; max-width: 100%; width: 100%; }
}
