:root{--bg: #fff;--bg-2: #f8f8f9;--panel: #fff;--muted: #737373;--text: #232326;--border: #ebebeb;--border-card: #e3e3e3;--container: 1120px;--radius: 14px;--radius-sm: 10px}*,*:before,*:after{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}.container{width:min(100% - 2.5rem,var(--container));margin-inline:auto}.reveal{opacity:0;transform:translateY(14px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.header{position:sticky;top:0;z-index:50;padding:0;-webkit-backdrop-filter:blur(14px) saturate(120%);backdrop-filter:blur(14px) saturate(120%);background:#ffffffd9;border-bottom:1px solid transparent;transition:border-color .25s,background .25s}.header--scrolled{border-bottom-color:var(--border);background:#fffffff5}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:56px}.header__brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:600;font-size:1.02rem;color:var(--text);letter-spacing:.15px}.header__logo{width:22px;height:22px;object-fit:contain}.header__nav{display:flex;gap:1.5rem;align-items:center}.header__nav a{color:var(--muted);text-decoration:none;font-size:.88rem;font-weight:500;transition:color .15s}.header__nav a:hover{color:var(--text)}.header__right{display:flex;align-items:center;gap:.65rem}.lang-drop{position:relative}.lang-drop__trigger{display:inline-flex;align-items:center;gap:.3rem;padding:.34rem .5rem;font-family:inherit;font-size:.8rem;font-weight:600;color:var(--muted);background:none;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:color .15s,border-color .15s}.lang-drop__trigger:hover,.lang-drop--open .lang-drop__trigger{color:var(--text);border-color:#ccc}.lang-drop__globe{display:flex;color:inherit}.lang-drop__chevron{font-size:.7rem;transition:transform .2s}.lang-drop--open .lang-drop__chevron{transform:rotate(180deg)}.lang-drop__menu{position:absolute;top:calc(100% + 5px);right:0;list-style:none;margin:0;padding:4px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #00000014,0 1px 4px #0000000a;z-index:60;min-width:148px}.lang-drop__option{display:flex;align-items:center;gap:.55rem;width:100%;padding:.45rem .6rem;font-family:inherit;font-size:.86rem;font-weight:500;color:var(--muted);background:none;border:none;border-radius:7px;cursor:pointer;transition:background .1s,color .1s;text-align:left}.lang-drop__option:hover{background:var(--bg-2);color:var(--text)}.lang-drop__option--active{color:var(--text);font-weight:600}.lang-drop__option-short{display:inline-block;width:22px;font-size:.73rem;font-weight:700;color:var(--muted);flex-shrink:0}.btn{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;font-weight:600;font-size:.9rem;border-radius:var(--radius-sm);padding:.58rem .95rem;border:1px solid transparent;cursor:pointer;transition:all .18s ease}.btn--sm{padding:.42rem .75rem;font-size:.84rem;border-color:var(--border);color:var(--text);background:transparent}.btn--sm:hover{border-color:#ccc;background:var(--bg-2)}.btn--lg{padding:.72rem 1.3rem;font-size:.93rem}.btn--primary{background:var(--text);color:#fff}.btn--primary:hover{background:#3a3a3e;transform:translateY(-1px)}.btn--outline{border-color:var(--border);color:var(--text);background:transparent}.btn--outline:hover{border-color:#ccc;background:var(--bg-2);transform:translateY(-1px)}.eyebrow{font-size:.78rem;font-weight:600;color:var(--muted);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.45rem}.section{padding:5rem 0}.section--dark{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-head{max-width:620px;margin-bottom:2rem}.section-head h2{font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.25;font-weight:700}.grid{display:grid;gap:.85rem}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}.hero{padding:5.5rem 0 4.5rem;border-bottom:1px solid var(--border)}.hero__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center}.hero h1{font-size:clamp(2rem,4.2vw,3.2rem);font-weight:700;line-height:1.1;letter-spacing:-.5px}.hero__lead{color:var(--muted);font-size:1.02rem;max-width:48ch;margin-top:1rem;line-height:1.65}.hero__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.6rem}.hero__checklist{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;align-self:center;border-left:2px solid var(--border);padding-left:1.4rem}.hero__checklist li{font-size:.93rem;font-weight:400;line-height:1.5;color:var(--muted);padding:.75rem 0;border-bottom:1px solid var(--border)}.hero__checklist li:last-child{border-bottom:none;padding-bottom:0}.hero__checklist li:first-child{padding-top:0}.card{background:var(--panel);border:1px solid var(--border-card);border-radius:var(--radius);padding:1.25rem 1.15rem;transition:border-color .2s,box-shadow .2s}.section--dark .card{background:#fff}.card:hover{border-color:#d0d0d0;box-shadow:0 2px 12px #0000000d}.card__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:var(--bg-2);color:var(--text);font-size:1.1rem;margin-bottom:.75rem}.card h3{font-size:1rem;font-weight:700;margin-bottom:.4rem}.card p{color:var(--muted);font-size:.9rem;line-height:1.55}.card--case{padding:1.35rem 1.2rem}.card__tag{display:inline-block;padding:.2rem .55rem;font-size:.76rem;font-weight:600;color:var(--text);background:var(--bg-2);border-radius:5px;margin-bottom:.6rem}.process-flow{display:flex;align-items:stretch;gap:.65rem;margin-bottom:2.2rem}.process-step{flex:1;display:flex;flex-direction:column;background:var(--bg-2);border:1px solid var(--border-card);border-radius:var(--radius);padding:1.15rem 1.05rem}.process-step__num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid var(--border);color:var(--muted);font-size:.72rem;font-weight:700;margin-bottom:.65rem}.process-step h3{font-size:1rem;font-weight:700;margin-bottom:.25rem}.process-step p{color:var(--muted);font-size:.88rem;line-height:1.5}.process-arrow{display:flex;align-items:center;color:#ccc;font-size:1rem;flex-shrink:0}.section-head--sub{margin-top:0;margin-bottom:1rem}.section-head--sub h3{font-size:1.1rem;font-weight:700}.stack-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.stack-item{display:flex;flex-direction:column;align-items:center;gap:.45rem;padding:1rem .5rem;background:var(--panel);border:1px solid var(--border-card);border-radius:var(--radius);transition:border-color .2s,transform .15s}.stack-item:hover{border-color:#d0d0d0;transform:translateY(-2px)}.stack-item__icon{font-size:1.65rem;color:var(--text);line-height:1}.stack-item span{font-size:.78rem;font-weight:600;color:var(--muted)}.faq-layout{display:grid;grid-template-columns:220px 1fr;gap:4rem;align-items:start}.faq-header{position:sticky;top:80px}.faq-header h2{font-size:1.4rem;font-weight:700;margin-bottom:.45rem}.faq-header p:last-child{color:var(--muted);font-size:.88rem;line-height:1.5}.faq-list{display:flex;flex-direction:column}.faq-row{padding:1.2rem 0;border-bottom:1px solid var(--border)}.faq-row:first-child{padding-top:0}.faq-row:last-child{border-bottom:none;padding-bottom:0}.faq-row__q{font-size:.93rem;font-weight:600;line-height:1.4;margin-bottom:.35rem}.faq-row__a{font-size:.9rem;color:var(--muted);line-height:1.6;max-width:54ch}.section--cta{padding:4.5rem 0;background:var(--bg-2);border-top:1px solid var(--border)}.cta-box{text-align:center;padding:3rem 2rem;border-radius:16px;background:#fff;border:1px solid var(--border-card);box-shadow:0 1px 8px #00000008}.cta-box h2{font-size:clamp(1.4rem,2.6vw,1.9rem)}.cta-box__text{color:var(--muted);max-width:50ch;margin:.5rem auto 0;font-size:.95rem}.cta-box__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.65rem;margin-top:1.4rem}.cta-box__email{margin-top:.9rem;font-size:.85rem;color:var(--muted)}.cta-box__email a{color:var(--text);text-decoration:underline;text-underline-offset:3px}.footer{padding:1.5rem 0;border-top:1px solid var(--border)}.footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.6rem}.footer__brand{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:.9rem;letter-spacing:.15px}.footer__brand-logo{width:18px;height:18px}.footer__copy{color:var(--muted);font-size:.82rem}.footer__link{color:var(--muted);font-size:.82rem;text-decoration:none;transition:color .15s}.footer__link:hover{color:var(--text)}@media(max-width:1024px){.hero__grid{grid-template-columns:1.2fr .8fr;gap:2rem}.grid--3{grid-template-columns:repeat(2,1fr)}.process-flow{flex-wrap:wrap;gap:.65rem}.process-step{flex:1 1 calc(50% - .35rem)}.process-arrow{display:none}}@media(max-width:768px){.header__nav{display:none}.hero{padding:3.5rem 0 2.5rem}.hero__grid{grid-template-columns:1fr;gap:1.5rem}.hero h1{font-size:1.9rem}.hero__checklist{border-left:none;padding-left:0;flex-direction:row;flex-wrap:wrap;gap:.3rem 0}.hero__checklist li{border-bottom:none;padding:.3rem 0;font-size:.85rem}.hero__checklist li:before{content:"·";margin-right:.4rem;color:#ccc}.hero__checklist li:first-child,.hero__checklist li:last-child{padding:.3rem 0}.faq-layout{grid-template-columns:1fr;gap:1rem}.faq-header{position:static}.grid--3,.grid--2{grid-template-columns:1fr}.process-step{flex:1 1 100%}.stack-grid{grid-template-columns:repeat(3,1fr)}.section{padding:3rem 0}.cta-box{padding:2rem 1.2rem}.footer__inner{flex-direction:column;text-align:center;gap:.4rem}}@media(max-width:480px){.hero{padding:2.5rem 0 2rem}.hero h1{font-size:1.6rem}.hero__lead{font-size:.92rem}.btn--lg{width:100%;justify-content:center}.hero__actions{flex-direction:column}.stack-grid{grid-template-columns:repeat(2,1fr)}.cta-box__actions{flex-direction:column}.cta-box__actions .btn{width:100%;justify-content:center}.section{padding:2.2rem 0}}
