:root{--bg:#f7f5f1;--ink:#1d2227;--muted:#6b7280;--brand:#243447;--accent:#b18a57;--card:#fff;--line:#e5e7eb;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.wrap{width:min(calc(100% - 32px),var(--max));margin:auto}.topbar{background:#17212d;color:#fff;font-size:14px}.topbar .wrap{display:flex;justify-content:space-between;padding:8px 0}.header{background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:800;letter-spacing:.04em;color:var(--brand)}.menu{display:flex;align-items:center;gap:22px}.menu a{font-weight:600;font-size:15px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:12px 18px;background:var(--brand);color:#fff;font-weight:700;cursor:pointer}.btn.alt{background:var(--accent)}.hero{padding:88px 0;background:linear-gradient(135deg,#e9e4dc,#f9f7f3)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center}.eyebrow{color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.13em;font-size:13px}.hero h1{font-size:clamp(38px,6vw,68px);line-height:1.05;margin:14px 0 20px;letter-spacing:-.04em}.hero p{font-size:19px;color:#4b5563;max-width:720px}.panel{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 18px 50px rgba(31,41,55,.08)}.section{padding:72px 0}.section h2{font-size:clamp(30px,4vw,44px);margin:0 0 12px}.lead{color:var(--muted);max-width:760px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:24px}.card h3{margin-top:0}.meta{font-size:13px;color:var(--muted)}.content{max-width:820px}.content h2,.content h3{margin-top:1.6em}.content p{margin:1em 0}.footer{background:#17212d;color:#d9dee5;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px}.footer small{color:#9ca3af}.form-group{margin-bottom:16px}label{display:block;font-weight:700;margin-bottom:6px}input,textarea,select{width:100%;padding:12px 13px;border:1px solid #d1d5db;border-radius:9px;font:inherit;background:#fff}textarea{min-height:140px}.notice{padding:12px 14px;border-radius:10px;background:#ecfdf5;color:#065f46;margin-bottom:15px}@media(max-width:800px){.menu{display:none}.hero-grid,.grid3,.footer-grid{grid-template-columns:1fr}.hero{padding:58px 0}.topbar .wrap{flex-direction:column;gap:2px}.section{padding:52px 0}}

.page-hero{background:#e7e7e5;padding:64px 0 60px;text-align:center;border-bottom:1px solid #dededb}.page-hero h1{margin:0 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,5vw,54px);line-height:1.1;color:#23282d}.breadcrumb{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.breadcrumb span{color:var(--accent)}.breadcrumb strong{color:var(--accent)}.services-page{background:#fff}.section-heading{text-align:center;max-width:820px;margin:0 auto 42px}.section-heading>span{display:block;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.section-heading h2{font-size:clamp(28px,4vw,39px);margin:0 0 12px}.section-heading p{margin:0;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 24px}.service-card{min-width:0}.service-card-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#ece9e3;border-radius:2px}.service-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}.service-card:hover .service-card-media img{transform:scale(1.025)}.service-placeholder{width:100%;height:100%;display:grid;place-items:center;font-family:Georgia,serif;font-size:64px;color:#b8a58a;background:linear-gradient(135deg,#e8e3dc,#f4f1ec)}.service-card h2{font-size:19px;line-height:1.25;margin:9px 0 5px}.service-card p{font-size:14px;line-height:1.55;color:var(--muted);margin:0}.empty-state{padding:32px;border:1px solid var(--line);background:#fafafa;text-align:center;color:var(--muted)}.service-detail-page{background:#fff}.service-intro{max-width:1120px;margin:0 auto 34px;font-size:15px;line-height:1.9;color:#30363b}.service-detail-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:start}.service-sidebar{border:1px solid var(--line);background:#fff;position:sticky;top:100px}.service-sidebar h2{font-size:14px;margin:0;padding:14px 16px;background:#f8f8f7;border-bottom:1px solid var(--line)}.service-sidebar nav{display:grid}.service-sidebar a{display:flex;gap:8px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line);font-size:13px;color:#5e646a}.service-sidebar a:last-child{border-bottom:0}.service-sidebar a span{color:var(--accent);font-weight:900}.service-sidebar a:hover,.service-sidebar a.active{color:var(--ink);font-weight:800;background:#faf9f7}.service-content{max-width:none}.service-content>h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,4vw,45px);line-height:1.15;margin:0 0 20px}.service-detail-image{margin:0 0 25px}.service-detail-image img{display:block;width:100%;max-height:430px;object-fit:cover}.service-content h2:not(:first-of-type){font-family:inherit;font-size:30px}.service-content h3{font-size:22px}.service-content ul,.service-content ol{padding-left:22px}.service-content li{margin:.45em 0}
@media(max-width:1050px){.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-detail-grid{grid-template-columns:240px minmax(0,1fr)}}
@media(max-width:800px){.page-hero{padding:46px 0 43px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.service-detail-grid{grid-template-columns:1fr}.service-sidebar{position:static}.service-intro{margin-bottom:26px}}
@media(max-width:520px){.service-grid{grid-template-columns:1fr}.service-card h2{font-size:18px}}

.page-hero-modern{padding:56px 0 52px;background:linear-gradient(180deg,#eeece8 0,#e6e4df 100%)}
.page-hero-modern.align-left{text-align:left}.page-hero-modern.align-left .breadcrumb{justify-content:flex-start}.page-hero-modern.align-right{text-align:right}.page-hero-modern.align-right .breadcrumb{justify-content:flex-end}
.services-modern{background:#fff;padding:var(--svc-section-top) 0 var(--svc-section-bottom)}
.services-modern-inner{width:min(calc(100% - 40px),var(--svc-max));margin:0 auto}
.services-layout-full .services-modern-inner{width:calc(100% - 48px);max-width:none}
.services-modern-heading{max-width:900px;margin:0 auto 46px;text-align:center}
.services-modern.align-left .services-modern-heading{margin-left:0;text-align:left}.services-modern.align-right .services-modern-heading{margin-right:0;text-align:right}
.services-eyebrow{display:block;margin-bottom:8px;color:#8d6f48;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.services-modern-heading h2{margin:0;color:#20252b;font-size:var(--svc-title-size);line-height:1.12;letter-spacing:-.025em}
.services-title-line{display:block;width:min(100%,740px);height:3px;background:#2c6db2;margin:22px auto 20px;border-radius:99px}
.services-modern.align-left .services-title-line{margin-left:0}.services-modern.align-right .services-title-line{margin-right:0}
.services-description,.services-subdescription{margin:0 auto;color:#73777d;font-size:15px;line-height:1.8;max-width:820px}
.services-subdescription{margin-top:7px;font-size:13px;color:#92969b}
.services-modern.align-left .services-description,.services-modern.align-left .services-subdescription{margin-left:0}.services-modern.align-right .services-description,.services-modern.align-right .services-subdescription{margin-right:0}
.services-modern-grid{display:grid;grid-template-columns:repeat(var(--svc-cols),minmax(0,1fr));gap:calc(var(--svc-gap) * 1.45) var(--svc-gap)}
.services-modern-card{min-width:0;border-radius:var(--svc-radius);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;background:#fff}
.services-card-style-bordered .services-modern-card{border:1px solid #e7e8ea;padding:10px}.services-card-style-elevated .services-modern-card{box-shadow:0 12px 34px rgba(24,34,47,.08);overflow:hidden}.services-card-style-elevated .services-modern-body{padding:16px 18px 18px}
.services-modern-media{position:relative;display:block;overflow:hidden;aspect-ratio:var(--svc-ratio);background:#ece9e3;border-radius:var(--svc-image-radius)}
.services-card-style-elevated .services-modern-media{border-radius:var(--svc-radius) var(--svc-radius) 0 0}
.services-modern-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
.services-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(16,24,32,.18));opacity:0;transition:opacity .25s ease}
.services-modern-card:hover{transform:translateY(-3px)}.services-modern-card:hover .services-modern-media img{transform:scale(1.035)}.services-modern-card:hover .services-card-overlay{opacity:1}
.services-modern-body h3{margin:11px 0 5px;font-size:19px;line-height:1.28;letter-spacing:-.015em;color:#25292e}.services-modern-body h3 a:hover{color:#2c6db2}
.services-modern-body p{margin:0 0 10px;color:#73777d;font-size:13px;line-height:1.65}
.services-modern-children{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.services-modern-children a{padding:5px 8px;border:1px solid #e7e8ea;border-radius:999px;color:#646a70;font-size:11px;background:#fafafa}.services-modern-children a:hover{border-color:#b9cde3;color:#245f9e}
.services-modern-link{display:inline-flex;align-items:center;gap:6px;margin-top:7px;color:#3f6e9f;font-size:12px;font-weight:800;opacity:.85}.services-modern-link span{transition:transform .2s ease}.services-modern-link:hover span{transform:translateX(3px)}
@media(max-width:1180px){.services-modern-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.services-modern{padding-top:48px}.services-modern-inner,.services-layout-full .services-modern-inner{width:min(calc(100% - 28px),var(--svc-max))}.services-modern-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.services-modern-heading{margin-bottom:34px}.services-modern-heading h2{font-size:min(var(--svc-title-size),38px)}}
@media(max-width:520px){.services-modern-grid{grid-template-columns:1fr}.services-title-line{margin-top:16px;margin-bottom:16px}.services-modern-body h3{font-size:18px}}

.service-children-section{padding:var(--child-top) 0 var(--child-bottom);margin-top:24px;border-top:1px solid var(--line)}
.service-children-heading{margin:0 0 24px}.service-children-heading h2{margin:0 0 8px!important;font-family:inherit!important;font-size:clamp(24px,3vw,34px)!important;line-height:1.2}.service-children-heading p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.service-children-section.align-center .service-children-heading{text-align:center}.service-children-section.align-right .service-children-heading{text-align:right}
.service-children-grid{display:grid;grid-template-columns:repeat(var(--child-cols),minmax(0,1fr));gap:var(--child-gap)}
.service-child-card{min-width:0;background:#fff;border-radius:var(--child-radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.child-style-bordered .service-child-card{border:1px solid #e3e6ea}.child-style-elevated .service-child-card{box-shadow:0 10px 30px rgba(25,35,48,.09)}
.service-child-card:hover{transform:translateY(-2px)}
.service-child-media{display:block;aspect-ratio:var(--child-ratio);overflow:hidden;background:#efefed;border-radius:var(--child-image-radius)}
.child-style-bordered .service-child-media,.child-style-elevated .service-child-media{border-radius:var(--child-radius) var(--child-radius) 0 0}
.service-child-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-child-card:hover .service-child-media img{transform:scale(1.03)}
.service-child-body{padding:14px 15px 16px}.child-style-minimal .service-child-body{padding-left:0;padding-right:0}
.service-child-body h3{margin:0 0 7px!important;font-family:inherit!important;font-size:var(--child-title-size)!important;line-height:1.25}.service-child-body h3 a{color:var(--ink)}
.service-child-body p{margin:0 0 11px;color:var(--muted);font-size:13px;line-height:1.65}
.service-child-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:#315f91}.service-child-link span{transition:transform .2s ease}.service-child-link:hover span{transform:translateX(3px)}
@media(max-width:1100px){.service-children-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.service-children-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.service-children-grid{grid-template-columns:1fr}.service-child-body h3{font-size:min(var(--child-title-size),22px)!important}}

.home-page{--home-deep:#17212d;--home-brand:#23364d;--home-gold:#b18a57;--home-soft:#f4f1eb;--home-line:#e5e7eb;--home-radius:18px;background:#fff}.home-page .wrap{width:min(calc(100% - 36px),1180px)}.home-eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--home-gold);margin-bottom:10px}.home-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 18px;border-radius:10px;font-weight:800;transition:.2s}.home-btn span,.home-text-link span,.home-card-link span{transition:transform .2s}.home-btn:hover span,.home-text-link:hover span,.home-card-link:hover span{transform:translateX(3px)}.home-btn-primary{background:var(--home-brand);color:#fff}.home-btn-secondary{border:1px solid #cfd6de;background:#fff;color:var(--home-brand)}.home-btn-light{background:#fff;color:var(--home-deep)}.home-section{padding:86px 0}.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:30px}.home-section-head>div{max-width:760px}.home-section-head h2,.home-about-copy h2,.home-cta h2{font-size:clamp(30px,4vw,48px);line-height:1.12;letter-spacing:-.035em;margin:0 0 12px;color:var(--home-deep)}.home-section-head p,.home-about-copy p,.home-cta p{margin:0;color:#667085;font-size:16px}.home-text-link{display:inline-flex;align-items:center;gap:8px;font-weight:800;white-space:nowrap;color:#334e6f}.home-hero{position:relative;min-height:620px;background:#eae6df;overflow:hidden}.home-slider{position:relative;min-height:620px}.home-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.home-slide.is-active{opacity:1;visibility:visible;z-index:2}.home-slide-media{position:absolute;inset:0}.home-slide-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,21,31,.82) 0%,rgba(12,21,31,.55) 45%,rgba(12,21,31,.12) 80%)}.home-slide-media img{width:100%;height:100%;object-fit:cover;display:block}.home-slide-inner{position:relative;z-index:3;min-height:620px;display:flex;align-items:center}.home-slide-copy{max-width:720px;padding:70px 0;color:#fff}.home-slide-copy h1{font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.05em;margin:0 0 22px;max-width:820px}.home-slide-copy p{font-size:18px;line-height:1.75;max-width:650px;margin:0 0 28px;color:rgba(255,255,255,.86)}.home-slider-controls{position:absolute;left:50%;transform:translateX(-50%);bottom:28px;z-index:6;display:flex;align-items:center;justify-content:space-between}.home-slider-dots{display:flex;gap:8px}.home-slider-dots button{width:9px;height:9px;border:0;padding:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.home-slider-dots button.is-active{width:28px;border-radius:10px;background:#fff}.home-slider-arrows{display:flex;gap:8px}.home-slider-arrows button{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(18,27,38,.28);color:#fff;font-size:18px;cursor:pointer}.home-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.home-service-card{min-width:0;background:#fff;border:1px solid #e6e9ed;border-radius:16px;overflow:hidden;transition:.22s}.home-service-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(24,34,46,.09)}.home-service-media{display:block;aspect-ratio:16/10;background:#edf0f2;overflow:hidden}.home-service-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.home-service-card:hover .home-service-media img{transform:scale(1.035)}.home-media-placeholder{height:100%;display:grid;place-items:center;font-size:36px;color:#9aa6b2}.home-service-body{padding:18px}.home-service-body>span{display:block;font-size:11px;color:#9a764a;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin-bottom:6px}.home-service-body h3{font-size:20px;line-height:1.25;margin:0 0 9px}.home-service-body p{font-size:13px;color:#697586;margin:0 0 12px}.home-card-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:800;color:#315f91}.home-about-section{background:var(--home-soft)}.home-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.home-about-copy p{max-width:620px;line-height:1.8}.home-about-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:24px 0}.home-about-points span{font-size:12px;font-weight:700;background:#fff;border:1px solid #e6e0d7;border-radius:10px;padding:10px 12px}.home-about-visual{min-height:440px;border-radius:22px;overflow:hidden;background:#ded8cf}.home-about-visual img{width:100%;height:100%;min-height:440px;object-fit:cover;display:block}.home-about-placeholder{min-height:440px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:linear-gradient(145deg,#26374b,#152230);color:#fff}.home-about-placeholder span{width:72px;height:72px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:grid;place-items:center;font-size:30px}.home-posts-section{background:#fff}.home-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-post-card{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff}.home-post-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#eef0f2}.home-post-media img{width:100%;height:100%;object-fit:cover;display:block}.home-post-body{padding:20px}.home-post-date{font-size:12px;color:#8a94a1;margin-bottom:8px}.home-post-body h3{font-size:21px;line-height:1.3;margin:0 0 10px}.home-post-body p{font-size:14px;color:#697586;margin:0 0 13px}.home-cta{position:relative;background:var(--home-deep);color:#fff;padding:70px 0;overflow:hidden}.home-cta:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(16,26,37,.93),rgba(16,26,37,.82)),var(--home-cta-bg);background-size:cover;background-position:center}.home-cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:40px}.home-cta h2{color:#fff;max-width:760px}.home-cta p{color:rgba(255,255,255,.72);max-width:700px}
.home-template-split .home-hero{background:#fff}.home-template-split .home-slide{background:#fff}.home-template-split .home-slide-inner{display:grid;grid-template-columns:1fr 1fr}.home-template-split .home-slide-copy{color:var(--home-deep);padding-right:56px;max-width:620px}.home-template-split .home-slide-copy p{color:#687384}.home-template-split .home-slide-media{left:50%;right:0}.home-template-split .home-slide-media:after{background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(12,21,31,.06))}.home-template-split .home-slider-dots button{background:#b8c0ca}.home-template-split .home-slider-dots button.is-active{background:#263a51}.home-template-split .home-slider-arrows button{border-color:#d4dae1;background:#fff;color:#23364d}.home-template-split .home-service-card{border-radius:22px}.home-template-split .home-about-section{background:#f7f8fa}
.home-template-editorial .home-hero{min-height:560px;background:#fbfaf8}.home-template-editorial .home-slider{min-height:560px}.home-template-editorial .home-slide-inner{min-height:560px;justify-content:center;text-align:center}.home-template-editorial .home-slide-copy{color:var(--home-deep);max-width:900px}.home-template-editorial .home-slide-copy p{color:#6d7480;margin-left:auto;margin-right:auto}.home-template-editorial .home-slide-media{opacity:.13}.home-template-editorial .home-slide-media:after{background:rgba(255,255,255,.45)}.home-template-editorial .home-slider-controls{justify-content:center}.home-template-editorial .home-slider-arrows{display:none}.home-template-editorial .home-slider-dots button{background:#c2c7cd}.home-template-editorial .home-slider-dots button.is-active{background:#26374b}.home-template-editorial .home-section-head{justify-content:center;text-align:center}.home-template-editorial .home-section-head>div{margin:auto}.home-template-editorial .home-section-head .home-text-link{display:none}.home-template-editorial .home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}.home-template-editorial .home-service-card{display:grid;grid-template-columns:42% 58%;border:0;border-radius:0;box-shadow:none;background:transparent}.home-template-editorial .home-service-card:hover{box-shadow:none}.home-template-editorial .home-service-media{aspect-ratio:4/3}.home-template-editorial .home-service-body{padding:20px 0 20px 24px}.home-template-editorial .home-about-grid{grid-template-columns:.85fr 1.15fr}.home-template-editorial .home-post-card{border-width:0 0 1px;border-radius:0}
.home-template-premium{background:#0f1822;color:#e8edf3}.home-template-premium .home-hero{background:#111b26}.home-template-premium .home-slide-media:after{background:linear-gradient(90deg,rgba(8,14,21,.94) 0%,rgba(8,14,21,.68) 55%,rgba(8,14,21,.22))}.home-template-premium .home-section{background:#111b26}.home-template-premium .home-section-head h2,.home-template-premium .home-service-body h3,.home-template-premium .home-post-body h3,.home-template-premium .home-about-copy h2{color:#f4f7fa}.home-template-premium .home-section-head p,.home-template-premium .home-service-body p,.home-template-premium .home-post-body p,.home-template-premium .home-about-copy p{color:#9ca9b8}.home-template-premium .home-service-card,.home-template-premium .home-post-card{background:#182431;border-color:#273546}.home-template-premium .home-service-media,.home-template-premium .home-post-media{background:#202d3a}.home-template-premium .home-about-section{background:#0d151e}.home-template-premium .home-about-points span{background:#16222e;border-color:#293746;color:#d8e0e8}.home-template-premium .home-btn-secondary{background:#1a2734;border-color:#344456;color:#fff}.home-template-premium .home-text-link,.home-template-premium .home-card-link{color:#c7a878}.home-template-premium .home-cta{background:#9d7c55}
@media(max-width:1100px){.home-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-template-editorial .home-service-grid{grid-template-columns:1fr}.home-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.home-hero,.home-slider,.home-slide-inner{min-height:560px}.home-template-split .home-slide-inner{grid-template-columns:1fr}.home-template-split .home-slide-media{left:0;opacity:.22}.home-template-split .home-slide-media:after{background:rgba(255,255,255,.7)}.home-template-split .home-slide-copy{padding-right:0}.home-about-grid{grid-template-columns:1fr;gap:34px}.home-about-visual,.home-about-visual img,.home-about-placeholder{min-height:330px}.home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-section-head,.home-cta-inner{align-items:flex-start;flex-direction:column}.home-about-points{grid-template-columns:1fr}.home-template-editorial .home-service-card{grid-template-columns:1fr}.home-template-editorial .home-service-body{padding-left:0}}@media(max-width:560px){.home-page .wrap{width:min(calc(100% - 24px),1180px)}.home-hero,.home-slider,.home-slide-inner{min-height:520px}.home-slide-copy{padding:58px 0 88px}.home-slide-copy h1{font-size:38px}.home-slide-copy p{font-size:16px}.home-section{padding:62px 0}.home-service-grid,.home-post-grid{grid-template-columns:1fr}.home-slider-controls{bottom:18px}.home-slider-arrows button{width:38px;height:38px}.home-template-editorial .home-slide-copy{padding-left:8px;padding-right:8px}}

.home-page .home-section-fullwidth>.wrap{width:100%;max-width:none;padding-left:clamp(24px,4vw,72px);padding-right:clamp(24px,4vw,72px)}
.home-page .home-cta.home-section-fullwidth>.wrap{width:100%;max-width:none;padding-left:clamp(24px,4vw,72px);padding-right:clamp(24px,4vw,72px)}
@media(max-width:560px){.home-page .home-section-fullwidth>.wrap,.home-page .home-cta.home-section-fullwidth>.wrap{padding-left:18px;padding-right:18px}}

@media(min-width:1101px){
.home-post-grid.home-post-cols-1{grid-template-columns:minmax(0,1fr)}
.home-post-grid.home-post-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-post-grid.home-post-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-post-grid.home-post-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
}

.home-post-grid.home-post-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.home-post-grid.home-post-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}
@media(max-width:1100px){.home-post-grid.home-post-cols-4,.home-post-grid.home-post-cols-5,.home-post-grid.home-post-cols-6{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.home-post-grid.home-post-cols-3,.home-post-grid.home-post-cols-4,.home-post-grid.home-post-cols-5,.home-post-grid.home-post-cols-6{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.home-post-grid.home-post-cols-2,.home-post-grid.home-post-cols-3,.home-post-grid.home-post-cols-4,.home-post-grid.home-post-cols-5,.home-post-grid.home-post-cols-6{grid-template-columns:1fr}}

.hf-wrap-full{width:100%;padding-left:clamp(22px,4vw,72px);padding-right:clamp(22px,4vw,72px);margin:0 auto}
.hf-topbar .hf-wrap-full,.hf-topbar .wrap{display:flex;justify-content:space-between;gap:18px;padding-top:8px;padding-bottom:8px}
.hf-header{background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);z-index:50}.hf-header.is-sticky{position:sticky;top:0}.hf-header.is-static{position:relative;top:auto}.hf-nav-shell{min-height:var(--hf-header-height);display:flex;align-items:center;gap:28px}.hf-brand{display:inline-flex;align-items:center;font-weight:800;letter-spacing:.035em;color:var(--brand);flex-shrink:0}.hf-brand img{display:block;max-width:var(--hf-logo-width);max-height:calc(var(--hf-header-height) - 22px);width:auto;height:auto;object-fit:contain}.hf-menu{display:flex;align-items:center;gap:24px}.hf-menu a{font-size:15px;font-weight:650;transition:color .2s}.hf-menu a:hover{color:var(--accent)}.hf-header-cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;background:var(--brand);color:#fff;font-size:14px;font-weight:800;white-space:nowrap;transition:transform .2s,opacity .2s}.hf-header-cta:hover{transform:translateY(-1px);opacity:.92}
.hf-header-classic .hf-nav-shell{justify-content:space-between}.hf-header-classic .hf-menu{margin-left:auto}.hf-header-classic .hf-header-cta{margin-left:0}
.hf-header-centered .hf-nav-shell{min-height:calc(var(--hf-header-height) + 48px);display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:auto auto;padding-top:16px;padding-bottom:12px;gap:12px 24px}.hf-header-centered .hf-brand{grid-column:2;grid-row:1;justify-self:center}.hf-header-centered .hf-menu{grid-column:1/4;grid-row:2;justify-self:center}.hf-header-centered .hf-header-cta{grid-column:3;grid-row:1;justify-self:end}
.hf-header-split .hf-nav-shell{display:grid;grid-template-columns:minmax(160px,1fr) auto minmax(160px,1fr);align-items:center}.hf-header-split .hf-brand{justify-self:start}.hf-header-split .hf-menu{justify-self:center}.hf-header-split .hf-header-cta{justify-self:end}
.hf-header-minimal{box-shadow:none}.hf-header-minimal .hf-nav-shell{justify-content:space-between;min-height:max(60px,calc(var(--hf-header-height) - 10px))}.hf-header-minimal .hf-menu{margin-left:auto;gap:20px}.hf-header-minimal .hf-header-cta{border-radius:999px;padding:9px 15px}
.hf-footer{background:#17212d;color:#d9dee5;padding:56px 0 22px}.hf-footer a{color:inherit}.hf-footer-inner{display:grid;gap:32px}.hf-footer-brand strong,.hf-footer-links strong,.hf-footer-contact strong{display:block;color:#fff;margin-bottom:10px}.hf-footer-brand p,.hf-footer-contact p{margin:0;color:#aeb8c5;max-width:520px}.hf-footer-links nav{display:grid;gap:7px}.hf-footer-links a:hover,.hf-footer-contact a:hover{color:#fff}.hf-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:18px}.hf-footer-bottom small{color:#8895a4}
.hf-footer-columns .hf-footer-inner{grid-template-columns:1.4fr .8fr 1fr}
.hf-footer-centered{text-align:center}.hf-footer-centered .hf-footer-inner{grid-template-columns:1fr;justify-items:center;max-width:880px;margin-left:auto;margin-right:auto}.hf-footer-centered .hf-footer-brand p{margin-left:auto;margin-right:auto}.hf-footer-centered .hf-footer-links nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px}.hf-footer-centered .hf-footer-bottom{text-align:center}
.hf-footer-split .hf-footer-inner{grid-template-columns:1.25fr .55fr .8fr;align-items:start}.hf-footer-split .hf-footer-brand{padding-right:clamp(20px,4vw,70px)}
.hf-footer-minimal{padding:28px 0 18px}.hf-footer-minimal .hf-footer-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:26px}.hf-footer-minimal .hf-footer-brand p{display:none}.hf-footer-minimal .hf-footer-brand strong,.hf-footer-minimal .hf-footer-links strong,.hf-footer-minimal .hf-footer-contact strong{margin:0}.hf-footer-minimal .hf-footer-links nav{display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:center}.hf-footer-minimal .hf-footer-contact{font-size:13px;text-align:right}.hf-footer-minimal .hf-footer-contact p:first-of-type{display:none}.hf-footer-minimal .hf-footer-contact p{margin:0}.hf-footer-minimal .hf-footer-bottom{margin-top:18px;padding-top:14px;text-align:center}
@media(max-width:900px){.hf-header-split .hf-nav-shell{display:flex}.hf-header-split .hf-menu{margin-left:auto}.hf-header-centered .hf-nav-shell{display:flex;min-height:var(--hf-header-height);padding-top:0;padding-bottom:0}.hf-header-centered .hf-brand{margin-right:auto}.hf-header-centered .hf-menu{margin-left:auto}.hf-footer-columns .hf-footer-inner,.hf-footer-split .hf-footer-inner{grid-template-columns:1.2fr 1fr}.hf-footer-contact{grid-column:auto}.hf-footer-minimal .hf-footer-inner{grid-template-columns:1fr;text-align:center;justify-items:center}.hf-footer-minimal .hf-footer-contact{text-align:center}}
@media(max-width:800px){.hf-menu{display:none}.hf-nav-shell{justify-content:space-between!important}.hf-header-cta{margin-left:auto}.hf-topbar .hf-wrap-full,.hf-topbar .wrap{flex-direction:row;flex-wrap:wrap}.hf-footer-columns .hf-footer-inner,.hf-footer-split .hf-footer-inner{grid-template-columns:1fr}.hf-footer-split .hf-footer-brand{padding-right:0}}
@media(max-width:520px){.hf-wrap-full{padding-left:18px;padding-right:18px}.hf-topbar .hf-wrap-full,.hf-topbar .wrap{font-size:12px}.hf-header-cta{font-size:12px;padding:8px 11px}.hf-brand{font-size:14px}.hf-footer{padding-top:42px}}

.blog-wrap-full{width:min(100% - 48px,1680px);margin-inline:auto}.blog-archive{padding:72px 0 88px;background:#f8f7f4}.blog-archive-head{max-width:820px;margin-bottom:36px}.blog-align-center .blog-archive-head{text-align:center;margin-left:auto;margin-right:auto}.blog-eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#b48246;margin-bottom:12px}.blog-archive-head h1{font-size:clamp(36px,4vw,58px);line-height:1.05;margin:0 0 16px;color:#142238}.blog-archive-head p{font-size:17px;line-height:1.7;color:#667085;margin:0}.blog-archive-grid{display:grid;grid-template-columns:repeat(var(--blog-cols),minmax(0,1fr));gap:24px}.blog-card{background:#fff;border:1px solid #e3e6ea;border-radius:var(--blog-radius);overflow:hidden;min-width:0;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(15,23,42,.08)}.blog-card-media{display:block;overflow:hidden;background:#e8edf2}.blog-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.blog-card:hover .blog-card-media img{transform:scale(1.025)}.blog-ratio-16x9 .blog-card-media,.blog-ratio-16x9 .blog-single-cover{aspect-ratio:16/9}.blog-ratio-3x2 .blog-card-media,.blog-ratio-3x2 .blog-single-cover{aspect-ratio:3/2}.blog-ratio-4x3 .blog-card-media,.blog-ratio-4x3 .blog-single-cover{aspect-ratio:4/3}.blog-ratio-1x1 .blog-card-media,.blog-ratio-1x1 .blog-single-cover{aspect-ratio:1}.blog-image-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:180px;font-size:40px;font-weight:800;color:#94a3b8}.blog-card-body{padding:22px}.blog-card time,.blog-related time{display:block;font-size:12px;font-weight:700;color:#8791a2;margin-bottom:9px}.blog-card h2{font-size:22px;line-height:1.25;margin:0 0 10px}.blog-card h2 a,.blog-related h3 a{color:#142238;text-decoration:none}.blog-card p{color:#667085;line-height:1.65;margin:0 0 17px}.blog-read-more{display:inline-flex;gap:8px;align-items:center;color:#17375e;font-weight:800;font-size:13px;text-decoration:none}.blog-archive-editorial .blog-card.is-featured{grid-column:span 2}.blog-archive-editorial .blog-card.is-featured .blog-card-body{padding:28px}.blog-archive-editorial .blog-card.is-featured h2{font-size:30px}.blog-archive-list .blog-archive-grid{grid-template-columns:1fr}.blog-archive-list .blog-card{display:grid;grid-template-columns:minmax(220px,34%) 1fr;align-items:stretch}.blog-archive-list .blog-card-media{height:100%;aspect-ratio:auto}.blog-empty{padding:44px;border:1px dashed #ccd4df;border-radius:16px;background:#fff;text-align:center}.blog-empty p{color:#667085}.blog-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:42px;padding-top:22px;border-top:1px solid #dde2e8}.blog-pagination>div{display:flex;align-items:center;gap:6px}.blog-pagination a{display:inline-grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:1px solid #d8dee7;border-radius:9px;color:#344054;text-decoration:none;background:#fff}.blog-pagination a.is-active{background:#172a46;color:#fff;border-color:#172a46}
.blog-single{background:#fff;padding:42px 0 82px}.blog-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#8490a2;font-size:13px;margin-bottom:46px}.blog-breadcrumb a{color:#566274;text-decoration:none}.blog-single-head{width:min(100%,var(--blog-content-width));margin:0 auto 30px}.blog-single-head h1{font-size:clamp(32px,var(--blog-title-size),68px);line-height:1.08;letter-spacing:-.025em;color:#142238;margin:0 0 18px}.blog-single-meta{display:flex;align-items:center;gap:9px;color:#7b8797;font-size:13px;margin-bottom:22px}.blog-single-lead{font-size:21px;line-height:1.65;color:#5e6a7b;margin:0}.blog-single-cover{width:min(100%,calc(var(--blog-content-width) + 180px));margin:34px auto 44px;border-radius:var(--blog-radius);overflow:hidden;background:#eef1f4}.blog-single-cover img{width:100%;height:100%;object-fit:cover;display:block}.blog-single-layout{width:min(100%,var(--blog-content-width));margin:0 auto}.blog-single-content{font-size:var(--blog-font-size);line-height:var(--blog-line-height);color:#243247}.blog-single-content p{margin:0 0 1.35em}.blog-single-content h2{font-size:1.75em;line-height:1.25;margin:1.8em 0 .65em;color:#142238}.blog-single-content h3{font-size:1.35em;line-height:1.3;margin:1.55em 0 .55em;color:#142238}.blog-single-content ul,.blog-single-content ol{padding-left:1.35em;margin:0 0 1.4em}.blog-single-content a{color:#1d5c93}.blog-single-content blockquote{margin:1.8em 0;padding:18px 22px;border-left:4px solid #b48246;background:#f8f7f4;border-radius:0 10px 10px 0}.blog-single-content img{max-width:100%;height:auto;border-radius:min(var(--blog-radius),18px)}.blog-back{width:min(100%,var(--blog-content-width));margin:42px auto 0;padding-top:24px;border-top:1px solid #e2e8f0}.blog-back a{font-weight:800;color:#17375e;text-decoration:none}.blog-single-template-cover .blog-single-head{padding-top:12px}.blog-single-template-cover .blog-single-cover{width:min(100%,calc(var(--blog-content-width) + 300px))}.blog-single-template-minimal .blog-single-cover{width:min(100%,var(--blog-content-width))}.blog-single-template-minimal .blog-single-head{text-align:center}.blog-single-template-sidebar .blog-single-layout{width:min(100%,var(--blog-content-width));margin:0 auto}.blog-sidebar-intro{width:min(100%,calc(var(--blog-content-width) + 180px));margin:34px auto 44px}.blog-sidebar-intro-row{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:24px;align-items:stretch}.blog-sidebar-cover{width:100%;margin:0;aspect-ratio:16/9;max-height:440px}.blog-single-aside{border:1px solid #e1e6ec;border-radius:var(--blog-radius);padding:18px;background:#fafbfc}.blog-sidebar-meta{display:flex;flex-direction:column;justify-content:center}.blog-single-aside div{padding:12px 0;border-bottom:1px solid #e6eaf0}.blog-single-aside div span{display:block;font-size:11px;color:#8a94a3;text-transform:uppercase;letter-spacing:.08em}.blog-single-aside div strong{display:block;margin-top:4px;font-size:13px}.blog-single-aside>a{display:block;margin-top:16px;font-weight:800;color:#17375e;text-decoration:none;font-size:13px}.blog-sidebar-summary{margin:22px 0 0;font-size:19px;line-height:1.7}.blog-related{padding:68px 0;background:#f8f7f4;border-top:1px solid #e7e5df}.blog-related-head{margin-bottom:26px}.blog-related-head h2{font-size:34px;margin:0;color:#142238}.blog-related-grid{display:grid;grid-template-columns:repeat(var(--blog-related-cols,3),minmax(0,1fr));gap:22px}.blog-related-grid article{background:#fff;border:1px solid #e3e6ea;border-radius:16px;overflow:hidden}.blog-related-media{display:block;aspect-ratio:16/9;overflow:hidden}.blog-related-media img{width:100%;height:100%;object-fit:cover}.blog-related-grid article>div{padding:18px}.blog-related h3{font-size:18px;line-height:1.3;margin:0 0 12px}.blog-related article>div>a{font-size:13px;font-weight:800;color:#17375e;text-decoration:none}
@media(max-width:1100px){.blog-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-archive-editorial .blog-card.is-featured{grid-column:span 2}.blog-sidebar-intro-row{grid-template-columns:minmax(0,1fr) 200px}.blog-related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.blog-wrap-full{width:min(100% - 28px,1680px)}.blog-archive{padding:48px 0 64px}.blog-archive-grid{grid-template-columns:1fr}.blog-archive-editorial .blog-card.is-featured{grid-column:auto}.blog-archive-list .blog-card{grid-template-columns:1fr}.blog-archive-list .blog-card-media{aspect-ratio:16/9}.blog-pagination{align-items:stretch;flex-wrap:wrap}.blog-pagination>div{order:3;width:100%;justify-content:center;flex-wrap:wrap}.blog-single{padding:28px 0 58px}.blog-breadcrumb{margin-bottom:30px}.blog-single-head h1{font-size:clamp(32px,10vw,46px)}.blog-single-lead{font-size:18px}.blog-single-cover{margin:26px auto 32px}.blog-single-content{font-size:min(var(--blog-font-size),18px)}.blog-related{padding:48px 0}.blog-related-grid{grid-template-columns:1fr}.blog-sidebar-intro{margin:26px auto 32px}.blog-sidebar-intro-row{grid-template-columns:1fr}.blog-sidebar-cover{max-height:none}.blog-sidebar-summary{font-size:18px}.blog-single-aside{display:grid;grid-template-columns:1fr 1fr;gap:0}.blog-single-aside>a{grid-column:1/-1}}}


/* V1.69 - CMS içerik gövdelerindeki iç/dış linkler her durumda görünür */
.rich-content-body a,
.rich-content-body a:link,
.rich-content-body a:visited,
.service-content .rich-content-body a,
.blog-single-content.rich-content-body a{
  color:#e87500!important;
  font-weight:800!important;
  text-decoration-line:underline!important;
  text-decoration-style:solid!important;
  text-decoration-color:#e87500!important;
  text-decoration-thickness:2px!important;
  text-underline-offset:3px!important;
}
.rich-content-body a:hover,
.rich-content-body a:focus-visible,
.rich-content-body a:active,
.service-content .rich-content-body a:hover,
.blog-single-content.rich-content-body a:hover{
  color:#c75f00!important;
  text-decoration-color:#c75f00!important;
  text-decoration-thickness:3px!important;
}


/* V1.74 - Blog kategori sistemi */
.blog-category-nav{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px}
.blog-category-nav a{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #dde3ea;border-radius:999px;background:#fff;color:#43546d;font-size:12px;font-weight:800;text-decoration:none}
.blog-category-nav a span{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#eef2f6;color:#667085;font-size:10px}
.blog-category-nav a.is-active{background:#172b49;border-color:#172b49;color:#fff}
.blog-category-nav a.is-active span{background:rgba(255,255,255,.16);color:#fff}
.blog-card-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:8px}
.blog-card-meta time{margin:0!important}
.blog-category-pill{display:inline-flex;padding:5px 8px;border-radius:999px;background:#fff4e8;color:#b85d00;font-size:10px;font-weight:800;text-decoration:none}
.blog-single-meta a{color:inherit;text-decoration:none;font-weight:700}

/* V1.0 - Form spam filtresi */
.contact-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
