:root{--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-heading: "Space Grotesk", "Inter", system-ui, sans-serif;--bg: #faf8f5;--bg-rgb: 250, 248, 245;--surface: #ffffff;--surface-alt: #f2efe9;--border: rgba(23, 20, 15, .13);--border-strong: rgba(23, 20, 15, .22);--grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");--text: #16161a;--text-secondary: #52525b;--text-muted: #8b8b93;--accent: #0d9488;--accent-hover: #0f766e;--accent-soft: rgba(13, 148, 136, .08);--accent-contrast: #ffffff;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(17, 17, 20, .04);--shadow-sm: 0 1px 3px rgba(17, 17, 20, .05), 0 6px 16px rgba(17, 17, 20, .04);--shadow-md: 0 4px 10px rgba(17, 17, 20, .06), 0 12px 28px rgba(17, 17, 20, .06);--shadow-lg: 0 8px 20px rgba(17, 17, 20, .08), 0 24px 48px rgba(17, 17, 20, .08);--main-fg: var(--text);--text-dark: var(--text);--text-light: var(--text-secondary)}body[data-theme=dark]{--bg: #0a0a0b;--bg-rgb: 10, 10, 11;--surface: #17171a;--surface-alt: #1f1f23;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--text: #f2f2f4;--text-secondary: #a3a3ac;--text-muted: #6c6c76;--accent: #2dd4bf;--accent-hover: #5eead4;--accent-soft: rgba(45, 212, 191, .1);--accent-contrast: #0a0a0b;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .3);--shadow-sm: 0 2px 6px rgba(0, 0, 0, .32);--shadow-md: 0 6px 20px rgba(0, 0, 0, .4);--shadow-lg: 0 16px 44px rgba(0, 0, 0, .48);--main-fg: var(--text);--text-dark: var(--text);--text-light: var(--text-secondary)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);line-height:1.6;font-size:16px;margin:0;padding:0;-webkit-font-smoothing:antialiased;background-image:radial-gradient(900px circle at 50% -4%,rgba(13,148,136,.06),transparent 62%),var(--grain);background-repeat:no-repeat,repeat;background-size:auto,180px 180px}*,*:before,*:after{box-sizing:border-box}html,body{width:100%;max-width:100%;overflow-x:hidden}body[data-theme=dark]{background-image:radial-gradient(680px circle at 12% 0%,rgba(45,212,191,.18),transparent 62%),radial-gradient(760px circle at 88% 12%,rgba(139,92,246,.14),transparent 60%),radial-gradient(900px circle at 50% 0%,rgba(45,212,191,.06),transparent 70%),var(--grain);background-repeat:no-repeat,no-repeat,no-repeat,repeat;background-size:auto,auto,auto,180px 180px}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.01em}header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.7rem 0;background:rgba(var(--bg-rgb),.7);backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);border-bottom:1px solid var(--border);box-shadow:none}.nav-container{max-width:1140px;margin:0 auto}main{padding-top:90px}.nav-container{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:0 1.5rem}.logo{height:34px}nav{display:flex;gap:.3rem;flex-wrap:wrap;justify-content:center;position:relative}nav a{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.94rem;padding:.5rem .9rem;border-radius:var(--radius-sm);background:transparent;border:1px solid transparent;transition:background .18s ease,color .18s ease;position:relative;z-index:1}nav a:hover{background:var(--surface-alt);color:var(--text)}nav a.active{font-weight:600;background:transparent;color:var(--accent)}nav a:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent)}.nav-indicator{position:absolute;top:0;left:0;z-index:0;border-radius:var(--radius-sm);background:var(--accent-soft);border:1px solid var(--accent);opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.22,1,.36,1),width .35s cubic-bezier(.22,1,.36,1),height .25s ease,opacity .25s ease}.hero{display:flex;align-items:flex-start;justify-content:center;gap:2rem;padding:3rem 1rem 1.5rem;max-width:1100px;margin:0 auto;text-align:center}.hero-content{flex:1 1 320px;display:flex;flex-direction:column;justify-content:flex-start;gap:1.2rem;align-items:center}.hero-content h1{font-size:clamp(2.6rem,5.2vw,4.2rem);font-weight:700;margin-bottom:1rem;color:var(--text);line-height:1.04;letter-spacing:-.02em;max-width:22ch}.hero-content p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:.5rem;max-width:46ch}.hero-sublist{list-style:none;display:flex;justify-content:center;gap:1rem;padding:0;margin:0;align-items:center;flex-wrap:wrap}.hero-subitem{display:inline-flex;align-items:center;gap:.6rem;background:var(--surface-alt);padding:.45rem .8rem;border-radius:var(--radius-sm);color:var(--text-secondary);font-weight:500}.item-number{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--accent);font-weight:700}.item-icon{width:20px;height:20px;display:inline-block;background:transparent}.item-text{color:var(--text-secondary)}.hero-action-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:none;border-radius:var(--radius-lg);padding:2rem 1.5rem;width:100%;max-width:900px;margin:1.5rem auto 0;box-shadow:none}.hero-highlight-end{margin-top:0;display:block;width:100%;max-width:100%;padding:0;text-align:center;color:var(--text);font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:-.01em;background:transparent;border:none;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;font-family:var(--font-heading)}.hero-video-wrap{width:100%;max-width:900px;margin:0 auto 1.1rem;aspect-ratio:16 / 7.02;overflow:hidden;border-radius:var(--radius-lg);border:none;box-shadow:none;background:transparent}.hero-video{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1);transform-origin:center;mix-blend-mode:multiply}body[data-theme=dark] .hero-video-wrap{background:#0d0d0f;border:1px solid var(--border);box-shadow:0 30px 70px #00000080,0 0 60px #2dd4bf14}body[data-theme=dark] .hero-video{mix-blend-mode:normal}.hero-highlight{font-weight:600;color:var(--text);font-size:1.1rem;display:block;margin-top:.5rem}.hero-badges{display:flex;gap:.7rem;margin:1rem 0 .5rem;list-style:none;padding:0}.hero-badges li,.ai-section li{border-radius:var(--radius-pill);padding:.3rem 1rem;font-size:.95rem;font-weight:500;margin:0 .2rem}.hero-cta-row{display:flex;justify-content:center;width:100%;margin-top:1.4rem}.cta,form button{display:inline-block;background:var(--accent);color:var(--accent-contrast);padding:.85rem 2.2rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;font-size:1.02rem;box-shadow:var(--shadow-sm);border:1px solid transparent;will-change:transform,box-shadow;transition:background .18s ease,transform .18s ease,box-shadow .18s ease;cursor:pointer}.cta:hover,form button:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}body[data-theme=dark] .cta:hover,body[data-theme=dark] form button:hover{box-shadow:var(--shadow-md),0 0 36px #2dd4bf59}.cta:active,form button:active{transform:translateY(0);box-shadow:var(--shadow-xs)}.cta:focus-visible,form button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-soft),var(--shadow-sm)}.card-section h2,.stats-section h2,.bar-chart-section h2,.bar-chart-section h3,#services h2{color:var(--text);font-size:clamp(1.5rem,2.4vw,1.9rem);font-weight:700;text-align:center;margin-bottom:2.2rem;letter-spacing:-.015em;font-family:var(--font-heading)}.card-section{background:transparent;border-top:1px solid var(--border);padding:3.5rem 1.5rem 1rem;max-width:1040px;margin:0 auto;overflow:visible}.card-row{display:flex;flex-wrap:wrap;gap:2.6rem 2rem;justify-content:center;margin-top:1.5rem}.process-card-row{justify-content:space-between;align-items:stretch;gap:1.4rem;margin-top:2rem;padding:0 1.5rem;box-sizing:border-box}.value-card{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;max-width:240px}.value-card-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1}.value-card-icon-wrap{width:100%;min-height:106px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}#why .value-card .card-label{min-height:7.2rem;display:flex;align-items:flex-start;justify-content:center;text-align:center;line-height:1.35;font-weight:600;font-family:var(--font-heading)}.process-card{min-width:260px;max-width:320px;width:100%;flex:1 1 0;padding:0 1.8rem;background:transparent;box-shadow:none;border:none;border-left:1px solid var(--border);border-radius:0;transition:opacity .18s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:0}.process-card:first-child{border-left:none}.process-card:hover{opacity:.88}.process-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:var(--accent-soft);color:var(--accent);margin:0 auto 1rem;padding:0;flex-shrink:0}.process-card-icon svg{width:28px;height:28px}.process-card-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1}.process-card-title{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.75rem;text-align:center;font-family:var(--font-heading)}.process-card-desc{font-size:.96rem;line-height:1.65;color:var(--text-secondary);margin:0}@media (max-width: 1024px){.process-card-row{flex-direction:column;align-items:stretch;max-width:420px;margin-left:auto;margin-right:auto}.process-card{border-left:none;border-top:1px solid var(--border);padding:2rem 0 0;width:100%;max-width:100%}.process-card:first-child{border-top:none;padding-top:0}}.card{background:transparent;border-radius:0;box-shadow:none;min-width:200px;max-width:260px;width:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;margin:0;transition:opacity .18s ease;border:none;text-align:center}.card:hover{opacity:.88}.card-number{font-size:2.1rem;font-weight:700;color:var(--accent);margin-bottom:.3rem;letter-spacing:-.01em;font-family:var(--font-heading)}.card-label{font-size:1.02rem;color:var(--text);font-weight:500;margin:0}.card-description{font-size:.97rem;color:var(--text-secondary);margin-top:.7rem;margin-bottom:0}.value-card-points{margin:.4rem 0 0;padding-left:1.1rem;color:var(--text-secondary);font-size:.96rem;line-height:1.55;text-align:left;align-self:stretch}.value-card-points li{margin:.26rem 0}.services,.contact,.ai-section,.stats-section,.bar-chart-section,.bar-chart-card{background:transparent;color:var(--text);border:none;border-top:1px solid var(--border);border-radius:0;box-shadow:none;margin:0 auto;padding:3.5rem 1.5rem 1rem;max-width:1100px;overflow:visible}.services h2,.ai-section h2,.contact h2,.bar-chart-header h3{text-align:center;font-size:clamp(1.5rem,2.4vw,1.9rem);margin-bottom:1.2rem;font-weight:700;color:var(--text);font-family:var(--font-heading)}.services h2{margin-bottom:2.2rem}.service-cards{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;max-width:1100px;margin:0 auto}.service-card{background:transparent;border-radius:0;box-shadow:none;padding:0 1.6rem;flex:1 1 220px;min-width:180px;max-width:300px;text-align:center;transition:opacity .18s ease;border:none;border-left:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.service-card:first-child{border-left:none}.service-card:hover{opacity:.88}@media (max-width: 900px){.service-card{border-left:none;border-top:1px solid var(--border);padding:2rem 0 0;max-width:420px;margin:0 auto}.service-card:first-child{border-top:none;padding-top:0}}.service-card img{width:100%;max-width:90px;height:90px;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:1rem;box-shadow:none;display:block;margin:0 auto 1rem}.service-icon-wrap{width:90px;height:90px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.service-icon-image{width:100%;height:100%;object-fit:contain;display:block;image-rendering:auto;transform-origin:center}body[data-theme=dark] .service-icon-image,body[data-theme=dark] .value-card-icon-wrap img{filter:invert(1) brightness(1.15)}.service-card .service-icon-image{max-width:none;border-radius:0;box-shadow:none;object-fit:contain;margin:0}.service-icon-image--0{transform:scale(1)}.service-icon-image--1{transform:scale(1.16)}.service-icon-image--2{transform:scale(1.2)}.service-card-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1;min-height:205px}.service-card h3,.service-card .card-label{font-size:1.05rem;color:var(--text);margin-bottom:.4rem;font-weight:600;font-family:var(--font-heading)}.service-card p,.service-card .card-description{color:var(--text-secondary);font-size:.96rem}.service-category{max-width:1040px;margin:0 auto}.service-category+.service-category{margin-top:2.6rem}.service-category-label{font-family:var(--font-heading);font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--accent);margin:0 0 1.1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.service-bento{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem;margin-bottom:1.4rem}.service-row{display:grid;gap:1.4rem}.service-row--2{grid-template-columns:repeat(2,1fr)}.service-row--4{grid-template-columns:repeat(4,1fr)}.service-tile{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.4rem 1.3rem 1.5rem;box-shadow:var(--shadow-xs);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.service-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--border-strong)}.service-tile--flagship{padding:2rem 1.8rem 1.9rem;border-radius:var(--radius-lg)}.service-tile--flagship:before{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,var(--accent-soft),transparent 70%);pointer-events:none}.service-tile-icon{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--accent-soft);color:var(--accent);margin-bottom:1rem;flex-shrink:0}.service-tile-icon svg{width:22px;height:22px}.service-tile-icon--lg{width:56px;height:56px;border-radius:var(--radius-lg)}.service-tile-icon--lg svg{width:28px;height:28px}.service-tile-body{margin-bottom:.9rem;position:relative}.service-tile--flagship .service-tile-body{min-height:4.8rem}.service-row--2 .service-tile-body{min-height:4.6rem}.service-row--4 .service-tile-body{min-height:7.2rem}.service-tile--flagship .service-tile-title{font-size:1.22rem}.service-tile--flagship .service-tile-desc{font-size:.97rem}.service-tile-title{font-family:var(--font-heading);font-size:1.02rem;font-weight:600;color:var(--text);margin:0 0 .4rem;line-height:1.3}.service-tile-desc{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.55}.service-benefits--tiles{position:relative;max-width:none;margin:auto 0 0;text-align:left;padding-top:.6rem;border-top:1px solid var(--border);width:100%}.service-benefits--tiles li{font-size:.86rem}.service-tile--flagship .service-benefits--tiles li{font-size:.9rem}@media (max-width: 1000px){.service-row--4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.service-bento,.service-row--2{grid-template-columns:1fr}}@media (max-width: 560px){.service-row--4{grid-template-columns:1fr}.service-tile{max-width:420px;margin:0 auto;width:100%}}.ai-section p,.card-section>p{max-width:700px;margin:0 auto 1.5rem;text-align:center;font-size:1.05rem;line-height:1.75;color:var(--text-secondary)}.ai-section ul{display:flex;justify-content:center;gap:1.2rem;list-style:none;padding:0;margin:0}.ai-section-features{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin:2rem 0 1.5rem;padding:0;list-style:none}.ai-feature{background:transparent;color:var(--text-secondary);border-radius:var(--radius-pill);padding:.55rem 1.2rem;font-size:.95rem;font-weight:500;box-shadow:none;min-width:0;max-width:none;text-align:center;transition:color .18s ease,border-color .18s ease;border:1px solid var(--border-strong);margin:0;display:flex;align-items:center;justify-content:center}.ai-feature:hover{color:var(--accent);border-color:var(--accent)}.blog-list-section{max-width:760px}.blog-subtitle{text-align:center;color:var(--text-secondary);margin:-1rem 0 0;font-size:1rem}.blog-empty{text-align:center;color:var(--text-secondary);margin-top:2rem}.blog-list{display:flex;flex-direction:column;margin-top:2rem}.blog-list-item{display:block;padding:1.8rem 0;border-top:1px solid var(--border);text-decoration:none;color:inherit;transition:opacity .18s ease}.blog-list-item:first-child{border-top:none}.blog-list-item:hover{opacity:.8}.blog-list-date{display:block;font-size:.85rem;color:var(--accent);font-weight:600;letter-spacing:.02em;margin-bottom:.4rem}.blog-list-title{font-size:1.25rem;font-weight:700;color:var(--text);margin:0 0 .5rem;font-family:var(--font-heading)}.blog-list-desc{font-size:.98rem;line-height:1.65;color:var(--text-secondary);margin:0}.blog-post{max-width:720px;text-align:left}.blog-back{display:inline-block;color:var(--accent);text-decoration:none;font-weight:500;font-size:.95rem;margin-bottom:1.5rem}.blog-back:hover{text-decoration:underline}.blog-post-title{font-size:clamp(1.8rem,3.4vw,2.4rem);font-weight:700;color:var(--text);line-height:1.15;letter-spacing:-.01em;margin:0 0 .6rem;font-family:var(--font-heading);text-align:left}.blog-post-meta{color:var(--text-secondary);font-size:.92rem;margin:0 0 2.2rem}.blog-post-body{color:var(--text-secondary);font-size:1.02rem;line-height:1.8}.blog-post-body h1,.blog-post-body h2,.blog-post-body h3,.blog-post-body h4{color:var(--text);font-weight:700;margin:2.2rem 0 .9rem;font-family:var(--font-heading)}.blog-post-body h1{font-size:1.6rem}.blog-post-body h2{font-size:1.35rem}.blog-post-body h3{font-size:1.15rem}.blog-post-body h4{font-size:1.05rem}.blog-post .blog-post-body p{margin:0 0 1.2rem;text-align:left}.blog-post-body ul,.blog-post-body ol{margin:0 0 1.2rem;padding-left:1.3rem}.blog-post-body li{margin:.4rem 0;text-align:left}.blog-post-body strong{color:var(--text)}.blog-post-body a{color:var(--accent)}.blog-post-body u{text-decoration-color:var(--accent)}.blog-post-body blockquote{margin:0 0 1.2rem;padding-left:1.1rem;border-left:2px solid var(--border-strong);color:var(--text-muted);font-style:italic}.blog-list-section .blog-list-desc{text-align:left}.faq-section{max-width:760px}.faq-list{display:flex;flex-direction:column;margin-top:1.5rem}.faq-item{padding:1.6rem 0;border-top:1px solid var(--border)}.faq-item:first-child{border-top:none}.faq-question{font-size:1.08rem;font-weight:700;color:var(--text);margin:0 0 .6rem;font-family:var(--font-heading)}.faq-answer{font-size:.98rem;line-height:1.7;color:var(--text-secondary);margin:0}.contact{max-width:640px}form{display:flex;flex-direction:column;gap:.8rem;max-width:360px;margin:0 auto 1.2rem}form input,form textarea{padding:.7rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--border-strong);font-size:1rem;background:var(--surface-alt);color:var(--text);resize:none;transition:border-color .18s ease,background .18s ease;font-family:var(--font-body)}form input:focus,form textarea:focus{border-color:var(--accent);background:var(--surface);outline:none;box-shadow:0 0 0 3px var(--accent-soft)}form button[disabled]{opacity:.55;cursor:not-allowed}form label{font-size:.95rem;color:var(--text-secondary);display:flex;align-items:center;gap:.4rem}form label a{color:var(--accent);text-decoration:underline}.contact-info{text-align:center;color:var(--text-secondary);font-size:.96rem}.contact-info a{color:var(--accent);text-decoration:underline;word-break:break-all}.contact-info iframe{margin-top:.5rem;border:none;border-radius:var(--radius-sm)}footer{text-align:center;padding:2.2rem 1rem;background:transparent;color:var(--text-secondary);font-size:.92rem;letter-spacing:.01em;margin-top:2rem;border-radius:0;border-top:1px solid var(--border)}.footer-social{margin-bottom:.6rem}.footer-social a{display:inline-block;margin:0 .35rem;color:var(--text-secondary);opacity:.85;transition:opacity .18s ease,color .18s ease}.footer-social a:hover{opacity:1;color:var(--accent)}.footer-links{margin-bottom:.4rem}.footer-links a,.footer-links span{color:var(--text-secondary);text-decoration:underline;font-size:.92rem;margin:0 .2rem}.footer-links span{text-decoration:none}.scroll-to-top{position:fixed;right:2rem;bottom:2.5rem;z-index:1200;background:var(--surface);color:var(--text);border:1px solid var(--border-strong);border-radius:50%;width:46px;height:46px;font-size:1.6rem;box-shadow:var(--shadow-sm);cursor:pointer;opacity:.92;transition:opacity .18s ease,background .18s ease,color .18s ease,transform .18s ease}.scroll-to-top:hover{opacity:1;background:var(--accent);color:var(--accent-contrast);border-color:var(--accent);transform:translateY(-2px)}@media (max-width: 900px){.scroll-to-top{bottom:calc(1rem + env(safe-area-inset-bottom));right:1rem}}.fade-section,.slide-left,.slide-right,.zoom-in,.zoom-out{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.fade-section{transform:translateY(24px)}.fade-section.visible{opacity:1;transform:none}.slide-left{transform:translate(-20px)}.slide-left.visible{opacity:1;transform:none}.slide-right{transform:translate(20px)}.slide-right.visible{opacity:1;transform:none}.zoom-in{transform:scale(.96)}.zoom-in.visible{opacity:1;transform:scale(1)}.zoom-out{transform:scale(1.04)}.zoom-out.visible{opacity:1;transform:scale(1)}.bounce-in{opacity:0;transform:translateY(14px);animation:bounce-in .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes bounce-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;inset:0;background:#0a0a0b73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem 1.5rem 1.5rem;max-width:350px;width:min(90vw,350px);position:relative;animation:modalPop .2s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;gap:.7rem}@keyframes modalPop{0%{transform:scale(.96) translateY(12px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-close{position:absolute;top:.7rem;right:1rem;background:none;border:none;font-size:1.8rem;color:var(--text-muted);cursor:pointer;transition:color .18s ease}.modal-close:hover{color:var(--text)}.modal img{width:100%;max-width:120px;height:80px;object-fit:cover;border-radius:var(--radius-sm);margin:.5rem 0;box-shadow:none}.modal-icon{font-size:2.1rem;margin-bottom:.2rem}.service-icon{font-size:1.9rem;display:block;margin-bottom:.2rem}.service-benefits{list-style:none;padding:0;margin:.5rem 0 0;color:var(--text-secondary);font-size:.93rem}.service-benefits li{margin-bottom:.2rem}.service-benefits--cards{margin-top:.7rem;width:100%;max-width:220px;text-align:left;margin-left:auto;margin-right:auto}.service-benefits--cards li{display:flex;align-items:flex-start;gap:.35rem}.service-benefits--cards .benefit-check{flex:0 0 1rem;width:1rem;text-align:center;line-height:1.35;color:var(--accent)}.service-benefits--cards .benefit-text{flex:1}.ai-quote{margin:2rem auto 0;max-width:500px;background:var(--surface-alt);color:var(--text);font-style:italic;border-left:3px solid var(--accent);padding:1rem 1.5rem;border-radius:var(--radius-md);font-size:1.05rem;text-align:center}.ai-quote span{display:block;margin-top:.7rem;font-size:.94rem;color:var(--text-secondary);font-style:normal}body,header,.card-section,.card,.services,.contact,.ai-section,.stats-section,.bar-chart-section,.bar-chart-card,.stat,.modal,.service-card,.ai-feature,.ai-quote,.bar,.theme-toggle{transition:background .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1)}.lang-text-fader :is(h1,h2,h3,h4,h5,h6,p,span,small,strong,em,li,dt,dd,label,a,button,blockquote,figcaption){transition:opacity .24s cubic-bezier(.4,0,.2,1);opacity:1}.lang-text-fader.out :is(h1,h2,h3,h4,h5,h6,p,span,small,strong,em,li,dt,dd,label,a,button,blockquote,figcaption){opacity:0}.lang-text-fader.out :is(a,button){pointer-events:none}.theme-toggle{position:static;top:unset;right:unset;z-index:1500;background:transparent;color:var(--text);border:1px solid var(--border-strong);border-radius:50%;width:42px;height:42px;font-size:1.4rem;box-shadow:none;cursor:pointer;opacity:.92;transition:background .18s ease,color .18s ease,opacity .18s ease,border-color .18s ease}.theme-toggle:hover{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent);opacity:1}.stats-section{max-width:900px;margin:3rem auto 1.5rem;text-align:center}.stats-row{display:flex;justify-content:center;gap:1.4rem;flex-wrap:wrap;margin-top:1.5rem}.stat{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:160px;height:auto;min-height:0;background:transparent;border-radius:0;box-shadow:none;margin:0;padding:0 1.6rem;border:none;border-left:1px solid var(--border)}.stat:first-child{border-left:none}.stat-number{font-size:2.1rem;font-weight:700;color:var(--accent);margin-bottom:.3rem;letter-spacing:-.01em;font-family:var(--font-heading);transition:color .2s}.stat-label{font-size:1rem;color:var(--text-secondary);margin:0}.bar-chart-section,.bar-chart-card{max-width:900px;margin:1.5rem auto 2rem;text-align:center;padding:1.5rem 1rem 2rem;border-radius:0;box-shadow:none;background:transparent;color:var(--text)}.bar-chart-card{border-top:1px solid var(--border)}.bar-chart-header{padding:2.2rem 1rem .5rem;border-bottom:1px solid var(--border)}.bar-chart-header h3{margin:0;font-size:1.2rem;font-weight:700;color:var(--text)}.bar-chart{display:flex;align-items:flex-end;justify-content:center;gap:2.5rem;height:200px;margin:2rem 0}.bar-col{display:flex;flex-direction:column;align-items:center;width:50px}.bar{width:34px;background:var(--accent);border-radius:6px 6px 0 0;position:relative;display:flex;align-items:flex-end;justify-content:center;box-shadow:none;transition:height .7s cubic-bezier(.4,0,.2,1)}.bar-value{position:absolute;top:-2.2rem;left:50%;transform:translate(-50%);font-size:1.05rem;color:var(--accent);font-weight:700}.bar-label{margin-top:.7rem;font-size:.96rem;color:var(--text-secondary)}@media (max-width: 900px){.hero{flex-direction:column;text-align:center;gap:1.2rem;padding:1.5rem .5rem}.hero-content{width:100%}.service-cards{flex-direction:column;gap:1rem;align-items:center}.ai-section ul{flex-direction:column;gap:.7rem;align-items:center}.card-row{flex-direction:column;gap:1.2rem;align-items:center}.card{max-width:340px}.service-card-body{min-height:auto}}@media (max-width: 700px){.stats-row{flex-direction:column;gap:1.2rem;align-items:stretch;height:auto}.bar-chart{flex-direction:column;gap:1.2rem;height:120px}.bar-col{width:32px}.bar{width:22px}}@media (max-width: 600px){header{padding:.5rem 0}.nav-container{flex-direction:column;gap:.5rem;padding:0 .5rem}.logo{height:32px}nav{gap:1rem}.hero{padding:1rem .2rem;gap:.7rem}.hero-content h1{font-size:1.2rem}.services,.ai-section,.contact{padding:1rem .2rem}form{max-width:100%}footer{padding:.7rem .2rem;font-size:.93rem}}section[id]{scroll-margin-top:90px}@media (max-width: 700px){main{padding-top:56px}section[id]{scroll-margin-top:56px}}.hero-features{display:flex;gap:1.2rem;justify-content:flex-start;margin:1.2rem 0 1.7rem;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;background:var(--surface-alt);color:var(--text);border-radius:var(--radius-pill);padding:.5rem 1.1rem .5rem .8rem;font-weight:500;font-size:1.02rem;box-shadow:none;border:1px solid var(--border);transition:background .18s ease,color .18s ease,border-color .18s ease;cursor:pointer;position:relative}.hero-feature:hover,.hero-feature:focus{background:var(--accent-soft);border-color:var(--accent);color:var(--text);outline:none}.hero-feature-icon{font-size:1.2em;margin-right:.6em}:root{color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{margin:0;padding:0;min-width:320px}@media (max-width: 768px){.hero{gap:.55rem;padding:1.1rem .6rem .4rem}.hero-content{gap:.45rem}.hero-content h1{font-size:2.3rem;line-height:1.08;margin-bottom:.5rem}.hero-content p{font-size:1.05rem}}@media (max-width: 600px){.hero{gap:.45rem;padding:.95rem .35rem .3rem}.hero-content h1{font-size:2rem;line-height:1.1;margin-bottom:.4rem}.hero-content p{font-size:1rem}}@media (max-width: 480px){.hero{gap:.35rem;padding:.9rem .25rem .25rem}.hero-content h1{font-size:1.8rem;line-height:1.12;margin-bottom:.35rem}.hero-content p{font-size:.98rem}}@media (max-width: 768px){header{padding:.5rem 0}.nav-container{gap:.5rem;padding:0 .5rem}}@media (max-width: 600px){.nav-container{flex-direction:column;align-items:stretch}.logo{height:32px}.navbar nav{flex-wrap:wrap;overflow:visible;gap:.6rem;max-width:100%;overscroll-behavior-x:contain}.navbar nav a{padding:.4rem .8rem}}@media (max-width: 480px){.navbar nav a,.navbar .lang-btn{background:var(--surface-alt);border-color:var(--border);color:var(--text)}.navbar nav a:hover,.navbar .lang-btn:hover{background:var(--accent-soft);color:var(--accent)}}@media (max-width: 600px){.hero-cta-row{justify-content:stretch}.cta{width:100%;text-align:center;padding:.9rem 1.4rem}}@media (max-width: 900px){.card-row,.service-cards,.stats-row,.ai-section-features{gap:1rem}}@media (max-width: 768px){.card-section,.services,.ai-section,.contact,.stats-section,.bar-chart-section,.bar-chart-card{padding:1.2rem .8rem;margin:1.2rem auto;max-width:100%}.card,.service-card,.process-card,.stat,.ai-feature,.bar-chart-card{max-width:100%;width:100%}.process-card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);padding:1.2rem 1rem;border:1px solid var(--border);min-height:auto}.process-card-icon{min-height:90px;margin-bottom:1rem;padding:0;border-radius:10px}.process-card-icon svg{width:80px;height:80px}.process-card-title{font-size:1.05rem;color:var(--accent);margin-bottom:.4rem;font-weight:600;text-align:center}.process-card-desc{color:var(--text-secondary);font-size:.97rem;line-height:1.6;text-align:center;margin:0}}@media (max-width: 600px){.card{min-width:0}}@media (max-width: 700px){.bar-chart{gap:1rem;height:140px}.bar-col{width:36px}.bar{width:18px}}@media (max-width: 480px){.bar-chart{gap:.8rem;height:120px}.bar-col{width:28px}.bar{width:14px}.bar-value{font-size:.95rem;top:-1.8rem}.bar-label{font-size:.92rem}}@media (max-width: 600px){form{max-width:100%;padding:0 .2rem}form input,form textarea{padding:.9rem;font-size:1rem}form button{padding:.9rem 1rem;width:100%}}@media (max-width: 480px){.lang-menu{max-width:90vw;right:0;left:auto}.lang-item{padding:.7rem .9rem}}@media (max-width: 600px){section[id]{scroll-margin-top:64px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.mbar,.mdrawer-overlay,.mdrawer,.mcta,.mmodal-overlay{display:none}@media (max-width: 900px){header.navbar{display:none!important}main{padding-top:56px}section[id]{scroll-margin-top:56px}.mbar{position:fixed;top:0;left:0;right:0;z-index:1400;display:flex;align-items:center;gap:8px;padding:8px 12px;height:56px;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);background:rgba(var(--bg-rgb),.82);border-bottom:1px solid var(--border);transform:translateY(0);transition:transform .2s ease}.mbar.hide{transform:translateY(-100%)}.mbar .mbar-btn{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);padding:8px;background:var(--surface-alt);color:var(--text);border:1px solid var(--border);font-size:18px}.mbar .mbar-logo img{height:28px;width:auto;object-fit:contain}.mbar-spacer{flex:1 1 auto}.mdrawer-overlay{display:block;position:fixed;inset:0;background:#0a0a0b66;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1550}.mdrawer-overlay.open{opacity:1;pointer-events:auto}.mdrawer{position:fixed;top:0;right:0;bottom:0;width:min(86vw,360px);background:var(--surface);color:var(--text);box-shadow:var(--shadow-lg);transform:translate(100%);transition:transform .2s ease;z-index:1560;display:flex;flex-direction:column;border-left:1px solid var(--border)}.mdrawer.open{transform:translate(0)}.mdrawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);font-weight:700;font-size:18px}.mdrawer-header .brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;color:var(--text);font-family:var(--font-heading)}.mdrawer-header .brand img{height:26px;width:26px;border-radius:6px;object-fit:cover}.mdrawer-header .brand span{letter-spacing:.2px}.mdrawer-close{min-width:44px;min-height:44px}.mdrawer .mbar-btn{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);padding:8px 10px;background:var(--surface-alt);color:var(--text);border:1px solid var(--border);box-shadow:none;transition:background .16s ease,transform 80ms ease}.mdrawer .mbar-btn:hover{background:var(--accent-soft)}.mdrawer .mbar-btn:active{transform:translateY(1px)}.mdrawer-nav{display:flex;flex-direction:column;padding:8px 12px;gap:8px}.mdrawer-nav a{font-size:18px;padding:12px;color:var(--text);text-decoration:none;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-alt);box-shadow:none;transition:background .16s ease,transform 80ms ease}.mdrawer-nav a:hover{background:var(--accent-soft)}.mdrawer-nav a:active{transform:translateY(1px)}.mdrawer-nav a.active{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.mdrawer-section{padding:12px;border-top:1px solid var(--border)}.mdrawer-label{font-size:14px;color:var(--text-muted);margin-bottom:8px}.mdrawer-lang{display:flex;gap:8px;flex-wrap:wrap}.pill{display:inline-flex;align-items:center;text-decoration:none;min-height:44px;padding:8px 12px;font-size:16px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface-alt);color:var(--text)}.pill.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.flag{font-size:18px;margin-right:6px}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.mcta{display:inline-flex;align-items:center;position:fixed;left:1rem;right:auto;bottom:calc(1rem + env(safe-area-inset-bottom));z-index:1500;background:var(--accent);color:var(--accent-contrast);border:1px solid transparent;border-radius:var(--radius-md);padding:.9rem 1.2rem;font-weight:600;box-shadow:var(--shadow-md)}.mcta:active{transform:translateY(1px)}.mmodal-overlay{position:fixed;inset:0;background:#0a0a0b66;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1600;animation:mfade .2s ease}.mmodal{width:min(92vw,520px);max-height:86vh;overflow:auto;background:var(--surface);color:var(--text);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:16px;transform:translateY(0);animation:mspring .2s ease;position:relative}.mmodal-close{position:absolute;right:12px;top:8px;min-width:44px;min-height:44px}@keyframes mfade{0%{opacity:0}to{opacity:1}}@keyframes mspring{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}
