/* Aerocity Inner Page Widgets — shared structural CSS for Page Hero,
   Split Content, Feature Grid, Page CTA. Colors/typography/spacing come
   from each widget's own Style tab; robust fallback values included here
   so pages look right immediately, same approach as the home widgets. */

.eyebrow { margin: 0 0 5px; text-transform: uppercase; color: #ED1C24; font: 800 18px "Barlow Condensed", Arial, sans-serif; letter-spacing: .3px; }
.aerocity-page-cta .eyebrow { color: #FFFFFF; }

.aerocity-page-hero, .aerocity-split-section, .aerocity-feature-section,
.aerocity-page-cta { box-sizing: border-box; }
.aerocity-page-hero *, .aerocity-split-section *, .aerocity-feature-section *,
.aerocity-page-cta * { box-sizing: border-box; }

/* ---------- Page Hero ---------- */
.aerocity-page-hero { position: relative; display: flex; align-items: center; overflow: hidden; background-color: #071826; }
.aerocity-page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,24,38,.95), rgba(6,24,38,.13)); }
.aerocity-page-hero-content { position: relative; margin: 0 auto; padding: 35px 40px; width: 100%; max-width: 1600px; }
.aerocity-page-hero h1 { max-width: 900px; margin: 0; }
.aerocity-breadcrumbs { display: flex; align-items: center; gap: 12px; margin-top: 25px; list-style: none; padding: 0; }
.aerocity-breadcrumbs a { text-decoration: none; }
.aerocity-breadcrumbs i, .aerocity-breadcrumbs svg { font-size: 10px !important; width: 10px !important; height: 10px !important; display: inline-flex !important; align-items: center; justify-content: center; }

/* ---------- Split Content ---------- */
.aerocity-split-section { padding: 80px 0; }
.aerocity-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin: 0 auto; max-width: 1600px; padding: 0 40px; }
.aerocity-split-reverse .aerocity-split-content { order: 1; }
.aerocity-split-reverse .aerocity-split-image { order: 2; }
.aerocity-split-image { overflow: hidden; border-radius: 4px; box-shadow: 0 18px 45px rgba(7,24,38,.13); }
.aerocity-split-image img { width: 100%; display: block; object-fit: cover; }
.aerocity-split-content h2 { margin: 0 0 16px; }
.aerocity-split-content p { margin: 0 0 16px; }

/* ---------- Feature Grid ---------- */
.aerocity-feature-section { padding: 80px 0; }
.aerocity-feature-inner { margin: 0 auto; max-width: 1600px; padding: 0 40px; }
.aerocity-feature-heading { text-align: center; margin: 0 auto 40px; }
.aerocity-feature-heading h2 { margin: 6px 0 0; }
.aerocity-feature-intro { max-width: 780px; margin: 18px auto 0; }
.aerocity-feature-grid { display: grid; grid-template-columns: repeat(var(--aerocity-feature-cols, 3), 1fr); gap: 24px; }
.aerocity-feature-card { border: 1px solid; border-radius: 4px; padding: 34px 30px; box-shadow: 0 8px 22px rgba(7,24,38,.05); transition: .25s; }
.aerocity-feature-card-compact { padding: 27px 24px; }
.aerocity-feature-card i, .aerocity-feature-card svg { font-size: 36px !important; width: 36px !important; height: 36px !important; line-height: 1 !important; display: inline-flex !important; align-items: center; justify-content: center; margin-bottom: 20px; }
.aerocity-feature-card h3 { margin: 0 0 10px; }
.aerocity-feature-card p { margin: 0; }
.aerocity-feature-link { display: inline-block; margin-top: 12px; text-decoration: none; font: 700 15px "Barlow Condensed", Arial, sans-serif; text-transform: uppercase; }
.aerocity-feature-text-link { color: inherit; text-decoration: none; }

/* ---------- Services Grid ---------- */
.aerocity-services-grid-section { padding: 80px 0; }
.aerocity-services-grid-inner { margin: 0 auto; max-width: 1600px; padding: 0 40px; }
.aerocity-services-grid-heading { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 35px; }
.aerocity-services-grid-heading > div { max-width: 940px; }
.aerocity-services-grid-heading h2 { margin: 0; }
.aerocity-services-grid-heading p { margin: 0; }
.aerocity-heading-note { max-width: 430px; border-left: 1px solid; padding-left: 32px; line-height: 1.5; }
.aerocity-page-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.aerocity-page-service-card { border: 1px solid; border-radius: 5px; overflow: hidden; box-shadow: 0 8px 25px rgba(7,24,38,.07); transition: .25s; }
.aerocity-page-service-image img { width: 100%; display: block; object-fit: cover; }
.aerocity-page-service-content { padding: 28px; }
.aerocity-page-service-content > i, .aerocity-page-service-content > svg { font-size: 34px !important; width: 34px !important; height: 34px !important; line-height: 1 !important; display: inline-flex !important; align-items: center; justify-content: center; }
.aerocity-page-service-content h2 { margin: 13px 0 10px; }
.aerocity-page-service-content p { margin: 0; min-height: 50px; line-height: 1.55; }
.aerocity-page-service-content a { display: inline-block; text-decoration: none; margin-top: 7px; }

/* ---------- Detail Lists ---------- */
.aerocity-detail-lists-section { padding: 80px 0; }
.aerocity-detail-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; margin: 0 auto; max-width: 1600px; padding: 0 40px; }
.aerocity-detail-lists h2 { margin: 0 0 8px; }
.aerocity-check-list { list-style: none; padding: 8px 0 0; margin: 0; display: grid; gap: 15px; }
.aerocity-check-list li { display: flex; align-items: center; gap: 14px; font-size: 16px; }
.aerocity-check-icon { width: 28px; height: 28px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; background-color: #FFE5E6; }
.aerocity-check-icon i, .aerocity-check-icon svg { font-size: 12px !important; width: 12px !important; height: 12px !important; line-height: 1 !important; display: inline-flex !important; align-items: center; justify-content: center; color: #ED1C24; fill: #ED1C24; }
.aerocity-mini-process { display: grid; gap: 12px; margin-top: 20px; }
.aerocity-mini-process span { display: flex; align-items: center; gap: 16px; border-left: 3px solid; padding: 15px 18px; font-size: 15px; }
.aerocity-mini-process b { font: 800 22px "Barlow Condensed", Arial, sans-serif; }

/* ---------- Page CTA ---------- */
.aerocity-page-cta { position: relative; overflow: hidden; }
.aerocity-page-cta-bg-image { position: absolute; inset: 0; background-repeat: no-repeat; }
.aerocity-page-cta-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #C80009, #ED1C24, #B60008); }
.aerocity-page-cta-inner { position: relative; z-index: 1; margin: 0 auto; padding: 35px 40px; min-height: 210px; display: flex; align-items: center; gap: 50px; max-width: 1600px; }
.aerocity-page-cta-inner h2 { margin: 0; }
.aerocity-page-cta-inner p { margin: 10px 0 0; }
/* Shared buttons (Split Content, Page CTA) — same robust fallback pattern
   as home-widgets.css, kept here too since inner-page widgets don't load
   that stylesheet. Elementor's own Style-tab-generated CSS still overrides
   these the moment a value differs from default. */
.aerocity-btn-primary, .aerocity-btn-light {
	display: inline-flex; align-items: center; justify-content: center; gap: 16px;
	min-height: 52px; padding: 0 30px; text-decoration: none; cursor: pointer; transition: .2s;
	border: 0; border-radius: 2px; font: 800 18px "Barlow Condensed", Arial, sans-serif; text-transform: uppercase;
}
.aerocity-btn-primary { color: #fff; background: linear-gradient(90deg, #ED1C24, #F3252D); }
.aerocity-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(237,28,36,.21); }
.aerocity-btn-light { background: #fff; color: #ED1C24; margin-left: auto; flex: 0 0 auto; }
.aerocity-btn-light:hover { background: #F1F1F1; }
.aerocity-btn-small {
	display: inline-flex; align-items: center; justify-content: center; gap: 12px;
	min-height: 44px; padding: 0 22px; text-decoration: none; cursor: pointer; transition: .2s;
	border: 0; border-radius: 2px; font: 800 16px "Barlow Condensed", Arial, sans-serif; text-transform: uppercase;
	color: #fff; background: linear-gradient(90deg, #ED1C24, #F3252D); flex-shrink: 0;
}
.aerocity-btn-small:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(237,28,36,.21); }

/* ---------- Jobs List ---------- */
.aerocity-jobs-section { padding: 80px 0; }
.aerocity-jobs-inner { margin: 0 auto; max-width: 1600px; padding: 0 40px; }
.aerocity-jobs-heading { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 35px; }
.aerocity-jobs-heading h2 { margin: 0; }
.aerocity-jobs-list { display: grid; gap: 14px; }
.aerocity-job-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 26px; border: 1px solid; box-shadow: 0 6px 16px rgba(7,24,38,.05); }
.aerocity-job-row h3 { margin: 0; }
.aerocity-job-row p { margin: 6px 0 0; }
.aerocity-job-row p i, .aerocity-job-row p svg { width: 14px !important; height: 14px !important; font-size: 13px !important; display: inline-flex !important; align-items: center; justify-content: center; }

/* ---------- Career Form ---------- */
.aerocity-career-form-section { background-color: #071A27; }
.aerocity-field { display: grid; gap: 6px; }
.aerocity-field label { font-weight: 700; }
.aerocity-field input, .aerocity-field select, .aerocity-field textarea { border: 1px solid; border-radius: 4px; padding: 11px 13px; font: inherit; width: 100%; }
.aerocity-field textarea { min-height: 90px; resize: vertical; }
.aerocity-form-success { display: none; margin: 0; padding: 12px; border: 1px solid; text-align: center; border-radius: 4px; }
.aerocity-form-error { display: none; margin: 0; padding: 12px; border: 1px solid #D64545; background: #FDEDED; color: #A61B1B; text-align: center; border-radius: 4px; }
.aerocity-hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.aerocity-career-form-layout { margin: 0 auto; max-width: 1600px; padding: 0 40px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }

/* ---------- Contact Form ---------- */
.aerocity-contact-form-section { background-color: #F6FAFC; }
.aerocity-contact-form-layout { margin: 0 auto; max-width: 1600px; padding: 0 40px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.aerocity-contact-form-copy h2 { margin: 6px 0 10px; color: #071826; }
.aerocity-contact-form-copy > p { color: #53636E; margin: 0 0 10px; }
.aerocity-contact-checklist { list-style: none; padding: 10px 0 0; margin: 0; display: grid; gap: 15px; }
.aerocity-contact-checklist li { display: flex; gap: 13px; align-items: center; }
.aerocity-contact-checklist i, .aerocity-contact-checklist svg { width: 22px !important; height: 22px !important; font-size: 16px !important; display: inline-flex !important; align-items: center; justify-content: center; flex-shrink: 0; }
.aerocity-contact-form { background-color: #FFFFFF; border-radius: 6px; padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; box-shadow: 0 20px 45px rgba(0,0,0,.1); }
.aerocity-contact-form .aerocity-field-full, .aerocity-contact-form .aerocity-submit, .aerocity-contact-form .aerocity-form-success, .aerocity-contact-form .aerocity-form-error { grid-column: 1 / -1; }
.aerocity-contact-form .aerocity-submit { width: 100%; }

/* ---------- Detailed Quote Form ---------- */
.aerocity-detail-quote-section { background: linear-gradient(135deg, #F7FAFC, #EAF2F6); }
.aerocity-detail-quote-layout { margin: 0 auto; max-width: 1600px; padding: 0 40px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.aerocity-detail-quote-copy h2 { margin: 6px 0 10px; color: #071826; }
.aerocity-detail-quote-copy > p { color: #53636E; margin: 0 0 10px; }
.aerocity-detail-quote-form { background-color: #FFFFFF; border-radius: 6px; padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; box-shadow: 0 20px 45px rgba(0,0,0,.1); max-width: none; }
.aerocity-detail-quote-form .aerocity-field-full, .aerocity-detail-quote-form .aerocity-consent, .aerocity-detail-quote-form .aerocity-submit, .aerocity-detail-quote-form .aerocity-form-success, .aerocity-detail-quote-form .aerocity-form-error { grid-column: 1 / -1; }
.aerocity-detail-quote-form .aerocity-submit { width: 100%; }
.aerocity-consent { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.aerocity-career-form-copy h2 { margin: 6px 0 10px; color: #FFFFFF; }
.aerocity-career-form-copy p:not(.eyebrow) { color: #D0DAE0; }
.aerocity-career-form { border-radius: 6px; padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; box-shadow: 0 20px 45px rgba(0,0,0,.2); background-color: #FFFFFF; }
.aerocity-career-form .aerocity-field-full, .aerocity-career-form .aerocity-submit, .aerocity-career-form .aerocity-form-success, .aerocity-career-form .aerocity-form-error { grid-column: 1 / -1; }
.aerocity-career-form .aerocity-submit { width: 100%; }

/* ================= Responsive ================= */
@media (max-width: 1024px) {
	.aerocity-page-hero h1 { font-size: 54px; }
	.aerocity-page-hero-content { padding: 30px 20px; }
	.aerocity-split-grid { gap: 45px; padding: 0 20px; }
	.aerocity-feature-inner { padding: 0 20px; }
	.aerocity-services-grid-inner { padding: 0 20px; }
	.aerocity-detail-lists { gap: 45px; padding: 0 20px; }
	.aerocity-page-cta-inner { padding: 30px 20px; }
	.aerocity-jobs-inner { padding: 0 20px; }
	.aerocity-career-form-layout { padding: 0 20px; gap: 45px; }
	.aerocity-contact-form-layout { padding: 0 20px; gap: 45px; }
	.aerocity-detail-quote-layout { padding: 0 20px; gap: 45px; }
	.aerocity-page-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
	.aerocity-page-hero h1 { font-size: 43px; }
	.aerocity-page-hero-content { text-align: center; padding: 25px 15px; }
	.aerocity-breadcrumbs { justify-content: center; }
	.aerocity-split-grid { grid-template-columns: 1fr; gap: 35px; padding: 0 15px; }
	.aerocity-split-reverse .aerocity-split-content, .aerocity-split-reverse .aerocity-split-image { order: initial; }
	.aerocity-feature-inner { padding: 0 15px; }
	.aerocity-feature-grid { grid-template-columns: 1fr !important; }
	.aerocity-services-grid-inner { padding: 0 15px; }
	.aerocity-services-grid-heading { display: block; text-align: center; }
	.aerocity-heading-note { display: none; }
	.aerocity-page-services-grid { grid-template-columns: 1fr; }
	.aerocity-detail-lists { grid-template-columns: 1fr; gap: 35px; padding: 0 15px; }
	.aerocity-page-cta-inner { flex-direction: column; text-align: center; padding: 25px 15px; }
	.aerocity-btn-light { margin: 0; }
	.aerocity-jobs-inner { padding: 0 15px; }
	.aerocity-jobs-heading { display: block; text-align: center; }
	.aerocity-job-row { flex-direction: column; align-items: flex-start; }
	.aerocity-btn-small { width: 100%; }
	.aerocity-career-form-layout { grid-template-columns: 1fr; padding: 0 15px; gap: 35px; }
	.aerocity-career-form { grid-template-columns: 1fr; padding: 20px; }
	.aerocity-contact-form-layout { grid-template-columns: 1fr; padding: 0 15px; gap: 35px; }
	.aerocity-contact-form { grid-template-columns: 1fr; padding: 20px; }
	.aerocity-detail-quote-layout { grid-template-columns: 1fr; padding: 0 15px; gap: 35px; }
	.aerocity-detail-quote-form { grid-template-columns: 1fr; padding: 20px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.aerocity-feature-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (prefers-reduced-motion: reduce) {
	.aerocity-feature-card:hover { transform: none !important; }
}
