:root{color-scheme:light;--bg: #f6f9fc;--surface: #ffffff;--surface-strong: #eaf4ff;--text: #10243f;--muted: #52677f;--line: #d9e7f5;--primary: #005eb8;--primary-dark: #003d79;--accent: #fdb913;--accent-dark: #d99a00;--ink: #003d79;--radius: 8px;--shadow: 0 24px 60px rgba(15, 23, 42, .12);--text-xs: .78rem;--text-sm: .875rem;--text-base: 1rem;--text-md: 1.0625rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--heading-1: clamp(2.35rem, 4vw, 3.65rem);--heading-2: clamp(1.75rem, 2.4vw, 2.45rem);--heading-3: clamp(1.12rem, 1.3vw, 1.28rem);--space-section: clamp(3.5rem, 6vw, 5.25rem);--space-section-tight: clamp(2.25rem, 4vw, 3.25rem);--space-card: clamp(1.25rem, 2vw, 1.6rem);--grid-gap: clamp(1rem, 2vw, 1.35rem);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--text)}body{margin:0;min-width:320px;font-size:var(--text-base);line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3,p,ul{margin-bottom:0}h1,h2,h3{line-height:1.16;letter-spacing:0}h1{max-width:850px;font-size:var(--heading-1)}h2{font-size:var(--heading-2)}h3{font-size:var(--heading-3)}p{color:var(--muted)}li{line-height:1.65}.site-header{position:sticky;top:0;z-index:40;background:#f6f9fcb8;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.site-header.is-scrolled{border-bottom:1px solid rgba(217,231,245,.86);background:#eaf4ffeb;box-shadow:0 12px 30px #003d7914;backdrop-filter:blur(14px)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;max-width:1180px;margin:0 auto;padding:1rem clamp(1rem,4vw,1.5rem)}.brand{display:inline-flex;align-items:center;gap:.75rem;min-width:fit-content}.brand-logo{width:clamp(172px,18vw,220px);height:auto}.brand-mark{display:none}.brand strong,.brand small{display:block}.brand small{display:none}.brand strong:after{color:var(--primary);content:"."}.nav{display:flex;align-items:center;justify-content:center;gap:.65rem;flex-wrap:wrap}.nav>a,.nav-item>a{display:inline-flex;align-items:center;min-height:36px;padding:.45rem .3rem;border-radius:var(--radius);color:var(--muted);font-weight:700;font-size:var(--text-sm);line-height:1}.nav>a:hover,.nav>a.active,.nav-item>a:hover,.nav-item>a.active{background:transparent;color:var(--primary)}.nav-item{position:relative;display:inline-flex;align-items:center;padding-bottom:.65rem;margin-bottom:-.65rem}.nav-item:after{position:absolute;top:100%;left:-.75rem;width:calc(100% + 1.5rem);height:.85rem;content:""}.submenu{position:absolute;top:calc(100% + .1rem);left:50%;z-index:30;display:grid;width:min(320px,90vw);padding:.55rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translate(-50%) translateY(4px);transition:opacity .16s ease,transform .16s ease}.has-submenu:hover .submenu,.has-submenu:focus-within .submenu{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.submenu a{display:grid;gap:.15rem;padding:.85rem;border-radius:var(--radius)}.submenu a:hover,.submenu a.active{background:var(--surface-strong)}.submenu strong{color:var(--text);font-size:var(--text-sm)}.submenu span{color:var(--muted);font-size:var(--text-xs);line-height:1.45}.header-action,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.82rem 1.05rem;border-radius:var(--radius);background:var(--primary);color:#fff;font-size:var(--text-sm);font-weight:750;line-height:1.15}.button:hover,.header-action:hover{background:var(--primary-dark)}.button-secondary{border:1px solid var(--line);background:var(--surface);color:var(--text)}.button-secondary:hover{background:var(--surface-strong)}.button-light{background:#fff;color:var(--primary-dark)}.button-light:hover{background:#fff7d7}.hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(380px,1.14fr);align-items:center;gap:clamp(2.25rem,5vw,4.75rem);max-width:1180px;margin:0 auto;padding:var(--space-section-tight) clamp(1rem,4vw,1.5rem) var(--space-section);text-align:left}.hero h1{max-width:560px;margin-right:0;margin-bottom:1.15rem;margin-left:0;font-size:var(--heading-1);line-height:1.12}.hero-content>p{margin-inline:0;max-width:560px;font-size:var(--text-md);line-height:1.75}.hero-actions{justify-content:flex-start;display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.25rem}.hero-visual{overflow:hidden;border:1px solid var(--line);border-radius:calc(var(--radius) + 8px);background:#eaf4ff;box-shadow:var(--shadow)}.hero-banner{aspect-ratio:4 / 3;max-height:520px;min-height:340px}.hero-visual img{width:100%;height:100%;object-fit:cover}.eyebrow{margin-bottom:.75rem;color:var(--accent-dark);font-size:var(--text-xs);font-weight:800;letter-spacing:0;text-transform:uppercase}.section,.page-hero{max-width:1180px;margin:0 auto;padding:var(--space-section) clamp(1rem,4vw,1.5rem)}.page-hero{background:transparent}.page-hero.compact{padding-bottom:var(--space-section-tight)}.page-hero h1{margin-bottom:1rem}.page-hero p{max-width:760px;font-size:var(--text-md)}.section-title{max-width:800px;margin-bottom:clamp(1.5rem,3vw,2.2rem)}.section-title h2{margin-bottom:.85rem}.section-title p:last-child{max-width:720px;font-size:var(--text-base)}.card-grid,.portfolio-grid,.blog-grid,.values-grid,.advantage-grid,.channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-gap)}.service-card,.portfolio-card,.blog-card,.advantage-card,.channel-card,.values-grid article,.steps article,.note-panel,.contact-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:var(--space-card)}.service-card h3,.portfolio-card h3,.blog-card h2,.blog-card h3,.advantage-card h3,.channel-card h3,.values-grid h3,.steps h3,.note-panel h2,.contact-panel h2{margin-bottom:.65rem}.service-card p,.portfolio-card p,.blog-card p,.advantage-card p,.channel-card p,.values-grid p,.steps p,.note-panel p,.contact-panel p{font-size:var(--text-sm);line-height:1.65}.contact-panel p+p,.note-panel p+p,.footer p+p{margin-top:.45rem}.contact-panel .button{margin-top:1.1rem}.feature-section{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:clamp(2.25rem,5vw,4.5rem);align-items:center}.feature-section.reverse{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)}.feature-copy .section-title{margin-bottom:1.35rem}.feature-image{overflow:hidden;border:1px solid var(--line);border-radius:calc(var(--radius) + 8px);background:#eaf4ff;box-shadow:var(--shadow)}.feature-image img{width:100%;min-height:340px;object-fit:cover}.channel-section .section-title{max-width:760px}.channel-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.channel-card{display:flex;align-items:center;gap:1rem;min-height:118px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.channel-card:hover{border-color:#005eb859;box-shadow:0 16px 36px #003d791a;transform:translateY(-2px)}.channel-card img{flex:0 0 auto;width:104px;height:48px;object-fit:contain;object-position:left center}.channel-card h3{margin-bottom:.2rem}.service-list{display:grid;gap:1rem;margin-bottom:1.6rem}.service-list a{display:block;padding-bottom:1rem;border-bottom:1px solid var(--line)}.service-list p{font-size:var(--text-sm);line-height:1.65}.service-list a:hover h3{color:var(--primary)}.service-list a:last-child{border-bottom:0}.service-card{display:flex;flex-direction:column;min-height:100%}.card-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:1rem;border-radius:var(--radius);background:#fff3c4;color:var(--primary-dark);font-size:var(--text-xl);font-weight:900}.service-card ul,.check-list{padding-left:1.1rem;color:var(--muted)}.check-list li+li{margin-top:.35rem}.service-card a,.blog-card a{margin-top:auto;color:var(--primary-dark);font-size:var(--text-sm);font-weight:750}.split-section,.detail-grid,.contact-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);gap:clamp(1.5rem,4vw,4rem);align-items:start}.steps{display:grid;gap:1rem}.steps strong,.portfolio-card span{display:inline-block;margin-bottom:.7rem;color:var(--accent-dark);font-size:var(--text-sm);font-weight:800}.advantage-card{position:relative;overflow:hidden}.advantage-card:after{position:absolute;right:-18px;bottom:-22px;width:92px;height:92px;border-radius:50%;background:#fff3c4;content:""}.advantage-card span{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:1rem;border-radius:var(--radius);background:var(--primary-dark);color:var(--accent);font-size:var(--text-sm);font-weight:850}.advantage-card h3,.advantage-card p{position:relative;z-index:1}.testimonials-section .section-title{max-width:900px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.testimonial-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1.35rem}.testimonial-card>p{min-height:128px;font-size:var(--text-sm);line-height:1.7}.testimonial-card>div{display:flex;align-items:center;gap:.8rem;padding-top:1rem;border-top:1px solid var(--line)}.testimonial-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff3c4;color:var(--primary-dark);font-size:var(--text-sm);font-weight:800}.testimonial-card h3{margin-bottom:.15rem}.testimonial-card small{color:var(--muted);font-size:var(--text-sm)}.map-section{padding-top:var(--space-section-tight)}.map-panel{overflow:hidden;border:1px solid var(--line);border-radius:calc(var(--radius) + 8px);background:var(--surface-strong);box-shadow:var(--shadow)}.map-panel iframe{display:block;width:100%;min-height:420px;border:0}.map-action{margin-top:1rem}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;max-width:calc(1180px - 3rem);margin:var(--space-section-tight) auto var(--space-section);padding:clamp(2rem,4vw,3rem);border-radius:var(--radius);background:var(--ink);color:#fff}.cta-band h2,.cta-band p{color:#fff}.cta-band div{max-width:760px}.footer{padding:3rem clamp(1rem,4vw,1.5rem) 1.5rem;background:#fff;border-top:1px solid var(--line);color:#fff}.footer p,.footer a,.footer small{color:var(--muted)}.footer-brand+p{margin-top:1rem}.footer-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:2rem}.footer .brand strong,.footer h2{color:var(--text)}.footer h2{font-size:var(--text-base)}.footer-links{display:grid;gap:.35rem}.copyright{max-width:1180px;margin-top:2.5rem;margin-right:auto;margin-bottom:0;margin-left:auto;font-size:var(--text-sm)}@media(max-width:920px){.site-header-inner{align-items:flex-start;flex-direction:column}.submenu{position:static;width:100%;margin-top:.55rem;box-shadow:none;opacity:1;pointer-events:auto;transform:none}.header-action{display:none}.hero,.feature-section,.feature-section.reverse,.split-section,.detail-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.feature-section,.feature-section.reverse{text-align:left}.hero h1{margin-left:0}.hero-content>p{margin-inline:0}.hero-actions{justify-content:flex-start}.hero-banner{aspect-ratio:16 / 9;max-height:none;min-height:260px}.card-grid,.portfolio-grid,.blog-grid,.values-grid,.advantage-grid,.channel-grid,.testimonial-grid{grid-template-columns:1fr 1fr}.cta-band{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.nav{justify-content:flex-start}.nav>a,.nav-item>a{padding-inline:.55rem}.hero{padding-top:1rem}.hero h1{font-size:clamp(2rem,10vw,2.65rem)}.hero-content>p{font-size:var(--text-base)}.card-grid,.portfolio-grid,.blog-grid,.values-grid,.advantage-grid,.channel-grid,.testimonial-grid{grid-template-columns:1fr}.hero-actions,.button{width:100%}}
