@font-face{font-family:Manrope;src:url(/assets/fonts/manrope/Manrope-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/fonts/manrope/Manrope-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/fonts/manrope/Manrope-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/fonts/manrope/Manrope-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/fonts/manrope/Manrope-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}:root{color-scheme:dark;--bg: #0f172a;--surface: #172036;--surface-soft: #1e293b;--text: #e5e7eb;--text-muted: #cbd5e1;--line: rgba(203, 213, 225, .16);--accent: #93c5fd;--accent-strong: #bfdbfe;--container: 1100px;--gutter: 16px;--radius: 18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Manrope,Arial,Helvetica,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(calc(100% - (var(--gutter) * 2)),var(--container));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;background:#0f172aeb;backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:14px 0}.brand{display:inline-flex;align-items:center;min-height:32px}.brand--image{line-height:0}.brand__logo{display:block;width:auto;height:24px}.menu-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--text);cursor:pointer}.menu-toggle__line{display:block;width:18px;height:2px;margin:0 auto;border-radius:999px;background:currentColor}.mobile-menu-overlay{position:fixed;inset:0;z-index:40;background:#0f172a8f;backdrop-filter:blur(4px)}.mobile-menu{position:fixed;top:0;right:0;z-index:50;width:min(88vw,340px);height:100dvh;transform:translate(100%);transition:transform .35s ease;background:#0f172afa;border-left:1px solid var(--line);box-shadow:-20px 0 50px #00000047}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__inner{display:flex;flex-direction:column;height:100%;padding:20px}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.mobile-menu__title{font-size:1rem;font-weight:700;letter-spacing:.02em}.mobile-menu__close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--text);font-size:1.5rem;line-height:1;cursor:pointer}.mobile-menu__nav{display:flex;flex-direction:column;gap:12px}.mobile-menu__nav a{display:flex;align-items:center;min-height:48px;padding:0 14px;border:1px solid var(--line);border-radius:14px;color:var(--text-muted);transition:border-color .2s ease,color .2s ease,background-color .2s ease}.mobile-menu__nav a:hover,.mobile-menu__nav a:focus-visible{color:var(--text);border-color:#93c5fd73;background:#93c5fd14;outline:none}body.menu-open{overflow:hidden}.site-nav__list{display:flex;flex-wrap:wrap;gap:12px;margin:0;padding:0;list-style:none}.site-nav a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;white-space:nowrap;border:1px solid var(--line);border-radius:999px;color:var(--text-muted);transition:border-color .2s ease,color .2s ease,background-color .2s ease}.site-nav a:hover,.site-nav a:focus-visible{color:var(--text);border-color:#93c5fd73;background:#93c5fd14;outline:none}.hero{position:relative;padding:56px 0 44px}.hero:after{content:"";position:absolute;left:50%;bottom:22px;transform:translate(-50%);width:min(calc(100% - (var(--gutter) * 2)),var(--container));border-top:1px solid rgba(203,213,225,.1);pointer-events:none}.hero__content{max-width:1140px}h1{margin:0 0 18px;width:100%;max-width:none;font-size:2rem;line-height:1.1;letter-spacing:-.03em}.hero__text{margin:0;max-width:100%;color:var(--text-muted);font-size:1rem;text-align:justify}.hero__actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 18px;border-radius:12px;font-weight:700;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.button:hover,.button:focus-visible{transform:translateY(-1px);outline:none}.button--primary{background:var(--accent);color:#0f172a}.button--primary:hover,.button--primary:focus-visible{background:var(--accent-strong)}.button--secondary{border:1px solid var(--line);color:var(--text);background:transparent}.button--secondary:hover,.button--secondary:focus-visible{border-color:#93c5fd73;background:#93c5fd14}section[id]{scroll-margin-top:92px}.section{padding:0 0 56px}.section-group{position:relative;padding:0 0 56px}.section-group:after{content:"";position:absolute;left:50%;bottom:28px;transform:translate(-50%);width:min(calc(100% - (var(--gutter) * 2)),var(--container));border-top:1px solid rgba(203,213,225,.1);pointer-events:none}.section--grouped{padding:0 0 20px}.section--grouped .section-intro{margin-bottom:20px}.section--grouped .section-intro:last-child{margin-bottom:0}.section-group>.section--grouped:last-of-type{padding-bottom:0}.section-title[id]{scroll-margin-top:96px}@media(max-width:699px){.section-title[id]{scroll-margin-top:88px}}.section-title{margin:0 0 14px;font-size:1.5rem;line-height:1.2;letter-spacing:-.02em}.section-intro{margin:0 0 24px;max-width:100%;color:var(--text-muted);text-align:justify}.services-grid{display:grid;gap:14px}.card{padding:20px;background:linear-gradient(180deg,#1e293beb,#172036f5);border:1px solid var(--line);border-radius:var(--radius)}.card h3{margin:0 0 10px;font-size:1.125rem;line-height:1.3}.card p{margin:0;color:var(--text-muted);font-size:.98rem}.site-footer{padding:18px 0 24px;border-top:1px solid var(--line)}.site-footer__inner{display:flex;flex-direction:column;gap:14px}.site-footer p{margin:0;color:var(--text-muted);font-size:.95rem}.footer-nav{display:flex;flex-wrap:wrap;gap:16px}.footer-nav a{color:var(--text-muted)}.footer-nav a:hover,.footer-nav a:focus-visible{color:var(--text);outline:none}.site-nav{display:none;width:100%}.back-to-top{position:fixed;right:16px;bottom:16px;z-index:30;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:999px;background:#172036eb;color:var(--text);font-size:1.2rem;line-height:1;cursor:pointer;box-shadow:0 10px 30px #00000038;backdrop-filter:blur(10px);opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .25s ease,visibility .25s ease,transform .25s ease,border-color .2s ease,background-color .2s ease}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.back-to-top:hover,.back-to-top:focus-visible{border-color:#93c5fd73;background:#93c5fd1f;outline:none}@media(min-width:700px){.back-to-top{right:24px;bottom:24px}}@media(min-width:560px){.hero__actions{flex-direction:row;flex-wrap:wrap}.button{width:auto}}@media(min-width:700px){:root{--gutter: 24px}.brand__logo{height:26px}.site-header__inner{flex-direction:row;align-items:center;justify-content:space-between;padding:18px 0}.hero{padding:25px 0 68px}.hero:after{bottom:34px}section[id]{scroll-margin-top:102px}.section,.section-group{padding:0 0 80px}.section-group:after{bottom:40px}.section--grouped{padding:0 0 28px}h1{width:100%;max-width:none}.hero__text{font-size:1.06rem}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__inner{flex-direction:row;align-items:center;justify-content:space-between}.menu-toggle,.mobile-menu,.mobile-menu-overlay{display:none}.site-nav{display:block;width:auto}}@media(min-width:1024px){.hero{padding:25px 0 80px}.hero:after{bottom:40px}.section{padding:0 0 72px}.section-group{padding:0 0 100px}.section-group:after{bottom:50px}.section--grouped{padding:0 0 36px}h1{font-size:2.5rem}.hero__text{width:100%;max-width:none;font-size:1.1rem;text-align:justify}.section-title{font-size:1.75rem}.section-intro{width:100%;max-width:none;text-align:justify}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{padding:22px}}.hero-strip{display:none}.hero-strip__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center 70%}@media(min-width:700px){.hero-strip{display:block;padding:18px 0 8px}.hero-strip__frame{overflow:hidden;aspect-ratio:976 / 195}}@media(min-width:1024px){.hero-strip{padding:25px 0 20px}.hero-strip__frame{border-radius:20px}}.page-hero{position:relative;padding:56px 0 36px}.page-hero:after{content:"";position:absolute;left:50%;bottom:18px;transform:translate(-50%);width:min(calc(100% - (var(--gutter) * 2)),var(--container));border-top:1px solid rgba(203,213,225,.1);pointer-events:none}.page-hero__content{max-width:1140px}.page-hero__text{margin:0;max-width:100%;color:var(--text-muted);font-size:1rem;text-align:justify}.legal-page{padding-top:12px}.legal-page__content{max-width:1140px}.legal-block+.legal-block{margin-top:28px}.legal-block p{margin:0 0 14px;color:var(--text-muted);text-align:justify}.legal-block p:last-child{margin-bottom:0}.site-nav a[aria-current=page],.mobile-menu__nav a[aria-current=page],.footer-nav a[aria-current=page]{color:var(--text)}.site-nav a[aria-current=page]{border-color:#93c5fd73;background:#93c5fd14}@media(min-width:700px){.page-hero{padding:64px 0 48px}.page-hero:after{bottom:24px}.legal-page{padding-top:18px}}@media(min-width:1024px){.page-hero{padding:72px 0 56px}.page-hero:after{bottom:28px}.page-hero__text{font-size:1.06rem}.legal-block+.legal-block{margin-top:32px}}.clean-copy-app-mark{display:inline-flex;align-items:center;gap:16px;margin:0 0 20px}.clean-copy-app-mark img{width:56px;height:56px;border-radius:14px;flex:0 0 auto;box-shadow:0 10px 24px #00000047}.clean-copy-app-mark__text{display:flex;flex-direction:column;gap:2px;line-height:1.05}.clean-copy-app-mark__name{color:var(--text);font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.clean-copy-app-mark+h1{margin-top:0}@media(min-width:700px){.clean-copy-app-mark{gap:18px;margin-bottom:24px}.clean-copy-app-mark img{width:68px;height:68px;border-radius:16px}.clean-copy-app-mark__name{font-size:1.8rem}}.language-picker{margin-top:18px}.language-picker__grid{display:grid;gap:12px}.language-picker .card{padding:14px 16px;border-radius:14px;background:#1e293b9e;border-color:#cbd5e124}.language-picker .card h3{margin:0 0 6px;font-size:1rem;line-height:1.25}.language-picker .card p{margin:0;color:var(--text-muted);font-size:.95rem}.language-picker .hero__actions{margin-top:10px;gap:8px}.language-picker .button{width:auto;min-height:40px;padding:0 14px;font-size:.93rem;font-weight:600}@media(min-width:700px){.language-picker__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.support-email{margin:0}.support-email--lined{padding-top:4px}.support-email--lined a{display:inline-block;padding-bottom:2px;border-bottom:1px solid rgba(147,197,253,.28);color:var(--text);font-size:1.05rem;font-weight:600;letter-spacing:.01em;word-break:break-word;transition:border-color .2s ease,color .2s ease}.support-email--lined a:hover,.support-email--lined a:focus-visible{color:var(--accent-strong);border-bottom-color:#93c5fd80;outline:none}.site-footer__meta{display:flex;flex-direction:column;gap:6px}.site-footer__operator{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.45}
