@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");.v2j-home{--primary:#1a73e8;--primary-hover:#1557b0;--primary-soft:rgba(26,115,232,0.1);--vpurple:#8a5fbf;--vgreen:#5fbfa3;--ink:#0f172a;--ink-soft:#475569;--ink-muted:#94a3b8;--surface:#ffffff;--surface-raised:#f8fafc;--surface-overlay:rgba(255,255,255,0.8);--border-home:#e2e8f0;--border-strong:#cbd5e1;--muted-bg:#f1f5f9;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:2rem;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 16px rgba(0,0,0,0.08);--shadow-lg:0 12px 40px rgba(0,0,0,0.12);--shadow-xl:0 24px 64px rgba(0,0,0,0.16);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,0.25);--transition:0.25s cubic-bezier(0.4,0,0.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);background:var(--surface);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background .4s ease,color .4s ease}.v2j-home *,.v2j-home :after,.v2j-home :before{box-sizing:border-box;margin:0;padding:0}.v2j-home[data-theme=dark]{--ink:#e2e8f0;--ink-soft:#94a3b8;--ink-muted:#64748b;--surface:#0f172a;--surface-raised:#1e293b;--surface-overlay:rgba(15,23,42,0.8);--border-home:#1e293b;--border-strong:#334155;--muted-bg:#1e293b;--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow-md:0 4px 16px rgba(0,0,0,0.3);--shadow-lg:0 12px 40px rgba(0,0,0,0.4);--shadow-xl:0 24px 64px rgba(0,0,0,0.5);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,0.5)}.v2j-home a{text-decoration:none;color:inherit}.v2j-home button{font-family:inherit;cursor:pointer;border:none;background:none}.v2j-home img{max-width:100%;display:block}.v2j-home ul{list-style:none}.v2j-home .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.v2j-home .container{width:100%;max-width:1440px;margin:0 auto;padding:0 16px}@media(min-width:640px){.v2j-home .container{padding:0 24px}}@media(min-width:1024px){.v2j-home .container{padding:0 32px}}.v2j-home .site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--surface-overlay);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-home);transition:var(--transition)}.v2j-home .site-header nav{display:flex;align-items:center;justify-content:space-between;height:80px}.v2j-home .nav__brand{display:flex;align-items:center;gap:8px}.v2j-home .nav__logo{width:32px;height:32px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center}.v2j-home .nav__logo svg{width:20px;height:20px;color:#fff}.v2j-home .nav__logo-img{width:36px;height:36px;border-radius:50%;object-fit:cover}.v2j-home .nav__wordmark{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--primary)}.v2j-home .nav__actions{display:flex;align-items:center;gap:8px}.v2j-home .lang-select{padding:6px 28px 6px 10px;font-size:.8rem;font-weight:600;color:var(--ink-soft);background:transparent;border:1px solid var(--border-home);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;font-family:inherit}.v2j-home .lang-select:hover{border-color:var(--border-strong)}.v2j-home .lang-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.v2j-home .lang-select option{background:var(--surface);color:var(--ink)}.v2j-home .theme-toggle{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-home);border-radius:var(--radius-md);color:var(--ink-muted);transition:var(--transition);background:var(--surface);cursor:pointer;flex-shrink:0}.v2j-home .theme-toggle:hover{background:var(--muted-bg);color:var(--ink)}.v2j-home .theme-toggle svg{width:18px;height:18px}.v2j-home .nav__auth{display:none;align-items:center;gap:8px}@media(min-width:768px){.v2j-home .nav__auth{display:flex}}.v2j-home .btn--ghost{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:700;color:var(--ink-soft);border-radius:var(--radius-md);transition:var(--transition);white-space:nowrap}.v2j-home .btn--ghost:hover{background:var(--muted-bg);color:var(--ink)}.v2j-home .btn--primary{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:700;background:var(--primary);color:#fff;border-radius:var(--radius-md);transition:var(--transition);white-space:nowrap}.v2j-home .btn--primary:hover{background:var(--primary-hover)}.v2j-home .nav__links{display:none;align-items:center;gap:24px}.v2j-home .nav__links a{font-size:.875rem;font-weight:600;color:var(--ink-soft);transition:var(--transition)}.v2j-home .nav__links a:hover{color:var(--primary)}@media(min-width:1024px){.v2j-home .nav__links{display:flex}}.v2j-home .nav-close-btn{display:flex;align-items:center;gap:8px;margin-left:8px;padding:0;cursor:pointer;background:none;border:none;color:var(--ink)}@media(min-width:1024px){.v2j-home .nav-close-btn{display:none}}.v2j-home .menu-button-text{overflow:hidden;height:.75rem;line-height:.75rem}.v2j-home .menu-button-text p{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;line-height:.75rem;margin:0;padding:0;transition:transform .4s cubic-bezier(.76,0,.24,1)}.v2j-home.menu-open .menu-button-text p{transform:translateY(-.75rem)}.v2j-home .icon-wrap{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.v2j-home .menu-button-icon{width:16px;height:16px;transition:transform .6s cubic-bezier(.76,0,.24,1)}.v2j-home.menu-open .menu-button-icon{transform:rotate(45deg)}.v2j-home .fullscreen-menu{position:fixed;inset:0;z-index:999;background:rgba(10,10,10,.97);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease}.v2j-home .fullscreen-menu.open{opacity:1;pointer-events:all}.v2j-home .fullscreen-menu__inner{width:100%;max-width:600px;padding:0 24px}.v2j-home .fullscreen-menu__buttons{display:flex;flex-direction:column;gap:12px;margin-top:32px}.v2j-home .fullscreen-menu__btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 16px;font-size:1rem;font-weight:700;border-radius:var(--radius-md);transition:var(--transition)}.v2j-home .fullscreen-menu__btn svg{width:20px;height:20px}.v2j-home .fullscreen-menu__btn--ghost{color:#fff;border:1px solid rgba(255,255,255,.2);background:transparent}.v2j-home .fullscreen-menu__btn--ghost:hover{background:rgba(255,255,255,.05)}.v2j-home .fullscreen-menu__btn--primary{color:#fff;background:var(--primary)}.v2j-home .fullscreen-menu__btn--primary:hover{background:var(--primary-hover)}.v2j-home .btn--hero-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:64px;padding:0 40px;font-size:1.125rem;font-weight:700;background:var(--primary);color:#fff;border-radius:9999px;box-shadow:var(--shadow-2xl);transition:all .3s ease;width:100%}.v2j-home .btn--hero-primary:hover{background:var(--primary-hover);box-shadow:0 25px 50px -12px rgba(26,115,232,.3)}@media(min-width:640px){.v2j-home .btn--hero-primary{width:auto}}.v2j-home .btn--hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:64px;padding:0 40px;font-size:1.125rem;font-weight:700;border-radius:9999px;transition:all .3s ease;width:100%;background:#0f172a;color:#fff}.v2j-home .btn--hero-secondary:hover{background:#1e293b}.v2j-home[data-theme=dark] .btn--hero-secondary{background:#fff;color:#0f172a}.v2j-home[data-theme=dark] .btn--hero-secondary:hover{background:#e2e8f0}@media(min-width:640px){.v2j-home .btn--hero-secondary{width:auto}}.v2j-home .btn--card{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:56px;font-size:1.125rem;font-weight:700;border-radius:12px;transition:var(--transition)}.v2j-home .btn--card-primary{background:var(--primary);color:#fff}.v2j-home .btn--card-primary:hover{background:var(--primary-hover)}.v2j-home .btn--card-purple{background:var(--vpurple);color:#fff}.v2j-home .btn--card-purple:hover{opacity:.9}.v2j-home .btn--card-green{background:var(--vgreen);color:#fff}.v2j-home .btn--card-green:hover{opacity:.9}.v2j-home .cta-section{padding:96px 0;background:var(--primary);color:#fff;overflow:hidden;position:relative}.v2j-home .cta-section:before{content:"";position:absolute;top:0;right:0;width:600px;height:600px;background:rgba(255,255,255,.05);border-radius:50%;transform:translate(50%,-50%);filter:blur(80px);pointer-events:none}.v2j-home .cta-section .cta-inner{text-align:center;position:relative;z-index:1;max-width:640px;margin:0 auto}.v2j-home .cta-section .cta-title{font-size:clamp(2rem,5vw,3.75rem);font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:24px}.v2j-home .cta-section .cta-desc{font-size:clamp(1rem,2vw,1.25rem);opacity:.8;margin-bottom:40px;font-weight:500}.v2j-home .cta-section .btn--cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:64px;padding:0 48px;font-size:1.125rem;font-weight:900;border-radius:9999px;background:#fff;color:var(--primary);box-shadow:var(--shadow-2xl);transition:all .3s ease}.v2j-home .cta-section .btn--cta:hover{background:#f1f5f9}.v2j-home .footer{padding:96px 0;border-top:1px solid var(--border-home)}.v2j-home .footer__inner{display:flex;flex-direction:column;align-items:center;gap:48px}@media(min-width:768px){.v2j-home .footer__inner{flex-direction:row;justify-content:space-between}}.v2j-home .footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-muted)}.v2j-home .footer__links a:hover{color:var(--primary)}.v2j-home .footer__copy{font-size:.875rem;color:var(--ink-muted);font-weight:600;text-align:center}@media(min-width:768px){.v2j-home .footer__copy{text-align:right}}.v2j-home .fade-up{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.v2j-home .fade-up.visible{opacity:1;transform:translateY(0)}@keyframes v2j-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.v2j-home .hero{padding:160px 0 80px;position:relative;overflow:hidden;background:linear-gradient(to bottom,var(--primary-soft),var(--surface),var(--surface))}.v2j-home .hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:0 16px}.v2j-home .hero__content{text-align:left}.v2j-home .hero__badge{display:inline-flex;align-items:center;gap:8px;background:var(--primary-soft);color:var(--primary);padding:6px 16px;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:32px}.v2j-home .hero__badge-dot{width:8px;height:8px;background:var(--primary);border-radius:50%}.v2j-home .hero__title{font-size:clamp(2.25rem,6vw,5rem);font-weight:900;letter-spacing:-.03em;line-height:1.05;margin-bottom:24px;color:var(--ink)}.v2j-home .hero__title-accent{color:var(--primary)}.v2j-home .hero__desc{font-size:clamp(1rem,2vw,1.25rem);color:var(--ink-muted);margin-bottom:40px;max-width:640px;line-height:1.65;font-weight:500}.v2j-home .hero__actions{display:flex;flex-direction:column;gap:16px;justify-content:flex-start;margin-bottom:48px}@media(min-width:640px){.v2j-home .hero__actions{flex-direction:row;flex-wrap:wrap}}.v2j-home .hero__proof{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:48px}.v2j-home .hero__avatars{display:flex}.v2j-home .hero__avatar{width:36px;height:36px;border-radius:50%;border:2.5px solid var(--surface);margin-left:-10px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.v2j-home .hero__avatar:first-child{margin-left:0}.v2j-home .hero__proof-text{font-size:.85rem;color:var(--ink-muted)}.v2j-home .hero__proof-text strong{color:var(--ink);font-weight:600}.v2j-home .iphone-container{max-width:380px;perspective:1200px;margin-left:auto}.v2j-home .iphone-frame{background:#1a1a1a;border-radius:44px;padding:12px;border:3px solid #2a2a2a;box-shadow:var(--shadow-2xl);position:relative;transform:rotateX(16deg);will-change:transform}.v2j-home .iphone-notch{display:flex;justify-content:center;padding:6px 0 8px}.v2j-home .iphone-notch__camera{width:10px;height:10px;background:#2a2a2a;border-radius:50%;border:1px solid #333}.v2j-home .iphone-screen{border-radius:32px;overflow:hidden;background:#fff;aspect-ratio:9/19.5}.v2j-home .iphone-screen iframe{width:200%;height:200%;border:none;display:block;transform:scale(.5);transform-origin:top left}.v2j-home .iphone-home-indicator{width:100px;height:4px;background:#444;border-radius:4px;margin:8px auto 4px}.v2j-home[data-theme=dark] .iphone-frame{background:#0d0d0d;border-color:#1a1a1a}.v2j-home[data-theme=dark] .iphone-notch__camera{background:#1a1a1a;border-color:#222}.v2j-home[data-theme=dark] .iphone-screen{background:#111}.v2j-home[data-theme=dark] .iphone-home-indicator{background:#333}.v2j-home .stats{padding:64px 0;border-top:1px solid var(--border-home);border-bottom:1px solid var(--border-home);background:var(--surface-raised)}.v2j-home .stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.v2j-home .stats__number{font-size:2.5rem;font-weight:900;color:var(--ink);letter-spacing:-.02em;line-height:1.2}.v2j-home .stats__label{font-size:.85rem;color:var(--ink-muted);margin-top:4px;font-weight:500}.v2j-home .section__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);margin-bottom:12px}.v2j-home .section__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:900;letter-spacing:-.02em;color:var(--ink);margin-bottom:16px;line-height:1.15}.v2j-home .section__desc{font-size:1.05rem;color:var(--ink-muted);max-width:560px;line-height:1.65}.v2j-home .section__header{margin-bottom:72px}.v2j-home .section__header--center{text-align:center;max-width:768px;margin-left:auto;margin-right:auto;margin-bottom:64px}.v2j-home .section__header--center .section__desc{max-width:640px;margin-left:auto;margin-right:auto}.v2j-home .features-section{padding:80px 0 120px}.v2j-home .features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.v2j-home .feature-card{background:var(--surface);border:2px solid var(--border-home);border-radius:var(--radius-2xl);padding:36px;transition:all .5s ease;position:relative;overflow:hidden}.v2j-home .feature-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.v2j-home .feature-card__icon{width:48px;height:48px;background:var(--muted-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.v2j-home .feature-card__icon svg{width:24px;height:24px;color:var(--primary)}.v2j-home .feature-card__title{font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:10px}.v2j-home .feature-card__desc{font-size:.9rem;color:var(--ink-muted);line-height:1.65}.v2j-home .process-section{padding:120px 0;background:var(--surface-raised)}.v2j-home .process__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}.v2j-home .process__grid:before{content:"";position:absolute;top:52px;left:calc(16.66% + 20px);right:calc(16.66% + 20px);height:2px;background:repeating-linear-gradient(90deg,var(--border-home) 0,var(--border-home) 8px,transparent 8px,transparent 16px)}.v2j-home .process__step{text-align:center;position:relative}.v2j-home .process__icon{width:104px;height:104px;margin:0 auto 28px;background:var(--surface);border:2px solid var(--border-home);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;position:relative;transition:var(--transition)}.v2j-home .process__step:hover .process__icon{border-color:var(--primary);box-shadow:0 0 0 8px var(--primary-soft)}.v2j-home .process__icon svg{width:40px;height:40px;color:var(--primary)}.v2j-home .process__number{position:absolute;top:-6px;right:-6px;width:28px;height:28px;background:var(--ink);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.v2j-home[data-theme=dark] .process__number{background:var(--primary)}.v2j-home .process__name{font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:10px}.v2j-home .process__detail{font-size:.9rem;color:var(--ink-muted);line-height:1.6;max-width:280px;margin:0 auto}.v2j-home .pricing-section{padding:120px 0}.v2j-home .pricing-toggle{display:flex;justify-content:center;margin-bottom:48px}.v2j-home .pricing-toggle__wrap{display:flex;background:var(--muted-bg);border-radius:9999px;padding:4px}.v2j-home .pricing-toggle__btn{position:relative;padding:8px 16px;font-size:.875rem;font-weight:600;color:var(--ink-soft);border-radius:9999px;transition:var(--transition);cursor:pointer;background:transparent;border:none;display:flex;align-items:center;gap:8px}.v2j-home .pricing-toggle__btn--active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.v2j-home .pricing-toggle__badge{font-size:.7rem;font-weight:600;background:var(--surface-raised);color:var(--ink-soft);padding:2px 10px;border-radius:9999px}.v2j-home .pricing__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.v2j-home .pricing-card{background:var(--surface);border:2px solid var(--border-home);border-radius:var(--radius-2xl);padding:32px;display:flex;flex-direction:column;transition:all .5s ease;position:relative;overflow:hidden;box-shadow:var(--shadow-xl)}.v2j-home .pricing-card:hover{transform:translateY(-8px)}.v2j-home .pricing-card--popular,.v2j-home .pricing-card--purple{border-color:var(--vpurple)}.v2j-home .pricing-card--green{border-color:var(--vgreen)}.v2j-home .pricing-card--primary{border-color:var(--primary)}.v2j-home .pricing-card__popular{position:absolute;top:0;right:0;background:var(--vpurple);color:#fff;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;padding:6px 16px;border-radius:0 0 0 12px}.v2j-home .pricing-card__icon{width:48px;height:48px;background:var(--muted-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.v2j-home .pricing-card__icon svg{width:24px;height:24px}.v2j-home .pricing-card__name{font-size:1.5rem;font-weight:700;color:var(--ink);margin-bottom:8px}.v2j-home .pricing-card__desc{font-size:.875rem;color:var(--ink-muted);margin-bottom:8px}.v2j-home .pricing-card__price{font-size:2.5rem;font-weight:900;color:var(--ink);margin-bottom:32px}.v2j-home .pricing-card__price span{font-size:.875rem;font-weight:600;color:var(--ink-muted)}.v2j-home .pricing-card__features{flex:1;margin-bottom:32px}.v2j-home .pricing-card__feature{display:flex;align-items:flex-start;gap:12px;padding:8px 0;font-size:.875rem;color:var(--ink-soft);line-height:1.5}.v2j-home .pricing-card__feature svg{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:2px}@media(max-width:1280px){.v2j-home .pricing__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.v2j-home .hero__grid{grid-template-columns:1fr;gap:40px}.v2j-home .hero__content{text-align:center}.v2j-home .hero__actions,.v2j-home .hero__proof{justify-content:center}.v2j-home .hero__desc{margin-left:auto;margin-right:auto}.v2j-home .iphone-container{margin:0 auto}.v2j-home .features__grid{grid-template-columns:1fr 1fr}.v2j-home .process__grid{grid-template-columns:1fr;gap:48px;max-width:400px;margin:0 auto}.v2j-home .process__grid:before{display:none}}@media(max-width:768px){.v2j-home .hero{padding:120px 0 48px}.v2j-home .stats__grid{grid-template-columns:1fr 1fr;gap:20px}.v2j-home .stats__number{font-size:2rem}.v2j-home .features-section{padding:60px 0 80px}.v2j-home .features__grid{grid-template-columns:1fr}.v2j-home .pricing-section,.v2j-home .process-section{padding:80px 0}.v2j-home .pricing__grid{grid-template-columns:1fr}.v2j-home .section__header{margin-bottom:48px}.v2j-home .section__header--center{margin-bottom:40px}.v2j-home .cta-section{padding:80px 0}.v2j-home .footer{padding:56px 0}.v2j-home .footer__inner{gap:32px}.v2j-home .footer__links{gap:20px}.v2j-home .iphone-container{max-width:300px}.v2j-home .iphone-frame{border-radius:36px;padding:10px;border-width:2px}.v2j-home .iphone-screen{border-radius:26px}.v2j-home .iphone-screen iframe{width:150%;height:150%;transform:scale(.667)}.v2j-home .iphone-home-indicator{width:80px;height:3px;margin-top:6px}.v2j-home .nav__auth .lang-select{display:none}}@media(max-width:380px){.v2j-home .iphone-container{max-width:260px}.v2j-home .stats__grid{grid-template-columns:1fr 1fr;gap:16px}.v2j-home .stats__number{font-size:1.75rem}}.v2j-home .contact-section{padding:0 0 100px}.v2j-home .contact__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:start}.v2j-home .contact-form-card{background:var(--surface-raised);border:1px solid var(--border-home);border-radius:16px;padding:40px}.v2j-home .contact-form__field{margin-bottom:20px}.v2j-home .contact-form__field label{display:block;font-size:.875rem;font-weight:600;color:var(--ink);margin-bottom:6px}.v2j-home .contact-form__field input,.v2j-home .contact-form__field textarea{width:100%;padding:12px 16px;font-size:.9375rem;border:1px solid var(--border-home);border-radius:10px;background:var(--surface);color:var(--ink);font-family:inherit;transition:border-color .2s;outline:none}.v2j-home .contact-form__field input:focus,.v2j-home .contact-form__field textarea:focus{border-color:var(--primary)}.v2j-home .contact-form__field textarea{resize:vertical;min-height:120px}.v2j-home .contact-form__submit{width:100%;margin-top:8px}.v2j-home .contact-form__error{color:#ef4444;font-size:.875rem;margin-bottom:12px}.v2j-home .contact-success{text-align:center;padding:40px 20px}.v2j-home .contact-info{display:flex;flex-direction:column;gap:20px}.v2j-home .contact-info__card{background:var(--surface-raised);border:1px solid var(--border-home);border-radius:16px;padding:28px}.v2j-home .contact-info__icon{width:48px;height:48px;border-radius:12px;background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.v2j-home .contact-info__card h3{font-size:1rem;font-weight:700;color:var(--ink);margin-bottom:8px}.v2j-home .contact-info__email{font-size:.9375rem;color:var(--primary);text-decoration:none;font-weight:500}.v2j-home .contact-info__email:hover{text-decoration:underline}.v2j-home .contact-info__note{font-size:.8125rem;color:var(--ink-muted);margin-top:8px;line-height:1.5}.v2j-home .contact-info__detail{font-size:.9375rem;color:var(--ink-soft);line-height:1.5}@media(max-width:768px){.v2j-home .contact__grid{grid-template-columns:1fr}.v2j-home .contact-form-card{padding:28px 20px}}