/* Has Minarecilik v1.0.2 — premium mockup development theme layer / Sprint 7.59 */
:root{
  --hm-bg:#04151d;
  --hm-bg-2:#061f2a;
  --hm-bg-3:#082a36;
  --hm-panel:#0a2d39;
  --hm-panel-2:#0d3441;
  --hm-line:rgba(51,207,218,.22);
  --hm-line-strong:rgba(51,218,228,.42);
  --hm-cyan:#13b7c5;
  --hm-cyan-2:#3bd8df;
  --hm-cyan-soft:#8eeef1;
  --hm-gold:#c9ab6b;
  --hm-white:#f7fbfc;
  --hm-copy:#b7cbd1;
  --hm-muted:#7f9ba3;
  --hm-shadow:0 28px 80px rgba(0,0,0,.32);
  --hm-shadow-soft:0 16px 42px rgba(0,0,0,.22);
}
html{scroll-behavior:smooth}
body{background:var(--hm-bg);color:var(--hm-copy);font-family:var(--nc-body-font);overflow-x:hidden}
main{min-height:60vh;background:radial-gradient(circle at 88% 0,rgba(19,183,197,.09),transparent 28%),var(--hm-bg)}
body h1,body h2,body h3,body h4,body h5{font-family:var(--nc-heading-font);color:var(--hm-white);font-weight:650;letter-spacing:-.035em}
body p{color:var(--hm-copy)}
a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.nc-container{width:min(100% - 56px,1340px)}
.nc-section--html_section{padding:0}
.nc-btn{border-radius:8px}
.nc-eyebrow,.hm-kicker{color:var(--hm-cyan-2);font-family:var(--nc-body-font);font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}

/* ===== TOPBAR + HEADER ===== */
.hm-topbar{height:38px;border-bottom:1px solid rgba(255,255,255,.075);background:#020e14;color:#9db6bf;font-size:11px}
.hm-topbar .nc-container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.hm-topbar-list{display:flex;align-items:center;gap:25px;white-space:nowrap}
.hm-topbar a,.hm-topbar span{display:inline-flex;align-items:center;color:#adc4ca;text-decoration:none}
.hm-topbar a:hover{color:#fff}.hm-topbar-slogan{color:#d1e2e5!important;font-weight:650}
.hm-topbar svg{width:14px;height:14px;stroke:var(--hm-cyan-2);vertical-align:-2px;margin-right:7px;fill:none;stroke-width:1.8;flex:0 0 auto}
.nc-universal-header{position:sticky!important;top:0!important;z-index:90!important;background:rgba(2,16,23,.94)!important;border-bottom:1px solid rgba(52,205,217,.15)!important;backdrop-filter:blur(20px)!important;box-shadow:0 16px 42px rgba(0,0,0,.12)}
.nc-header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:92px!important;padding-block:10px!important;gap:28px!important}
.nc-header-brand{display:flex!important;align-items:center!important;flex:0 0 auto!important}.nc-header-brand .brand,.nc-header-brand a{display:flex!important;align-items:center!important;text-decoration:none!important}
.nc-header-brand img{display:block!important;width:194px!important;max-height:74px!important;object-fit:contain!important;filter:drop-shadow(0 8px 24px rgba(23,196,207,.13))}
.nc-header-navigation{display:flex!important;align-items:center!important;justify-content:center!important;flex:1!important;min-width:0!important}
.main-nav--header>ul{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;margin:0!important;padding:0!important;list-style:none!important}
.main-nav--header li{position:relative!important;margin:0!important;padding:0!important;list-style:none!important}.main-nav--header a{display:flex!important;align-items:center!important;min-height:44px!important;padding:0 11px!important;border-radius:9px!important;color:#edf7f8!important;text-decoration:none!important;font-size:12.5px!important;font-weight:700!important;letter-spacing:-.01em!important;white-space:nowrap!important;background:transparent!important}
.main-nav--header a:hover{color:var(--hm-cyan-2)!important;background:rgba(19,183,197,.075)!important}.main-nav--header li>ul{position:absolute!important;top:calc(100% + 6px)!important;left:0!important;display:none!important;min-width:240px!important;margin:0!important;padding:9px!important;list-style:none!important;border:1px solid var(--hm-line)!important;border-radius:14px!important;background:#06212b!important;box-shadow:var(--hm-shadow)!important}.main-nav--header li:hover>ul{display:grid!important}.main-nav--header li>ul a{justify-content:flex-start!important;min-height:42px!important;padding-inline:13px!important}
.nc-header-actions{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}.hm-header-quote,.hm-header-call{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:45px;padding:0 17px;border-radius:8px;text-decoration:none;font-size:12px;font-weight:800}.hm-header-quote{background:linear-gradient(135deg,#159eae,#26c6cf);color:#fff;box-shadow:0 12px 30px rgba(18,183,197,.22)}.hm-header-quote:hover{box-shadow:0 16px 38px rgba(18,183,197,.28);transform:translateY(-1px)}.hm-header-call{border:1px solid rgba(58,210,219,.4);color:#eafafa;background:rgba(18,183,197,.065)}.hm-header-call:hover{border-color:rgba(58,210,219,.7);background:rgba(18,183,197,.13)}.hm-header-quote svg,.hm-header-call svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8}
.nc-mobile-menu-toggle{display:none;gap:4px;width:44px;height:44px;margin-left:auto;place-content:center;border:1px solid var(--hm-line)!important;border-radius:12px;background:#082a35!important;color:#fff}.nc-mobile-menu-toggle span{display:block;width:20px;height:2px;border-radius:2px;background:#eaf8fa!important}.nc-mobile-menu-actions{display:none}

/* ===== FLOATING QUICK CONTACT ===== */
.hm-quick-rail{position:fixed;right:18px;top:50%;transform:translateY(-35%);z-index:75;display:grid;border:1px solid rgba(52,205,217,.22);border-radius:14px;overflow:hidden;background:rgba(4,25,34,.94);box-shadow:0 22px 55px rgba(0,0,0,.34);backdrop-filter:blur(14px)}
.hm-quick-rail a{width:72px;min-height:74px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#dff7f8;text-decoration:none;font-size:10px;border-bottom:1px solid rgba(255,255,255,.08)}
.hm-quick-rail a:last-child{border-bottom:0}.hm-quick-rail a:hover{background:linear-gradient(135deg,#0f8f9d,#16b9c5);color:#fff}
.hm-quick-rail svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7}

/* ===== HERO ===== */
.hm-hero{position:relative;min-height:735px;display:flex;align-items:stretch;overflow:hidden;background:#03141c;isolation:isolate}
.hm-hero-media{position:absolute;inset:0;z-index:-3}.hm-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 51%;filter:saturate(.86) contrast(1.06) brightness(.84)}
.hm-hero-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(2,16,23,.97) 0%,rgba(3,21,29,.91) 34%,rgba(4,25,34,.58) 61%,rgba(3,18,26,.3) 100%),linear-gradient(0deg,rgba(2,16,23,.78) 0%,transparent 42%,rgba(2,15,22,.18) 100%)}
.hm-hero:before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(135deg,rgba(60,219,226,.035) 1px,transparent 1px),linear-gradient(45deg,rgba(60,219,226,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to right,black 0%,rgba(0,0,0,.4) 58%,transparent 86%)}
.hm-hero:after{content:"";position:absolute;inset:auto 0 0;height:180px;z-index:-1;background:linear-gradient(transparent,var(--hm-bg-2));pointer-events:none}
.hm-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,760px) minmax(280px,340px);justify-content:space-between;gap:70px;align-items:center;width:min(100% - 56px,1340px);min-height:735px;margin:0 auto}
.hm-hero-copy{padding:105px 0 116px}.hm-hero h1{max-width:760px;margin:13px 0 22px;font-size:clamp(56px,5.4vw,76px);line-height:1.01;font-weight:700;letter-spacing:-.055em;text-wrap:balance}.hm-hero h1 em{display:block;color:var(--hm-cyan-2);font-style:normal}.hm-hero-lead{max-width:650px;margin:0;font-size:16px;line-height:1.78;color:#d3e2e5;text-shadow:0 2px 14px rgba(0,0,0,.32)}
.hm-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hm-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 22px;border-radius:9px;text-decoration:none;font:800 12px var(--nc-body-font)}.hm-btn:hover{transform:translateY(-2px)}.hm-btn-primary{background:linear-gradient(135deg,#159eae,#25c6cf);color:#fff;box-shadow:0 14px 34px rgba(18,183,197,.22)}.hm-btn-outline{border:1px solid rgba(218,245,247,.35);color:#f5fbfc;background:rgba(2,16,23,.36);backdrop-filter:blur(9px)}
.hm-hero-trust{display:flex;gap:25px;flex-wrap:wrap;margin-top:36px}.hm-trust-item{display:flex;align-items:center;gap:8px;color:#c5d7db;font-size:11px;font-weight:700}.hm-trust-item svg{width:18px;height:18px;stroke:var(--hm-cyan-2);fill:none;stroke-width:1.8}
.hm-hero-panel{align-self:center;padding:30px 28px;border:1px solid rgba(82,223,230,.28);border-radius:20px;background:linear-gradient(145deg,rgba(7,41,52,.62),rgba(3,22,30,.46));box-shadow:0 26px 70px rgba(0,0,0,.3);backdrop-filter:blur(14px)}.hm-hero-panel-label{display:block;margin-bottom:13px;color:var(--hm-cyan-2);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hm-hero-panel>strong{display:block;color:#fff;font-size:37px;line-height:1.02;letter-spacing:-.045em}.hm-hero-panel>p{margin:14px 0 22px;color:#bdd0d5;font-size:12px;line-height:1.7}.hm-hero-panel-stats{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;gap:15px}.hm-hero-panel-stats span{color:#9cb5bc;font-size:9px;line-height:1.35}.hm-hero-panel-stats b{display:block;color:#f8fcfd;font-size:24px;line-height:1.1;margin-bottom:5px}

/* ===== SECTION FOUNDATIONS ===== */
.hm-section{padding:104px 0}.hm-section--alt{background:linear-gradient(180deg,#071f2a 0%,#061923 100%)}.hm-section--deep{background:radial-gradient(circle at 18% 0,rgba(19,183,197,.055),transparent 26%),#03131b}
.hm-section-heading{text-align:center;max-width:850px;margin:0 auto 46px}.hm-section-heading h2{margin:9px 0 14px;font-size:clamp(38px,4vw,56px);font-weight:650;line-height:1.05;letter-spacing:-.045em}.hm-section-heading h2 span{color:var(--hm-cyan-2)}.hm-section-heading p{max-width:760px;margin:0 auto;font-size:15px;line-height:1.78;color:#a9c0c6}.hm-section-heading--left{text-align:left;margin-inline:0}.hm-section-heading--left p{margin-inline:0}

/* ===== MODULE CARDS: GLOBAL DARK PREMIUM ===== */
.nc-module-block{width:100%}.nc-module-grid,.nc-listing{gap:20px}
.nc-module-card,.blog-card,.nc-listing-card{overflow:hidden;border:1px solid var(--hm-line)!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(10,47,60,.97),rgba(5,27,37,.99))!important;box-shadow:0 18px 45px rgba(0,0,0,.18)!important;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.nc-module-card:hover,.blog-card:hover,.nc-listing-card:hover{transform:translateY(-7px);border-color:var(--hm-line-strong)!important;box-shadow:0 30px 68px rgba(0,0,0,.28)!important}.nc-card-media{position:relative;background:#0a2a35!important;overflow:hidden}.nc-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,22,30,.76),transparent 58%);pointer-events:none}.nc-card-media img{filter:saturate(.88) contrast(1.04);transition:transform .45s ease}.nc-module-card:hover .nc-card-media img{transform:scale(1.025)}
.nc-card-body{padding:25px!important}.nc-card-body h3,.nc-card-body h3 a,.blog-card h2,.blog-card h2 a,.nc-listing-card h3,.nc-listing-card h3 a{color:#f5fbfc!important;text-decoration:none!important;font-weight:650!important}.nc-card-body p,.blog-card p,.nc-listing-card p{color:#9fb8bf!important;line-height:1.72!important}.nc-card-kicker,.nc-card-meta{color:var(--hm-cyan-2)!important}.nc-card-link{color:var(--hm-cyan-2)!important;font-weight:800!important}
.hm-services .nc-module-grid{gap:18px!important}.hm-services .nc-module-card{border-radius:18px!important}.hm-services .nc-card-media{height:220px!important}.hm-services .nc-card-body{padding:27px 25px 25px!important}.hm-services .nc-card-kicker{display:none}.hm-services h3 a{font-family:var(--nc-heading-font);font-size:24px!important;font-weight:650!important}.hm-services .nc-card-body p{min-height:76px;font-size:13px!important}.hm-services .nc-card-link{font-size:12px!important}.hm-service-assurance{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px}.hm-service-assurance span{position:relative;padding:13px 13px 13px 32px;border:1px solid rgba(59,216,223,.17);border-radius:11px;background:rgba(4,29,39,.72);color:#a8c1c7;font-size:10px;font-weight:700;text-align:left}.hm-service-assurance span:before{content:"✓";position:absolute;left:13px;color:var(--hm-cyan-2);font-weight:900}
.nc-module-block--services .nc-card-media{height:245px}.nc-module-block--services .nc-card-body h3{font-size:25px}.nc-module-block--services .nc-card-body p{font-size:14px}

/* ===== ABOUT / STATS ===== */
.hm-about-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:72px;align-items:center}.hm-about-visual{position:relative}.hm-about-visual img{display:block;width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:22px;filter:saturate(.84) contrast(1.04);box-shadow:var(--hm-shadow)}.hm-about-visual:after{content:"";position:absolute;inset:0;border-radius:22px;background:linear-gradient(90deg,rgba(5,25,35,.03),rgba(6,25,35,.15));pointer-events:none}.hm-about-caption{position:absolute;left:18px;bottom:17px;z-index:2;padding:9px 12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(2,16,23,.68);color:#cbe0e4;font-size:9px;font-weight:700;letter-spacing:.04em;backdrop-filter:blur(9px)}
.hm-experience-badge{position:absolute;right:-28px;bottom:46px;z-index:3;width:136px;height:136px;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle,#18b8c4,#08717e);border:6px solid #0a3440;color:white;box-shadow:0 20px 48px rgba(0,0,0,.34)}.hm-experience-badge strong{font:700 34px var(--nc-heading-font)}.hm-experience-badge span{font-size:10px;letter-spacing:.08em}.hm-about-copy h2{margin:8px 0 18px;font-size:clamp(40px,4.2vw,57px);font-weight:650;line-height:1.04}.hm-about-copy>p{font-size:15px;line-height:1.84}.hm-checklist{display:grid;gap:10px;margin:23px 0 28px;padding:0;list-style:none}.hm-checklist li{position:relative;padding-left:26px;color:#bfd0d5;font-size:13px}.hm-checklist li:before{content:"✓";position:absolute;left:0;color:var(--hm-cyan-2);font-weight:900}.hm-stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:58px;border-top:1px solid var(--hm-line);border-bottom:1px solid var(--hm-line)}.hm-stat{padding:28px 18px;text-align:center;border-right:1px solid var(--hm-line)}.hm-stat:last-child{border-right:0}.hm-stat strong{display:block;color:#fff;font:700 34px var(--nc-heading-font)}.hm-stat span{display:block;margin-top:5px;color:#91aab1;font-size:11px}

/* ===== PROJECT / GALLERY ===== */
.hm-project-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:-17px 0 28px}.hm-project-tabs span{padding:9px 18px;border:1px solid rgba(65,203,213,.16);border-radius:999px;background:#082832;color:#819ca4;font-size:10px;font-weight:750}.hm-project-tabs .is-active{background:linear-gradient(135deg,#118c9a,#20b9c4);border-color:transparent;color:#fff;box-shadow:0 8px 24px rgba(19,183,197,.18)}
.hm-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hm-gallery-grid--five{grid-template-columns:repeat(5,1fr)}.hm-gallery-grid figure{position:relative;margin:0;min-height:330px;border-radius:17px;overflow:hidden;border:1px solid var(--hm-line);background:#082834;box-shadow:0 18px 44px rgba(0,0,0,.18)}.hm-gallery-grid--five figure{min-height:355px}.hm-gallery-grid img{width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.03);transition:transform .48s}.hm-gallery-grid figure:hover img{transform:scale(1.04)}.hm-gallery-grid figcaption{position:absolute;inset:auto 0 0;padding:56px 17px 16px;background:linear-gradient(transparent,rgba(2,16,23,.96));color:#edfafa}.hm-gallery-grid figcaption strong{display:block;font-size:12px;font-weight:750}.hm-gallery-grid figcaption span{display:block;margin-top:4px;color:#9db5bb;font-size:9px}
.nc-gallery-grid{gap:16px!important}.nc-gallery-card,.nc-gallery-item{position:relative;margin:0;overflow:hidden;border:1px solid var(--hm-line)!important;border-radius:16px!important;background:#082832!important;box-shadow:0 18px 46px rgba(0,0,0,.18)!important}.nc-gallery-card img,.nc-gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;filter:saturate(.9) contrast(1.03);transition:transform .4s}.nc-gallery-card:hover img,.nc-gallery-item:hover img{transform:scale(1.035)}.nc-gallery-card figcaption,.nc-gallery-item figcaption{padding:14px 15px!important;background:#082832!important;color:#dceef1!important;border-top:1px solid rgba(255,255,255,.06)!important;font-size:11px!important;font-weight:700!important}

/* ===== PROCESS ===== */
.hm-process{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:34px}.hm-step{position:relative;text-align:center;padding:0 22px}.hm-step:not(:last-child):after{content:"›";position:absolute;right:-7px;top:30px;color:var(--hm-cyan);font-size:28px}.hm-step-icon{width:70px;height:70px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(58,207,217,.3);background:radial-gradient(circle,rgba(18,183,197,.13),transparent 70%);box-shadow:0 0 0 9px rgba(18,183,197,.025)}.hm-step-icon svg{width:28px;height:28px;stroke:#cdecef;fill:none;stroke-width:1.5}.hm-step h3{margin:0 0 7px;font-family:var(--nc-body-font);font-size:14px}.hm-step p{font-size:11px;line-height:1.62;color:#8fa8af}

/* ===== SEO CONTENT AREA ===== */
.hm-seo-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:start}.hm-seo-copy h2{font-size:clamp(38px,4vw,54px);font-weight:500;line-height:1.05}.hm-seo-copy p{font-size:15px;line-height:1.85}.hm-seo-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.hm-seo-card{padding:22px;border:1px solid var(--hm-line);border-radius:14px;background:linear-gradient(145deg,rgba(10,47,60,.8),rgba(6,28,38,.84))}.hm-seo-card strong{display:block;color:#fff;font-family:var(--nc-heading-font);font-size:20px;font-weight:500}.hm-seo-card span{display:block;margin-top:8px;color:#9fb9c0;font-size:12px;line-height:1.65}.hm-city-cloud{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}.hm-city-cloud a{padding:8px 11px;border-radius:999px;border:1px solid rgba(57,208,218,.22);color:#bfe2e5;text-decoration:none;font-size:11px;background:rgba(18,183,197,.035)}.hm-city-cloud a:hover{border-color:var(--hm-cyan);color:#fff;background:rgba(18,183,197,.08)}

/* ===== BLOG ===== */
.hm-blog .nc-module-grid{gap:14px!important}.hm-blog .nc-module-card{border-radius:14px!important}.hm-blog .nc-card-media img{aspect-ratio:16/10}.hm-blog .nc-card-body h3{font-size:20px!important;line-height:1.15}.hm-blog .nc-card-body p{font-size:12px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hm-blog .nc-card-meta{font-size:10px!important}.hm-blog .nc-card-link{font-size:11px!important}

/* ===== REASONS ===== */
.hm-reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hm-reason{padding:26px;border:1px solid rgba(54,205,215,.23);border-radius:14px;background:#082732}.hm-reason-num{font:500 34px var(--nc-heading-font);color:var(--hm-cyan-2)}.hm-reason h3{margin:12px 0 8px;font-size:20px}.hm-reason p{margin:0;font-size:12px;line-height:1.72}

/* ===== CONTACT / FORM ===== */
.hm-contact-wrap{display:grid;grid-template-columns:.9fr 1.1fr;border:1px solid rgba(54,211,220,.31);border-radius:20px;overflow:hidden;background:#082632;box-shadow:var(--hm-shadow)}.hm-contact-promo{position:relative;min-height:550px;overflow:hidden;background:#074451}.hm-contact-promo-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 46%;filter:saturate(.78) contrast(1.04)}.hm-contact-promo-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,83,94,.96) 0%,rgba(4,74,84,.88) 44%,rgba(3,28,37,.52) 100%),linear-gradient(0deg,rgba(2,20,28,.58),transparent 58%)}.hm-contact-promo-content{position:relative;z-index:2;display:flex;min-height:550px;padding:50px 48px;flex-direction:column;justify-content:center}.hm-contact-promo h2{max-width:430px;margin:9px 0 16px;font-size:44px;font-weight:650;line-height:1.06}.hm-contact-promo p{max-width:400px;color:#d6edef;line-height:1.78}.hm-contact-details{display:grid;gap:11px;margin-top:29px}.hm-contact-details a{display:flex;gap:10px;align-items:center;color:#fff;text-decoration:none;font-size:13px}.hm-contact-details svg{width:18px;height:18px;stroke:#b7f5f6;fill:none;stroke-width:1.7}.hm-contact-form{display:flex;min-height:550px;padding:48px 46px;flex-direction:column;justify-content:center}.hm-contact-form h3{margin:7px 0 24px;font-size:31px;font-weight:650}.hm-contact-form .nc-contact-form{display:grid;grid-template-columns:repeat(12,1fr);gap:13px}.hm-contact-form label{color:#b8d0d5!important;font-size:11px!important;gap:6px!important}.hm-contact-form input,.hm-contact-form textarea,.hm-contact-form select{border:1px solid rgba(104,176,184,.28)!important;border-radius:8px!important;background:#0b3340!important;color:#eef9fa!important;min-height:47px!important}.hm-contact-form input::placeholder,.hm-contact-form textarea::placeholder{color:#7897a0}.hm-contact-form textarea{min-height:126px!important}.hm-contact-form button{border-radius:8px!important;background:linear-gradient(135deg,#159cab,#24c3cd)!important;box-shadow:0 10px 26px rgba(18,183,197,.15)!important}.hm-contact-form .nc-form-turnstile{grid-column:1/-1}.hm-contact-form .nc-form-submit{grid-column:1/-1}.hm-contact-wrap--page{grid-template-columns:.92fr 1.08fr}

/* ===== PAGE TITLE / BREADCRUMB ===== */
.hm-page-title,.nc-archive-hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(49,201,211,.18);background:radial-gradient(circle at 88% 0,rgba(33,193,204,.14),transparent 25%),linear-gradient(110deg,#07303d,#061b25)!important}.hm-page-title:before,.nc-archive-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(135deg,rgba(75,214,222,.045) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to right,black,transparent 78%)}.hm-page-title-inner,.nc-archive-hero .nc-container{position:relative;z-index:1;display:flex!important;align-items:end!important;justify-content:space-between!important;gap:30px!important;min-height:205px;padding-block:54px!important}.hm-page-title h1,.nc-archive-hero h1{margin:8px 0 0!important;color:#fff!important;font-size:clamp(42px,4.4vw,58px)!important;font-weight:650!important;line-height:1!important;letter-spacing:-.045em!important}.hm-breadcrumb,.nc-archive-hero .nc-breadcrumb{display:flex;gap:8px;align-items:center;color:#93adb4!important;font-size:10px!important}.hm-breadcrumb a,.nc-archive-hero .nc-breadcrumb a{color:#d8edef!important;text-decoration:none!important}.hm-breadcrumb a:hover,.nc-archive-hero .nc-breadcrumb a:hover{color:var(--hm-cyan-2)!important}

/* ===== ARCHIVES ===== */
.nc-archive-content{padding:86px 0!important;background:var(--hm-bg)!important}.nc-archive-content .nc-module-grid{gap:22px!important}.nc-archive-content .nc-module-card{min-height:100%;border-radius:18px!important}.nc-archive-content .nc-card-media{height:265px!important}.nc-archive-content .nc-card-body{padding:27px!important}.nc-archive-content .nc-card-body h3{font-size:25px!important}.nc-archive-content .nc-card-body p{font-size:13px!important}.nc-pagination a,.nc-pagination span{border-color:var(--hm-line)!important;background:#082a35!important;color:#c9dce0!important}.nc-pagination .active{background:#159eae!important;color:#fff!important}

/* ===== DETAIL PAGES ===== */
.nc-detail-shell{padding:62px 0 92px!important;background:var(--hm-bg)!important}.nc-detail-main{min-width:0;background:transparent!important}.nc-detail-layout{gap:42px!important}
.nc-detail-hero,.post-featured{border-radius:18px!important;border:1px solid var(--hm-line)!important;box-shadow:var(--hm-shadow-soft)!important;object-fit:cover!important}
.nc-detail-heading{margin:0 0 22px!important}.nc-detail-heading h1{font-size:clamp(38px,5vw,60px)!important;font-weight:500!important;line-height:1.02!important}.nc-detail-heading .lead{color:#aac4ca!important;font-size:16px!important}.nc-detail-meta{border-color:var(--hm-line)!important;color:#88a3aa!important}.nc-detail-meta span{border-color:var(--hm-line)!important;background:#082733!important;color:#a9c2c9!important}.nc-detail-meta a{color:#ccecee!important}
.nc-rich-content,.page-content{color:#b9ccd1!important;font-size:16px!important;line-height:1.84!important}.nc-rich-content h2,.page-content h2{margin-top:42px!important;color:#f4fbfc!important;font-size:clamp(28px,3vw,39px)!important;font-weight:500!important}.nc-rich-content h3,.page-content h3{color:#f4fbfc!important;font-size:25px!important}.nc-rich-content h4,.page-content h4{color:#eef9fa!important}.nc-rich-content a,.page-content a{color:var(--hm-cyan-2)!important}.nc-rich-content strong,.page-content strong{color:#e8f6f7}.nc-rich-content ul,.nc-rich-content ol,.page-content ul,.page-content ol{padding-left:22px}.nc-rich-content li,.page-content li{margin:7px 0}.nc-rich-content blockquote,.page-content blockquote{margin:28px 0;padding:18px 22px;border-left:3px solid var(--hm-cyan);background:#082934;border-radius:0 12px 12px 0}.nc-rich-content table{width:100%;background:#0a2a36!important;border-color:var(--hm-line)!important;border-collapse:collapse}.nc-rich-content td,.nc-rich-content th{border:1px solid var(--hm-line)!important;padding:12px}.nc-rich-content img,.page-content img{box-shadow:var(--hm-shadow-soft)!important}
.nc-related{margin-top:52px!important;padding-top:42px!important;border-top:1px solid var(--hm-line)!important}.nc-detail-cta,.nc-detail-form,.nc-detail-sidebar,.nc-share-box{border-color:var(--hm-line)!important;background:#082833!important;color:#b8cbd0!important;box-shadow:none!important}.nc-detail-sidebar a{color:#d8eef0!important}.nc-post-tags a{border-color:var(--hm-line)!important;background:#082733!important;color:#bfe1e3!important}.hm-content-figure{margin:24px 0}.hm-content-figure img{max-width:100%;height:auto;border-radius:16px}.hm-content-figure figcaption{margin-top:7px;color:#769198;font-size:11px}

/* Premium service detail editorial intro */
.hm-service-detail-title{padding-bottom:30px!important}.hm-service-detail-title .hm-page-title-inner{align-items:end}.hm-service-detail-stage{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:48px;align-items:center;margin-bottom:46px}.hm-service-detail-media{position:relative}.hm-service-detail-media .nc-detail-hero{display:block;width:100%;height:390px;max-height:none!important;margin:0!important;object-fit:cover;border-radius:20px!important}.hm-service-detail-media:after{content:"";position:absolute;inset:0;border-radius:20px;background:linear-gradient(135deg,transparent 50%,rgba(18,183,197,.10));pointer-events:none}.hm-service-detail-copy{padding:12px 0}.hm-service-detail-copy .nc-eyebrow{margin-bottom:12px}.hm-service-detail-copy h2{font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.04;margin:0}.hm-service-detail-copy .lead{margin-top:17px}.hm-service-detail-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px}.hm-service-detail-proof span{padding:13px 12px;border:1px solid var(--hm-line);border-radius:11px;background:#082a35;color:#a9c3c9;font-size:11px;font-weight:750;text-align:center}
.hm-service-article{max-width:980px;margin:0 auto}.hm-service-article .nc-rich-content{padding:32px 38px;border:1px solid rgba(52,207,218,.14);border-radius:18px;background:linear-gradient(180deg,rgba(9,43,55,.72),rgba(4,24,33,.5))}.hm-service-article .nc-rich-content>:first-child{margin-top:0!important}.hm-service-article .nc-rich-content p{max-width:900px}.hm-service-article .nc-rich-content ul{display:grid;gap:5px}

/* legacy SEO content harmonization */
.nc-rich-content .local-seo-blog{max-width:none!important;color:#b9ccd1!important;background:transparent!important}.nc-rich-content .local-seo-blog section{background:transparent!important}.nc-rich-content .local-seo-blog [style*="background: #f8fafc"],.nc-rich-content .local-seo-blog [style*="background:#f8fafc"],.nc-rich-content .local-seo-blog [style*="background: #fff"],.nc-rich-content .local-seo-blog [style*="background:#fff"]{background:#082833!important;border-color:var(--hm-line)!important;color:#b9ccd1!important}.nc-rich-content .local-seo-blog h2,.nc-rich-content .local-seo-blog h3{color:#f5fbfc!important}.nc-rich-content .local-seo-blog a{color:var(--hm-cyan-2)!important}.nc-rich-content .local-seo-blog img{max-width:100%;height:auto;border-radius:16px}

/* ===== ABOUT PAGE / LEGACY SOURCE SAFETY ===== */
.hm-about-source .nc-rich-content{max-width:1040px;margin:0 auto}.hm-about-source .nc-rich-content>h1:first-child{display:none!important}.hm-about-source .nc-rich-content>svg{display:none!important;width:0!important;height:0!important;overflow:hidden!important}.hm-about-source .nc-rich-content>a>svg{display:block!important;width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;fill:currentColor!important}.hm-about-source .nc-rich-content>a{display:inline-flex!important;align-items:center!important;gap:9px!important;margin-top:18px!important;padding:12px 18px!important;border-radius:8px!important;background:linear-gradient(135deg,#169daa,#20bec8)!important;color:#fff!important;text-decoration:none!important}.hm-about-source .nc-rich-content>img{display:block!important;width:100%!important;height:auto!important;max-height:520px!important;margin:28px 0!important;object-fit:cover!important;border-radius:18px!important}.hm-about-source .nc-rich-content>h4{margin:24px 0 8px!important;padding:18px 20px!important;border:1px solid var(--hm-line)!important;border-radius:13px!important;background:#082a35!important}.hm-about-source .nc-rich-content>h2,.hm-about-source .nc-rich-content>h3{max-width:860px!important}.hm-about-source .nc-rich-content>p{max-width:900px!important}
.hm-story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.hm-story-media img{width:100%;max-height:540px;object-fit:cover;border-radius:22px;filter:saturate(.8)}.hm-story-copy h2{font-size:clamp(36px,4.3vw,55px);font-weight:500;line-height:1.06;margin:8px 0 18px}.hm-story-copy p{font-size:15px;line-height:1.82}.hm-story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px}.hm-story-stat{padding:18px;border:1px solid var(--hm-line);border-radius:13px;background:#082b37;text-align:center}.hm-story-stat strong{display:block;font:500 31px var(--nc-heading-font);color:#fff}.hm-story-stat span{display:block;margin-top:4px;color:#8fa8af;font-size:10px}.hm-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hm-value-card{padding:26px;border:1px solid var(--hm-line);border-radius:16px;background:#082a35}.hm-value-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:rgba(19,183,197,.10);border:1px solid rgba(59,216,223,.18);margin-bottom:18px}.hm-value-icon svg{width:25px;height:25px;stroke:var(--hm-cyan-2);fill:none;stroke-width:1.6}.hm-value-card h3{font-size:23px;margin-bottom:10px}.hm-value-card p{font-size:13px;line-height:1.72;margin:0}.hm-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hm-mission-card{position:relative;overflow:hidden;padding:32px;border:1px solid var(--hm-line);border-radius:18px;background:linear-gradient(145deg,#0b3040,#071f2a)}.hm-mission-card:before{content:"";position:absolute;right:-65px;top:-65px;width:170px;height:170px;border:1px solid rgba(59,216,223,.08);border-radius:50%}.hm-mission-card h3{font-size:29px;font-weight:500;margin:8px 0 13px}.hm-mission-card p{font-size:14px;line-height:1.78;margin:0}

/* ===== VIDEO ===== */
.nc-video-grid,.nc-video-gallery-grid{display:grid;grid-template-columns:repeat(var(--nc-module-columns,3),minmax(0,1fr));gap:16px}.nc-video-card{overflow:hidden!important;padding:0!important;border:1px solid var(--hm-line)!important;border-radius:16px!important;background:linear-gradient(145deg,#0a2d39,#061e29)!important;box-shadow:0 16px 38px rgba(0,0,0,.16)!important;color:var(--hm-copy)!important}.nc-video-card video,.nc-video-embed iframe{display:block;width:100%;aspect-ratio:16/9;border:0;background:#031218}.nc-video-placeholder{position:relative;display:grid;place-items:center;aspect-ratio:16/9;background:radial-gradient(circle at 50% 45%,rgba(19,183,197,.24),transparent 26%),linear-gradient(135deg,#082c3a,#041821);border-bottom:1px solid rgba(255,255,255,.06)}.nc-video-placeholder:before{content:"SAHA VİDEOSU";position:absolute;left:15px;top:14px;color:#7ca1aa;font-size:9px;font-weight:800;letter-spacing:.16em}.nc-video-placeholder span{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(61,222,232,.42);border-radius:50%;background:rgba(19,183,197,.11);color:#e6fbfc;font-size:21px;padding-left:3px}.nc-video-card .nc-card-body{padding:19px!important}.nc-video-card h3{margin:0 0 9px;color:#fff!important;font-size:19px!important}.nc-video-card p{margin:0 0 13px;color:#94afb6!important;font-size:12px!important;line-height:1.65!important}.nc-video-card>.nc-card-body .nc-card-link{font-size:11px}.nc-video-card:not(:has(.nc-card-body)){padding:18px!important}.nc-video-card:not(:has(.nc-card-body)) h3{margin:12px 0 6px!important}.nc-video-card:not(:has(.nc-card-body)) p{margin:0!important}

/* ===== FOOTER ===== */
.nc-universal-footer{margin-top:0!important;padding:68px 0 0!important;background:radial-gradient(circle at 16% 0,rgba(19,183,197,.05),transparent 24%),#020f15!important;border-top:1px solid rgba(46,204,215,.17)!important;color:#93aeb5!important}.nc-footer-grid{display:grid!important;grid-template-columns:1.22fr .8fr .8fr .98fr!important;gap:52px!important;padding-bottom:52px!important}.nc-universal-footer section{min-width:0}.nc-footer-brand .brand,.nc-footer-brand>a{display:inline-flex!important;margin-bottom:20px!important}.nc-footer-brand img{display:block!important;max-width:205px!important;max-height:82px!important;object-fit:contain!important}.nc-footer-brand p{max-width:370px!important;font-size:12px!important;line-height:1.78!important;color:#839da4!important}.nc-universal-footer h3{margin:0 0 18px!important;font-family:var(--nc-body-font)!important;font-size:11px!important;font-weight:800!important;color:#eaf7f8!important;letter-spacing:.11em!important;text-transform:uppercase!important}.nc-universal-footer .main-nav>ul,.nc-dynamic-link-list ul{display:grid!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important}.nc-universal-footer .main-nav li,.nc-dynamic-link-list li{margin:0!important;padding:0!important;list-style:none!important}.nc-universal-footer .main-nav a,.nc-dynamic-link-list a{display:inline-flex!important;color:#90aab1!important;text-decoration:none!important;font-size:11px!important}.nc-universal-footer .main-nav a:hover,.nc-dynamic-link-list a:hover{color:#fff!important;transform:translateX(2px)}.nc-footer-contact{display:grid!important;gap:10px!important}.nc-footer-contact a{color:#d7ecee!important;text-decoration:none!important;font-size:12px!important;font-weight:750!important}.nc-footer-contact p{margin:0!important;font-size:11px!important;line-height:1.7!important;color:#78949b!important}.nc-universal-footer .nc-social-links{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:18px!important}.nc-universal-footer .nc-social-links a{display:grid!important;place-items:center!important;min-height:37px!important;padding:0 11px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:9px!important;color:#dbecef!important;text-decoration:none!important;font-size:10px!important}.nc-footer-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;padding-block:20px!important;border-top:1px solid rgba(255,255,255,.075)!important;color:#718c94!important;font-size:10px!important}.nc-footer-bottom a{color:#8aa7ae!important;text-decoration:none!important}.nc-backlink-footer{background:#020d12!important}.nc-backlink-footer a{color:#8aa7ae!important}

/* front alerts */
.nc-front-alert{margin-top:16px!important;border-radius:9px!important}

/* ===== RESPONSIVE ===== */
@media(max-width:1260px){.main-nav--header a{padding-inline:8px!important}.nc-header-inner{gap:18px!important}.hm-header-quote,.hm-header-call{padding-inline:13px}.hm-gallery-grid--five{grid-template-columns:repeat(4,1fr)}.hm-gallery-grid--five figure:last-child{display:none}}
@media(max-width:1120px){.hm-quick-rail{display:none}.hm-hero-inner{grid-template-columns:minmax(0,1fr) 300px;gap:35px}.hm-gallery-grid,.hm-gallery-grid--five{grid-template-columns:repeat(2,1fr)}.hm-gallery-grid--five figure:last-child{display:block}.hm-process{grid-template-columns:repeat(3,1fr);gap:28px}.hm-step:after{display:none}.hm-reasons-grid,.hm-value-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1020px){
  .hm-topbar{display:none}.nc-header-inner{min-height:76px!important}.nc-header-brand img{width:158px!important;max-height:58px!important}.nc-header-actions{display:none!important}.nc-mobile-menu-toggle{display:grid!important}.nc-header-navigation{display:none!important}
  .nc-header-navigation.nc-mobile-menu-portal{display:block!important;background:#061d27!important;border-color:var(--hm-line)!important}.nc-header-navigation.nc-mobile-menu-portal .main-nav--header>ul{display:grid!important;gap:4px!important}.nc-header-navigation.nc-mobile-menu-portal .main-nav--header li>ul{position:static!important;display:none!important;margin:4px 0 8px!important;box-shadow:none!important}.nc-header-navigation.nc-mobile-menu-portal .main-nav--header li.submenu-open>ul{display:grid!important}.nc-header-navigation.nc-mobile-menu-portal .main-nav--header a{justify-content:space-between!important;min-height:48px!important;color:#effbfc!important}.nc-header-navigation.nc-mobile-menu-portal .nc-mobile-menu-core-close{background:#0a2e3a!important;color:white!important;border-color:var(--hm-line)!important}.nc-mobile-menu-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.nc-mobile-menu-actions a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;border-radius:10px!important;background:#0a8794!important;color:#fff!important;text-decoration:none!important;font-weight:800!important}
  .hm-hero{min-height:670px}.hm-hero-inner{grid-template-columns:1fr;align-content:center;min-height:670px}.hm-hero-copy{padding:78px 0 24px}.hm-hero-panel{display:none}.hm-hero-overlay{background:linear-gradient(90deg,rgba(2,16,23,.96),rgba(3,21,29,.78) 65%,rgba(3,18,26,.45)),linear-gradient(0deg,rgba(2,16,23,.7),transparent 55%)}
  .hm-about-grid,.hm-seo-grid,.hm-contact-wrap,.hm-story-grid,.hm-service-detail-stage{grid-template-columns:1fr}.hm-about-visual{max-width:760px}.hm-experience-badge{right:18px}.hm-stats{grid-template-columns:repeat(2,1fr)}.hm-stat:nth-child(2){border-right:0}.hm-stat:nth-child(-n+2){border-bottom:1px solid var(--hm-line)}.hm-service-assurance{grid-template-columns:1fr 1fr}.hm-contact-promo,.hm-contact-promo-content,.hm-contact-form{min-height:430px}.nc-footer-grid{grid-template-columns:repeat(2,1fr)!important}.hm-service-detail-media .nc-detail-hero{height:440px}.hm-service-detail-copy{padding:0}.hm-service-detail-proof{max-width:620px}.hm-mission-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .nc-container{width:min(100% - 30px,1340px)}.hm-hero-inner{width:min(100% - 30px,1340px)}.hm-hero{min-height:610px}.hm-hero-inner{min-height:610px}.hm-hero-media img{object-position:60% center}.hm-hero h1{font-size:47px}.hm-hero-copy{padding:62px 0}.hm-hero-trust{gap:16px}.hm-section{padding:72px 0}.hm-section-heading{margin-bottom:31px}.hm-services .nc-card-media{height:220px!important}.hm-service-assurance{grid-template-columns:1fr}.hm-about-grid{gap:34px}.hm-about-visual img{aspect-ratio:1}.hm-process{grid-template-columns:1fr 1fr}.hm-step{padding:0 10px}.hm-seo-points,.hm-reasons-grid,.hm-value-grid{grid-template-columns:1fr}.hm-contact-promo-content{padding:38px 28px}.hm-contact-promo h2{font-size:37px}.hm-contact-form{padding:34px 24px}.hm-page-title-inner,.nc-archive-hero .nc-container{align-items:flex-start!important;grid-template-columns:1fr!important;display:grid!important;min-height:180px!important}.hm-breadcrumb,.nc-archive-hero .nc-breadcrumb{width:100%;padding-top:15px;border-top:1px solid rgba(255,255,255,.08)}.hm-gallery-grid,.hm-gallery-grid--five{grid-template-columns:1fr 1fr}.hm-gallery-grid figure,.hm-gallery-grid--five figure{min-height:280px}.nc-footer-grid{grid-template-columns:1fr!important;gap:32px!important}.nc-footer-bottom{align-items:flex-start!important;flex-direction:column!important}.hm-story-stats{grid-template-columns:repeat(3,1fr)}.hm-service-detail-media .nc-detail-hero{height:360px}.hm-service-article .nc-rich-content{padding:24px}.hm-service-detail-proof{grid-template-columns:1fr}.nc-video-grid,.nc-video-gallery-grid{grid-template-columns:1fr!important}
}
@media(max-width:520px){.hm-hero{min-height:590px}.hm-hero-inner{min-height:590px}.hm-hero h1{font-size:40px}.hm-actions{display:grid}.hm-btn{width:100%}.hm-hero-trust{display:grid;grid-template-columns:1fr 1fr}.hm-stats{grid-template-columns:1fr 1fr}.hm-process{grid-template-columns:1fr}.hm-gallery-grid,.hm-gallery-grid--five{grid-template-columns:1fr}.hm-gallery-grid figure,.hm-gallery-grid--five figure{min-height:360px}.hm-project-tabs{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.hm-project-tabs span{white-space:nowrap}.hm-story-stats{grid-template-columns:1fr}.hm-service-detail-media .nc-detail-hero{height:290px}.hm-contact-promo,.hm-contact-promo-content{min-height:470px}}


/* ==========================================================================\n   Has Minarecilik v1.3.0 — Premium Signature / Airiness & Readability Layer\n   Screenshot-led project override on Core 8.1.4.\n   ========================================================================== */
:root{
  --hm-bg:#08232c;
  --hm-bg-2:#0b2c36;
  --hm-bg-3:#103744;
  --hm-panel:#113843;
  --hm-panel-2:#174651;
  --hm-paper:#f7fbfa;
  --hm-mist:#eaf5f3;
  --hm-mist-2:#dcefed;
  --hm-ink:#102e36;
  --hm-ink-2:#274a52;
  --hm-line:rgba(20,145,154,.20);
  --hm-line-strong:rgba(20,174,184,.42);
  --hm-cyan:#0fa9b5;
  --hm-cyan-2:#20c4cf;
  --hm-cyan-soft:#d9f6f5;
  --hm-gold:#c5a568;
  --hm-white:#fbfefd;
  --hm-copy:#bcd1d5;
  --hm-muted:#7d9aa1;
  --hm-shadow:0 28px 90px rgba(9,44,52,.18);
  --hm-shadow-soft:0 16px 42px rgba(9,44,52,.12);
}
html{font-size:16px}
body{background:var(--hm-paper);color:var(--hm-ink-2);font-size:var(--nc-type-body-size);line-height:var(--nc-type-body-line)}
main{background:var(--hm-paper);color:var(--hm-ink-2)}
body p{font-size:var(--nc-type-paragraph-size);line-height:var(--nc-type-paragraph-line)}
body h1,body h2,body h3,body h4,body h5{font-weight:800}
.nc-container{width:min(100% - 64px,1420px)}
.nc-eyebrow,.hm-kicker{font-size:13px;letter-spacing:.16em}

/* topbar/header: stronger brand presence, more premium spacing */
.hm-topbar{height:44px;background:linear-gradient(90deg,#04171d 0%,#082a32 48%,#04171d 100%);font-size:13px;border-bottom:1px solid rgba(59,216,223,.14)}
.hm-topbar .nc-container{gap:30px}.hm-topbar-list{gap:28px}.hm-topbar a,.hm-topbar span{font-size:13px;color:#cae0e3}.hm-topbar svg{width:16px;height:16px;margin-right:8px}
.nc-universal-header{background:rgba(5,26,33,.965)!important;box-shadow:0 18px 50px rgba(4,35,42,.15)!important;border-bottom-color:rgba(53,213,221,.2)!important}
.nc-header-inner{min-height:108px!important;padding-block:12px!important;gap:34px!important}
.nc-header-brand img{width:232px!important;max-height:88px!important;filter:drop-shadow(0 10px 28px rgba(31,202,211,.18))}
.main-nav--header>ul{gap:8px!important}.main-nav--header a{min-height:48px!important;padding:0 13px!important;font-size:15px!important;font-weight:750!important;border-radius:12px!important}
.main-nav--header a:hover{background:rgba(33,196,207,.11)!important}.main-nav--header li>ul{min-width:270px!important;padding:11px!important;border-radius:16px!important;background:#0b303a!important}.main-nav--header li>ul a{font-size:14px!important}
.hm-header-quote,.hm-header-call{min-height:50px;padding:0 20px;border-radius:12px;font-size:14px}.hm-header-quote{background:linear-gradient(135deg,#0ca8b5,#2ad0d6);box-shadow:0 14px 34px rgba(17,182,193,.26)}

/* hero: brighter photography and editorial scale */
.hm-hero{min-height:720px;background:#0a2831}.hm-hero-inner{width:min(100% - 64px,1420px);min-height:650px;grid-template-columns:minmax(0,820px) minmax(320px,390px);gap:84px}
.hm-hero-media img{filter:saturate(.96) contrast(1.02) brightness(1.02);object-position:center 46%}
.hm-hero-overlay{background:linear-gradient(90deg,rgba(3,27,34,.93) 0%,rgba(5,35,43,.77) 40%,rgba(8,49,58,.28) 72%,rgba(8,49,58,.08) 100%),linear-gradient(0deg,rgba(6,33,41,.72) 0%,transparent 48%)}
.hm-hero:after{height:120px;background:linear-gradient(transparent,#0a2933)}
.hm-hero-copy{padding:78px 0 72px}.hm-hero h1{max-width:800px;margin:16px 0 24px;font-size:clamp(56px,5.5vw,78px);line-height:1.01;letter-spacing:-.055em}.hm-hero h1 em{color:#55e1e5}.hm-hero-lead{max-width:720px;font-size:18px;line-height:1.78;color:#e0eff0}.hm-hero-trust{margin-top:34px;gap:16px 28px}.hm-trust-item{font-size:13px;color:#d8e9ea}
.hm-btn{min-height:54px;padding:0 24px;border-radius:12px;font-size:15px}.hm-btn-glass{border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.09);color:#fff;backdrop-filter:blur(14px)}.hm-btn-dark{background:#123a43;color:#fff;box-shadow:0 12px 28px rgba(10,57,66,.16)}
.hm-hero-panel{padding:34px 32px;border-radius:24px;background:linear-gradient(145deg,rgba(13,57,66,.83),rgba(8,39,48,.66));border-color:rgba(134,237,239,.36);box-shadow:0 32px 82px rgba(4,27,34,.32)}.hm-hero-panel-label{font-size:12px}.hm-hero-panel>strong{font-size:40px;line-height:1.04}.hm-hero-panel>p{font-size:15px;line-height:1.72}.hm-hero-panel-stats span{font-size:12px}.hm-hero-panel-stats b{font-size:27px}.hm-hero-panel-link{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#d7f7f7;text-decoration:none;font-weight:750;font-size:14px}
.hm-hero-proof{position:relative;z-index:4;margin-top:auto;background:rgba(242,250,248,.96);border-top:1px solid rgba(255,255,255,.44);box-shadow:0 -18px 55px rgba(4,41,48,.08)}.hm-hero-proof .nc-container{display:grid;grid-template-columns:repeat(4,1fr)}.hm-hero-proof span{padding:24px 20px;color:#36575e;text-align:center;font-size:14px;border-right:1px solid rgba(18,123,132,.14)}.hm-hero-proof span:last-child{border-right:0}.hm-hero-proof b{font-size:20px;color:#0d7580;margin-right:5px}

/* airy section system */
.hm-section{padding:112px 0;background:var(--hm-paper);color:var(--hm-ink-2)}
.hm-section--alt,.hm-section--mist{background:linear-gradient(180deg,#edf7f5 0%,#e6f3f1 100%)}
.hm-section--deep{background:radial-gradient(circle at 14% 0,rgba(36,196,205,.12),transparent 30%),linear-gradient(180deg,#0a2d37,#071f28);color:#d7e8ea}
.hm-section-heading{max-width:950px;margin-bottom:54px}.hm-section-heading h2{font-size:clamp(42px,4.1vw,58px);line-height:1.08;color:var(--hm-ink)}.hm-section-heading h2 span{color:#0795a2}.hm-section-heading p{max-width:760px;margin-inline:auto;color:#5f7b82;font-size:18px;line-height:1.76}.hm-section-heading--left p{margin-left:0}.hm-section--deep .hm-section-heading h2,.hm-section-heading--inverse h2{color:#fff}.hm-section--deep .hm-section-heading p{color:#bdd0d4}
.hm-actions--center{justify-content:center}

/* service cards on light surfaces */
.hm-services .nc-module-grid{gap:22px!important}.hm-services .nc-module-card,.hm-services .nc-listing-card{background:#fff!important;border:1px solid rgba(13,126,136,.16)!important;box-shadow:0 20px 55px rgba(33,86,94,.10)!important;border-radius:22px!important}.hm-services .nc-module-card:hover{box-shadow:0 28px 70px rgba(23,91,100,.16)!important}.hm-services .nc-card-media{height:250px!important}.hm-services .nc-card-body{padding:30px!important}.hm-services h3 a{font-size:23px!important;color:#13343b!important}.hm-services .nc-card-body p{min-height:0;font-size:16px!important;line-height:1.72!important;color:#5d777e!important}.hm-services .nc-card-link{font-size:15px!important;color:#078c99!important}.hm-service-assurance{gap:12px;margin-top:26px}.hm-service-assurance span{padding:15px 15px 15px 38px;border-color:rgba(13,126,136,.14);background:rgba(255,255,255,.72);color:#46666d;font-size:13px}.hm-service-assurance span:before{left:15px;color:#079aa7}

/* about / stats on light surface */
.hm-about-grid{gap:82px}.hm-about-visual img{border-radius:28px;box-shadow:0 30px 80px rgba(28,78,86,.16)}.hm-about-copy h2{font-size:clamp(42px,4.2vw,60px);color:var(--hm-ink)}.hm-about-copy>p{font-size:18px;line-height:1.82;color:#516f76}.hm-checklist li{font-size:16px;color:#36585f}.hm-about-features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.hm-about-features article{padding:18px;border:1px solid rgba(10,135,145,.14);border-radius:16px;background:#eef8f6}.hm-about-features strong{display:block;color:#12373e;font-size:16px;margin-bottom:5px}.hm-about-features span{display:block;color:#678189;font-size:14px;line-height:1.55}.hm-experience-badge{width:148px;height:148px;right:-24px;border-color:#eaf6f4;box-shadow:0 22px 50px rgba(20,103,111,.22)}.hm-about-caption{font-size:12px;padding:10px 14px}.hm-stats{margin-top:64px;border-color:rgba(14,126,137,.18)}.hm-stat{padding:32px 20px;border-color:rgba(14,126,137,.18)}.hm-stat strong{color:#0d6f79;font-size:38px}.hm-stat span{color:#58737a;font-size:14px}

/* process: larger, card-like, readable */
.hm-process{gap:14px}.hm-step{padding:28px 22px;text-align:left;border:1px solid rgba(10,137,147,.14);border-radius:20px;background:#fff;box-shadow:0 16px 40px rgba(31,82,88,.07)}.hm-step:not(:last-child):after{content:'→';right:-13px;top:44px;z-index:2;color:#0fa9b5;font-size:21px}.hm-step-no{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e0f4f2;color:#078b97;font-size:13px;font-weight:850}.hm-step h3{margin:18px 0 8px;color:#14363d;font-size:20px}.hm-step p{font-size:15px;line-height:1.68;color:#667e84}

/* project showcase keeps photo impact but gains air */
.hm-project-tabs span{font-size:13px;padding:10px 18px;background:#fff;color:#48666d;border-color:rgba(11,128,138,.16)}.hm-gallery-grid{gap:18px}.hm-gallery-grid figure{border-radius:22px;border-color:rgba(11,128,138,.18);box-shadow:0 18px 48px rgba(20,69,76,.14)}.hm-gallery-grid figcaption strong{font-size:15px}.hm-gallery-grid figcaption span{font-size:12px}

/* reasons / faq */
.hm-reasons-grid{grid-template-columns:repeat(4,1fr);gap:16px}.hm-reason{padding:30px;border-radius:20px;background:#fff;border-color:rgba(10,137,147,.15);box-shadow:0 16px 40px rgba(31,82,88,.07)}.hm-reason-num{font-size:26px;color:#0d9aa6}.hm-reason h3{font-size:22px;color:#14383f}.hm-reason p{font-size:15px;color:#607a81;line-height:1.72}
.hm-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.hm-faq-intro h2{font-size:clamp(38px,4vw,54px);color:#12343b;margin:10px 0 18px}.hm-faq-intro p{font-size:17px;color:#5c777e;line-height:1.8}.hm-faq-list{display:grid;gap:12px}.hm-faq-list details{border:1px solid rgba(9,132,142,.16);border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(24,78,85,.06);overflow:hidden}.hm-faq-list summary{cursor:pointer;list-style:none;padding:22px 58px 22px 24px;color:#173940;font-size:17px;font-weight:800;position:relative}.hm-faq-list summary::-webkit-details-marker{display:none}.hm-faq-list summary:after{content:'+';position:absolute;right:22px;top:18px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#e7f6f4;color:#078f9b;font-size:21px}.hm-faq-list details[open] summary:after{content:'−'}.hm-faq-list details p{padding:0 24px 24px;margin:0;color:#647f86;font-size:16px;line-height:1.72}

/* contact: larger, premium, less cramped */
.hm-contact-wrap{grid-template-columns:.92fr 1.08fr;border-radius:26px;border-color:rgba(62,212,219,.25);background:#0d3440;box-shadow:0 30px 90px rgba(4,28,34,.22)}.hm-contact-promo,.hm-contact-form{min-height:620px}.hm-contact-promo-content{padding:56px 52px}.hm-contact-promo h2{font-size:clamp(40px,4vw,56px);line-height:1.06}.hm-contact-promo p{font-size:17px;line-height:1.76}.hm-contact-details a{font-size:15px}.hm-contact-form{padding:54px}.hm-contact-form h3{font-size:36px;margin:8px 0 10px}.hm-form-intro{font-size:15px!important;color:#9cb8be!important;margin-bottom:24px!important}.hm-contact-form label{font-size:14px!important}.hm-contact-form input,.hm-contact-form select,.hm-contact-form textarea{font-size:16px!important;min-height:48px!important;border-radius:10px!important}.hm-contact-form textarea{min-height:145px!important}.hm-contact-form button{font-size:15px!important;min-height:50px!important;padding-inline:22px!important}

/* page hero & archive */
.hm-page-title,.nc-archive-hero{background:radial-gradient(circle at 78% 28%,rgba(56,211,217,.12),transparent 25%),linear-gradient(135deg,#0c3540,#0a2832)!important;border-bottom:1px solid rgba(30,165,175,.18)!important}.hm-page-title-inner,.nc-archive-hero .nc-container{min-height:250px!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:60px!important}.hm-page-title h1,.nc-archive-hero h1{font-size:clamp(44px,4.6vw,62px)!important;line-height:1.05!important;color:#fff!important;margin:10px 0 0!important}.hm-page-title-copy>p,.nc-archive-hero p{max-width:760px;color:#bcd1d5!important;font-size:17px!important;line-height:1.7!important;margin-top:16px!important}.hm-page-eyebrow{font-size:13px!important}.hm-page-title .nc-breadcrumb,.nc-archive-hero .nc-breadcrumb{font-size:14px!important}

/* inner archive/detail surfaces: light and readable */
.hm-services-archive,.hm-blog-archive,.nc-detail-shell{background:#f4f9f8!important;color:#274950!important;padding:92px 0!important}.hm-archive-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:end;margin-bottom:48px}.hm-archive-intro h2{font-size:clamp(34px,3.4vw,46px);color:#11353d;margin:9px 0 0}.hm-archive-intro>p{color:#607b82;font-size:17px;line-height:1.8;margin:0}
.hm-services-archive .nc-module-card,.hm-blog-archive .nc-module-card{background:#fff!important;border-color:rgba(12,130,140,.14)!important;box-shadow:0 18px 48px rgba(31,82,88,.09)!important}.hm-services-archive .nc-card-body h3,.hm-services-archive .nc-card-body h3 a,.hm-blog-archive .nc-card-body h3,.hm-blog-archive .nc-card-body h3 a{color:#14383f!important}.hm-services-archive .nc-card-body p,.hm-blog-archive .nc-card-body p{color:#617c83!important;font-size:16px!important;line-height:1.72!important}.hm-services-archive .nc-card-link,.hm-blog-archive .nc-card-link{font-size:15px!important;color:#078e9a!important}.hm-services-archive .nc-card-body,.hm-blog-archive .nc-card-body{padding:28px!important}.hm-services-archive .nc-card-media,.hm-blog-archive .nc-card-media{background:#dceeed!important}.hm-blog-archive .nc-module-grid{gap:22px!important}
.nc-listing-filter{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:32px}.nc-listing-filter a{padding:10px 16px!important;border-radius:999px!important;font-size:14px!important;border:1px solid rgba(12,130,140,.16)!important;background:#fff!important;color:#45656c!important}.nc-listing-filter a.is-active{background:#0fa4b0!important;color:#fff!important;border-color:#0fa4b0!important}
.nc-pagination{margin-top:42px!important}.nc-pagination ul{display:flex!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important;list-style:none!important}.nc-pagination li{margin:0!important;padding:0!important;list-style:none!important}.nc-pagination a,.nc-pagination span{min-width:44px!important;height:44px!important;border-radius:12px!important;border:1px solid rgba(12,130,140,.18)!important;background:#fff!important;color:#284d55!important;font-size:14px!important}.nc-pagination .is-active,.nc-pagination .active{background:#0fa4b0!important;color:#fff!important;border-color:#0fa4b0!important}
.hm-archive-note{display:grid;grid-template-columns:1fr 1.3fr auto;align-items:center;gap:24px;margin-top:56px;padding:28px 30px;border:1px solid rgba(11,132,142,.16);border-radius:20px;background:#e8f5f3}.hm-archive-note strong{font-size:20px;color:#153840}.hm-archive-note span{font-size:15px;color:#5e797f;line-height:1.65}

/* service detail long-form: desktop-readable, no tiny content */
.hm-service-detail-stage{grid-template-columns:.82fr 1.18fr;gap:56px;align-items:center;margin-bottom:52px}.hm-service-detail-media .nc-detail-hero{height:440px;border-radius:24px!important;box-shadow:0 24px 60px rgba(28,79,86,.14)}.hm-service-detail-copy h2{font-size:clamp(40px,4vw,56px);color:#12363e}.hm-service-detail-copy .lead{font-size:18px;line-height:1.76;color:#5a767d}.hm-service-detail-proof span{font-size:13px;color:#44656c;background:#e7f4f2;border-color:rgba(12,131,141,.15)}
.hm-service-article{max-width:1120px}.hm-service-article .nc-rich-content{padding:52px 58px;border:1px solid rgba(12,129,140,.14);border-radius:24px;background:#fff;box-shadow:0 20px 60px rgba(30,80,87,.08);color:#264a52}.hm-service-article .nc-rich-content p,.hm-service-article .nc-rich-content li{font-size:18px!important;line-height:1.86!important;color:#365b63!important}.hm-service-article .nc-rich-content h2{font-size:34px!important;color:#12363e!important;margin-top:44px!important}.hm-service-article .nc-rich-content h3{font-size:25px!important;color:#17424a!important;margin-top:32px!important}.hm-service-article .nc-rich-content h4{font-size:21px!important;color:#17424a!important}.hm-service-article .nc-rich-content a{color:#078d99!important;font-weight:750}.hm-service-article .nc-rich-content table{font-size:15px!important;background:#f5faf9!important;color:#31545c!important}.hm-service-article .nc-rich-content th{background:#dff0ee!important;color:#12363e!important}.hm-service-article .nc-rich-content td,.hm-service-article .nc-rich-content th{padding:13px 14px!important;border-color:rgba(12,126,136,.12)!important}
.nc-related .nc-module-card{background:#fff!important;border-color:rgba(12,130,140,.14)!important}.nc-related .nc-card-body h3,.nc-related .nc-card-body h3 a{color:#173b42!important}.nc-related .nc-card-body p{color:#607c83!important;font-size:15px!important}.nc-detail-cta,.nc-contact-form{border-radius:20px!important}

/* projects / gallery / video on light surface */
.hm-project-page{background:#f4f9f8}.hm-project-page-intro{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:end;margin-bottom:42px}.hm-project-page-intro h2{font-size:clamp(42px,4vw,58px);color:#12353d;margin:9px 0 16px}.hm-project-page-intro p{font-size:17px;color:#5b767d;line-height:1.78}.hm-project-intro-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hm-project-intro-cards span{padding:18px;border:1px solid rgba(12,130,140,.14);border-radius:16px;background:#fff;color:#6a8389;font-size:13px}.hm-project-intro-cards b{display:block;color:#173b42;font-size:15px;margin-bottom:4px}.hm-project-page .nc-gallery-card,.hm-project-page .nc-gallery-item{background:#fff!important;border-color:rgba(10,132,142,.14)!important;box-shadow:0 16px 42px rgba(25,77,84,.10)!important}.hm-project-page .nc-gallery-card figcaption,.hm-project-page .nc-gallery-item figcaption{background:#fff!important;color:#274e56!important;font-size:14px!important}.hm-project-video-intro{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end;margin:80px 0 30px}.hm-project-video-intro h2{font-size:42px;color:#12363e;margin:8px 0 0}.hm-project-video-intro p{font-size:17px;color:#5d787f;line-height:1.7;margin:0}.hm-project-page .nc-video-card{background:#fff!important;border-color:rgba(10,132,142,.14)!important;box-shadow:0 16px 42px rgba(25,77,84,.10)!important}.hm-project-page .nc-video-card h3{color:#153940!important;font-size:20px!important}.hm-project-page .nc-video-card p{color:#637d84!important;font-size:15px!important}.hm-project-page .nc-video-placeholder{background:linear-gradient(135deg,#dcefed,#c7e5e2)}

/* about page light/deep rhythm */
.hm-story-grid{gap:70px}.hm-story-copy h2{font-size:clamp(40px,4.2vw,58px);color:#12363e;font-weight:800}.hm-story-copy p{font-size:17px;line-height:1.82;color:#58747b}.hm-story-media{position:relative}.hm-story-media img{border-radius:26px;box-shadow:0 26px 70px rgba(25,75,82,.14)}.hm-media-note{position:absolute;left:22px;right:22px;bottom:22px;padding:18px 20px;border-radius:16px;background:rgba(7,40,48,.84);backdrop-filter:blur(12px);color:#dff3f4}.hm-media-note strong{display:block;font-size:16px}.hm-media-note span{display:block;font-size:13px;line-height:1.55;margin-top:4px}.hm-story-stat{background:#fff;border-color:rgba(11,130,140,.15)}.hm-story-stat strong{color:#0c7c87;font-size:34px}.hm-story-stat span{font-size:13px;color:#607a81}.hm-value-grid--four{grid-template-columns:repeat(4,1fr)}.hm-value-card{padding:28px;background:#fff;border-color:rgba(11,130,140,.14);box-shadow:0 16px 40px rgba(28,80,87,.07)}.hm-value-card h3{color:#173b42;font-size:23px}.hm-value-card p{font-size:15px;color:#637d84}.hm-value-index{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e4f5f3;color:#078d99;font-size:13px;font-weight:850;margin-bottom:18px}.hm-mission-card{padding:36px;background:linear-gradient(145deg,#123a45,#0b2933);border-color:rgba(77,210,217,.20)}.hm-mission-card h3{font-size:29px;font-weight:800}.hm-mission-card p{font-size:16px;line-height:1.78;color:#bdd0d4}

/* contact page */
.hm-contact-page{background:#f4f9f8}.hm-contact-page-head{max-width:980px;margin:0 auto 46px;text-align:center}.hm-contact-page-head h1{font-size:clamp(44px,4.8vw,64px);color:#12353d;margin:10px 0 16px}.hm-contact-page-head>p{font-size:18px;color:#5b767d;line-height:1.8}.hm-contact-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.hm-contact-channels>a,.hm-contact-channels>span{padding:20px;border:1px solid rgba(10,132,142,.14);border-radius:16px;background:#fff;text-align:left;text-decoration:none}.hm-contact-channels strong{display:block;color:#173b42;font-size:15px}.hm-contact-channels span span,.hm-contact-channels a span{display:block;margin-top:5px;color:#648087;font-size:14px}

/* blog cards and metadata */
.hm-blog .nc-card-body h3{font-size:22px!important;line-height:1.28}.hm-blog .nc-card-body p{font-size:15px!important;line-height:1.7!important}.hm-blog .nc-card-meta{font-size:13px!important}.hm-blog .nc-card-link{font-size:14px!important}

/* SEO deep section: preserve contrast but larger */
.hm-seo-copy h2{font-size:clamp(42px,4vw,56px);font-weight:800}.hm-seo-copy p{font-size:17px}.hm-seo-card{padding:25px;border-radius:18px}.hm-seo-card strong{font-size:22px;font-weight:800}.hm-seo-card span{font-size:15px}.hm-city-cloud a{font-size:13px;padding:9px 13px}

/* footer: readable, still elegant */
.nc-universal-footer{padding:78px 0 0!important;background:linear-gradient(180deg,#061c23,#031217)!important}.nc-footer-grid{gap:58px!important;padding-bottom:60px!important}.nc-footer-brand img{max-width:230px!important;max-height:90px!important}.nc-footer-brand p{font-size:14px!important;line-height:1.78!important;color:#9cb5bb!important}.nc-universal-footer h3{font-size:13px!important;margin-bottom:20px!important}.nc-universal-footer .main-nav a,.nc-dynamic-link-list a{font-size:14px!important;line-height:1.55!important}.nc-footer-contact a{font-size:14px!important}.nc-footer-contact p{font-size:13px!important}.nc-footer-bottom{padding-block:24px!important;font-size:12px!important}

@media(max-width:1260px){.nc-header-brand img{width:210px!important}.main-nav--header a{font-size:14px!important;padding-inline:9px!important}.hm-reasons-grid{grid-template-columns:repeat(2,1fr)}.hm-value-grid--four{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1120px){.hm-hero-inner{grid-template-columns:1fr 320px;gap:40px}.hm-process{grid-template-columns:repeat(3,1fr)}.hm-project-page-intro,.hm-faq-grid{grid-template-columns:1fr}.hm-project-intro-cards{max-width:760px}.hm-archive-note{grid-template-columns:1fr}.hm-archive-note .hm-btn{justify-self:start}}
@media(max-width:1020px){.nc-header-inner{min-height:82px!important}.nc-header-brand img{width:172px!important;max-height:64px!important}.hm-hero-inner{grid-template-columns:1fr}.hm-hero-panel{display:none}.hm-hero-proof .nc-container{grid-template-columns:repeat(2,1fr)}.hm-hero-proof span:nth-child(2){border-right:0}.hm-archive-intro{grid-template-columns:1fr;gap:22px}.hm-contact-promo,.hm-contact-form{min-height:520px}.hm-value-grid--four{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.nc-container{width:min(100% - 34px,1420px)}.hm-hero-inner{width:min(100% - 34px,1420px)}.hm-hero{min-height:650px}.hm-hero-inner{min-height:570px}.hm-hero h1{font-size:46px}.hm-hero-lead{font-size:17px}.hm-hero-proof span{padding:18px 8px;font-size:12px}.hm-section{padding:82px 0}.hm-section-heading h2{font-size:36px}.hm-section-heading p{font-size:16px}.hm-about-features{grid-template-columns:1fr}.hm-process{grid-template-columns:1fr}.hm-step:not(:last-child):after{display:none}.hm-reasons-grid{grid-template-columns:1fr}.hm-contact-form{padding:34px 24px}.hm-contact-promo-content{padding:40px 28px}.hm-page-title-inner,.nc-archive-hero .nc-container{min-height:210px!important;grid-template-columns:1fr!important;gap:22px!important}.hm-service-article .nc-rich-content{padding:30px 24px}.hm-service-article .nc-rich-content p,.hm-service-article .nc-rich-content li{font-size:17px!important}.hm-project-intro-cards,.hm-contact-channels{grid-template-columns:1fr}.hm-value-grid--four{grid-template-columns:1fr}.hm-project-video-intro{grid-template-columns:1fr;gap:12px}.hm-faq-grid{gap:34px}}
@media(max-width:520px){.hm-hero h1{font-size:40px}.hm-hero-proof .nc-container{grid-template-columns:1fr 1fr}.hm-btn{width:100%}.hm-story-stats{grid-template-columns:1fr}.hm-contact-page-head{text-align:left}.hm-contact-page-head h1{font-size:40px}}

/* v1.3 semantic page-title additions */
.hm-about-copy h1{margin:8px 0 18px;font-size:clamp(42px,4.2vw,60px);font-weight:800;line-height:1.04;color:var(--hm-ink);letter-spacing:-.04em}
.hm-project-page-intro h1{font-size:clamp(42px,4vw,58px);color:#12353d;margin:9px 0 16px;line-height:1.06;letter-spacing:-.04em}
@media(max-width:760px){.hm-about-copy h1,.hm-project-page-intro h1{font-size:36px}}
