:root{--blue:#0561b8;--blue-dark:#004d99;--blue-soft:#eef6ff;--ink:#192233;--muted:#606b7d;--line:#e3e9f0;--surface:#f7faff;--white:#fff;--shadow:0 12px 34px rgba(18,47,82,.08);--radius:16px;--container:1380px}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img,svg{display:block}.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.site-header{position:relative;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}.header-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:42px}.brand{display:flex;align-items:center;gap:22px;flex-shrink:0}.brand img{width:225px;height:auto}.brand span{color:var(--blue);font-size:1.08rem;white-space:nowrap}.main-nav{display:flex;align-self:stretch;align-items:center;gap:clamp(24px,3.4vw,58px)}.main-nav a{position:relative;display:flex;align-items:center;height:100%;font-weight:600}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;background:var(--blue);transform:scaleX(0);transition:transform .2s}.main-nav a:hover,.main-nav a:focus-visible,.main-nav .active{color:var(--blue-dark)}.main-nav a:hover::after,.main-nav a:focus-visible::after,.main-nav .active::after{transform:scaleX(1)}
.hero{overflow:hidden;background:#f9fbfe;border-bottom:1px solid var(--line)}.hero-grid{height:350px;min-height:0;display:grid;grid-template-columns:minmax(0,42fr) minmax(0,58fr);align-items:start;gap:clamp(18px,2.2vw,36px)}.hero-copy{position:relative;z-index:1;padding:24px 0 18px}.eyebrow{margin:0 0 7px;color:var(--blue);font-size:.78rem;font-weight:600;letter-spacing:.045em;line-height:1.3;text-transform:uppercase}h1{max-width:650px;margin:0;font-size:clamp(2.75rem,3.3vw,3.55rem);line-height:1.06;letter-spacing:-.04em;white-space:nowrap}.hero-lead{max-width:590px;margin:14px 0 0;color:var(--muted);font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.48}.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px;border:1px solid var(--blue);border-radius:7px;color:var(--blue-dark);font-size:.94rem;font-weight:650;transition:.2s}.button svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,91,181,.15)}.primary{color:#fff;background:linear-gradient(135deg,var(--blue-dark),#0874d6)}.secondary{background:rgba(255,255,255,.82)}
.hero-visual{position:relative;align-self:stretch;min-width:0;min-height:0;height:350px;margin-right:calc(50% - 50vw);overflow:hidden;background:#f9fbfe}.hero-visual img{position:absolute;top:50%;right:-8%;width:138%;height:auto;max-width:none;max-height:none;object-fit:contain;object-position:right center;transform:translateY(-50%)}
.section{padding:32px 0 44px}.section-heading{margin-bottom:18px;text-align:center}.section-heading h2{margin:0;font-size:clamp(1.7rem,2.25vw,2.1rem);line-height:1.2;letter-spacing:-.025em}.section-heading p{margin:4px 0 0;color:var(--muted);font-size:1rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:26px;scroll-margin-top:30px}.product-card{display:flex;flex-direction:column;padding:22px 24px;border:1px solid #e7ebf0;border-radius:12px;background:#fff;box-shadow:0 6px 20px rgba(18,47,82,.055);transition:.2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(18,47,82,.08)}.product-card-content{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:start;gap:18px;margin-bottom:20px}.product-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;color:var(--blue);background:var(--blue-soft)}.product-icon svg{width:29px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.card-content{min-width:0;max-width:340px}.card-content h3{margin:3px 0 7px;font-size:1.06rem;line-height:1.2}.card-content p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.45}.card-link{width:fit-content;min-height:34px;display:inline-flex;align-items:center;margin-top:auto;padding:6px 12px;border:1px solid var(--blue);border-radius:6px;color:var(--blue-dark);font-size:.8rem;font-weight:700}.card-link span{margin-left:12px;font-size:1rem}.card-link:hover,.card-link:focus-visible{color:#fff;background:var(--blue)}
.benefits{padding:34px 0;border-block:1px solid var(--line);background:var(--surface)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;min-height:96px;padding:14px 28px;border-right:1px solid var(--line)}.benefit:first-child{padding-left:0}.benefit:last-child{padding-right:0;border-right:0}.benefit-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#0875d5,var(--blue-dark));box-shadow:0 8px 20px rgba(5,97,184,.18)}.benefit-icon svg{width:31px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.benefit h3{margin:0 0 3px;font-size:1rem}.benefit p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.45}
.footer-inner{min-height:106px;display:flex;align-items:center;justify-content:space-between;gap:40px}.footer-brand{display:flex;align-items:center;gap:28px;color:var(--muted);font-size:.86rem}.footer-brand img{width:138px}.footer-nav{display:flex;align-items:center}.footer-nav>a:not(.back-to-top){padding:2px 26px;border-right:1px solid var(--line);color:var(--muted);font-size:.86rem}.footer-nav a:hover,.footer-nav a:focus-visible{color:var(--blue)}.back-to-top{width:42px;height:42px;display:grid;place-items:center;margin-left:30px;border-radius:12px;background:#f0f3f7;font-size:1.4rem}
@media(max-width:1100px){.brand img{width:210px}.brand span{display:none}.hero-grid{grid-template-columns:minmax(0,46fr) minmax(0,54fr);gap:18px}h1{font-size:clamp(2.5rem,4.3vw,3.15rem);white-space:normal}.hero-visual img{width:145%}.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefit:nth-child(2){border-right:0}.benefit:first-child,.benefit:nth-child(2){border-bottom:1px solid var(--line)}.benefit:first-child,.benefit:nth-child(3){padding-left:0}.benefit:nth-child(2),.benefit:last-child{padding-right:0}}
@media(max-width:820px){.container{width:min(calc(100% - 36px),var(--container))}.header-inner{min-height:auto;padding-block:14px;flex-wrap:wrap;justify-content:center}.main-nav{width:100%;min-height:38px;justify-content:center;gap:clamp(18px,7vw,42px)}.main-nav a::after{bottom:-4px}.hero-grid{height:auto;min-height:0;grid-template-columns:1fr}.hero-copy{padding:30px 0 4px;text-align:center}.hero-lead{margin-inline:auto}.button-row{justify-content:center}.hero-visual{height:210px;min-height:0;max-height:none}.hero-visual img{width:112%;max-height:none}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card:last-child{grid-column:1/-1}.footer-inner{padding-block:28px;flex-direction:column;gap:24px}}
@media(max-width:560px){.container{width:min(calc(100% - 28px),var(--container))}.brand img{width:180px}.main-nav{gap:20px;overflow-x:auto;justify-content:flex-start;padding-inline:4px}.main-nav a{flex:0 0 auto;font-size:.93rem}.hero-copy{padding-top:26px}h1{font-size:clamp(2.45rem,12vw,3.15rem)}.button-row,.button{width:100%}.hero-visual{height:165px;min-height:0;max-height:none}.hero-visual img{width:108%;max-height:none}.section{padding:30px 0 44px}.section-heading{text-align:left}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.product-card{min-height:0}.card-link{margin-top:24px}.benefits-grid{grid-template-columns:1fr}.benefit,.benefit:first-child,.benefit:nth-child(2),.benefit:nth-child(3),.benefit:last-child{padding:20px 0;border-right:0;border-bottom:1px solid var(--line)}.benefit:last-child{border-bottom:0}.footer-brand{flex-direction:column;gap:12px}.footer-nav{flex-wrap:wrap;justify-content:center;row-gap:18px}.footer-nav>a:not(.back-to-top){padding-inline:13px}.back-to-top{margin-left:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important}}
