:root{--color-bg-from: #f7fbff;--color-bg-to: #e8f1ff;--color-fg: #24313f;--color-fg-muted: #5f7084;--color-brand: #1a237e;--color-accent: #0984e3;--color-success: #00b894;--color-danger: #d63031;--color-surface: rgba(255, 255, 255, .78);--color-surface-muted: rgba(241, 246, 252, .78);--color-surface-hover: rgba(223, 236, 249, .9);--color-surface-border: rgba(125, 153, 186, .24);--color-on-brand: #ffffff;--color-disabled: #9ba8b8;--color-warm: #ffb703;--color-teal: #2a9d8f;--color-rose: #e76f51;--radius-card: 18px;--radius-control: 6px;--shadow-card: 0 22px 70px rgba(54, 83, 122, .14), 0 1px 0 rgba(255, 255, 255, .72) inset;--content-width: 920px;--product-width: 1080px;--product-grid-width: 1120px;--fs-xs: .78rem;--fs-sm: .88rem;--fs-base: 1rem;--fs-md: 1.125rem;--fs-lg: 1.35rem;--fs-xl: 1.7rem;--fs-2xl: 2.15rem;--fs-display: clamp(2rem, 4vw, 3.6rem);--fw-medium: 650;--fw-bold: 750;--fw-black: 800;--lh-tight: 1.12;--lh-title: 1.2;--lh-body: 1.65}*,*:before,*:after{box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;background:#f7fbff;margin:0;color:var(--color-fg);font-size:var(--fs-base);line-height:var(--lh-body)}app-root{display:block;isolation:isolate;min-height:100vh;position:relative}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.skip-link{position:fixed;top:1rem;left:1rem;z-index:1000;transform:translateY(-150%);background:var(--color-surface);border:2px solid var(--color-accent);border-radius:var(--radius-control);color:var(--color-fg);font-weight:var(--fw-bold);padding:.6rem .9rem;transition:transform .15s ease}.skip-link:focus-visible{transform:translateY(0)}.site-header{align-items:center;backdrop-filter:blur(16px);background:#ffffffb8;border-bottom:1px solid var(--color-surface-border);display:flex;gap:.7rem;justify-content:space-between;left:0;padding:.55rem clamp(.85rem,3vw,2.5rem);position:sticky;right:0;top:0;z-index:20}.site-brand{align-items:center;color:var(--color-fg);display:inline-flex;font-weight:var(--fw-black);gap:.55rem;margin-right:auto;text-decoration:none;white-space:nowrap}.site-brand__logo{background:#ffffffeb;border-radius:10px;box-shadow:0 1px 5px #2c3e5024;display:block;height:2rem;object-fit:contain;width:2rem}.site-menu summary{border:1px solid var(--color-surface-border);border-radius:999px;color:var(--color-fg);font-size:var(--fs-sm);font-weight:var(--fw-bold);padding:.42rem .68rem;text-decoration:none;white-space:nowrap}.site-menu[open] summary,.site-menu__panel a:hover,.site-nav a:hover{background:var(--color-surface-muted)}.site-nav{align-items:center;display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.site-nav a{border-radius:999px;color:var(--color-fg);font-size:var(--fs-sm);font-weight:var(--fw-medium);line-height:var(--lh-title);max-width:15rem;overflow-wrap:anywhere;padding:.45rem .68rem;text-decoration:none}.site-menu{display:none;position:relative}.site-menu summary{cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.site-menu summary::-webkit-details-marker{display:none}.site-menu__panel{backdrop-filter:blur(18px);background:#fffffff0;border:1px solid var(--color-surface-border);border-radius:14px;box-shadow:var(--shadow-card);display:grid;gap:.35rem;min-width:min(82vw,22rem);padding:.55rem;position:absolute;right:0;top:calc(100% + .55rem)}.site-menu__panel a{border-radius:10px;color:var(--color-fg);font-size:var(--fs-sm);font-weight:var(--fw-medium);line-height:var(--lh-title);padding:.62rem .7rem;text-decoration:none}@media (max-width: 720px){.site-header{gap:.5rem;padding:.5rem .75rem}.site-brand__text{font-size:var(--fs-base)}.site-nav--desktop{display:none}.site-menu{display:block}}@media (max-width: 380px){.site-brand__text{display:none}}.landing-container{align-items:center;background:transparent;display:flex;flex-direction:column;gap:1.5rem;min-height:100vh;padding:clamp(1rem,3vw,2.5rem)}.landing-container>section,.landing-container .product-card{backdrop-filter:blur(22px) saturate(135%);background:linear-gradient(145deg,#ffffffc7,#f7fbff9e);border:1px solid var(--color-surface-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);margin:0 auto;max-width:var(--content-width);padding:clamp(1.25rem,3vw,2.7rem);text-align:center;width:100%}.landing-container .product-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));max-width:var(--product-grid-width);width:100%}.landing-container .product-card{align-content:start;display:grid;gap:1rem;grid-template-rows:auto 1fr;max-width:none;min-height:100%;overflow:hidden;padding:1.35rem;position:relative;text-align:start}.landing-container .product-card:after{border-radius:999px;content:"";height:7rem;filter:blur(18px);opacity:.2;position:absolute;right:-2rem;top:-2rem;width:7rem}.product-card--ntfs:after{background:var(--color-teal)}.product-card--jsons:after{background:var(--color-rose)}.product-card--mount:after{background:var(--color-warm)}.landing-container .product-card__icon{align-items:center;background:linear-gradient(145deg,#4db3ffe6,#2a9d8fd1);border-radius:12px;color:var(--color-on-brand);display:inline-flex;font-size:var(--fs-xs);font-weight:var(--fw-black);height:2.4rem;justify-content:center;width:3.1rem}.landing-container .product-card__primary{align-items:flex-start;background:linear-gradient(145deg,#ffffffb3,#f7fbff8f);border:1px solid var(--color-surface-border);border-radius:14px;color:inherit;display:grid;gap:.8rem;padding:.95rem;position:relative;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;z-index:1}.landing-container .product-card__primary:hover{border-color:#0984e373;box-shadow:0 16px 34px #36537a24,0 0 26px #4db3ff24;transform:translateY(-2px)}.landing-container .links-section h2{color:var(--color-brand);font-size:var(--fs-lg);font-weight:var(--fw-bold);letter-spacing:0;line-height:var(--lh-title);margin:0;text-wrap:balance}.landing-container .flags-list{align-self:end;display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-start;margin-top:.25rem}.landing-container .flags-list a{align-items:center;background:var(--color-surface-muted);border-radius:8px;box-shadow:0 1px 5px #36537a1f;display:inline-flex;justify-content:center;min-height:20px;min-width:28px;padding:.25rem;transition:transform .18s,box-shadow .18s,background .18s}.landing-container .flags-list a:hover{background:var(--color-surface-hover);box-shadow:0 6px 18px #36537a2e;transform:translateY(-2px)}.landing-container .flags-list img{border-radius:4px;box-shadow:0 1px 4px #2c3e5014;display:block;height:16px;width:24px}.landing-container .contact-section{align-items:start;display:grid;gap:clamp(1.2rem,3vw,2.4rem);grid-template-columns:minmax(0,.8fr) minmax(280px,1fr);max-width:var(--content-width);min-height:60px;text-align:start}.landing-container .contact-intro{position:sticky;top:5rem}.landing-container .contact-kicker{color:var(--color-teal);display:inline-block;font-size:var(--fs-xs);font-weight:var(--fw-black);letter-spacing:.08em;margin-bottom:.7rem;text-transform:uppercase}.landing-container .contact-section h2{color:var(--color-brand);font-size:var(--fs-2xl);line-height:var(--lh-tight);margin:0 0 .8rem}.landing-container .contact-section p{color:var(--color-fg-muted);line-height:var(--lh-body);margin:0}.landing-container .footer-section,.landing-container .technology-we-trust-section{background:var(--color-surface);color:var(--color-fg);min-height:60px}@media (max-width: 600px){.landing-container{gap:1rem;padding:1rem}.landing-container>section,.landing-container .product-card{max-width:100%;padding:1.15rem}.landing-container .product-grid,.landing-container .contact-section{grid-template-columns:1fr}.landing-container .flags-list{gap:.32rem}.landing-container .contact-intro{position:static}}.product-page{align-items:center;background:transparent;display:flex;flex-direction:column;gap:1.4rem;min-height:100vh;padding:clamp(1rem,3vw,2rem)}.product-page .panel{backdrop-filter:blur(22px) saturate(135%);background:linear-gradient(145deg,#ffffffc7,#f7fbff9e);border:1px solid var(--color-surface-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);margin:0 auto;max-width:var(--product-width);padding:clamp(1.2rem,3vw,2.8rem);width:100%}.product-page .contact-section,.product-page .footer-panel{text-align:center}.product-page .panel--media{align-items:center;display:grid;gap:clamp(1.25rem,4vw,3rem);grid-template-columns:minmax(0,1.05fr) minmax(240px,.75fr);text-align:start}.product-page .panel--reverse{grid-template-columns:minmax(240px,.75fr) minmax(0,1.05fr)}.product-page .panel--reverse .panel-copy{order:2}.product-page .panel--reverse .panel-figure{order:1}.panel-copy>:first-child{margin-top:0}.panel-copy>:last-child{margin-bottom:0}.product-page h1,.product-page h2{color:var(--color-brand);letter-spacing:0;line-height:var(--lh-tight);text-wrap:balance}.product-page h1{font-size:var(--fs-display)}.product-page h2{font-size:var(--fs-xl)}.product-page h3,.product-page p,.product-page li{color:var(--color-fg-muted);line-height:var(--lh-body)}.product-page ul{padding-left:1.15rem}.panel-figure{align-items:center;align-self:stretch;background:linear-gradient(145deg,#4db3ff1c,#2a9d8f26);border:1px solid rgba(188,221,255,.12);border-radius:16px;display:flex;justify-content:center;min-height:260px;overflow:hidden;padding:clamp(1rem,2vw,1.5rem)}.panel-figure img{display:block;height:auto;max-width:100%}@media (max-width: 760px){.product-page{padding:1rem}.product-page .panel{border-radius:14px;max-width:100%}.product-page .panel--media,.product-page .panel--reverse{grid-template-columns:1fr}.product-page .panel--reverse .panel-copy,.product-page .panel--reverse .panel-figure{order:initial}.panel-figure{min-height:210px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
