.aftel-project-page {
  --project-ink: #102f4e;
  --project-blue: #176db0;
  --project-green: #83c55a;
  --project-mist: #eef6fb;
  color: var(--project-ink);
  background: #f7fafc;
}

.aftel-project-page *,
.aftel-project-page *::before,
.aftel-project-page *::after { box-sizing: border-box; }

.aftel-project-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.aftel-project-breadcrumbs { padding: 22px 0 14px; color: #5b7084; font-size: 14px; }
.aftel-project-breadcrumbs ol { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 7px; list-style: none; }
.aftel-project-breadcrumbs li:not(:last-child)::after { margin-left: 7px; content: "/"; color: #9baab7; }
.aftel-project-breadcrumbs a { color: #225f91; }

.aftel-project-hero { display: grid; min-height: 570px; overflow: hidden; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); border: 1px solid rgba(16, 47, 78, .12); border-radius: 28px; background: #fff; box-shadow: 0 24px 60px rgba(16, 47, 78, .13); }
.aftel-project-hero__copy { display: flex; padding: clamp(34px, 5vw, 70px); flex-direction: column; justify-content: center; }
.aftel-project-eyebrow { margin: 0 0 14px; color: #24732e; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.aftel-project-hero h1 { max-width: 660px; margin: 0; color: var(--project-ink); font-size: clamp(34px, 3.2vw, 42px); line-height: 1.04; letter-spacing: -.035em; }
.aftel-project-lead { max-width: 640px; margin: 24px 0 0; color: #3e566c; font-size: 16px; line-height: 1.55; }
.aftel-project-actions { display: flex; margin-top: 30px; flex-wrap: wrap; gap: 12px; }
.aftel-project-button { display: inline-flex; min-height: 48px; padding: 12px 20px; align-items: center; justify-content: center; border: 2px solid var(--project-blue); border-radius: 999px; background: var(--project-blue); color: #fff; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.aftel-project-page a.aftel-project-button:not(.aftel-project-button--secondary),
.aftel-project-page a.aftel-project-button:not(.aftel-project-button--secondary):visited { color: #fff !important; }
.aftel-project-page a.aftel-project-button:not(.aftel-project-button--secondary):hover,
.aftel-project-page a.aftel-project-button:not(.aftel-project-button--secondary):focus-visible { border-color: #125a91; background: #125a91; color: #fff !important; text-decoration: none; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(23, 109, 176, .24); }
.aftel-project-button:focus-visible { outline: 3px solid rgba(23, 109, 176, .28); outline-offset: 3px; }
.aftel-project-page a.aftel-project-button--secondary,
.aftel-project-page a.aftel-project-button--secondary:visited { background: transparent; color: var(--project-blue) !important; }
.aftel-project-page a.aftel-project-button--secondary:hover,
.aftel-project-page a.aftel-project-button--secondary:focus-visible { color: #124d7c !important; background: #edf6fc; text-decoration: none; }
.aftel-project-hero__visual { position: relative; min-height: 430px; overflow: hidden; background: #dce8ef; }
.aftel-project-hero__visual::after { position: absolute; content: ""; inset: 0; background: linear-gradient(90deg, rgba(16,47,78,.19), transparent 35%), linear-gradient(0deg, rgba(7,31,50,.52), transparent 45%); pointer-events: none; }
.aftel-project-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.aftel-project-location-pin { position: absolute; z-index: 2; right: 24px; bottom: 24px; max-width: 310px; padding: 15px 18px 15px 46px; border: 1px solid rgba(255,255,255,.52); border-radius: 16px; background: rgba(8,35,58,.83); color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.aftel-project-location-pin::before { position: absolute; top: 17px; left: 18px; width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50% 50% 50% 0; content: ""; transform: rotate(-45deg); }
.aftel-project-location-pin strong,
.aftel-project-location-pin span { display: block; }
.aftel-project-location-pin span { margin-top: 2px; color: rgba(255,255,255,.78); font-size: 12px; }

.aftel-project-proof { display: grid; margin: 24px 0 0; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(16,47,78,.12); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(16,47,78,.07); }
.aftel-project-proof div { padding: 20px 24px; border-right: 1px solid rgba(16,47,78,.1); }
.aftel-project-proof div:last-child { border-right: 0; }
.aftel-project-proof strong,
.aftel-project-proof span { display: block; }
.aftel-project-proof strong { font-size: 17px; }
.aftel-project-proof span { margin-top: 4px; color: #627487; font-size: 13px; line-height: 1.45; }

.aftel-project-section { padding: clamp(52px, 7vw, 88px) 0; }
.aftel-project-section--tint { border-top: 1px solid rgba(16,47,78,.08); border-bottom: 1px solid rgba(16,47,78,.08); background: var(--project-mist); }
.aftel-project-section__head { max-width: 780px; margin-bottom: 28px; }
.aftel-project-section__head h2 { margin: 0; color: var(--project-ink); font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.03em; }
.aftel-project-section__head h2.aftel-project-heading--compact { font-size: clamp(30px, 3vw, 36px); }
.aftel-project-section__head h2.aftel-project-heading--faq { font-size: clamp(30px, 3.2vw, 38px); }
.aftel-project-section__head p { margin: 15px 0 0; color: #536a7f; font-size: 17px; line-height: 1.65; }

.aftel-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.aftel-project-info-card { padding: 25px; border: 1px solid rgba(16,47,78,.12); border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(16,47,78,.06); }
.aftel-project-info-card h3 { margin: 0 0 9px; color: var(--project-ink); font-size: 19px; }
.aftel-project-info-card p { margin: 0; color: #536a7f; line-height: 1.62; }

.aftel-project-streets { border: 1px solid rgba(16,47,78,.14); border-radius: 20px; background: #fff; box-shadow: 0 14px 34px rgba(16,47,78,.07); }
.aftel-project-streets summary { display: flex; padding: 22px 25px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 800; }
.aftel-project-streets summary::-webkit-details-marker { display: none; }
.aftel-project-streets summary::after { width: 12px; height: 12px; border-right: 3px solid var(--project-blue); border-bottom: 3px solid var(--project-blue); content: ""; transform: rotate(45deg); transition: transform .18s ease; }
.aftel-project-streets[open] summary::after { transform: rotate(225deg); }
.aftel-project-streets__panel { padding: 0 25px 25px; border-top: 1px solid rgba(16,47,78,.1); }
.aftel-project-streets__panel p { color: #607488; font-size: 13px; }
.aftel-project-street-list { display: grid; margin: 18px 0 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px 20px; list-style: none; }
.aftel-project-street-list li { position: relative; padding-left: 15px; color: #344f67; font-size: 14px; line-height: 1.4; }
.aftel-project-street-list li::before { position: absolute; top: .55em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--project-green); content: ""; }

.aftel-project-checker { display: grid; overflow: hidden; grid-template-columns: .86fr 1.14fr; border-radius: 24px; background: #0e3151; box-shadow: 0 24px 58px rgba(10,42,69,.22); }
.aftel-project-checker__copy { padding: clamp(30px, 5vw, 58px); color: #fff; }
.aftel-project-checker__copy .aftel-project-eyebrow { color: #bdeca1; }
.aftel-project-checker__copy h2 { margin: 0; color: #fff; font-size: clamp(32px, 3.5vw, 42px); line-height: 1.08; letter-spacing: -.03em; }
.aftel-project-checker__copy p { margin: 16px 0 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.6; }
.aftel-project-checker__form { padding: clamp(30px, 5vw, 58px); background: #fff; }
.aftel-project-checker label { display: block; margin-bottom: 9px; color: var(--project-ink); font-weight: 800; }
.aftel-project-search-row { display: flex; gap: 10px; }
.aftel-project-search-row input { width: 100%; min-height: 52px; padding: 12px 15px; border: 2px solid #b9c9d7; border-radius: 12px; color: #17384f; font: inherit; }
.aftel-project-search-row input:focus { border-color: var(--project-blue); outline: 3px solid rgba(23,109,176,.16); }
.aftel-project-search-row button { flex: 0 0 auto; cursor: pointer; }
.aftel-project-search-status { min-height: 24px; margin: 12px 0 0; color: #50677b; font-size: 14px; line-height: 1.5; }
.aftel-project-search-status.is-success { color: #236d2e; }
.aftel-project-search-status.is-warning { color: #a33a23; }
.aftel-project-suggestions { margin-top: 12px; }
.aftel-project-suggestions p { margin: 0 0 8px; color: #50677b; font-size: 13px; }
.aftel-project-suggestion-list { display: grid; gap: 8px; }
.aftel-project-suggestion-list button { width: 100%; padding: 13px 15px; border: 1px solid #c8d6e1; border-radius: 12px; background: #f7fafc; color: var(--project-ink); cursor: pointer; text-align: left; }
.aftel-project-suggestion-list button:hover,
.aftel-project-suggestion-list button:focus-visible { border-color: var(--project-blue); background: #edf6fc; }
.aftel-project-suggestion-list strong,
.aftel-project-suggestion-list span { display: block; }
.aftel-project-suggestion-list span { margin-top: 3px; color: #667b8d; font-size: 12px; }
.aftel-project-privacy { margin: 10px 0 0; color: #718395; font-size: 12px; line-height: 1.45; }

.aftel-project-faqs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.aftel-project-faq { padding: 23px; border: 1px solid rgba(16,47,78,.12); border-radius: 16px; background: #fff; }
.aftel-project-faq h3 { margin: 0 0 9px; color: var(--project-ink); font-size: 18px; }
.aftel-project-faq p { margin: 0; color: #536a7f; line-height: 1.62; }
.aftel-project-source-note { margin-top: 18px; color: #6a7d8e; font-size: 12px; line-height: 1.55; }

@media (max-width: 900px) {
  .aftel-project-hero { grid-template-columns: 1fr; }
  .aftel-project-hero__visual { min-height: 420px; order: -1; }
  .aftel-project-proof { grid-template-columns: 1fr; }
  .aftel-project-proof div { border-right: 0; border-bottom: 1px solid rgba(16,47,78,.1); }
  .aftel-project-proof div:last-child { border-bottom: 0; }
  .aftel-project-grid { grid-template-columns: 1fr; }
  .aftel-project-street-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aftel-project-checker { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .aftel-project-shell { width: min(100% - 24px, 1180px); }
  .aftel-project-hero { border-radius: 18px; }
  .aftel-project-hero__visual { min-height: 310px; }
  .aftel-project-location-pin { right: 14px; bottom: 14px; left: 14px; }
  .aftel-project-hero__copy { padding: 30px 22px 34px; }
  .aftel-project-actions { align-items: stretch; flex-direction: column; }
  .aftel-project-button { width: 100%; }
  .aftel-project-street-list { grid-template-columns: 1fr; }
  .aftel-project-search-row { flex-direction: column; }
  .aftel-project-search-row button { width: 100%; }
  .aftel-project-faqs { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .aftel-project-button,
  .aftel-project-streets summary::after { transition: none; }
}
