@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#f4f2ed;--ink:#242826;--green:#193e35;--copper:#a85b36;--line:#d6d8d0;--muted:#66716b;--cream:#e7e9df}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'DM Sans',Arial,sans-serif}button,a{font:inherit}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--copper);outline-offset:4px}a:hover{color:var(--copper)}.shell{width:min(100% - 64px,1320px);margin:auto}.skip{position:absolute;left:-9999px;z-index:100;background:white;padding:12px}.skip:focus{left:12px;top:12px}.site-header{border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:5}.header-inner{height:94px;display:flex;align-items:center;gap:42px}.brand{display:flex;align-items:center;gap:12px;line-height:1}.brand:hover{color:var(--ink)}.brand-mark{width:47px;height:47px;border:1.5px solid var(--green);display:grid;place-items:center;font:800 18px 'Manrope',sans-serif;letter-spacing:-3px}.brand-mark span{color:var(--copper)}.brand-name{font:800 14px/.98 'Manrope',sans-serif;letter-spacing:.02em}.brand-name small{font-size:9px;letter-spacing:.16em}.main-nav{display:flex;gap:26px;margin-left:auto;font-size:13px;font-weight:700}.main-nav a{white-space:nowrap}.header-note{border-left:1px solid var(--line);padding-left:26px;font-size:12px;color:var(--muted);white-space:nowrap}.menu-toggle{display:none}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--green);display:inline-flex;align-items:center;gap:9px}.eyebrow.light{color:#b7c6b9}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--copper)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif;letter-spacing:-.055em}h1{font-size:clamp(58px,7vw,112px);font-weight:600;line-height:.99}h2{font-size:clamp(38px,4.2vw,66px);font-weight:600;line-height:1.12}h3{font-size:22px;line-height:1.25}.hero{min-height:720px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;min-height:720px}.hero-copy{padding:98px 45px 42px 0;display:flex;flex-direction:column;align-items:flex-start}.hero h1{margin:44px 0 28px}.hero h1 em{font-weight:500;color:var(--green);font-style:normal}.hero-intro{max-width:540px;font-size:20px;line-height:1.55;color:#48514a}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:21px}.button{min-height:56px;display:inline-flex;align-items:center;justify-content:space-between;gap:40px;padding:0 22px;font-weight:700;font-size:13px}.button span,.text-link span,.row-link span{font-size:20px;font-weight:400;line-height:1}.button.dark{color:white;background:var(--green)}.button.dark:hover{background:#285947}.button.light{background:var(--paper);color:var(--green)}.text-link{display:inline-flex;gap:18px;align-items:center;border-bottom:1px solid currentColor;padding-bottom:4px;font-size:13px;font-weight:700}.hero-foot{margin-top:auto;width:100%;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;font-size:10px;font-weight:800;letter-spacing:.09em;color:var(--muted)}.hero-art{position:relative;overflow:hidden;background:var(--green);color:#dfe7da;margin:33px 0 33px 0;min-height:550px;padding:29px;display:flex;flex-direction:column;justify-content:space-between}.hero-art:before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 56px,rgba(255,255,255,.045) 57px 58px),repeating-linear-gradient(90deg,transparent 0 56px,rgba(255,255,255,.045) 57px 58px)}.hero-art:after{content:'';position:absolute;width:400px;height:400px;border:1px solid rgba(255,255,255,.12);border-radius:50%;top:18%;left:20%}.art-top,.art-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.15em;font-weight:700}.circuit{position:absolute;inset:0}.circuit-line{position:absolute;border-color:#7b9b87;border-style:solid;opacity:.75}.line-a{width:52%;height:34%;left:0;top:25%;border-width:0 2px 2px 0}.line-b{width:42%;height:50%;right:0;bottom:14%;border-width:2px 0 0 2px}.line-c{width:48%;height:19%;right:0;top:16%;border-width:0 0 2px 2px}.circuit-node{position:absolute;width:14px;height:14px;border:2px solid #b2c5aa;border-radius:50%;background:var(--green);z-index:1}.n1{top:58%;left:51%}.n2{top:34%;right:47%}.n3{bottom:36%;right:40%}.circuit-center{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:178px;height:178px;border-radius:50%;border:1px solid #bbcfb9;background:var(--green);display:grid;place-items:center;font:500 58px 'Manrope',sans-serif;letter-spacing:-.1em;padding-right:11px;color:#e8e6d8}.intro-strip{background:#e5e7de;border-block:1px solid var(--line)}.intro-strip .shell{min-height:150px;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:30px}.intro-strip span{font-size:10px;font-weight:800;letter-spacing:.12em;color:var(--green)}.intro-strip span:last-child{text-align:right}.intro-strip p{font:500 clamp(18px,2vw,25px)/1.4 'Manrope',sans-serif;margin:0;letter-spacing:-.035em}.section{padding:115px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:55px}.section-heading h2{margin:23px 0 0}.section-heading>p{max-width:300px;color:var(--muted);margin:0 0 8px}.service-list{border-top:1px solid #afb7ad}.service-row{display:grid;grid-template-columns:70px 1.05fr 1fr 90px;align-items:center;gap:24px;padding:28px 0;border-bottom:1px solid var(--line)}.service-row>span{color:var(--copper);font:700 12px 'Manrope',sans-serif}.service-row h3{margin:0;font-size:23px;font-weight:600}.service-row p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}.row-link{font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:5px}.process-section{background:var(--green);color:var(--paper)}.process-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px}.process-layout h2{margin:25px 0}.process-layout>div:first-child>p{max-width:450px;color:#bdcbc0}.process-steps{border-top:1px solid #638070}.process-steps>div{display:grid;grid-template-columns:55px 1fr;column-gap:20px;padding:28px 0;border-bottom:1px solid #638070}.process-steps span{grid-row:span 2;color:#b9cdbb;font-size:12px}.process-steps h3{font-weight:600;margin:0 0 7px}.process-steps p{margin:0;color:#bdcbc0;font-size:13px}.regions-section{background:#eaece4}.district-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #bec6bb;border-left:1px solid #bec6bb}.district-grid a{height:85px;padding:17px 19px;display:flex;align-items:center;gap:15px;border-right:1px solid #bec6bb;border-bottom:1px solid #bec6bb;font:600 20px 'Manrope',sans-serif;letter-spacing:-.04em;transition:background .2s}.district-grid a:hover{background:#f7f7f2;color:var(--green)}.district-grid a span{align-self:flex-start;color:var(--copper);font:700 10px 'Manrope',sans-serif;letter-spacing:0}.district-grid a b{font:400 20px Arial;margin-left:auto;color:var(--green)}.editorial-section{background:var(--paper)}.editorial-section .section-heading{align-items:end}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.article-card{min-height:290px;padding:28px;display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s}.article-card:hover{background:#fffdf8;color:var(--ink)}.article-card>span:first-child{color:var(--copper);font-size:10px;font-weight:800;letter-spacing:.11em}.article-card h3{font-size:27px;line-height:1.25;font-weight:600;margin:40px 0}.article-arrow{margin-top:auto;font-size:27px;align-self:flex-end;color:var(--green)}.site-footer{background:#172d27;color:#f1f2ea;padding:85px 0 28px}.footer-top{display:grid;grid-template-columns:1.2fr .8fr;gap:80px}.footer-top h2{margin:23px 0 18px}.footer-top p{max-width:480px;color:#b4c2b7}.contact-placeholder{border-top:1px solid #6b8073;border-bottom:1px solid #6b8073;padding:28px 0;align-self:center}.contact-placeholder span{display:block;color:#b5c7b4;font-size:10px;font-weight:800;letter-spacing:.1em;margin-bottom:30px}.contact-placeholder strong{font:600 24px 'Manrope',sans-serif}.contact-placeholder p{font-size:13px;margin:12px 0 0}.footer-bottom{border-top:1px solid #496557;margin-top:90px;padding-top:25px;display:flex;justify-content:space-between;font-size:11px;color:#a9b6aa}.page-intro{padding:35px 0 100px;background:#e9ece3;border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;align-items:center;gap:10px;color:#7b887b;font-size:11px;margin-bottom:93px;flex-wrap:wrap}.breadcrumbs span:last-child{color:var(--ink)}.page-intro h1{font-size:clamp(50px,6.2vw,88px);margin:27px 0 25px;max-width:900px}.page-intro p{font-size:19px;max-width:690px;color:#546057;margin:0}.section.compact{padding-top:80px}.detail-intro .breadcrumbs,.article-intro .breadcrumbs{margin-bottom:75px}.detail-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.detail-grid h2{margin-top:25px}.prose{max-width:720px}.prose p{font-size:17px;line-height:1.85;color:#4d5b52}.prose h2{font-size:34px;margin:48px 0 20px}.prose h3{margin:38px 0 12px}.related-section{background:#e8ebe2;padding:75px 0}.related-section h2{font-size:38px;margin:20px 0 30px}.related-links{display:flex;flex-wrap:wrap;gap:11px}.related-links a{border:1px solid #bac7bb;padding:10px 15px;display:inline-flex;align-items:center;gap:15px;font-size:13px;font-weight:700}.related-links a:hover{background:var(--green);color:white}.district-detail{background:var(--paper)}.feature-article{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:35px 0;display:flex;justify-content:space-between;gap:60px;align-items:end}.feature-article h2{max-width:770px;font-size:47px}.feature-article p{max-width:680px;color:var(--muted)}.article-intro{background:#e9ece3}.article-layout{display:grid;grid-template-columns:220px 1fr;gap:100px}.article-layout aside{display:flex;flex-direction:column;gap:24px;border-top:1px solid var(--line);padding-top:16px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em}.article-layout aside a{color:var(--green);font-size:13px}.article-body .lead{font:500 25px/1.6 'Manrope',sans-serif;letter-spacing:-.035em;color:var(--ink)}.article-callout{margin-top:60px;background:#e8ece3;padding:30px}.article-callout>span{font-size:10px;color:var(--copper);font-weight:800;letter-spacing:.1em}.article-callout p{margin:15px 0}.all-articles .article-card{min-height:280px}
@media(max-width:1050px){.header-note{display:none}.main-nav{gap:14px}.hero-grid{grid-template-columns:1fr .9fr}.service-row{grid-template-columns:45px 1fr 1fr 70px}.district-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.shell{width:min(100% - 36px,1320px)}.header-inner{height:72px}.brand-mark{width:39px;height:39px;font-size:15px}.brand-name{font-size:12px}.brand-name small{font-size:7px}.menu-toggle{display:flex;align-items:center;gap:9px;margin-left:auto;border:0;background:none;color:var(--green);font-size:13px;font-weight:700}.menu-toggle span{font-size:18px}.main-nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:15px 18px 22px;flex-direction:column;gap:0}.main-nav.open{display:flex}.main-nav a{padding:12px 0;border-bottom:1px solid var(--line)}.hero,.hero-grid{min-height:0}.hero-grid{display:flex;flex-direction:column}.hero-copy{padding:65px 0 35px}.hero h1{margin:35px 0 23px;font-size:clamp(57px,12vw,78px)}.hero-intro{font-size:17px}.hero-foot{margin-top:60px}.hero-art{margin:0 0 18px;min-height:430px}.intro-strip .shell{min-height:150px;grid-template-columns:1fr;gap:6px;padding:20px 0}.intro-strip span:last-child{text-align:left}.section{padding:75px 0}.section-heading{display:block;margin-bottom:34px}.section-heading h2{margin:16px 0 18px}.section-heading>p{max-width:550px}.service-row{grid-template-columns:40px 1fr 55px;gap:8px;padding:22px 0}.service-row h3{font-size:20px}.service-row p{grid-column:2/4;margin-top:3px}.service-row .row-link{grid-column:3;grid-row:1/2;font-size:0}.service-row .row-link span{font-size:24px}.process-layout{grid-template-columns:1fr;gap:35px}.district-grid{grid-template-columns:repeat(2,1fr)}.district-grid a{height:72px;font-size:17px;padding:11px}.articles-grid{grid-template-columns:1fr}.article-card{min-height:220px}.article-card h3{margin:25px 0}.footer-top{grid-template-columns:1fr;gap:30px}.footer-bottom{gap:15px;flex-wrap:wrap;margin-top:55px}.page-intro{padding:20px 0 65px}.breadcrumbs,.detail-intro .breadcrumbs,.article-intro .breadcrumbs{margin-bottom:60px}.page-intro h1{font-size:clamp(46px,10vw,68px)}.page-intro p{font-size:16px}.detail-grid,.article-layout{grid-template-columns:1fr;gap:32px}.article-layout aside{flex-direction:row;flex-wrap:wrap}.feature-article{display:block}.feature-article h2{font-size:35px}.feature-article .button{margin-top:20px}}
@media(max-width:420px){.district-grid{grid-template-columns:1fr 1fr}.district-grid a{font-size:15px}.hero-foot{font-size:8px;gap:5px}.hero-actions{gap:14px}.button{gap:10px}.hero-art{min-height:350px}.circuit-center{width:135px;height:135px;font-size:44px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.brand-mark{display:flex;align-items:center;justify-content:center;flex:none;white-space:nowrap;padding-right:3px}
.photo-hero{padding:0;background:#263e34}.photo-hero:before,.photo-hero:after,.photo-hero .circuit,.photo-hero .art-top,.photo-hero .art-bottom{display:none}.photo-hero>img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;object-position:57% center}.photo-label{position:absolute;left:24px;bottom:24px;right:24px;display:flex;justify-content:space-between;align-items:center;gap:12px;background:rgba(25,62,53,.94);padding:15px 18px;color:#f4f2ed;font-size:10px;font-weight:800;letter-spacing:.1em}.photo-label small{font-size:10px;font-weight:500;letter-spacing:0}.image-feature{padding:0 0 115px;background:var(--paper)}.image-feature-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}.image-feature figure{position:relative;margin:0;height:480px;overflow:hidden;background:#d7d9d1}.image-feature figure img{width:100%;height:100%;object-fit:cover;display:block}.image-feature figure:first-child img{object-position:center 46%}.image-feature figure:nth-child(2) img{object-position:center}.image-feature figcaption{position:absolute;inset:auto 0 0 0;padding:52px 27px 23px;background:linear-gradient(transparent,rgba(14,30,23,.88));color:#fff;display:grid;grid-template-columns:1fr auto;align-items:end}.image-feature figcaption span{grid-column:1/-1;font-size:10px;letter-spacing:.13em;font-weight:800;margin-bottom:11px}.image-feature figcaption strong{font:600 31px/1.13 'Manrope',sans-serif;letter-spacing:-.045em}.image-feature figcaption small{font-size:10px}.service-banner{background:var(--green)}.service-banner .shell{height:360px;position:relative;overflow:hidden}.service-banner img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:brightness(.69)}.service-banner .shell>div{position:absolute;left:30px;bottom:25px;color:white}.service-banner p{font:500 34px/1.2 'Manrope',sans-serif;letter-spacing:-.04em;max-width:520px;margin:13px 0}.service-banner small{font-size:10px;color:#d6e2d6}.detail-image{height:370px;position:relative;margin-top:60px;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:cover;object-position:center 47%;display:block}.detail-image span{position:absolute;right:16px;bottom:16px;background:rgba(25,62,53,.93);color:white;padding:8px 11px;font-size:10px}.detail-layout{padding-top:75px}
@media(max-width:760px){.image-feature{padding-bottom:75px}.image-feature-grid{grid-template-columns:1fr}.image-feature figure{height:380px}.image-feature figure:nth-child(2){height:300px}.image-feature figcaption strong{font-size:25px}.service-banner .shell{height:280px}.service-banner p{font-size:27px}.detail-image{height:260px;margin-top:30px}.detail-image span{font-size:8px;max-width:70%}.photo-hero>img{object-position:63% center}}
.district-visual,.article-cover{position:relative;overflow:hidden;height:320px;margin-top:50px;margin-bottom:0}.district-visual img,.article-cover img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 48%}.district-visual span,.article-cover figcaption{position:absolute;bottom:15px;right:16px;background:rgba(25,62,53,.92);color:white;padding:6px 10px;font-size:10px}.article-cover{height:390px}.article-body{padding-top:75px}.district-detail{padding-top:75px}
.service-article .prose>h2:first-child{margin-top:0}.service-source{border-top:1px solid var(--line);padding-top:20px;margin-top:42px;font-size:13px!important}.service-source a{color:var(--green);text-decoration:underline;text-underline-offset:3px}
.service-faq{margin-top:65px;border-top:1px solid var(--line)}.service-faq>h2{margin:40px 0 16px}.service-faq-item{padding:20px 0;border-bottom:1px solid var(--line)}.service-faq-item h3{font-size:20px;margin:0 0 10px}.service-faq-item p{font-size:16px;margin:0}
@media(max-width:760px){.district-visual,.article-cover{height:235px;margin-top:25px}.article-body,.district-detail{padding-top:55px}}

.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.service-card{display:flex;flex-direction:column;min-width:0;background:#fffdf9;border:1px solid var(--line);transition:border-color .2s,transform .2s,box-shadow .2s}.service-card:hover{color:var(--ink);border-color:#98ad9e;transform:translateY(-3px);box-shadow:0 14px 32px rgba(25,62,53,.1)}.service-card-photo{height:250px;display:block;overflow:hidden;background:#d9ddd5}.service-card-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s}.service-card:hover img{transform:scale(1.035)}.service-card-body{display:flex;flex-direction:column;align-items:flex-start;flex:1;padding:26px 29px 27px}.service-card-label{color:var(--copper);font-size:10px;letter-spacing:.15em;font-weight:800}.service-card h3{font-size:27px;font-weight:650;line-height:1.18;margin:12px 0 11px}.service-card-description{font-size:14px;line-height:1.65;color:#59665d}.service-card-action{margin-top:auto;padding-top:24px;border-bottom:1px solid var(--green);color:var(--green);font-size:12px;font-weight:800}.process-steps>div{grid-template-columns:1fr}.district-grid a{justify-content:center}.article-card h3{margin-bottom:0}
.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card-photo{height:225px}@media(max-width:1050px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.source-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--line);max-width:950px}.source-list li{display:flex;justify-content:space-between;gap:24px;padding:18px 0;border-bottom:1px solid var(--line)}.source-list strong{font-weight:700}.source-list span{color:var(--muted)}.source-list a,.source-note a{text-decoration:underline;text-underline-offset:3px}.source-note{max-width:950px;margin:35px 0 0;color:var(--muted);font-size:13px}.footer-bottom a:last-child{color:#c7d4c9}
@media(max-width:760px){.service-grid{grid-template-columns:1fr;gap:16px}.service-card-photo{height:230px}.service-card-body{padding:22px}.service-card h3{font-size:24px}.process-steps>div{display:block}}
@media(max-width:760px){.source-list li{display:block}.source-list span{display:block;font-size:13px;margin-top:4px}}

.district-service-index{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;padding:0;margin:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.district-service-index li{min-width:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.district-service-index a{display:flex;align-items:center;min-height:76px;height:100%;padding:18px 22px;font-size:1rem;font-weight:600;line-height:1.5;overflow-wrap:anywhere}
.district-service-index a:hover{background:var(--cream);color:var(--green)}
.district-services{padding-bottom:90px}.district-service-reading{max-width:880px}
.district-service-article{padding:64px 0;border-top:1px solid var(--line);scroll-margin-top:24px}
.district-service-article header .eyebrow{font-size:.875rem;letter-spacing:.06em}
.district-service-article h2{font-family:'Manrope',sans-serif;font-size:clamp(1.75rem,4vw,2.6rem);line-height:1.2;letter-spacing:-.035em;margin:16px 0 26px;overflow-wrap:anywhere}
.district-service-article .prose{max-width:none}.district-service-article .prose h3{font-size:1.25rem;line-height:1.4;margin:32px 0 12px}.district-service-article .prose p{font-size:1rem;line-height:1.85}.district-service-article .prose .lead{font-size:1.125rem;line-height:1.75}
.district-service-faq{padding:18px 0;border-bottom:1px solid var(--line)}.district-service-faq h4{font-size:1rem;line-height:1.5;margin:0 0 10px}.district-service-faq p{margin:0}
.district-service-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;margin-top:32px}.district-service-actions a{font-size:.875rem;line-height:1.6;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
#hizmet-basliklari{scroll-margin-top:24px}
@media(max-width:1050px){.district-service-index{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.district-service-index{grid-template-columns:1fr}.district-service-index a{min-height:56px;padding:15px 18px}.district-service-article{padding:40px 0}.district-service-actions{align-items:flex-start;flex-direction:column}.district-service-actions a{display:flex;align-items:center;min-height:44px}.district-services{padding-bottom:45px}}

.brand-mark{border:0;padding:0;width:48px;height:48px;display:block}.brand-mark img{display:block;width:100%;height:100%}@media(max-width:760px){.brand-mark{width:40px;height:40px}}

.brand-name{font-size:16px;line-height:1.12;letter-spacing:.025em}@media(max-width:760px){.brand-name{font-size:14px}}

.service-regions{margin-top:56px;padding-top:12px;border-top:1px solid var(--line);scroll-margin-top:24px}
.service-region-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;list-style:none!important;padding:0!important;margin:28px 0 0!important;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-region-links li{margin:0!important;min-width:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.service-region-links a{display:flex;align-items:center;min-height:76px;height:100%;padding:16px 18px;font-size:1rem;font-weight:600;line-height:1.5;overflow-wrap:anywhere;color:var(--green)}
.service-region-links a:hover{background:var(--cream)}
@media(max-width:760px){.service-region-links{grid-template-columns:1fr}.service-region-links a{min-height:56px}.service-regions{margin-top:40px}}

/* Complete phone layout */
@media(max-width:760px){
  html{scroll-padding-top:84px}
  body{overflow-x:hidden}
  body.menu-open{overflow:hidden}
  img{max-width:100%}
  .shell{width:calc(100% - 36px)}
  .site-header{position:sticky;top:0;background:rgba(244,242,237,.98);backdrop-filter:blur(10px)}
  .header-inner{height:72px;gap:12px}
  .brand{min-width:0;gap:10px}
  .brand-name{font-size:14px;line-height:1.05;overflow-wrap:normal}
  .menu-toggle{min-width:84px;min-height:48px;justify-content:flex-end;padding:0;border-radius:0;touch-action:manipulation}
  .main-nav{position:fixed;top:72px;max-height:calc(100dvh - 72px);overflow-y:auto;padding:12px 18px 24px;box-shadow:0 18px 32px rgba(25,62,53,.12)}
  .main-nav a{display:flex;align-items:center;min-height:48px;padding:10px 0;font-size:15px}
  .section{padding:64px 0}
  .section-heading{margin-bottom:30px}
  .section-heading h2,.process-layout h2,.footer-top h2{font-size:clamp(2rem,10vw,2.8rem);line-height:1.08;overflow-wrap:anywhere}
  .eyebrow{font-size:12px;line-height:1.5;letter-spacing:.1em}
  .hero-copy{padding:56px 0 30px}
  .hero h1{font-size:clamp(3.1rem,17vw,4.4rem);line-height:.92;margin:32px 0 24px}
  .hero-intro{font-size:17px;line-height:1.7}
  .hero-actions{display:grid;grid-template-columns:1fr;align-items:stretch;gap:12px}
  .hero-actions .button,.hero-actions .text-link{min-height:52px;justify-content:center;width:100%;margin:0}
  .hero-foot{margin-top:44px;gap:8px;font-size:8px;letter-spacing:.04em}
  .hero-art{min-height:360px}
  .intro-strip .shell{padding:24px 0}
  .intro-strip p{font-size:20px;line-height:1.35}
  .service-grid{gap:18px}
  .service-card-photo{height:210px}
  .service-card-body{padding:21px 20px 23px}
  .service-card h3{font-size:23px;line-height:1.25;overflow-wrap:anywhere}
  .service-card-description{font-size:16px;line-height:1.65}
  .service-card-action{font-size:14px;min-height:44px;display:flex;align-items:center}
  .process-section{padding:68px 0}
  .process-steps>div{padding:22px 0}
  .process-steps h3{font-size:20px}
  .process-steps p{font-size:16px;line-height:1.65}
  .district-grid{grid-template-columns:1fr}
  .district-grid a{height:auto;min-height:58px;justify-content:flex-start;padding:14px 16px;font-size:17px;line-height:1.35}
  .articles-grid{grid-template-columns:1fr}
  .article-card,.all-articles .article-card{min-height:180px;padding:22px}
  .article-card h3{font-size:23px;line-height:1.3;overflow-wrap:anywhere}
  .page-intro{padding:28px 0 60px}
  .breadcrumbs,.detail-intro .breadcrumbs,.article-intro .breadcrumbs{gap:7px;margin-bottom:48px;font-size:12px;line-height:1.55;overflow-wrap:anywhere}
  .page-intro h1{font-size:clamp(2.65rem,14vw,3.65rem);line-height:.98;margin:22px 0;overflow-wrap:anywhere}
  .page-intro p{font-size:17px;line-height:1.7}
  .service-banner .shell{width:100%;height:250px}
  .service-banner .shell>div{left:18px;right:18px;bottom:20px}
  .service-banner p{font-size:25px;line-height:1.2}
  .detail-image,.district-visual,.article-cover{width:calc(100% - 36px);height:230px;margin-top:28px}
  .article-cover{margin-bottom:0}
  .article-layout{display:block}
  .article-layout aside{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:32px;padding:16px 0;border-bottom:1px solid var(--line);font-size:12px}
  .article-layout aside a{min-height:44px;display:flex;align-items:center;margin:0}
  .prose{max-width:100%;min-width:0}
  .prose p,.district-service-article .prose p{font-size:16px;line-height:1.8;overflow-wrap:anywhere}
  .prose .lead,.district-service-article .prose .lead{font-size:18px;line-height:1.7}
  .prose h2{font-size:29px;line-height:1.2;margin:42px 0 16px;overflow-wrap:anywhere}
  .prose h3,.district-service-article .prose h3{font-size:21px;line-height:1.35;overflow-wrap:anywhere}
  .service-faq{margin-top:48px}
  .service-faq-item{padding:18px 0}
  .service-faq-item h3{font-size:19px}
  .service-region-links,.district-service-index{grid-template-columns:minmax(0,1fr)}
  .service-region-links a,.district-service-index a{min-height:58px;padding:14px 15px;font-size:16px;line-height:1.45}
  .district-service-reading{width:calc(100% - 36px)}
  .district-service-article{padding:42px 0}
  .district-service-article h2{font-size:31px;line-height:1.16}
  .feature-article{gap:24px}
  .feature-article h2{font-size:30px;line-height:1.2;overflow-wrap:anywhere}
  .feature-article .button{width:100%;justify-content:center}
  .related-links{display:grid;grid-template-columns:1fr;gap:9px}
  .related-links a{min-height:48px;width:100%;padding:12px 14px;line-height:1.4}
  .source-list li{padding:16px 0;overflow-wrap:anywhere}
  .source-list a{word-break:break-word}
  .footer-top{gap:34px}
  .contact-placeholder{padding:24px 0}
  .contact-placeholder strong{font-size:21px;line-height:1.3}
  .footer-bottom{display:grid;grid-template-columns:1fr;gap:12px;margin-top:48px;padding-bottom:12px;font-size:13px}
  .footer-bottom a{min-height:44px;display:flex;align-items:center}
}

@media(max-width:360px){
  .shell,.district-service-reading{width:calc(100% - 28px)}
  .detail-image,.district-visual,.article-cover{width:calc(100% - 28px)}
  .brand-name{font-size:13px}
  .menu-toggle{min-width:76px;font-size:13px}
  .hero h1{font-size:3.05rem}
  .page-intro h1{font-size:2.55rem}
  .hero-foot{font-size:7px}
}

/* Three service cards per row on phones */
@media(max-width:760px){
  .service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
  .service-card{min-height:0}
  .service-card-photo{height:auto;aspect-ratio:4/3}
  .service-card-body{display:flex;justify-content:center;align-items:center;padding:11px 7px 12px;text-align:center}
  .service-card-label,.service-card-description,.service-card-action{display:none}
  .service-card h3{margin:0;font-size:clamp(11px,3.35vw,14px);line-height:1.25;hyphens:auto;overflow-wrap:anywhere}
}

/* Three district links per row on phones */
@media(max-width:760px){
  .district-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .district-grid a{height:auto;min-height:62px;justify-content:center;padding:10px 5px;text-align:center;font-size:clamp(10px,3.2vw,14px);line-height:1.25;overflow-wrap:anywhere}
}

/* Live contact actions and final mobile polish */
.contact-card{border-top:1px solid #6b8073;border-bottom:1px solid #6b8073;padding:28px 0;align-self:center}
.contact-label{display:block;color:#b5c7b4;font-size:10px;font-weight:800;letter-spacing:.1em;margin-bottom:20px}
.contact-phone{display:inline-block;font:600 30px 'Manrope',sans-serif;letter-spacing:-.04em}
.contact-phone:hover{color:#d2aa7f}
.contact-card p{font-size:13px;margin:9px 0 22px}
.contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.contact-action{min-height:52px;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 14px;border:1px solid #789184;font-size:13px;font-weight:800}
.contact-action svg{width:20px;height:20px;fill:currentColor;flex:0 0 auto}
.contact-call{background:#f1f2ea;color:#193e35}
.contact-whatsapp{background:#25d366;border-color:#25d366;color:#10291f}
.contact-action:hover{background:#d2aa7f;border-color:#d2aa7f;color:#172d27}

@media(max-width:760px){
  .contact-card{padding:24px 0}
  .contact-phone{font-size:27px;line-height:1.3}
  .service-card h3{font-size:clamp(11.5px,3.35vw,14px)}
  .district-grid a{font-size:clamp(11px,3.2vw,14px);letter-spacing:-.025em}
  .article-intro h1{font-size:clamp(2.15rem,10.5vw,2.8rem);line-height:1.02}
}
