/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--ink:#0c263d;--muted:#50677a;--brand:#0c263d;--brand-hover:#183c57;--line:#d8e3eb;--pale:#f3f6f9;--navy:#0c263d;--on-dark-accent:#d6e5ef;--radius:18px;--max:1200px;--shadow:0 16px 40px rgba(12,38,61,.07)}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;scroll-padding-top:108px}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button{font:inherit}button,a,summary{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #547d9b;outline-offset:5px}.technologies :focus-visible,.contact-panel :focus-visible,.footer :focus-visible{outline-color:#fff}p,h1,h2,h3{margin-top:0}h1,h2,h3{line-height:1.15;letter-spacing:-.045em}p{margin-bottom:1em}h1{font-size:clamp(2.5rem,5.2vw,4.4rem);font-weight:650;margin-bottom:26px}h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:650;margin-bottom:20px}h3{font-size:1.3rem;letter-spacing:-.025em;font-weight:650}ul{padding-left:1.2em}svg{display:block}.wrap{width:min(var(--max),calc(100% - 80px));margin-inline:auto}.section{padding-block:100px}.eyebrow{font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;display:flex;align-items:center;gap:12px;margin-bottom:23px}.eyebrow:before{content:"";height:1px;width:27px;background:currentColor}.eyebrow.blue{color:var(--brand)}.intro{font-size:1.125rem;line-height:1.7;color:var(--muted);max-width:630px}.muted{color:var(--muted)}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;text-decoration:none;font-weight:600;font-size:.9375rem;line-height:1.4;padding:16px 22px;border-radius:9px;min-height:52px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--brand);color:#fff}.primary:hover{background:var(--brand-hover)}.secondary{border-color:var(--line);background:#fff;color:var(--ink)}.secondary:hover{background:var(--pale)}.light{background:#fff;color:var(--navy)}.light:hover{background:var(--on-dark-accent)}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:.9375rem;font-weight:650;text-decoration:none}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.skip{position:fixed;top:-90px;left:20px;z-index:50;background:white;padding:12px 18px;border:2px solid var(--brand);border-radius:8px}.skip:focus{top:10px}.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{text-decoration:none;display:flex;align-items:center;flex-shrink:0;line-height:1}.desktop-nav{display:flex;gap:27px;align-items:center}.desktop-nav>a{font-size:.875rem;color:var(--muted);text-decoration:none;position:relative;padding:10px 0}.desktop-nav>a:hover,.desktop-nav>a[aria-current="location"]{color:var(--brand)}.desktop-nav>a[aria-current="location"]:after{content:"";position:absolute;height:2px;background:var(--brand);bottom:0;left:0;right:0}.header-cta{padding:12px 17px;min-height:44px;font-size:.875rem}.menu-toggle{display:none;border:1px solid var(--line);background:white;border-radius:8px;width:46px;height:46px;align-items:center;justify-content:center}.mobile-nav{display:none;border-top:1px solid var(--line);padding:10px 24px 22px}.mobile-nav a{display:block;padding:12px 4px;text-decoration:none;font-weight:600}.mobile-nav .button{display:flex;margin-top:8px}.mobile-nav[hidden]{display:none!important}.hero{padding:77px 0 64px;overflow:hidden;background:linear-gradient(130deg,#fff 58%,#f0f5f8)}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center}.hero h1 span{color:#365a76}.hero .intro{max-width:575px;font-size:1.1rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}.hero-note{font-size:.875rem;color:var(--muted);margin:25px 0 0;display:flex;gap:8px;align-items:center}.hero-note .icon{width:17px;height:17px;color:var(--brand)}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:63px;border-top:1px solid var(--line);padding-top:26px}.hero-bottom>span{font-size:.875rem;color:var(--muted);max-width:250px;line-height:1.5}.tech-signatures{display:flex;gap:36px;font-weight:650;letter-spacing:-.04em;font-size:1.2rem;color:#567085}.section-head{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:39px}.section-head h2{margin:0;max-width:580px}.section-head p{margin:0;max-width:380px;color:var(--muted);font-size:1rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service{border:1px solid var(--line);padding:28px;border-radius:var(--radius);background:#fff;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}.service:hover{border-color:#a6bdcf;box-shadow:var(--shadow)}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:27px}.service-icon{background:#eaf1f6;color:var(--brand);border-radius:10px;width:46px;height:46px;display:grid;place-items:center}.service-num{font-size:.75rem;font-weight:600;color:#667e90;font-variant-numeric:tabular-nums}.service h3{max-width:290px;line-height:1.3;min-height:54px;margin-bottom:13px}.service>p{font-size:.9375rem;line-height:1.7;color:var(--muted);margin-bottom:22px}.service details{margin-top:auto;border-top:1px solid var(--line)}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.service summary{font-size:.875rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:16px;color:var(--brand);min-height:44px}.service summary .icon{width:17px;height:17px;transition:transform .2s}.service details[open] summary .icon{transform:rotate(45deg)}.service details p{color:var(--muted);font-size:.9375rem;margin:15px 0 0}.architecture-note{margin-top:30px;display:flex;gap:23px;align-items:center;background:var(--pale);border-radius:14px;padding:25px 30px}.architecture-note>.icon{width:30px;height:30px;color:var(--brand)}.architecture-note strong{font-size:1rem;display:block;margin-bottom:4px}.architecture-note p{font-size:.9375rem;color:var(--muted);margin:0}.architecture-note a{margin-left:auto;white-space:nowrap}.technologies{background:var(--navy);color:#fff}.technologies .eyebrow{color:var(--on-dark-accent)}.technologies .section-head p{color:#bfcedb}.technologies .section-head h2{max-width:600px}.filter-bar{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:26px;border-bottom:1px solid #35536a;margin-bottom:28px}.filter{border:1px solid #466177;background:transparent;color:#d4e0ea;border-radius:7px;min-height:44px;font-size:.875rem;padding:9px 16px;display:flex;gap:10px;align-items:center}.filter:hover{background:#20445f}.filter[aria-pressed="true"]{background:var(--on-dark-accent);color:var(--navy);border-color:var(--on-dark-accent);font-weight:650}.filter span{font-size:.75rem;opacity:.75}.technology-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.technology-card{padding:23px;border:1px solid #35536a;background:#15354d;border-radius:12px;min-width:0}.technology-card[hidden]{display:none}.technology-card .category{font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:#b9cddb;margin-bottom:13px;display:block}.technology-card h3{font-size:1rem;line-height:1.4;margin-bottom:12px;letter-spacing:-.015em}.technology-card p{font-size:.875rem;line-height:1.6;color:#c0d1de;margin:0}.tech-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.tech-tags span{font-size:.875rem;color:#e6eff5;line-height:1.4;padding:5px 7px;background:#20445f;border:1px solid #466177;border-radius:5px}.technology-footer{margin:26px 0 0;font-size:.875rem;color:#bfcedb;display:flex;align-items:flex-start;gap:10px}.technology-footer .icon{width:18px;height:18px;margin-top:3px;color:var(--on-dark-accent)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.process-layout{display:grid;grid-template-columns:.82fr 1.3fr;gap:100px}.process-intro{position:sticky;top:125px;align-self:start}.process-intro h2{max-width:410px}.process-intro p{color:var(--muted)}.method-tags{display:flex;gap:8px;margin-top:25px}.method-tags span{padding:5px 12px;font-size:.8125rem;border:1px solid var(--line);border-radius:5px;background:var(--pale)}.steps{margin:0;padding:0;list-style:none}.step{display:grid;grid-template-columns:40px 1fr;gap:23px;padding-bottom:30px;position:relative}.step:last-child{padding-bottom:0}.step:not(:last-child):before{content:"";position:absolute;width:1px;background:var(--line);left:19px;top:43px;bottom:5px}.step-no{width:40px;height:40px;border:1px solid #c3d5e2;color:var(--brand);border-radius:50%;display:grid;place-items:center;font-size:.8125rem;font-weight:650;background:#f3f6f9;z-index:1}.step h3{font-size:1.125rem;margin:7px 0 9px}.step p{font-size:.9375rem;color:var(--muted);margin-bottom:10px}.step-result{font-size:.8125rem;display:block;color:#38556d}.step-result b{font-weight:650}.quality{background:var(--pale);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quality-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.quality-card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:34px}.quality-card h3{display:flex;align-items:center;gap:12px;font-size:1.25rem;margin-bottom:23px}.quality-card h3 .icon{color:var(--brand);width:25px;height:25px}.checks{padding:0;margin:0;list-style:none}.checks li{display:flex;align-items:flex-start;gap:12px;font-size:.9375rem;color:var(--muted);margin-bottom:15px}.checks li:last-child{margin-bottom:0}.checks .icon{width:17px;height:17px;color:var(--brand);margin-top:4px}.quality-note{font-size:.875rem;color:var(--muted);margin:22px 0 0;max-width:880px}.quality-note a{color:var(--brand);text-underline-offset:3px}.operation-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.operation h3{font-size:1.6rem}.operation p{color:var(--muted)}.operation-top{display:flex;align-items:center;gap:13px;margin-bottom:22px}.operation-top .icon{color:var(--brand);height:29px;width:29px}.operation-top h3{margin:0}.operation details{border-top:1px solid var(--line);margin-top:20px}.operation summary{padding:16px 0;display:flex;gap:15px;justify-content:space-between;font-weight:600;font-size:.9375rem}.operation summary .icon{width:18px;height:18px}.operation details[open] summary .icon{transform:rotate(45deg)}.delivery{margin-top:60px;padding:34px;background:var(--pale);border:1px solid var(--line);border-radius:var(--radius);display:grid;grid-template-columns:.8fr 1.5fr;gap:45px}.delivery h3{font-size:1.4rem;margin-bottom:12px}.delivery p{font-size:.875rem;color:var(--muted);margin:0}.delivery .checks{display:grid;grid-template-columns:1fr 1fr;column-gap:26px}.delivery .checks li{font-size:.875rem}.faq-section{border-top:1px solid var(--line)}.faq-layout{display:grid;grid-template-columns:.75fr 1.3fr;gap:85px}.faq-intro p{color:var(--muted);max-width:320px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px 0;font-size:1rem;font-weight:600;line-height:1.5}.faq-list summary .icon{width:19px;height:19px;color:var(--brand)}.faq-list details[open] summary .icon{transform:rotate(45deg)}.faq-list details p{font-size:.9375rem;color:var(--muted);max-width:610px;margin:0 40px 23px 0}.contact{padding-bottom:75px}.contact-panel{background:var(--navy);color:#fff;border-radius:22px;padding:57px 60px;display:grid;grid-template-columns:1.25fr .8fr;gap:70px;align-items:center}.contact-panel .eyebrow{color:var(--on-dark-accent);margin-bottom:20px}.contact-panel h2{max-width:650px;margin-bottom:20px}.contact-panel p{color:#c0d1de;margin:0;max-width:590px}.contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.contact-links .button{margin-bottom:9px}.contact-link{color:#e6eff5;text-decoration:none;font-size:1rem;display:flex;gap:11px;align-items:center}.contact-link:hover{color:var(--on-dark-accent)}.contact-link .icon{width:18px;height:18px}.footer{padding:34px 0;border-top:1px solid #29475f;background:var(--navy);color:#fff}.footer-inner{display:flex;justify-content:space-between;gap:25px;align-items:center}.footer-links{display:flex;gap:24px;font-size:.875rem;color:#d4e0ea}.footer-links a{text-decoration:none}.footer-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.copyright{font-size:.8125rem;color:#bfcedb;margin:0}.to-top{position:fixed;right:24px;bottom:25px;z-index:20;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);width:44px;height:44px;display:grid;place-items:center;box-shadow:var(--shadow);text-decoration:none;transition:opacity .2s}.to-top[hidden]{display:none}.to-top .icon{width:19px;height:19px}.mobile-quick-contact{display:none}@media(min-width:1440px){.hero{padding-top:90px}.hero-grid{gap:90px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.hero-grid{gap:35px;grid-template-columns:1.12fr 1fr}.desktop-nav{gap:18px}.header-inner{gap:20px}.service{padding:23px}.technology-grid{grid-template-columns:repeat(3,1fr)}.process-layout{gap:60px}.section-head{gap:35px}.tech-signatures{gap:22px}.faq-layout{gap:50px}.contact-panel{padding:45px;gap:35px}.operation-grid{gap:45px}}@media(max-width:850px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:flex}.mobile-nav:not([hidden]){display:block}.header-inner{height:73px}.hero-grid{grid-template-columns:1fr 1fr;gap:26px}.hero h1{font-size:2.7rem}.hero .intro{font-size:1rem}.hero-actions .button{padding:13px 16px}.hero-bottom{margin-top:43px}.hero-bottom>span{max-width:190px}.tech-signatures{font-size:1rem;gap:17px;flex-wrap:wrap;justify-content:flex-end}.service-grid{grid-template-columns:repeat(2,1fr)}.section{padding-block:75px}.section-head{align-items:flex-start}.section-head h2{font-size:2.2rem}.section-head p{max-width:300px}.process-layout{grid-template-columns:.8fr 1fr;gap:35px}.quality-card{padding:25px}.delivery{gap:25px;grid-template-columns:1fr 1.5fr}.delivery .checks{grid-template-columns:1fr}.faq-layout{gap:35px;grid-template-columns:.75fr 1.3fr}.contact-panel{grid-template-columns:1.2fr 1fr;gap:30px;padding:40px}.contact-panel h2{font-size:2.2rem}.footer-inner{flex-wrap:wrap}.copyright{width:100%}.architecture-note{padding:23px}.architecture-note a{display:none}}@media(max-width:650px){html{scroll-padding-top:93px}.wrap{width:calc(100% - 40px)}h1{font-size:2.7rem}h2{font-size:2rem}.eyebrow{font-size:.75rem;letter-spacing:.1em;margin-bottom:18px}.hero{padding:39px 0 33px}.hero-grid{grid-template-columns:1fr;gap:36px}.hero h1{font-size:clamp(2.35rem,9vw,3.2rem);max-width:540px;margin-bottom:20px}.hero .intro{font-size:1.0625rem}.hero-actions{margin-top:25px;gap:10px}.hero-actions .button{font-size:.875rem;min-height:50px}.hero-note{font-size:.8125rem;margin-top:18px}.hero-bottom{display:block;margin-top:33px;padding-top:23px}.hero-bottom>span{display:block;max-width:none;font-size:.8125rem;margin-bottom:15px}.tech-signatures{justify-content:space-between;font-size:1rem;gap:12px}.section{padding-block:60px}.section-head{display:block;margin-bottom:28px}.section-head h2{font-size:2rem;margin-bottom:17px}.section-head p{max-width:none;font-size:.9375rem}.service-grid{grid-template-columns:1fr;gap:14px}.service{padding:24px}.service-top{margin-bottom:19px}.service h3{max-width:none;min-height:0;font-size:1.25rem;margin-bottom:12px}.service>p{margin-bottom:18px}.service-icon{height:41px;width:41px}.architecture-note{align-items:flex-start;gap:15px;padding:22px;margin-top:20px}.architecture-note>.icon{height:23px;width:23px;margin-top:3px}.filter-bar{gap:7px;padding-bottom:22px;margin-bottom:22px}.filter{font-size:.8125rem;padding:9px 12px;gap:7px}.technology-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.technology-card{padding:18px 15px}.technology-card .category{font-size:.75rem;letter-spacing:.05em}.technology-card h3{font-size:.9375rem}.technology-card p{font-size:.875rem}.tech-tags{gap:5px}.tech-tags span{font-size:.875rem;padding:4px 6px;overflow-wrap:anywhere}.technology-footer{font-size:.8125rem}.process-layout{grid-template-columns:1fr;gap:35px}.process-intro{position:static}.process-intro h2{max-width:none}.method-tags{margin-top:18px}.step{gap:18px;padding-bottom:28px}.step h3{font-size:1.0625rem}.quality-grid{grid-template-columns:1fr;gap:15px}.quality-card{padding:26px 22px}.quality-card h3{font-size:1.1875rem}.checks li{font-size:.9375rem}.operation-grid{grid-template-columns:1fr;gap:34px}.operation-top h3{font-size:1.4rem}.operation p{font-size:.9375rem}.delivery{grid-template-columns:1fr;padding:24px;gap:23px;margin-top:35px}.delivery .checks{grid-template-columns:1fr}.faq-layout{grid-template-columns:1fr;gap:26px}.faq-intro p{max-width:none}.faq-list summary{font-size:.9375rem;padding:22px 0;gap:20px}.faq-list details p{margin-right:15px}.contact{padding-bottom:40px}.contact-panel{grid-template-columns:1fr;padding:32px 25px;gap:28px;border-radius:16px}.contact-panel h2{font-size:2rem}.contact-panel p{font-size:.9375rem}.contact-links{gap:13px}.contact-links .button{width:100%;margin-bottom:4px}.contact-link{font-size:.9375rem}.footer{padding:25px 0 90px}.footer-inner{gap:22px}.footer-links{gap:18px;font-size:.8125rem;flex-wrap:wrap}.mobile-quick-contact{position:fixed;bottom:0;left:0;right:0;z-index:25;display:flex;align-items:center;justify-content:space-between;gap:15px;background:rgba(255,255,255,.98);border-top:1px solid var(--line);padding:10px 20px max(10px,env(safe-area-inset-bottom))}.mobile-quick-contact span{font-size:.8125rem;font-weight:600}.mobile-quick-contact .button{min-height:42px;padding:10px 16px;font-size:.8125rem}.to-top{bottom:86px;right:18px;width:40px;height:40px}}@media(max-width:370px){.wrap{width:calc(100% - 32px)}.technology-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.tech-signatures{font-size:.875rem}.contact-panel{padding:27px 21px}.mobile-quick-contact{padding-inline:16px}.filter{padding-inline:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.button:hover{transform:none}}@media print{.header,.hero-actions,.filter-bar,.mobile-quick-contact,.to-top,.contact-links .button,.menu-toggle{display:none!important}.section{padding-block:25px}.wrap{width:100%}.hero-grid,.process-layout,.faq-layout{display:block}.technology-card[hidden]{display:block!important}.technologies,.contact-panel{background:white;color:#111}.technologies p,.technology-card p,.technology-footer,.contact-panel p{color:#333}.technology-card{background:white;border:1px solid #ccc;break-inside:avoid}.tech-tags span{color:#222;background:white}.service{break-inside:avoid}.process-intro{position:static}.footer{padding-bottom:10px}}.core-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:0 0 40px}.core-platform{border:1px solid #53728a;background:#183c57;border-radius:14px;padding:28px;display:flex;flex-direction:column}.core-label{color:var(--on-dark-accent);font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;margin-bottom:20px}.core-platform h3{font-size:2.3rem;letter-spacing:-.04em;margin:0 0 16px}.core-platform h3>span{font-size:1.15rem;color:#c7dbe9;letter-spacing:-.015em}.core-platform>p{font-size:1rem;line-height:1.65;color:#dbe8f1;margin-bottom:20px}.core-platform .tech-tags{margin-top:auto}.core-platform p.core-detail{font-size:.875rem;color:#c0d1de;margin-bottom:0}.supporting-title{font-size:1.1rem;letter-spacing:-.02em;margin-bottom:20px}.technology-grid{align-items:start}.technology-details{margin-top:17px;border-top:1px solid #466177}.technology-details summary{font-size:.875rem;line-height:1.5;color:var(--on-dark-accent);display:flex;align-items:center;gap:10px;padding-top:15px}.technology-details summary .icon{width:17px;height:17px}.technology-details[open] summary .icon{transform:rotate(45deg)}.technology-details p{margin-top:14px}.technology-details a,.technology-more{display:inline-flex;align-items:center;gap:7px;font-size:.875rem;color:var(--on-dark-accent);text-decoration:none;margin-top:14px}.technology-details a:hover,.technology-more:hover{text-decoration:underline}.technology-details a .icon,.technology-more .icon{width:16px;height:16px}.ai-section{background:#f3f6f9;border-bottom:1px solid var(--line)}.ai-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start}.ai-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:32px}.ai-number{font-size:.75rem;letter-spacing:.085em;color:var(--brand);text-transform:uppercase;font-weight:650;display:block;margin-bottom:20px}.ai-card h3{font-size:1.45rem;line-height:1.25;max-width:410px}.ai-card p{color:var(--muted);font-size:1rem}.ai-card details{border-top:1px solid var(--line);margin-top:22px}.ai-card summary{display:flex;gap:15px;justify-content:space-between;align-items:center;font-size:.9375rem;font-weight:600;padding-top:17px}.ai-card summary .icon{width:18px;height:18px;color:var(--brand)}.ai-card details[open] summary .icon{transform:rotate(45deg)}.ai-card details p{font-size:.9375rem;margin:16px 0 0}.ai-principle{display:flex;gap:17px;align-items:center;margin-top:27px;padding:24px 28px;border:1px solid #c3d5e2;border-radius:12px;background:#eaf1f6}.ai-principle>.icon{color:#0c263d}.ai-principle strong{font-size:1rem}.ai-principle p{font-size:.9375rem;color:#50677a;margin:5px 0 0;max-width:820px}.ai-principle a{margin-left:auto;white-space:nowrap;color:#0c263d}.testing-toolbox{margin-top:38px;padding-top:34px;border-top:1px solid var(--line)}.toolbox-heading{display:flex;justify-content:space-between;align-items:start;gap:45px;margin-bottom:24px}.toolbox-heading h3{font-size:1.6rem;max-width:370px}.toolbox-heading p{font-size:.9375rem;color:var(--muted);max-width:500px;margin:0}.test-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.test-group{background:white;border:1px solid var(--line);border-radius:11px;overflow:hidden}.test-group summary{display:flex;align-items:center;gap:14px;padding:20px;min-height:102px}.test-group-number{font-size:.75rem;color:var(--brand);font-weight:650;align-self:flex-start;margin-top:4px}.test-group summary>span:nth-child(2){flex:1;min-width:0}.test-group strong{display:block;font-size:.9375rem;line-height:1.4;font-weight:650}.test-group small{font-size:.875rem;color:var(--muted);line-height:1.5;display:block;margin-top:7px;overflow-wrap:anywhere}.test-group .icon{height:17px;width:17px;color:var(--brand)}.test-group[open] .icon{transform:rotate(45deg)}.test-group p{font-size:.9375rem;color:var(--muted);margin:0;padding:0 24px 24px 50px}.test-deliverables{font-size:.9375rem;color:var(--muted);padding:23px 0 0}.test-deliverables strong{color:var(--ink)}@media(max-width:1100px){.core-platform{padding:23px}.core-platform h3{font-size:2rem}.core-platform h3>span{display:block;margin-top:6px}.desktop-nav{gap:16px}.ai-principle a{display:none}}@media(max-width:1320px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:flex}.mobile-nav:not([hidden]){display:block}}@media(max-width:850px){.core-stack{gap:12px}.core-platform{padding:20px}.core-platform>p{font-size:.9375rem}.ai-card{padding:25px}.ai-card h3{font-size:1.3rem}.test-group summary{padding:18px 16px;gap:10px}.test-group p{padding:0 18px 20px 41px}}@media(max-width:650px){.core-stack{grid-template-columns:1fr;gap:15px;margin-bottom:32px}.core-platform{padding:25px}.core-platform h3{font-size:2rem}.core-platform h3>span{display:inline;font-size:1.125rem}.core-platform .tech-tags{margin-bottom:15px}.core-platform>p{font-size:1rem}.core-label{margin-bottom:16px}.ai-grid{grid-template-columns:1fr;gap:15px}.ai-card{padding:25px}.ai-card h3{font-size:1.3rem}.ai-card p{font-size:.9375rem}.ai-card summary{font-size:.875rem}.ai-number{margin-bottom:16px}.ai-principle{align-items:start;padding:22px 20px}.ai-principle>.icon{margin-top:4px}.ai-principle p{font-size:.875rem}.toolbox-heading{display:block}.toolbox-heading h3{font-size:1.4rem;margin-bottom:14px}.test-groups{grid-template-columns:1fr}.test-group summary{min-height:96px;padding:19px 17px}.test-group p{padding:0 20px 22px 43px}.test-group strong,.test-group small{font-size:.875rem}}@media print{.core-platform,.ai-card,.test-group{background:white;color:#111;border:1px solid #ccc;break-inside:avoid}.core-platform>p,.core-platform h3>span,.core-platform p.core-detail{color:#333}.core-label{color:#333}.core-stack{grid-template-columns:repeat(3,1fr)}}.brand-logo{position:relative;display:block;width:244px;aspect-ratio:1100 / 218;overflow:hidden;flex-shrink:0}.brand-logo img{display:block;position:absolute;width:161.272727%;height:auto;max-width:none;left:-6.818182%;top:-125.688073%}.footer .brand-logo{width:230px;filter:grayscale(1) contrast(2) invert(1);mix-blend-mode:screen}@media(max-width:650px){.brand-logo{width:210px}.footer .brand-logo{width:210px}}@media(max-width:370px){.brand-logo{width:188px}}@media print{.footer{background:#fff;color:var(--ink)}.footer .brand-logo{filter:none;mix-blend-mode:normal}.footer-links,.copyright{color:var(--ink)}}.system-map{--map-gap:12px;min-width:0;width:100%;max-width:520px;margin-inline:auto;padding:30px;border:1px solid #29475f;border-radius:24px;background:var(--navy);color:#fff;box-shadow:0 20px 48px rgba(12,38,61,.12)}.system-map-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px;font-size:1.1875rem;font-weight:600;letter-spacing:-.025em;line-height:1.35}.system-map-heading>.icon{width:23px;height:23px;color:#adc5d6;flex-shrink:0}.system-map-audience{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--map-gap)}.system-map-audience>span{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 12px;border:1px solid #29475f;border-radius:9px;background:#123149;color:#dbe8f1;font-size:.875rem;line-height:1.4}.system-map-audience .icon{width:17px;height:17px;color:#b9cfdf}.system-map-link{display:block;width:100%;height:26px;overflow:hidden;fill:none;stroke:#7698b2;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.system-map-link path{vector-effect:non-scaling-stroke}.system-map-merge,.system-map-branch,.system-map-bus{height:32px;width:calc(100% + var(--map-gap));margin-inline:calc(var(--map-gap) / -2)}.system-map-layer{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:center;min-height:84px;padding:18px;border:1px solid #35536a;border-radius:12px;background:#15354d}.system-map-icon{display:grid;place-items:center;width:42px;height:42px;background:#20445f;border:1px solid #3b5b73;border-radius:10px;color:#d6e5ef}.system-map-icon .icon{width:23px;height:23px}.system-map-layer strong{display:block;font-size:1rem;font-weight:600;letter-spacing:-.015em;line-height:1.4}.system-map-layer>div>span{display:block;margin-top:4px;color:#c0d1de;font-size:.875rem;line-height:1.5}.system-map-hub{min-height:90px;background:#f0f5f8;border-color:#f0f5f8;color:var(--navy);box-shadow:0 6px 16px rgba(0,0,0,.08)}.system-map-hub .system-map-icon{background:#dfeaf2;border-color:#c8dbe8;color:var(--navy)}.system-map-hub>div>span{color:#50677a}.system-map-endpoints{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--map-gap)}.system-map-endpoint{min-width:0;padding:18px 16px;border:1px solid #35536a;border-radius:12px;background:#123149}.system-map-endpoint>.icon{width:21px;height:21px;margin-bottom:13px;color:#b9cfdf}.system-map-endpoint strong{display:block;font-size:.875rem;font-weight:600;line-height:1.5;letter-spacing:-.01em}.system-map-endpoint>span{display:block;margin-top:5px;color:#c0d1de;font-size:.875rem;line-height:1.5}.system-map-security{display:flex;align-items:center;gap:9px;margin-top:24px;padding-top:18px;border-top:1px solid #29475f;color:#c0d1de;font-size:.8125rem;line-height:1.5}.system-map-security>.icon{width:17px;height:17px;color:#b9cfdf}@media(min-width:651px) and (max-width:850px){.hero-grid{grid-template-columns:1fr;gap:36px}.hero h1{max-width:640px}.system-map{max-width:520px}}@media(max-width:650px){.system-map{padding:24px;max-width:460px;border-radius:20px}.system-map-heading{font-size:1.125rem;margin-bottom:24px}.system-map-layer{padding:16px;gap:12px}.system-map-endpoint{padding:16px 14px}.system-map-security{margin-top:20px}}@media(max-width:370px){.system-map{--map-gap:10px;padding:20px}.system-map-layer{grid-template-columns:34px minmax(0,1fr);padding:14px;gap:10px}.system-map-icon{width:34px;height:34px}.system-map-layer strong{font-size:.9375rem}.system-map-endpoint{padding:14px 12px}.system-map-security{align-items:flex-start}.system-map-security>.icon{margin-top:2px}}.system-map-experience{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--map-gap)}.system-map-experience .system-map-layer{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:18px 16px}.system-map-experience .system-map-icon{width:36px;height:36px}.system-map-experience .system-map-icon .icon{width:21px;height:21px}.system-map-experience .system-map-layer strong{font-size:.875rem;line-height:1.5}.system-map-experience .system-map-layer>div>span{font-size:.875rem;line-height:1.5}.system-map-experience .system-map-agent{background:#1b3e57;border-color:#53728a}@media(max-width:650px){.system-map-experience .system-map-layer{padding:16px 14px}}@media(max-width:370px){.system-map-experience .system-map-layer{padding:14px 12px}}@media print{.system-map{display:none}}.contact-information{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:32px}.contact-information-card{min-width:0;padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:var(--pale)}.contact-information-card h3{font-size:1.375rem;line-height:1.3;margin-bottom:26px}.contact-details{margin:0;display:grid;gap:18px}.contact-details>div{display:grid;grid-template-columns:minmax(110px,.8fr) minmax(0,1.3fr);gap:18px;align-items:baseline}.contact-details dt{font-size:.875rem;color:var(--muted);line-height:1.5}.contact-details dd{min-width:0;margin:0;font-size:1rem;font-weight:550;line-height:1.5;overflow-wrap:anywhere}.contact-details address{font-style:normal}.contact-details a{color:var(--navy);text-decoration:underline;text-decoration-color:#a6bdcf;text-underline-offset:4px}.contact-details a:hover{text-decoration-color:var(--navy)}.contact-iban{font-variant-numeric:tabular-nums;letter-spacing:.015em}@media(max-width:850px){.contact-information-card{padding:26px}.contact-details>div{grid-template-columns:1fr;gap:5px}}@media(max-width:650px){.contact-information{grid-template-columns:1fr;gap:16px;margin-bottom:24px}.contact-information-card{padding:25px}.contact-information-card h3{font-size:1.25rem;margin-bottom:22px}}.footer{padding:56px 0 25px}.corporate-footer-grid{display:grid;grid-template-columns:1.2fr .75fr 1fr;gap:64px}.corporate-footer-grid>div,.corporate-footer-grid>nav{min-width:0}.corporate-footer-grid h2{color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.06em;line-height:1.5;margin:0 0 20px}.corporate-footer-company .brand{display:inline-flex;margin-bottom:24px}.footer-legal-name{color:#fff;font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:12px}.corporate-footer-company address{color:#c0d1de;font-size:.9375rem;line-height:1.7;font-style:normal;margin-bottom:18px}.corporate-footer-navigation>a,.corporate-footer-contact>a{display:block;width:fit-content;max-width:100%;padding:5px 0;color:#d4e0ea;text-decoration:none;font-size:.9375rem;line-height:1.7;overflow-wrap:anywhere}.corporate-footer-navigation>a:hover,.corporate-footer-contact>a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.footer-details{margin:0;display:grid;gap:12px}.footer-details>div{min-width:0}.footer-details dt{color:#adc5d6;font-size:.875rem;line-height:1.5;margin-bottom:3px}.footer-details dd{margin:0;color:#e6eff5;font-size:.9375rem;line-height:1.6;overflow-wrap:anywhere}.footer-bank{margin-top:25px}.corporate-footer-bottom{margin-top:40px;padding-top:22px;border-top:1px solid #35536a}.corporate-footer-bottom .copyright{font-size:.875rem;line-height:1.6}@media(max-width:850px){.corporate-footer-grid{grid-template-columns:1fr 1fr;gap:40px}.corporate-footer-company{grid-column:1 / -1}}@media(max-width:650px){.footer{padding:40px 0 100px}.corporate-footer-grid{gap:30px 20px;grid-template-columns:.85fr 1.15fr}.corporate-footer-company .brand{margin-bottom:20px}.corporate-footer-bottom{margin-top:30px;padding-top:20px}}@media(max-width:370px){.corporate-footer-grid{grid-template-columns:1fr}.corporate-footer-company{grid-column:auto}}@media print{.footer{padding:25px 0}.corporate-footer-grid h2,.footer-legal-name,.corporate-footer-company address,.corporate-footer-navigation>a,.corporate-footer-contact>a,.footer-details dt,.footer-details dd{color:#111}.corporate-footer-grid{grid-template-columns:1fr 1fr;gap:25px}.corporate-footer-company{grid-column:1 / -1}}html{background:var(--navy)}body.ds-body{min-height:100dvh;display:flex;flex-direction:column;background:#fff}body.ds-body>.dialog-off-canvas-main-canvas{flex:1 0 auto;display:flex;flex-direction:column;min-height:100dvh;width:100%}#saturs{flex:1 0 auto;width:100%}.footer{flex-shrink:0}body.toolbar-fixed .header{top:var(--drupal-displace-offset-top,0px)}html{scroll-padding-top:calc(108px + var(--drupal-displace-offset-top,0px))}.path-frontpage .block-page-title-block,.privacy-body .block-page-title-block{display:none}.path-frontpage .region-content,.path-frontpage .region-content>.block,.path-frontpage .block-system-main-block,.privacy-body .region-content,.privacy-body .region-content>.block,.privacy-body .block-system-main-block{display:contents}.highlighted{padding:12px 0}.tabs,.tabs-primary,ul.tabs{display:flex;flex-wrap:wrap;gap:8px 18px;list-style:none;margin:12px 0;padding:0;font-size:.875rem}.tabs a{color:var(--brand);text-underline-offset:3px}.shell,.content-shell{width:min(var(--max),calc(100% - 80px));margin-inline:auto}.content-shell{padding:40px 0 80px}.prose-page h1,.page-hero h1{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:20px}.prose{max-width:820px}.prose p,.prose li{color:var(--muted)}.prose a{color:var(--brand);text-underline-offset:4px}.prose h2,.prose h3{margin-top:1.6em}.page-photo{display:block;max-width:100%;height:auto;border-radius:14px;margin-bottom:28px}.logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:24px;margin:28px 0 40px}.logo-grid figure{margin:0;text-align:center}.logo-grid img{max-width:100%;height:72px;object-fit:contain}.logo-grid figcaption{font-size:.8125rem;color:var(--muted);margin-top:8px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.contact-map img{max-width:100%;height:auto;border-radius:14px;border:1px solid var(--line)}.product-shell{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:48px;padding:40px 0 80px;align-items:start}.product-side{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:var(--pale)}.product-side h2{font-size:1.1rem;margin-bottom:16px}.product-side nav a{display:block;padding:10px 0;color:var(--muted);text-decoration:none;border-bottom:1px solid var(--line);font-size:.9375rem}.product-side nav a:last-child{border-bottom:0}.product-side nav a:hover,.product-side nav a.is-active{color:var(--brand);font-weight:600}.enquiry{padding-bottom:80px}.enquiry-form{display:grid;gap:10px;max-width:520px}.enquiry-form input,.enquiry-form textarea{font:inherit;border:1px solid var(--line);border-radius:8px;padding:12px 14px}.enquiry-form textarea{min-height:140px}.enquiry-form input[type=submit]{background:var(--brand);color:#fff;border:0;font-weight:600;min-height:48px;cursor:pointer;border-radius:9px}.path-parrunasim-projektu .content-shell,.path-webform-projekts .content-shell{max-width:720px}.path-parrunasim-projektu .webform-submission-form h1{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:16px}.path-parrunasim-projektu .webform-options-display-buttons{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 8px}.path-parrunasim-projektu .webform-options-display-buttons .webform-options-display-buttons-wrapper{flex:0 1 auto;margin:0}.path-parrunasim-projektu .webform-options-display-buttons .form-item{display:block;width:auto;height:auto;margin:0}.path-parrunasim-projektu .webform-options-display-buttons input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.path-parrunasim-projektu .webform-options-display-buttons label.webform-options-display-buttons-label{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:.875rem;font-weight:600;line-height:1.35;text-align:center;cursor:pointer;box-shadow:none}.path-parrunasim-projektu .webform-options-display-buttons input:hover+label.webform-options-display-buttons-label,.path-parrunasim-projektu .webform-options-display-buttons input:focus+label.webform-options-display-buttons-label{border-color:#a6bdcf;color:var(--brand);box-shadow:none}.path-parrunasim-projektu .webform-options-display-buttons input:checked+label.webform-options-display-buttons-label{background:var(--brand);border-color:var(--brand);color:#fff}.path-parrunasim-projektu .webform-options-display-buttons input:checked:focus+label.webform-options-display-buttons-label{outline:3px solid #547d9b;outline-offset:3px;box-shadow:none}.path-parrunasim-projektu fieldset{border:0;margin:0 0 22px;padding:0;min-width:0}.path-parrunasim-projektu fieldset legend{font-weight:600;padding:0;margin:0 0 10px}.webform-submission-form .form-item{margin:0 0 18px}.webform-submission-form label{display:block;font-weight:600;margin-bottom:6px}.webform-submission-form input[type=text],.webform-submission-form input[type=email],.webform-submission-form input[type=tel],.webform-submission-form textarea{width:100%;max-width:100%;font:inherit;color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:12px 14px;background:#fff}.webform-submission-form textarea{min-height:160px}.webform-submission-form .form-required:after{content:" *";color:var(--brand)}.webform-submission-form .button,.webform-submission-form .form-submit,.webform-button--submit{display:inline-flex;align-items:center;justify-content:center;background:var(--brand);color:#fff;border:0;font:600 .9375rem/1.4 Inter,"Segoe UI",Arial,sans-serif;min-height:52px;padding:16px 22px;border-radius:9px;cursor:pointer}.webform-submission-form .button:hover,.webform-submission-form .form-submit:hover{background:var(--brand-hover)}.webform-confirmation{max-width:640px;font-size:1.125rem;line-height:1.7}.webform-confirmation .button{margin-top:20px}@media(max-width:850px){.content-shell,.shell{width:calc(100% - 56px)}.product-shell{grid-template-columns:1fr;gap:28px}.contact-layout{grid-template-columns:1fr}}@media(max-width:650px){.content-shell,.shell{width:calc(100% - 40px)}.content-shell{padding:28px 0 60px}}.operation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}@media(max-width:1100px){.operation-grid{grid-template-columns:1fr 1fr;gap:36px}}@media(max-width:650px){.operation-grid{grid-template-columns:1fr;gap:34px}}.modernize-section{background:#fff;border-bottom:1px solid var(--line)}.modernize-section .section-head h2{max-width:720px}.modernize-section .section-head p{max-width:440px}.modernize-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.modernize-grid .ai-card{display:flex;flex-direction:column}.modernize-grid .ai-card details{margin-top:auto}.service-more{margin-top:16px}.modernize-section .architecture-note a{display:inline-flex}@media(max-width:1100px){.modernize-grid{grid-template-columns:1fr;gap:16px}}@media(max-width:850px){.modernize-section .architecture-note{flex-wrap:wrap;align-items:flex-start}.modernize-section .architecture-note a{margin-left:0;white-space:normal}}.section-copy-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:23px}.section-copy-row .eyebrow{margin-bottom:0}.section-head .section-copy{margin-left:auto;align-self:center}.section-copy{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;color:var(--brand);border-radius:8px;min-height:40px;padding:8px 12px;font-size:.8125rem;font-weight:650;text-decoration:none;white-space:nowrap}.section-copy .icon{width:16px;height:16px}.section-copy:hover{background:var(--pale);border-color:#a6bdcf}.section-copy.is-copied{border-color:var(--brand);background:var(--pale)}.technologies .section-copy{border-color:#466177;background:#15354d;color:var(--on-dark-accent)}.technologies .section-copy:hover,.technologies .section-copy.is-copied{background:#20445f;border-color:var(--on-dark-accent);color:#fff}@media(max-width:650px){.section-copy-row{margin-bottom:18px;gap:10px}.section-copy{min-height:36px;padding:6px 10px;font-size:.75rem}.section-copy-label{display:none}.section-copy{padding:8px}.section-copy .icon{width:18px;height:18px}}@media print{.section-copy,.section-copy-row .section-copy{display:none!important}}
.privacy-links{display:flex;flex-wrap:wrap;gap:12px 28px;margin-bottom:18px;font-size:.875rem;color:#d4e0ea}.privacy-links a,.privacy-links button{color:inherit;font:inherit;text-decoration:underline;text-underline-offset:4px;background:none;border:0;padding:0;cursor:pointer}.privacy-links [hidden]{display:none}.cookie-banner{position:fixed;z-index:100;bottom:24px;left:24px;width:min(540px,calc(100% - 48px));padding:26px;background:#fff;color:#0c263d;border:1px solid #c4d3df;border-radius:16px;box-shadow:0 12px 60px #0c263d30;font:16px/1.6 Inter,"Segoe UI",Arial,sans-serif}.cookie-banner[hidden]{display:none}.cookie-banner h2,.cookie-dialog h2{font-size:1.5rem;line-height:1.25;letter-spacing:-.025em;margin:0 0 12px}.cookie-banner p{margin:0 0 15px}.cookie-banner a,.cookie-dialog a{color:#0c263d;text-underline-offset:3px}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.cookie-actions button,.cookie-close{font:600 .9375rem/1.4 Inter,"Segoe UI",Arial,sans-serif;border:1px solid #0c263d;background:white;color:#0c263d;border-radius:8px;min-height:46px;padding:12px 18px;cursor:pointer}.cookie-actions .cookie-save{background:#0c263d;color:white}.cookie-actions button:hover,.cookie-close:hover{box-shadow:inset 0 0 0 2px #7894a8}.cookie-banner :focus-visible,.cookie-dialog :focus-visible{outline:3px solid #547d9b;outline-offset:3px}.cookie-dialog{width:min(600px,calc(100% - 32px));max-height:85dvh;padding:28px;border:1px solid #c4d3df;border-radius:18px;color:#0c263d;background:#fff;font:16px/1.6 Inter,"Segoe UI",Arial,sans-serif;overflow:auto}.cookie-dialog::backdrop{background:#061827aa}.cookie-dialog header{display:flex;gap:20px;align-items:start;justify-content:space-between}.cookie-close{padding:6px 12px;min-height:42px;flex-shrink:0}.cookie-category{border-top:1px solid #dce4eb;padding:17px 0}.cookie-category strong{display:block}.cookie-category span{font-size:.875rem;color:#426079}.cookie-category p{margin:6px 0 0;font-size:.9375rem}.cookie-status{font-size:.875rem}.privacy-page{max-width:820px;margin:60px auto;padding:0 24px;color:#0c263d;font:16px/1.8 Inter,"Segoe UI",Arial,sans-serif}.privacy-page h1{font-size:clamp(2rem,5vw,3rem);line-height:1.15;letter-spacing:-.035em}.privacy-page h2{font-size:1.35rem;margin:35px 0 12px;line-height:1.4}.privacy-page a{color:inherit;text-underline-offset:4px}.privacy-page .policy-meta{color:#52697b}.privacy-page dl{background:#edf3f7;padding:24px;border-radius:12px}.privacy-page dt{font-weight:600}.privacy-page dd{margin:0 0 15px;overflow-wrap:anywhere}.privacy-page footer{border-top:1px solid #c4d3df;margin-top:40px;padding-top:25px}.privacy-page .privacy-links{color:#0c263d}@media(max-width:650px){.cookie-banner{left:12px;bottom:calc(80px + env(safe-area-inset-bottom));width:calc(100% - 24px);padding:20px;max-height:calc(100dvh - 110px);overflow:auto}.cookie-actions button{flex:1}.cookie-dialog{padding:22px}.cookie-dialog header{gap:10px}.cookie-close{font-size:.8125rem;padding:8px}.privacy-page{margin-top:30px}}@media print{.cookie-banner,.cookie-dialog,[data-cookie-settings]{display:none!important}}
