:root {
  --navy:#0a2e50; --blue:#285a92; --sky:#6793d5; --ice:#eef4fb;
  --mist:#f6f8fb; --ink:#112f49; --muted:#687b8b; --line:#dce5ee;
  --white:#fff; --radius:22px; --shadow:0 18px 48px rgba(8,45,78,.12);
  --container:1200px;
}

html {
  height:auto!important; min-height:100%!important; overflow-x:clip!important;
  overflow-y:auto!important; scroll-behavior:smooth;
}
body.nwkt-site {
  position:static!important; inset:auto!important; width:100%!important; max-width:100%!important;
  height:auto!important; min-height:100%!important; margin:0!important; overflow-x:clip!important;
  overflow-y:visible!important; background:#fff; color:var(--ink);
  font-family:"Segoe UI",Arial,sans-serif; -webkit-font-smoothing:antialiased;
}
body.nwkt-site * { box-sizing:border-box; }
body.nwkt-site a { color:inherit; text-decoration:none; }
body.nwkt-site button, body.nwkt-site input, body.nwkt-site select, body.nwkt-site textarea { font:inherit; }
body.nwkt-site img { display:block; max-width:100%; height:auto; }
body.nwkt-site h1, body.nwkt-site h2, body.nwkt-site h3, body.nwkt-site p { margin-top:0; overflow-wrap:break-word; }
.nwkt-page-content, .nwkt-page-content .elementor, .nwkt-page-content .elementor-element,
.nwkt-page-content .elementor-widget-container { width:100%; max-width:100%; min-width:0; }
.elementor-widget-nwkt_global_header, .elementor-widget-nwkt_global_footer,
.elementor-widget-nwkt_hero_slider, .elementor-widget-nwkt_inner_hero,
.elementor-widget-nwkt_section, .elementor-widget-nwkt_form_section { width:100%!important; margin:0!important; }
.nwkt-site .container { width:min(var(--container),calc(100% - 48px))!important; max-width:var(--container)!important; margin-inline:auto!important; padding-left:0!important; padding-right:0!important; }
.section { padding:108px 0; }
.icon { display:block; flex:0 0 auto; }

.eyebrow { display:inline-flex; align-items:center; gap:10px; margin-bottom:17px; padding:8px 14px;
  border-radius:999px; background:#eaf2fb; color:var(--blue); font-size:12px; font-weight:800;
  letter-spacing:.09em; text-transform:uppercase; }
.eyebrow.light { background:rgba(255,255,255,.14); color:#fff; border:1px solid rgba(255,255,255,.22); }
.section-heading { max-width:650px; }
.section-heading.centered { margin:0 auto 52px; text-align:center; }
.section-heading h2 { margin-bottom:20px; color:var(--navy); font-size:clamp(36px,4vw,55px);
  font-weight:700; line-height:1.08; letter-spacing:-.035em; }
.section-heading p { margin-bottom:0; color:var(--muted); font-size:17px; line-height:1.8; }
.nwkt-site .btn { min-height:50px!important; padding:0 24px!important; border:0!important; border-radius:10px!important; display:inline-flex;
  align-items:center; justify-content:center; gap:9px; font-size:14px; font-weight:750; cursor:pointer;
  transition:transform .22s,box-shadow .22s,background .22s,color .22s; }
.btn:hover { transform:translateY(-2px); }
.nwkt-site .btn-primary { color:#fff!important; background:linear-gradient(135deg,#2d64a6,#5e8ed1)!important;
  box-shadow:0 12px 24px rgba(45,100,166,.24); }
.nwkt-site .btn-secondary { color:var(--navy)!important; background:#edf3f9!important; border:1px solid #d8e2ed!important; }
.nwkt-site .btn-white { color:var(--navy)!important; background:#fff!important; box-shadow:0 14px 32px rgba(0,0,0,.18); }
.nwkt-site .btn-ghost { color:#fff!important; background:rgba(255,255,255,.08)!important; border:1px solid rgba(255,255,255,.5)!important; }
.text-link { display:inline-flex; align-items:center; gap:8px; margin-top:28px; color:var(--blue)!important; font-weight:750; }

.nwkt-header-wrapper { position:sticky; top:0; z-index:999; width:100%; max-width:100%; overflow-anchor:none; }
body.admin-bar .nwkt-header-wrapper { top:32px; }
.topbar { height:38px; overflow:hidden; color:#fff; background:var(--blue); font-size:13px;
  transition:height .25s,opacity .25s; }
.topbar-inner { height:100%; display:flex; align-items:center; justify-content:space-between; }
.topbar-group { display:flex; gap:28px; }
.topbar a, .topbar-hours { display:flex; align-items:center; gap:7px; color:#fff!important; }
.nwkt-site .site-header { position:relative; width:100%!important; max-width:none!important; height:106px; margin:0!important; padding:0!important; display:block!important; background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(10,46,80,.06); transition:height .3s,box-shadow .3s; }
.nwkt-header-wrapper.is-compact .topbar { height:0; opacity:0; }
.site-header.is-compact { height:82px; box-shadow:0 14px 34px rgba(8,45,78,.12); }
.nwkt-site .header-inner { position:relative; height:100%!important; padding:0!important; display:flex!important; align-items:center; gap:30px; }
.brand { width:270px; flex:0 0 auto; transition:width .3s,filter .3s; }
.brand img { width:100%; height:82px!important; object-fit:contain; object-position:left center; }
.site-header.is-compact .brand { width:225px; filter:drop-shadow(0 5px 8px rgba(8,45,78,.17)); }
.site-header.is-compact .brand img { height:64px; }
.main-nav { margin-left:auto; display:flex; align-items:center; }
.nwkt-menu { display:flex; align-items:center; gap:25px; margin:0; padding:0; list-style:none; font-size:14px; font-weight:750; }
.nwkt-menu li { position:relative; margin:0; }
.nwkt-menu a { position:relative; display:flex; align-items:center; min-height:46px; padding:12px 0; color:var(--ink)!important; }
.nwkt-menu>li>a:after { content:""; position:absolute; left:0; right:100%; bottom:5px; height:2px;
  background:var(--sky); transition:right .22s; }
.nwkt-menu>li.current-menu-item>a:after, .nwkt-menu>li.current-menu-ancestor>a:after,
.nwkt-menu>li:hover>a:after, .nwkt-menu>li:focus-within>a:after { right:0; }
.nwkt-menu .sub-menu { position:absolute; top:calc(100% + 9px); left:-18px; width:250px; margin:0; padding:10px;
  list-style:none; background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow);
  opacity:0; visibility:hidden; transform:translateY(8px); transition:.2s; }
.nwkt-menu li:hover>.sub-menu, .nwkt-menu li:focus-within>.sub-menu { opacity:1; visibility:visible; transform:none; }
.nwkt-menu .sub-menu a { min-height:0; padding:12px 13px; border-radius:8px; color:#365064!important; }
.nwkt-menu .sub-menu a:hover { color:var(--blue)!important; background:var(--ice); }
.header-cta { margin-left:10px; white-space:nowrap; }
.nwkt-site .mobile-cta, .nwkt-site .menu-toggle { display:none!important; }

.hero { position:relative; height:min(790px,calc(100svh - 70px)); min-height:680px; overflow:hidden;
  color:#fff; background:var(--navy); }
.hero-slide { position:absolute; inset:0; background-position:center; background-size:cover; opacity:0;
  transform:scale(1.035); transition:opacity 1s ease,transform 7s ease; }
.hero-slide.active { opacity:1; transform:scale(1); }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,27,47,.82),rgba(8,44,76,.57) 47%,rgba(10,46,80,.25)); }
.hero-content { position:relative; z-index:2; height:100%; display:flex; flex-direction:column; align-items:flex-start;
  justify-content:center; padding-top:10px; }
.hero h1 { max-width:930px; margin:0 0 18px; color:#fff; font-size:clamp(54px,5.6vw,82px);
  font-weight:650; line-height:1.02; letter-spacing:-.045em; }
.hero-content>p { margin-bottom:30px; font-size:23px; font-weight:650; }
.hero-actions { display:flex; gap:13px; }
.hero-trust { width:min(970px,100%); margin-top:62px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:30px; }
.hero-trust>div { display:grid; grid-template-columns:58px 1fr; grid-template-rows:auto auto; column-gap:14px; align-items:center; }
.trust-icon { grid-row:1/3; width:58px; height:58px; border-radius:50%; display:grid; place-items:center;
  background:rgba(103,147,213,.88); border:1px solid rgba(255,255,255,.28); }
.hero-trust strong { font-size:17px; }
.hero-trust small { color:rgba(255,255,255,.74); font-size:13px; }
.nwkt-site .slider-control { position:absolute; z-index:3; top:47%; width:48px; height:48px; padding:0!important; border-radius:50%!important;
  border:1px solid rgba(255,255,255,.3)!important; background:rgba(9,43,73,.22)!important; color:#fff!important; font-size:34px;
  line-height:1; cursor:pointer; }
.slider-control.prev { left:24px; } .slider-control.next { right:24px; }
.slider-count { position:absolute; z-index:3; right:38px; bottom:30px; display:flex; align-items:center; gap:10px; font-size:13px; font-weight:700; }
.slider-count span { width:45px; height:1px; background:rgba(255,255,255,.6); }

.intro-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:center; }
.intro-visual { position:relative; min-width:0; padding:0 0 70px 36px; }
.image-frame { height:440px; overflow:hidden; border-radius:var(--radius); box-shadow:var(--shadow); }
.image-frame img { width:100%; height:100%; object-fit:cover; }
.stats-panel { position:absolute; left:0; right:35px; bottom:0; display:grid; grid-template-columns:1.2fr 1fr; gap:12px; }
.stat { min-height:142px; display:flex; flex-direction:column; align-items:center; justify-content:center; background:#fff;
  border:1px solid var(--line); border-radius:18px; box-shadow:0 14px 38px rgba(8,45,78,.13); }
.stat.primary { color:#fff; background:var(--blue); border-color:transparent; }
.stat strong { font-size:45px; line-height:1; } .stat small { margin-top:9px; font-size:13px; font-weight:650; }
.services-section, .projects-section, .application-section { background:var(--mist); }
.service-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.service-card { position:relative; min-width:0; min-height:350px; padding:36px; overflow:hidden; display:flex;
  flex-direction:column; background:#fff; border:1px solid var(--line); border-radius:var(--radius); transition:.25s; }
.service-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); }
.service-card.tone-2 { color:#fff; background:var(--sky); border-color:transparent; }
.service-card.tone-3 { color:#fff; background:var(--blue); border-color:transparent; }
.service-icon { width:66px; height:66px; margin-bottom:42px; display:grid; place-items:center; color:var(--blue); background:#eaf2fb; border-radius:16px; }
.tone-2 .service-icon, .tone-3 .service-icon { color:#fff; background:rgba(255,255,255,.14); }
.card-index { position:absolute; top:35px; right:32px; font-weight:800; opacity:.55; }
.service-card h3 { margin-bottom:14px; font-size:25px; }
.service-card p { color:var(--muted); line-height:1.75; }
.tone-2 p, .tone-3 p { color:rgba(255,255,255,.8); }
.service-card>a { margin-top:auto; display:flex; align-items:center; gap:8px; font-weight:750; }
.sector-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.sector-grid article { min-width:0; min-height:155px; padding:24px; display:flex; flex-direction:column; justify-content:space-between;
  background:#fff; border:1px solid var(--line); border-radius:18px; transition:.25s; }
.sector-grid article:hover { transform:translateY(-4px); background:var(--ice); border-color:#a9c3df; }
.sector-grid article>span { width:54px; height:54px; display:grid; place-items:center; color:var(--blue); background:var(--ice); border-radius:14px; }
.sector-grid h3 { margin:24px 0 0; font-size:16px; }
.why-section { background:var(--ice); }
.why-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.why-image { position:relative; min-width:0; height:560px; }
.why-image>img { width:100%; height:100%; object-fit:cover; border-radius:var(--radius); box-shadow:var(--shadow); }
.brand-stamp { position:absolute; right:-26px; bottom:32px; display:flex; align-items:center; gap:13px; padding:16px 20px;
  background:#fff; border-radius:16px; box-shadow:var(--shadow); font-size:13px; font-weight:750; }
.brand-stamp img { width:58px; height:46px; object-fit:contain; }
.check-list { margin:32px 0 34px; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:16px; list-style:none; }
.check-list li { display:flex; align-items:center; gap:10px; font-weight:650; }
.check-list svg { color:var(--blue); }
.process-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.process-grid article { min-width:0; min-height:240px; padding:28px 26px 30px; color:#fff; background:var(--blue); border-radius:18px; }
.process-grid article:nth-child(even) { background:var(--sky); }
.step-no { padding:7px 10px; border-radius:7px; background:rgba(255,255,255,.13); font-size:12px; font-weight:750; }
.process-icon { width:52px; height:52px; margin:28px 0 19px; display:grid; place-items:center; background:rgba(255,255,255,.13); border-radius:14px; }
.process-grid h3 { margin-bottom:10px; font-size:20px; }
.process-grid p { margin:0; color:rgba(255,255,255,.82); font-size:14px; line-height:1.65; }
.area-section { color:#fff; background:linear-gradient(135deg,var(--navy),#1b568c); }
.area-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:70px; align-items:center; }
.area-layout h2 { margin-bottom:16px; font-size:clamp(38px,4vw,55px); line-height:1.08; }
.area-layout>div>p { color:rgba(255,255,255,.72); line-height:1.75; }
.area-cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.area-cards article { min-width:0; min-height:170px; padding:25px; display:flex; flex-direction:column; justify-content:center;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:17px; }
.area-cards svg { margin-bottom:22px; color:#a9c9ec; }
.area-cards strong { font-size:18px; } .area-cards span { margin-top:8px; color:rgba(255,255,255,.65); font-size:12px; }
.split-heading { margin-bottom:48px; display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }
.project-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.project-card { min-width:0; overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:20px; transition:.25s; }
.project-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.project-placeholder { height:245px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px;
  color:var(--blue); background:linear-gradient(135deg,#eaf2fb,#d8e7f7); }
.project-placeholder span { font-size:12px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }
.project-card>div:last-child { padding:26px; }
.project-card small { color:var(--sky); font-weight:750; letter-spacing:.08em; text-transform:uppercase; }
.project-card h3 { margin:10px 0; font-size:21px; }
.project-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.65; }
.partner-section { padding:54px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.partner-section p { margin-bottom:30px; color:#8495a3; text-align:center; font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.partner-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:34px; align-items:center; }
.partner-grid img { width:100%; height:62px; object-fit:contain; filter:grayscale(1); opacity:.7; transition:.2s; }
.partner-grid img:hover { filter:none; opacity:1; }
.faq-grid { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:100px; align-items:start; }
.faq-grid>*, .accordion, .accordion article, .accordion button { min-width:0; max-width:100%; }
.accordion article { border-bottom:1px solid var(--line); }
.nwkt-site .accordion button { width:100%; padding:22px 0; border:0!important; display:flex; align-items:center; justify-content:space-between; gap:20px;
  color:var(--ink)!important; background:none!important; text-align:left; white-space:normal; overflow-wrap:anywhere; font-weight:750; cursor:pointer; }
.accordion button span { font-size:22px; font-weight:300; transition:transform .2s; }
.accordion article.open button span { transform:rotate(45deg); }
.accordion article>div { display:grid; grid-template-rows:0fr; transition:grid-template-rows .28s; }
.accordion article>div p { margin:0; overflow:hidden; color:var(--muted); line-height:1.7; }
.accordion article.open>div { grid-template-rows:1fr; }
.accordion article.open>div p { padding-bottom:22px; }
.final-cta { padding:76px 0; color:#fff; background:linear-gradient(135deg,var(--navy),#1b568c); }
.final-cta .container { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.final-cta h2 { max-width:760px; margin-bottom:15px; font-size:clamp(36px,4vw,54px); line-height:1.08; }
.final-cta p { margin:0; color:rgba(255,255,255,.74); }

.inner-hero { position:relative; min-height:480px; overflow:hidden; display:flex; align-items:center; color:#fff; background:var(--navy); }
.inner-hero-bg { position:absolute; inset:0; background-position:center; background-size:cover; filter:saturate(.75); }
.inner-hero:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,28,49,.9),rgba(8,44,76,.64) 55%,rgba(8,44,76,.32)); }
.inner-hero .container { position:relative; z-index:1; padding:74px 0; }
.inner-hero h1 { max-width:940px; margin-bottom:18px; color:#fff; font-size:clamp(48px,5.8vw,76px); line-height:1.03; letter-spacing:-.04em; }
.inner-hero p { max-width:710px; color:rgba(255,255,255,.82); font-size:19px; line-height:1.7; }
.breadcrumb { margin-top:38px; display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.7); font-size:12px; }
.breadcrumb strong { color:#fff; }
.detail-intro { display:grid; grid-template-columns:1fr 1fr; gap:85px; align-items:center; }
.detail-intro .section-heading p { margin-bottom:30px; font-size:18px; line-height:1.85; }
.detail-visual { position:relative; min-width:0; height:500px; }
.detail-visual>img { width:100%; height:100%; object-fit:cover; border-radius:var(--radius); box-shadow:var(--shadow); }
.detail-visual>span { position:absolute; left:24px; bottom:24px; padding:16px 20px; display:flex; align-items:center; gap:12px;
  color:var(--navy); background:#fff; border-radius:14px; box-shadow:var(--shadow); font-weight:750; }
.benefit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.benefit-grid article { min-width:0; padding:34px; background:#fff; border:1px solid var(--line); border-radius:20px; }
.benefit-grid article>span { width:58px; height:58px; margin-bottom:28px; display:grid; place-items:center; color:var(--blue); background:var(--ice); border-radius:15px; }
.benefit-grid h3 { margin-bottom:12px; font-size:22px; }
.benefit-grid p { margin:0; color:var(--muted); line-height:1.7; }
.use-grid { display:grid; grid-template-columns:1fr 1fr; gap:85px; align-items:center; }
.large-checks { margin:28px 0 0; padding:0; display:grid; gap:14px; list-style:none; }
.large-checks li { padding:15px 17px; display:flex; align-items:center; gap:12px; background:var(--mist); border-radius:12px; font-weight:650; }
.large-checks svg { color:var(--blue); }
.info-card { padding:46px; color:#fff; background:linear-gradient(145deg,var(--navy),var(--blue)); border-radius:var(--radius); }
.info-card .service-icon { color:#fff; background:rgba(255,255,255,.12); }
.info-card h3 { margin-top:30px; font-size:30px; line-height:1.2; }
.info-card p { color:rgba(255,255,255,.75); line-height:1.8; }
.info-card .text-link { color:#fff!important; }
.reference-grid { margin-top:46px; display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.reference-grid article { min-width:0; overflow:hidden; display:grid; grid-template-columns:.82fr 1.18fr; background:#fff; border:1px solid var(--line); border-radius:20px; }
.reference-media { min-height:330px; padding:24px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px;
  color:var(--blue); background:linear-gradient(145deg,#eaf2fb,#d4e6f8); text-align:center; }
.reference-media strong { font-size:18px; } .reference-media span { color:var(--muted); font-size:12px; }
.reference-fields { min-width:0; padding:30px; display:flex; flex-direction:column; }
.reference-fields>span { margin-bottom:5px; color:var(--muted); font-size:12px; }
.reference-fields b { color:var(--ink); font-weight:650; }
.reference-fields h2 { margin:25px 0 10px; font-size:26px; }
.reference-fields p { margin:0; color:var(--muted); font-size:14px; line-height:1.65; }
.about-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:85px; align-items:center; }
.value-list { margin-top:32px; display:flex; flex-wrap:wrap; gap:12px; }
.value-list>div { padding:13px 15px; display:flex; align-items:center; gap:9px; color:var(--blue); background:var(--ice); border-radius:10px; }
.value-list strong { color:var(--ink); font-size:13px; }
.team-placeholder { padding:55px 42px; background:var(--mist); border:1px dashed #aac1d7; border-radius:var(--radius); text-align:center; }
.team-placeholder img { width:170px; height:130px; margin:0 auto 18px; object-fit:contain; }
.team-placeholder h3 { font-size:25px; } .team-placeholder p { margin:0; color:var(--muted); line-height:1.7; }
.career-intro { display:grid; grid-template-columns:1.05fr .95fr; gap:85px; align-items:center; }
.career-note { padding:40px; background:var(--mist); border:1px solid var(--line); border-radius:var(--radius); }
.career-note h3 { margin:5px 0 14px; color:var(--navy); font-size:28px; }
.career-note p { margin:0; color:var(--muted); line-height:1.75; }
.form-section-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:85px; align-items:start; }
.application-form-card { min-width:0; padding:38px; background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow); }
.application-form-card .form-title { margin:8px 0 30px; color:var(--navy); font-size:36px; line-height:1.14; }
.contact-items { margin-top:32px; display:grid; gap:12px; }
.contact-items>a, .contact-items>div { min-width:0; padding:18px; display:flex; align-items:center; gap:15px; background:#fff; border:1px solid var(--line); border-radius:14px; }
.contact-items>a>span, .contact-items>div>span { width:50px; height:50px; flex:0 0 auto; display:grid; place-items:center; color:var(--blue); background:var(--ice); border-radius:13px; }
.contact-items small, .contact-items em { display:block; margin-bottom:4px; color:var(--muted); font-size:11px; font-style:normal; }
.contact-items strong { font-size:16px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.contact-form label { min-width:0; color:var(--ink); font-size:13px; font-weight:700; }
.contact-form input, .contact-form select, .contact-form textarea { width:100%; max-width:100%; margin-top:8px; padding:13px 14px;
  color:var(--ink); background:#fff; border:1px solid #ccd9e5; border-radius:10px; outline:none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color:var(--sky); box-shadow:0 0 0 3px rgba(103,147,213,.13); }
.form-grid .full { grid-column:span 2; }
.contact-form .consent { display:flex; gap:10px; color:var(--muted); font-size:11px; line-height:1.55; }
.contact-form .consent input { width:17px; height:17px; margin:0; flex:0 0 auto; }
.contact-form .consent a { text-decoration:underline; }
.contact-form>.btn { margin-top:22px; }
.nwkt-honeypot { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.form-status { margin:0 0 18px; padding:13px 15px; border-radius:10px; font-size:13px; line-height:1.55; }
.form-status.success { color:#296443; background:#eaf4ee; }
.form-status.notice { color:#6b511d; background:#fff4d8; }
.form-status.error { color:#8a2e28; background:#fff0ef; }
.map-placeholder { padding:72px 0; color:var(--blue); background:linear-gradient(135deg,#dfeaf5,#eef4fa); text-align:center; }
.map-placeholder svg { margin:auto; } .map-placeholder h2 { margin:15px 0 8px; } .map-placeholder p { margin:0; color:var(--muted); }
.legal-section { background:var(--mist); }
.legal-card { max-width:900px!important; padding:52px; background:#fff; border:1px solid var(--line); border-radius:20px; }
.legal-warning { margin-bottom:40px; padding:20px; color:#7b5310; background:#fff2d8; border-radius:12px; font-size:13px; font-weight:800; line-height:1.6; }
.legal-card h2 { margin:35px 0 14px; color:var(--navy); font-size:28px; }
.legal-card p { color:var(--muted); line-height:1.8; }

.footer { padding:75px 0 24px; color:#fff; background:#061f36; }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1.15fr; gap:55px; }
.footer-brand img { width:280px; height:105px; object-fit:contain; object-position:left; filter:brightness(0) invert(1); opacity:.94; }
.footer p { color:#a7b8c6; line-height:1.7; }
.footer h3 { margin:23px 0 20px; color:#fff; font-size:15px; }
.footer-grid>div:not(:first-child) { display:flex; flex-direction:column; gap:13px; }
.footer a, .footer span { display:flex; align-items:center; gap:9px; color:#a7b8c6!important; font-size:14px; }
.footer a:hover { color:#fff!important; }
.footer-bottom { margin-top:58px; padding-top:23px; display:flex; align-items:center; justify-content:space-between;
  color:#8195a6; border-top:1px solid rgba(255,255,255,.1); font-size:12px; }
.cookie-settings, .text-button { padding:0; color:inherit; background:none; border:0; cursor:pointer; }
.cookie-banner { position:fixed; z-index:1100; right:22px; bottom:22px; left:22px; max-width:1040px; margin:auto; padding:24px;
  display:none; align-items:center; justify-content:space-between; gap:30px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:0 24px 70px rgba(5,29,50,.26); }
.cookie-banner.is-visible { display:flex; }
.cookie-banner strong { font-size:18px; } .cookie-banner p { max-width:560px; margin:6px 0 0; color:var(--muted); font-size:13px; }
.cookie-option { display:none; margin-top:14px; align-items:center; gap:8px; font-size:13px; }
.cookie-banner.show-details .cookie-option { display:flex; }
.cookie-option span { color:var(--muted); }
.cookie-actions { display:flex; flex-wrap:wrap; align-items:center; gap:9px; }
.cookie-actions .btn { min-height:42px; padding:0 16px; }
.cookie-actions>a, .text-button { color:var(--blue)!important; font-size:12px; font-weight:700; }
.nwkt-site .scroll-top { position:fixed; z-index:900; right:25px; bottom:25px; width:48px; height:48px; padding:0!important; color:#fff!important;
  background:var(--blue)!important; border:0!important; border-radius:50%!important; box-shadow:0 12px 28px rgba(28,83,136,.3); cursor:pointer;
  opacity:0; visibility:hidden; transform:translateY(15px); transition:.25s; }
.scroll-top.show { opacity:1; visibility:visible; transform:none; }
.scroll-top span { font-size:22px; line-height:1; }
.nwkt-404 { min-height:70vh; padding:60px 24px; display:grid; place-items:center; background:var(--mist); text-align:center; }
.nwkt-404 strong { color:var(--sky); font-size:90px; } .nwkt-404 h1 { color:var(--navy); font-size:42px; }

@media (max-width:1100px) {
  .nwkt-menu { gap:16px; } .brand { width:225px; } .header-cta { padding:0 16px; }
  .intro-grid, .why-grid { gap:55px; } .sector-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .faq-grid { gap:60px; }
}

@media (max-width:900px) {
  body.admin-bar .nwkt-header-wrapper { top:46px; }
  .nwkt-site .container { width:min(100% - 36px,var(--container))!important; }
  .section { padding:82px 0; }
  .topbar { display:none; }
  .nwkt-site .site-header, .nwkt-site .site-header.is-compact { height:78px; }
  .brand, .site-header.is-compact .brand { width:205px; filter:none; }
  .brand img, .site-header.is-compact .brand img { height:62px!important; }
  .header-cta { margin-left:auto; }
  .nwkt-site .menu-toggle { width:46px!important; height:46px!important; min-width:46px!important; min-height:46px!important; padding:0!important; flex:0 0 46px; display:flex!important; flex-direction:column;
    align-items:center; justify-content:center; gap:5px; color:var(--navy)!important; background:#fff!important; border:1px solid var(--line)!important; border-radius:10px!important; }
  .nwkt-site .menu-toggle span { display:block!important; width:20px!important; height:2px!important; min-height:2px!important; background:var(--navy)!important; transition:.2s; }
  .menu-toggle.is-open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity:0; }
  .menu-toggle.is-open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .main-nav { position:absolute; top:100%; right:auto; left:50%; width:100vw; max-width:100vw; margin:0; padding:18px; display:none; transform:translateX(-50%);
    background:#fff; border:1px solid var(--line); border-radius:0 0 16px 16px; box-shadow:var(--shadow); }
  .main-nav.is-open { display:block; }
  .nwkt-menu { display:block; }
  .nwkt-menu a { min-height:44px; padding:12px; justify-content:center; text-align:center; }
  .nwkt-menu>li>a:after { display:none; }
  .nwkt-menu .sub-menu { position:static; width:auto; margin:0; padding:0 0 4px; opacity:1; visibility:visible;
    transform:none; background:transparent; border:0; box-shadow:none; }
  .nwkt-menu .sub-menu a { padding:10px; color:var(--muted)!important; }
  .nwkt-site .mobile-cta { margin-top:8px; display:flex!important; }
  .hero { height:auto; min-height:740px; }
  .hero-content { min-height:740px; padding-top:40px; padding-bottom:32px; }
  .hero h1 { font-size:58px; }
  .hero-trust { grid-template-columns:1fr; gap:17px; margin-top:42px; }
  .hero-trust>div { max-width:330px; }
  .nwkt-site .slider-control { display:none!important; }
  .intro-grid, .why-grid, .detail-intro, .use-grid, .about-grid, .career-intro, .form-section-grid, .area-layout { grid-template-columns:1fr; gap:50px; }
  .intro-visual { max-width:680px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:290px; }
  .why-image { height:480px; order:2; }
  .brand-stamp { right:20px; }
  .process-grid, .project-grid { grid-template-columns:1fr 1fr; }
  .project-card:last-child { grid-column:span 2; }
  .area-cards { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .partner-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .faq-grid { grid-template-columns:1fr; gap:40px; }
  .benefit-grid { grid-template-columns:1fr; }
  .detail-visual { height:430px; }
  .reference-grid { grid-template-columns:1fr; }
  .final-cta .container { align-items:flex-start; flex-direction:column; }
  .footer-grid { grid-template-columns:1.4fr 1fr 1fr; }
  .footer-grid>div:last-child { grid-column:span 3; }
  .cookie-banner { align-items:flex-start; }
  .cookie-actions { max-width:300px; }
}

@media (max-width:620px) {
  .nwkt-site .container { width:min(100% - 28px,var(--container))!important; }
  .section { padding:68px 0; }
  .section-heading h2 { font-size:36px; }
  .section-heading p { font-size:15px; }
  .nwkt-site .header-cta { display:none!important; }
  .nwkt-site .site-header, .nwkt-site .site-header.is-compact { height:72px; }
  .header-inner { gap:12px; }
  .brand, .site-header.is-compact .brand { width:min(190px,calc(100% - 58px)); }
  .brand, .site-header.is-compact .brand { height:58px!important; display:flex!important; align-items:center; }
  .brand img, .site-header.is-compact .brand img { height:58px!important; }
  .menu-toggle { margin-left:auto; }
  .main-nav { right:auto; left:50%; max-height:calc(100svh - 72px); overflow-y:auto; overscroll-behavior:contain; }
  .hero { min-height:720px; }
  .hero-content { min-height:720px; padding-top:30px; padding-bottom:32px; align-items:center; text-align:center; }
  .hero h1 { width:100%; max-width:100%; font-size:38px; line-height:1.08; letter-spacing:-.025em; overflow-wrap:normal; word-break:normal; hyphens:none; }
  .hero-content>p { font-size:18px; }
  .hero-actions { width:100%; max-width:360px; flex-direction:column; align-items:stretch; }
  .hero-actions .btn { width:100%; }
  .hero-trust { width:100%; max-width:340px; margin-top:34px; text-align:left; }
  .slider-count { right:18px; bottom:18px; }
  .inner-hero { min-height:410px; text-align:center; }
  .inner-hero .container { padding:58px 0; display:flex; flex-direction:column; align-items:center; }
  .inner-hero h1 { width:100%; max-width:100%; font-size:clamp(34px,10.5vw,44px); line-height:1.08; letter-spacing:-.03em; hyphens:auto; }
  .inner-hero p { font-size:16px; }
  .breadcrumb { justify-content:center; flex-wrap:wrap; }
  .intro-visual { padding-left:0; }
  .image-frame { height:320px; }
  .stats-panel { position:relative; right:auto; left:auto; bottom:auto; margin-top:12px; grid-template-columns:1fr 1fr; }
  .stat { min-height:115px; } .stat strong { font-size:35px; }
  .service-card { padding:28px; }
  .sector-grid { grid-template-columns:1fr 1fr; gap:10px; }
  .sector-grid article { min-height:145px; padding:18px; }
  .sector-grid h3 { font-size:14px; }
  .why-image { height:390px; }
  .brand-stamp { right:14px; bottom:14px; left:14px; }
  .check-list { grid-template-columns:1fr; }
  .process-grid, .project-grid { grid-template-columns:1fr; }
  .process-grid article { min-height:220px; }
  .project-card:last-child { grid-column:auto; }
  .split-heading { align-items:flex-start; flex-direction:column; }
  .area-cards { grid-template-columns:1fr; }
  .partner-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
  .partner-grid img { height:50px; }
  .detail-visual { height:330px; }
  .info-card, .legal-card, .career-note, .application-form-card { padding:28px; }
  .reference-grid article { grid-template-columns:1fr; }
  .reference-media { min-height:230px; }
  .form-grid { grid-template-columns:1fr; }
  .form-grid .full { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:30px; }
  .footer-brand, .footer-grid>div:last-child { grid-column:span 2; }
  .footer-bottom { align-items:flex-start; flex-direction:column; gap:16px; }
  .cookie-banner { right:10px; bottom:10px; left:10px; padding:19px; flex-direction:column; gap:15px; }
  .cookie-actions { width:100%; max-width:none; }
  .cookie-actions .btn { width:100%; }
  .scroll-top { right:15px; bottom:15px; }
  .final-cta { padding:62px 0; }
}

@media (max-width:380px) {
  .nwkt-site .container { width:min(100% - 22px,var(--container))!important; }
  .brand, .site-header.is-compact .brand { width:min(166px,calc(100% - 56px)); }
  .hero-content { min-height:750px; }
  .hero h1 { font-size:35px; }
  .sector-grid, .stats-panel, .footer-grid { grid-template-columns:1fr; }
  .footer-brand, .footer-grid>div:last-child { grid-column:auto; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  body.nwkt-site *, body.nwkt-site *:before, body.nwkt-site *:after { animation-duration:.01ms!important; transition-duration:.01ms!important; }
}
