:root{--tt-turquesa:#4d8282;--tt-turquesa-2:#3d6b6b;--tt-turquesa-soft:#81a6a2;--tt-oxford:#273940;--tt-oxford-2:#1a262c;--tt-cream:#fdf8ef;--tt-cream-2:#f2ece0;--bg:#fdf8ef;--bg-2:#f7f1e3;--surface:#fff;--surface-2:#fbf6ec;--border:#e4d9c5;--border-2:#d5cdc0;--text:#1f2d33;--text-2:#273940;--muted:#5b7480;--muted-2:#94a3b8;--inverse:#fff;--success:#16a34a;--success-soft:#16a34a1f;--warn:#d97706;--danger:#dc2626;--accent:var(--tt-turquesa);--accent-2:var(--tt-turquesa-2);--accent-soft:#4d82821a;--shadow-sm:0 1px 2px #0f172a0f, 0 1px 1px #0f172a0a;--shadow:0 10px 30px -12px #2739402e, 0 4px 12px -6px #2739401a;--shadow-lg:0 30px 60px -25px #27394040, 0 12px 30px -12px #2739401f;--shadow-glow:0 20px 50px -20px #4d828273;--font-display:"Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--radius-sm:10px;--radius:16px;--radius-lg:22px;--radius-xl:30px;--container:1200px;--z-nav:50;--z-modal:100}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100dvh;margin:0;font-size:16px;line-height:1.6;overflow-x:hidden}img,svg{max-width:100%;display:block}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}body:before{content:"";filter:blur(60px);z-index:-1;pointer-events:none;background-image:linear-gradient(120deg,#4d828238,#3d6b6b24,#81a6a229,#fdf8ef00);background-size:240% 240%;animation:22s ease-in-out infinite bgGradient;position:fixed;inset:-20px}@keyframes bgGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){body:before{animation:none}html{scroll-behavior:auto}*{transition-duration:.01ms!important;animation-duration:.01ms!important}}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(20px,5vw,48px)}.container-narrow{max-width:800px}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;margin:0;line-height:1.15}.btn{border-radius:var(--radius-sm);font-family:var(--font-body);text-align:center;white-space:nowrap;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:13px 22px;font-size:15px;font-weight:600;transition:transform .16s ease-out,box-shadow .2s ease-out,background .2s ease-out,color .2s ease-out,border-color .2s ease-out;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(120deg, var(--tt-turquesa), var(--tt-oxford));color:var(--inverse);box-shadow:0 12px 28px -10px #4d82828c}.btn-primary:hover{box-shadow:var(--shadow-glow)}.btn-ghost{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-block{width:100%}.btn-sm{padding:10px 16px;font-size:14px}.btn-lg{padding:16px 28px;font-size:16px}.btn[disabled]{opacity:.6;cursor:not-allowed;transform:none}.section{padding:80px 0}.section.alt{background:var(--surface)}.section-head{text-align:center;max-width:720px;margin:0 auto 48px}.eyebrow{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border-radius:999px;margin-bottom:16px;padding:6px 12px;font-size:11px;display:inline-block}.section-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);text-wrap:balance;margin:0 0 14px;font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.12}.section-sub{color:var(--muted);text-wrap:pretty;margin:0;font-size:17px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:var(--z-modal);background:var(--accent);color:var(--inverse);border-radius:var(--radius-sm);padding:10px 16px;font-weight:600;transition:top .16s ease-out;position:absolute;top:-100px;left:16px}.skip-link:focus{top:16px}.faq-list{flex-direction:column;gap:12px;max-width:760px;margin-inline:auto;display:flex}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.faq-item summary{cursor:pointer;font-family:var(--font-display);color:var(--text);justify-content:space-between;align-items:center;gap:14px;padding:18px 22px;font-size:16px;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent);flex-shrink:0;font-size:22px;font-weight:600;transition:transform .22s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-body{color:var(--muted);padding:0 22px 20px;font-size:15px;line-height:1.6}.faq-body strong{color:var(--text-2);font-weight:600}.legal{color:var(--text-2);padding:56px 0 80px;line-height:1.7}@media (width>=960px){.legal{padding:80px 0 96px}}.legal-head{border-bottom:1px solid var(--border);margin-bottom:40px;padding-bottom:24px}.legal-head h1{font-family:var(--font-display);color:var(--text);letter-spacing:-.02em;margin:10px 0 12px;font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.1}.legal-update{color:var(--muted);font-size:13px;font-family:var(--font-mono);margin:0}.legal-intro{color:var(--text-2);margin-top:22px;font-size:16px}.legal section{margin-bottom:36px;scroll-margin-top:100px}.legal h2{font-family:var(--font-display);color:var(--text);margin:0 0 14px;font-size:clamp(20px,2.5vw,24px);font-weight:700;line-height:1.2}.legal p{margin:0 0 14px;font-size:15px}.legal a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.legal a:hover{color:var(--accent-2)}.legal strong{color:var(--text);font-weight:600}.cta-final{background:linear-gradient(135deg, var(--tt-turquesa), var(--tt-oxford));border-radius:var(--radius-lg);text-align:center;max-width:760px;color:var(--inverse);box-shadow:var(--shadow-glow);margin-inline:auto;padding:clamp(36px,6vw,56px) clamp(28px,5vw,48px);position:relative;overflow:hidden}.cta-final:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 20%,#ffffff2e,#0000 55%);position:absolute;inset:0}.cta-final h2{font-family:var(--font-display);color:var(--inverse);margin:0 0 14px;font-size:clamp(28px,4vw,40px);font-weight:800;line-height:1.15;position:relative}.cta-final p{color:#ffffffe0;margin:0 0 28px;font-size:17px;position:relative}.cta-final-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex;position:relative}.cta-final .btn-primary{background:var(--inverse);color:var(--tt-oxford)}.cta-final .btn-ghost{color:var(--inverse);background:0 0;border-color:#ffffff80}.cta-final .btn-ghost:hover{border-color:var(--inverse);color:var(--inverse);background:#ffffff1f}.navbar[data-astro-cid-hnhh3bfe]{z-index:var(--z-nav);padding:16px 0;padding-top:max(16px,env(safe-area-inset-top));-webkit-backdrop-filter:saturate(140%)blur(10px);background:#fdf8ef99;border-bottom:1px solid #0000;transition:background .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;position:sticky;top:0}.navbar[data-astro-cid-hnhh3bfe].scrolled{border-bottom-color:var(--border);box-shadow:var(--shadow-sm);background:#ffffffeb}.navbar-inner[data-astro-cid-hnhh3bfe]{justify-content:space-between;align-items:center;gap:20px;display:flex}.brand[data-astro-cid-hnhh3bfe]{align-items:center;gap:12px;display:inline-flex}.brand-mark[data-astro-cid-hnhh3bfe]{background:var(--surface);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;overflow:hidden;box-shadow:0 8px 20px #2739402e}.brand-mark[data-astro-cid-hnhh3bfe] img[data-astro-cid-hnhh3bfe]{object-fit:contain;width:100%;height:100%}.brand-text[data-astro-cid-hnhh3bfe]{flex-direction:column;line-height:1.1;display:flex}.brand-name[data-astro-cid-hnhh3bfe]{font-family:var(--font-display);color:var(--text);font-size:18px;font-weight:700}.brand-tag[data-astro-cid-hnhh3bfe]{font-family:var(--font-mono);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px}.nav-links[data-astro-cid-hnhh3bfe]{color:var(--text-2);align-items:center;gap:26px;font-size:14px;font-weight:500;display:none}@media (width>=980px){.nav-links[data-astro-cid-hnhh3bfe]{display:inline-flex}}.nav-links[data-astro-cid-hnhh3bfe]>a[data-astro-cid-hnhh3bfe]{padding:8px 0;transition:color .16s ease-out}.nav-links[data-astro-cid-hnhh3bfe]>a[data-astro-cid-hnhh3bfe]:hover{color:var(--accent)}.nav-dropdown[data-astro-cid-hnhh3bfe]{position:relative}.nav-trigger[data-astro-cid-hnhh3bfe]{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:8px 0;transition:color .16s;display:inline-flex}.nav-trigger[data-astro-cid-hnhh3bfe]:hover{color:var(--accent)}.nav-trigger[data-astro-cid-hnhh3bfe] .caret[data-astro-cid-hnhh3bfe]{transition:transform .2s}.nav-dropdown[data-astro-cid-hnhh3bfe]:hover .caret[data-astro-cid-hnhh3bfe],.nav-dropdown[data-astro-cid-hnhh3bfe]:focus-within .caret[data-astro-cid-hnhh3bfe]{transform:rotate(180deg)}.nav-menu[data-astro-cid-hnhh3bfe]{opacity:0;visibility:hidden;pointer-events:none;background:var(--bg);border:1px solid var(--border);border-radius:14px;min-width:240px;margin:0;padding:8px;list-style:none;transition:opacity .18s,transform .2s,visibility 0s linear .2s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)translateY(-6px);box-shadow:0 12px 32px #27394024}.nav-dropdown[data-astro-cid-hnhh3bfe]:hover .nav-menu[data-astro-cid-hnhh3bfe],.nav-dropdown[data-astro-cid-hnhh3bfe]:focus-within .nav-menu[data-astro-cid-hnhh3bfe]{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .18s,transform .2s,visibility linear;transform:translate(-50%)translateY(0)}.nav-menu[data-astro-cid-hnhh3bfe] li[data-astro-cid-hnhh3bfe]{margin:0;padding:0}.nav-menu[data-astro-cid-hnhh3bfe] a[data-astro-cid-hnhh3bfe]{color:var(--text-2);border-radius:8px;padding:10px 14px;font-size:14px;transition:background .16s,color .16s;display:block}.nav-menu[data-astro-cid-hnhh3bfe] a[data-astro-cid-hnhh3bfe]:hover{background:var(--surface);color:var(--accent)}.nav-actions[data-astro-cid-hnhh3bfe]{align-items:center;gap:8px;display:inline-flex}@media (width<=560px){.nav-actions[data-astro-cid-hnhh3bfe] .btn-ghost[data-astro-cid-hnhh3bfe],.brand-tag[data-astro-cid-hnhh3bfe]{display:none}}.mobile-menu[data-astro-cid-hnhh3bfe]{position:relative}@media (width>=980px){.mobile-menu[data-astro-cid-hnhh3bfe]{display:none}}.mobile-menu[data-astro-cid-hnhh3bfe] summary[data-astro-cid-hnhh3bfe]{cursor:pointer;background:var(--surface);border:1px solid var(--border);width:40px;height:40px;color:var(--text);border-radius:10px;justify-content:center;align-items:center;list-style:none;transition:background .16s;display:inline-flex}.mobile-menu[data-astro-cid-hnhh3bfe] summary[data-astro-cid-hnhh3bfe]::-webkit-details-marker{display:none}.mobile-menu[data-astro-cid-hnhh3bfe] summary[data-astro-cid-hnhh3bfe]:hover{background:var(--bg)}.mobile-menu[data-astro-cid-hnhh3bfe][open] summary[data-astro-cid-hnhh3bfe]{background:var(--accent);color:var(--inverse);border-color:var(--accent)}.mobile-drawer[data-astro-cid-hnhh3bfe]{background:var(--bg);border:1px solid var(--border);z-index:50;border-radius:14px;flex-direction:column;gap:8px;min-width:260px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #27394029}.mobile-group[data-astro-cid-hnhh3bfe]{border-bottom:1px solid var(--border);flex-direction:column;padding:6px 0;display:flex}.mobile-group[data-astro-cid-hnhh3bfe]:last-child{border-bottom:0}.mobile-group-title[data-astro-cid-hnhh3bfe]{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:4px 14px 6px;font-size:10px}.mobile-group[data-astro-cid-hnhh3bfe] a[data-astro-cid-hnhh3bfe]{color:var(--text);border-radius:8px;padding:10px 14px;font-size:14px;transition:background .16s,color .16s}.mobile-group[data-astro-cid-hnhh3bfe] a[data-astro-cid-hnhh3bfe]:hover{background:var(--surface);color:var(--accent)}.footer[data-astro-cid-mh6itkc3]{padding:56px 0 max(40px,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface);margin-top:60px}.footer-inner[data-astro-cid-mh6itkc3]{grid-template-columns:1fr;align-items:start;gap:32px;display:grid}@media (width>=760px){.footer-inner[data-astro-cid-mh6itkc3]{grid-template-columns:1.6fr repeat(4,1fr);gap:32px}}@media (width>=1100px){.footer-inner[data-astro-cid-mh6itkc3]{gap:40px}}.footer[data-astro-cid-mh6itkc3] h5[data-astro-cid-mh6itkc3]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;color:var(--text);margin:0 0 14px;font-size:13px}.footer-brand[data-astro-cid-mh6itkc3] .brand[data-astro-cid-mh6itkc3]{align-items:center;gap:12px;display:inline-flex}.footer-brand[data-astro-cid-mh6itkc3] .brand-mark[data-astro-cid-mh6itkc3]{background:var(--bg);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;overflow:hidden;box-shadow:0 6px 14px #2739401f}.footer-brand[data-astro-cid-mh6itkc3] .brand-mark[data-astro-cid-mh6itkc3] img[data-astro-cid-mh6itkc3]{object-fit:contain;width:100%;height:100%}.footer-brand[data-astro-cid-mh6itkc3] .brand-text[data-astro-cid-mh6itkc3]{flex-direction:column;line-height:1.1;display:flex}.footer-brand[data-astro-cid-mh6itkc3] .brand-name[data-astro-cid-mh6itkc3]{font-family:var(--font-display);color:var(--text);font-size:18px;font-weight:700}.footer-brand[data-astro-cid-mh6itkc3] .brand-tag[data-astro-cid-mh6itkc3]{font-family:var(--font-mono);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px}.footer-brand-text[data-astro-cid-mh6itkc3]{color:var(--muted);max-width:36ch;margin:14px 0 0;font-size:14px}.footer-links[data-astro-cid-mh6itkc3]{flex-direction:column;gap:10px;font-size:14px;display:flex}.footer-links[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{color:var(--muted);transition:color .16s ease-out}.footer-links[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:var(--accent)}.footer-bottom[data-astro-cid-mh6itkc3]{border-top:1px solid var(--border);color:var(--muted);text-align:center;margin-top:36px;padding-top:24px;font-size:13px}.footer-bottom[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{color:var(--accent)}
