.service-page { background: var(--bg); }
.service-page .site-header { position: absolute; }
.service-page .desktop-nav a { white-space: nowrap; }

.service-hero { position: relative; min-height: 760px; overflow: hidden; background: radial-gradient(circle at 16% 22%,rgba(34,189,73,.13),transparent 28%),#080b09; }
.service-shell { position: relative; z-index: 2; width: var(--page); margin: 0 auto; }
.service-hero .service-shell { min-height: 760px; padding: 175px 0 75px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.62fr); align-items: end; gap: clamp(70px,9vw,150px); }
.breadcrumbs { margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.47); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--green-bright); }
.service-hero h1 { max-width: 920px; font-size: clamp(44px,4.6vw,72px); line-height: 1.03; }
.service-hero .hero-lead { max-width: 770px; }
.audience-switch { width: max-content; margin-top: 36px; padding: 5px; display: grid; grid-template-columns: repeat(2,1fr); gap: 5px; background: rgba(9,14,10,.82); border: 1px solid var(--line); border-radius: 14px; backdrop-filter: blur(12px); }
.audience-switch button { min-height: 50px; padding: 0 22px; color: var(--muted); background: transparent; border: 0; border-radius: 10px; font: 800 11px/1 var(--font); letter-spacing: .04em; cursor: pointer; transition: .18s ease; }
.audience-switch button[aria-selected="true"] { color: #fff; background: var(--green); box-shadow: 0 10px 28px rgba(13,111,40,.28); }
.audience-switch button:hover, .audience-switch button:focus-visible { color: #fff; outline: none; }
.audience-switch button:focus-visible { box-shadow: 0 0 0 3px rgba(34,189,73,.32); }

.service-hero-card { padding: 27px; background: rgba(12,17,13,.86); border: 1px solid var(--line-green); border-radius: 16px; backdrop-filter: blur(14px); }
.service-hero-card > span { color: var(--green-bright); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-hero-card h2 { margin-top: 15px; font-size: 25px; line-height: 1.12; }
.service-hero-card ul { margin: 24px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.service-hero-card li { padding-left: 20px; position: relative; color: #b7c0b9; font-size: 12px; line-height: 1.5; }
.service-hero-card li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; background: var(--green-bright); border-radius: 50%; }
.service-hero-card .button { width: 100%; margin-top: 28px; }
.service-hero-photo { position: absolute; z-index: 0; inset: 0 0 0 48%; margin: 0; overflow: hidden; }
.service-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#080b09 0%,rgba(8,11,9,.58) 32%,rgba(8,11,9,.42) 100%),linear-gradient(0deg,#080b09,transparent 46%); }
.service-hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.48) saturate(.5) contrast(1.08); }

.service-content { padding: clamp(80px,8vw,125px) 0; }
.tab-panel[hidden] { display: none; }
.answer-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.62fr); gap: clamp(55px,8vw,120px); align-items: start; }
.answer-copy h2 { max-width: 820px; font-size: clamp(38px,4.4vw,64px); }
.answer-copy > p:last-child { max-width: 820px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.important-note { padding: 27px; background: radial-gradient(circle at 95% 0,rgba(34,189,73,.18),transparent 45%),var(--panel); border: 1px solid var(--line-green); border-radius: 15px; }
.important-note strong { display: block; font-size: 17px; }
.important-note p { margin: 13px 0 0; color: #aab5ac; font-size: 12px; line-height: 1.65; }
.advocate-standard { padding: clamp(32px,4vw,54px); background: radial-gradient(circle at 100% 0,rgba(34,189,73,.15),transparent 34%),var(--panel); border: 1px solid var(--line-green); border-radius: 18px; }
.service-content > .advocate-standard:first-child { margin-top: 0; }
.advocate-standard + .tab-panel { margin-top: clamp(75px,8vw,120px); }
.advocate-standard-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(310px,470px); align-items: end; gap: 60px; }
.advocate-standard-heading h2 { max-width: 780px; font-size: clamp(35px,4vw,56px); }
.advocate-standard-heading > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.advocate-standard-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.advocate-standard-grid article { min-height: 220px; padding: 25px; display: flex; flex-direction: column; background: rgba(5,9,6,.42); border: 1px solid var(--line); border-radius: 14px; }
.advocate-standard-grid span { color: var(--green-bright); font-size: 9px; font-weight: 800; }
.advocate-standard-grid h3 { margin-top: 34px; font-size: 20px; line-height: 1.2; }
.advocate-standard-grid p { margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.advocate-standard-note { margin: 14px 0 0; padding: 18px 21px; color: #9faa9f; background: rgba(255,255,255,.025); border-radius: 11px; font-size: 11px; line-height: 1.65; }
.advocate-standard-note strong { color: #fff; }

.content-section { margin-top: clamp(85px,9vw,135px); }
.content-heading { margin-bottom: 42px; display: grid; grid-template-columns: minmax(0,1fr) minmax(310px,470px); align-items: end; gap: 60px; }
.content-heading h2 { font-size: clamp(38px,4.2vw,60px); }
.content-heading > p { margin-bottom: 3px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.steps-legend { margin: -12px 0 20px; display: flex; flex-wrap: wrap; gap: 9px; }
.steps-legend span { padding: 9px 12px; color: #aeb9b0; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.steps-legend .steps-legend-client { color: #fff; background: rgba(34,189,73,.16); border-color: rgba(34,189,73,.48); }
.service-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; list-style: none; }
.service-steps li { min-height: 190px; padding: 22px; display: flex; flex-direction: column; background: radial-gradient(circle at 100% 100%,rgba(34,189,73,.11),transparent 42%),var(--soft); border: 1px solid var(--line); border-radius: 14px; }
.service-steps .client-step { position: relative; background: radial-gradient(circle at 100% 100%,rgba(34,189,73,.2),transparent 48%),#101a13; border-color: rgba(34,189,73,.52); box-shadow: inset 0 3px 0 rgba(34,189,73,.72); }
.service-steps .client-step::after { content: "Лично клиентом"; position: absolute; top: 16px; right: 16px; color: #dfffe7; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.service-steps li > span { color: var(--green-bright); font-size: 9px; font-weight: 800; }
.service-steps strong { margin-top: 32px; font-size: 17px; line-height: 1.3; }
.service-steps p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.price-band { margin-top: 16px; padding: clamp(24px,3vw,36px); display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1fr); align-items: center; gap: clamp(30px,5vw,80px); background: linear-gradient(105deg,rgba(34,189,73,.14),rgba(34,189,73,.035)); border: 1px solid var(--line-green); border-radius: 15px; }
.price-band div { display: grid; gap: 8px; }
.price-band span { color: #9fad9f; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-band strong { color: #fff; font-size: clamp(32px,3.6vw,52px); line-height: 1; }
.price-band p { margin: 0; color: #acb8ae; font-size: 12px; line-height: 1.7; }
.land-purpose-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.land-purpose-card { min-height: 300px; padding: clamp(26px,3vw,40px); display: flex; flex-direction: column; background: radial-gradient(circle at 100% 100%,rgba(34,189,73,.12),transparent 44%),var(--soft); border: 1px solid var(--line); border-radius: 16px; }
.land-purpose-card > span { color: var(--green-bright); font-size: 9px; font-weight: 800; }
.land-purpose-card h3 { margin-top: 48px; font-size: clamp(22px,2.2vw,30px); line-height: 1.12; }
.land-purpose-card p { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.land-steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
.price-band p b { display: block; margin-bottom: 8px; color: #fff; font-size: 14px; }
.land-cost-layout { margin-top: 16px; }
.scope-warning { margin-top: 14px; padding: clamp(28px,4vw,48px); display: grid; grid-template-columns: minmax(280px,.75fr) 1fr; gap: clamp(35px,6vw,80px); align-items: center; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; }
.scope-warning span { color: var(--green-bright); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.scope-warning h3 { margin: 14px 0 0; font-size: clamp(27px,3vw,40px); line-height: 1.1; }
.scope-warning p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }


.claim-types-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.claim-type-card { min-height: 300px; padding: clamp(28px,3vw,42px); display: flex; flex-direction: column; background: radial-gradient(circle at 100% 100%,rgba(34,189,73,.12),transparent 44%),var(--soft); border: 1px solid var(--line); border-radius: 16px; }
.claim-type-card > span { color: var(--green-bright); font-size: 9px; font-weight: 800; }
.claim-type-card h3 { margin-top: 52px; font-size: clamp(24px,2.5vw,34px); line-height: 1.12; }
.claim-type-card p { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.collection-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
.collection-steps li { min-height: 250px; padding: clamp(24px,3vw,36px); }
.collection-steps strong { max-width: 500px; font-size: clamp(20px,2vw,28px); }
.collection-steps p { max-width: 650px; font-size: 12px; line-height: 1.72; }
.execution-strip { margin-top: 14px; padding: clamp(32px,4vw,55px); display: grid; grid-template-columns: minmax(260px,.7fr) 1fr; gap: clamp(45px,7vw,100px); background: linear-gradient(135deg,#103a1d,#0a150e 65%); border: 1px solid var(--line-green); border-radius: 18px; }
.execution-strip h3 { margin-top: 12px; font-size: clamp(30px,3.4vw,48px); line-height: 1.08; }
.execution-strip ul { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.execution-strip li { padding: 0 0 14px 23px; position: relative; color: #bdc9bf; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 13px; line-height: 1.6; }
.execution-strip li::before { content: "✓"; position: absolute; left: 0; color: var(--green-bright); font-weight: 800; }
.execution-strip li:last-child { padding-bottom: 0; border-bottom: 0; }
.payment-options-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.payment-option-card { min-height: 285px; padding: clamp(30px,4vw,50px); display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; }
.payment-option-card.featured { background: radial-gradient(circle at 100% 0,rgba(34,189,73,.2),transparent 44%),var(--panel); border-color: var(--line-green); }
.payment-option-card > span { color: var(--green-bright); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.payment-option-card h3 { margin-top: 42px; font-size: clamp(27px,3vw,40px); line-height: 1.1; }
.payment-option-card p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.documents-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.document-card { padding: clamp(28px,3vw,44px); background: var(--panel); border: 1px solid var(--line); border-radius: 16px; }
.document-card h3 { margin-bottom: 25px; font-size: 25px; }
.check-list { margin: 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: #b7c0b9; font-size: 13px; line-height: 1.6; }
.check-list li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--green-bright); font-weight: 800; }
.document-note { margin: 15px 0 0; padding: 22px 25px; color: #aeb9b0; background: rgba(34,189,73,.08); border: 1px solid rgba(34,189,73,.22); border-radius: 13px; font-size: 12px; line-height: 1.65; }

.presence-strip { padding: clamp(32px,4vw,55px); display: grid; grid-template-columns: minmax(220px,.6fr) 1fr; gap: clamp(45px,7vw,100px); background: linear-gradient(135deg,#103a1d,#0a150e 65%); border: 1px solid var(--line-green); border-radius: 18px; }
.presence-strip h2 { font-size: clamp(32px,3.6vw,50px); }
.presence-strip ul { margin: 0; padding: 0; display: grid; gap: 15px; list-style: none; }
.presence-strip li { padding-bottom: 15px; color: #bdc9bf; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 13px; line-height: 1.6; }
.presence-strip li:last-child { padding-bottom: 0; border-bottom: 0; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { background: var(--soft); border: 1px solid var(--line); border-radius: 13px; }
.faq-list summary { position: relative; padding: 23px 58px 23px 24px; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 23px; color: var(--green-bright); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 58px 23px 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.source-box { margin-top: 18px; padding: 24px; background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 13px; }
.source-box strong { display: block; font-size: 12px; }
.source-links { margin: 13px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; list-style: none; }
.source-links a { color: var(--green-bright); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.resident-input-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.resident-input-card { min-height: 250px; padding: clamp(28px,3vw,40px); background: radial-gradient(circle at 100% 100%,rgba(34,189,73,.1),transparent 42%),var(--soft); border: 1px solid var(--line); border-radius: 16px; }
.resident-input-card > span { color: var(--green-bright); font-size: 9px; font-weight: 800; }
.resident-input-card h3 { margin-top: 50px; font-size: 23px; }
.resident-input-card p { margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.related-services { padding-top: 1px; }
.related-services-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.related-service-card { min-height: 330px; padding: clamp(30px,4vw,52px); display: flex; flex-direction: column; background: radial-gradient(circle at 90% 10%,rgba(34,189,73,.16),transparent 36%),var(--panel); border: 1px solid var(--line); border-radius: 18px; }
.related-service-card > span:first-child { color: var(--green-bright); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.related-service-card h3 { max-width: 560px; margin-top: 26px; font-size: clamp(27px,3vw,40px); line-height: 1.08; }
.related-service-card p { max-width: 620px; margin: 20px 0 30px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.related-service-card a { width: max-content; margin-top: auto; color: #fff; border-bottom: 1px solid var(--green-bright); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.related-service-card a span { color: var(--green-bright); }
.service-cta { margin-top: clamp(90px,10vw,150px); padding: clamp(45px,6vw,85px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; background: radial-gradient(circle at 85% 15%,rgba(34,189,73,.28),transparent 30%),linear-gradient(135deg,#0d3219,#08120c 65%); border: 1px solid var(--line-green); border-radius: 18px; }
.service-cta h2 { max-width: 850px; font-size: clamp(39px,4.7vw,68px); }
.service-cta p { max-width: 690px; margin: 23px 0 0; color: #aeb9b0; font-size: 14px; line-height: 1.7; }
.service-cta-actions { min-width: 245px; display: grid; gap: 13px; }
.service-cta-actions .button { width: 100%; }
.service-cta-actions a:last-child { color: #fff; text-align: center; font-size: 13px; font-weight: 700; }

.change-types-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.change-type-card { min-height: 250px; padding: clamp(26px,3vw,40px); display: flex; flex-direction: column; background: radial-gradient(circle at 100% 100%,rgba(34,189,73,.12),transparent 44%),var(--soft); border: 1px solid var(--line); border-radius: 16px; }
.change-type-card > span { color: var(--green-bright); font-size: 9px; font-weight: 800; }
.change-type-card h3 { margin-top: 42px; font-size: clamp(22px,2.2vw,30px); line-height: 1.12; }
.change-type-card p { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.change-service-options .payment-option-card { min-height: 440px; }
.service-option-price { margin-top: 20px; color: #fff; font-size: clamp(34px,3.6vw,50px); line-height: 1; }
.change-service-options .payment-option-card > p { margin-bottom: 0; }
.change-service-options .check-list { margin-top: 25px; }
@media (max-width:1120px) {
  .service-hero .service-shell { grid-template-columns: minmax(0,1fr) minmax(310px,.55fr); gap: 45px; }
  .service-steps { grid-template-columns: repeat(2,1fr); }
  .answer-grid { grid-template-columns: 1fr; }
  .advocate-standard-heading { grid-template-columns: 1fr; gap: 22px; }
  .advocate-standard-grid { grid-template-columns: 1fr; }
  .advocate-standard-grid article { min-height: 0; }
  .resident-input-grid { grid-template-columns: 1fr; }
  .resident-input-card { min-height: 0; }
  .resident-input-card h3 { margin-top: 34px; }
  .land-purpose-grid { grid-template-columns: repeat(2,1fr); }
  .change-types-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width:720px) {
  .service-hero .service-shell { min-height: 0; padding: 132px 0 65px; grid-template-columns: 1fr; gap: 40px; }
  .service-hero h1 { font-size: clamp(38px,10vw,50px); }
  .service-hero-photo { inset: 0; opacity: .34; }
  .service-hero-photo::after { background: linear-gradient(90deg,rgba(8,11,9,.97),rgba(8,11,9,.7)),linear-gradient(0deg,#080b09,transparent 50%); }
  .audience-switch { width: 100%; }
  .audience-switch button { padding: 0 10px; font-size: 10px; }
  .service-hero-card { padding: 22px; }
  .answer-copy > p:last-child { font-size: 14px; }
  .content-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-steps, .documents-layout, .related-services-grid, .price-band { grid-template-columns: 1fr; }
  .land-purpose-grid, .scope-warning { grid-template-columns: 1fr; }
  .change-types-grid { grid-template-columns: 1fr; }
  .claim-types-grid, .collection-steps, .execution-strip, .payment-options-grid { grid-template-columns: 1fr; }
  .claim-type-card, .collection-steps li, .payment-option-card { min-height: 0; }
  .service-steps li { min-height: 0; }
  .presence-strip { grid-template-columns: 1fr; gap: 35px; }
  .service-cta { grid-template-columns: 1fr; align-items: start; gap: 35px; }
  .service-cta-actions { min-width: 0; }
}
