.detail-page { background: #f4f8fb; }
.detail-main { overflow: hidden; }

.detail-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 25px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 750; }
.detail-breadcrumb a { color: #8fdcff; }
.detail-breadcrumb span { opacity: .7; }

.detail-hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); isolation: isolate; }
.detail-hero__background, .detail-hero__overlay { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.detail-hero__background { object-fit: cover; object-position: center; }
.detail-hero__overlay { z-index: -1; background: linear-gradient(90deg, rgba(3,24,43,.98) 0%, rgba(3,24,43,.91) 52%, rgba(3,24,43,.42) 100%); }
.detail-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr); align-items: center; gap: 70px; padding-block: 84px; }
.detail-hero__status { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #dcecf7; background: rgba(255,255,255,.08); font-size: 11px; font-weight: 850; backdrop-filter: blur(8px); }
.detail-hero__status::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 5px rgba(34,202,105,.15); }
.detail-hero h1 { max-width: 820px; margin: 0; font-size: clamp(54px, 7vw, 92px); line-height: .96; letter-spacing: -.06em; }
.detail-hero h1 span { display: block; color: #52bff2; }
.detail-hero__lead { max-width: 700px; margin: 25px 0 0; color: #d2e3ef; font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.detail-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.detail-hero__actions > * { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 20px; border: 0; border-radius: 999px; font-weight: 900; cursor: pointer; }
.detail-hero__primary { color: var(--white); background: var(--green-600); box-shadow: 0 14px 34px rgba(18,173,85,.28); }
.detail-hero__secondary { color: var(--navy-900); background: var(--white); }
.detail-hero__facts { display: flex; flex-wrap: wrap; gap: 9px 24px; margin-top: 31px; color: #c7dce9; font-size: 12px; font-weight: 750; }
.detail-hero__facts span { display: flex; align-items: center; gap: 7px; }
.detail-hero__facts span::before { content: "✓"; color: var(--green-500); font-weight: 950; }

.detail-contact-card { padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 25px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.detail-contact-card__top { display: flex; align-items: center; gap: 13px; margin-bottom: 19px; }
.detail-contact-card__icon { width: 48px; height: 48px; display: grid; flex: 0 0 48px; place-items: center; border-radius: 14px; color: var(--white); background: linear-gradient(135deg, var(--blue-700), var(--blue-500)); font-size: 20px; }
.detail-contact-card small { color: var(--blue-700); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.detail-contact-card h2 { margin: 2px 0 0; color: var(--navy-900); font-size: 25px; line-height: 1.1; }
.detail-contact-card > p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.detail-contact-card__phone { display: block; padding: 15px; border-radius: 13px; color: var(--navy-900); background: var(--blue-100); text-align: center; font-size: 23px; font-weight: 950; }
.detail-contact-card__button { width: 100%; min-height: 51px; margin-top: 10px; border: 0; border-radius: 13px; color: var(--white); background: var(--green-600); font-weight: 900; cursor: pointer; }
.detail-contact-card ul { display: grid; gap: 9px; margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.detail-contact-card li { display: flex; gap: 8px; color: var(--muted); font-size: 12px; }
.detail-contact-card li::before { content: "✓"; color: var(--green-600); font-weight: 950; }

.detail-section { padding: 92px 0; }
.detail-section--white { background: var(--white); }
.detail-section--soft { background: var(--surface); }
.detail-heading { max-width: 760px; margin-bottom: 40px; }
.detail-heading--center { margin-inline: auto; text-align: center; }
.detail-heading .eyebrow { margin-bottom: 10px; }
.detail-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(38px, 5vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.detail-heading > p { margin: 15px 0 0; color: var(--muted); font-size: 17px; }

.city-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.city-intro__media { position: relative; min-height: 470px; overflow: hidden; border-radius: 28px; background: var(--navy-900); box-shadow: var(--shadow-md); }
.city-intro__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.city-intro__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(3,24,43,.7)); }
.city-intro__badge { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; padding: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; color: var(--white); background: rgba(3,24,43,.82); backdrop-filter: blur(10px); }
.city-intro__badge strong { display: block; font-size: 18px; }
.city-intro__badge span { color: #c8dce9; font-size: 12px; }
.city-intro__copy h2 { margin: 0; color: var(--navy-900); font-size: clamp(38px, 4.4vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.city-intro__copy > p { color: var(--muted); font-size: 17px; }
.city-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 25px; }
.city-checks span { padding: 13px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy-800); background: var(--white); font-size: 13px; font-weight: 800; }
.city-checks span::before { content: "✓"; margin-right: 7px; color: var(--green-600); }

.detail-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.detail-service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; color: inherit; background: var(--white); box-shadow: 0 8px 25px rgba(5,37,66,.06); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.detail-service-card:hover { transform: translateY(-5px); border-color: #a8d4e9; box-shadow: var(--shadow-md); }
.detail-service-card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .4s ease; }
.detail-service-card:hover img { transform: scale(1.045); }
.detail-service-card__body { padding: 18px; }
.detail-service-card h3 { min-height: 49px; margin: 0 0 8px; color: var(--navy-900); font-size: 18px; line-height: 1.28; }
.detail-service-card p { min-height: 88px; margin: 0; color: var(--muted); font-size: 12px; }
.detail-service-card span { display: inline-flex; margin-top: 14px; color: var(--blue-700); font-size: 12px; font-weight: 900; }

.city-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.city-process article { position: relative; min-height: 220px; padding: 29px 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.city-process b { display: block; margin-bottom: 25px; color: var(--blue-600); font-size: 12px; }
.city-process h3 { margin: 0 0 8px; color: var(--navy-900); font-size: 21px; }
.city-process p { margin: 0; color: var(--muted); font-size: 14px; }

.solution-hero { padding: 55px 0 72px; color: var(--white); background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.solution-hero__grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 70px; }
.solution-hero h1 { margin: 0; font-size: clamp(48px, 6.5vw, 82px); line-height: .98; letter-spacing: -.055em; }
.solution-hero h1 span { display: block; color: #52bff2; }
.solution-hero__lead { max-width: 680px; margin: 22px 0 0; color: #cfe0ec; font-size: 19px; }
.solution-hero__media { position: relative; min-height: 470px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 29px; box-shadow: 0 35px 85px rgba(0,0,0,.3); }
.solution-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.solution-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(3,24,43,.8)); }
.solution-hero__media span { position: absolute; z-index: 2; right: 20px; bottom: 20px; left: 20px; padding: 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; background: rgba(3,24,43,.78); font-size: 12px; font-weight: 850; backdrop-filter: blur(8px); }

.solution-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 65px; }
.solution-copy h2 { margin: 0; color: var(--navy-900); font-size: clamp(36px, 4vw, 52px); line-height: 1.05; letter-spacing: -.04em; }
.solution-copy > p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.solution-sidebar { position: sticky; top: 130px; }
.solution-sidebar .detail-contact-card { border-color: var(--line); box-shadow: var(--shadow-md); }
.symptom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.symptom-grid li { min-height: 84px; display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; color: var(--navy-800); background: var(--surface); font-size: 14px; font-weight: 800; list-style: none; }
.symptom-grid li::before { content: "!"; width: 31px; height: 31px; display: grid; flex: 0 0 31px; place-items: center; border-radius: 9px; color: var(--white); background: var(--red-500); font-weight: 950; }
.solution-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-step { position: relative; padding: 28px; border-radius: 21px; color: var(--white); background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); }
.solution-step > span { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 12px; color: var(--navy-900); background: #52bff2; font-size: 12px; font-weight: 950; }
.solution-step h3 { margin: 0 0 9px; font-size: 21px; }
.solution-step p { margin: 0; color: #bfd3e1; font-size: 14px; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.benefit-grid span { padding: 17px; border: 1px solid #cfe1eb; border-radius: 14px; color: var(--navy-800); background: var(--white); font-weight: 850; }
.benefit-grid span::before { content: "✓"; margin-right: 9px; color: var(--green-600); }

.detail-final-cta { padding: 70px 0; color: var(--white); background: linear-gradient(115deg, var(--blue-700), var(--blue-500)); }
.detail-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.detail-final-cta h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.03; letter-spacing: -.045em; }
.detail-final-cta p { margin: 11px 0 0; color: #e0f3fc; }
.detail-final-cta__actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
.detail-final-cta__actions > * { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border: 0; border-radius: 999px; font-weight: 900; cursor: pointer; }
.detail-final-cta__actions a { color: var(--navy-900); background: var(--white); }
.detail-final-cta__actions button { color: var(--white); background: var(--green-600); }

@media (max-width: 1050px) {
    .detail-hero__grid, .solution-hero__grid { grid-template-columns: 1fr; }
    .detail-contact-card { max-width: 680px; }
    .city-intro { grid-template-columns: 1fr; }
    .city-intro__media { min-height: 400px; }
    .detail-service-grid { grid-template-columns: repeat(2, 1fr); }
    .solution-layout { grid-template-columns: 1fr; }
    .solution-sidebar { position: static; }
    .solution-sidebar .detail-contact-card { max-width: none; }
}

@media (max-width: 760px) {
    .detail-hero { min-height: auto; }
    .detail-hero__grid { gap: 42px; padding-block: 62px; }
    .detail-hero h1 { font-size: 58px; }
    .detail-hero__overlay { background: linear-gradient(180deg, rgba(3,24,43,.82), rgba(3,24,43,.98)); }
    .detail-section { padding: 68px 0; }
    .city-checks, .symptom-grid, .benefit-grid { grid-template-columns: 1fr; }
    .city-process, .solution-steps { grid-template-columns: 1fr; }
    .solution-hero__grid { gap: 40px; }
    .solution-hero__media { min-height: 360px; }
    .detail-final-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 540px) {
    .detail-hero h1, .solution-hero h1 { font-size: 45px; }
    .detail-hero__lead, .solution-hero__lead { font-size: 16px; }
    .detail-hero__actions { display: grid; }
    .detail-contact-card { padding: 22px 17px; }
    .detail-service-grid { grid-template-columns: 1fr; }
    .detail-service-card h3, .detail-service-card p { min-height: auto; }
    .city-intro__media { min-height: 330px; }
    .detail-final-cta__actions { width: 100%; display: grid; }
}
