:root{--bg: #ffffff;--bg-soft: #f8fafc;--text: #374151;--ink: #374151;--ink-soft: #6b7280;--white: #ffffff;--muted: #9ca3af;--brand: #7c3aed;--brand-light: #a78bfa;--btn: #7c3aed;--btn-ink: #fff;--radius: 12px;--shadow-lg: 0 20px 60px rgba(124, 58, 237, .15);--shadow-sm: 0 4px 12px rgba(124, 58, 237, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--white);min-height:100vh;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;line-height:1.6}.site{max-width:1200px;margin:0 auto;padding:28px 24px 56px;scroll-snap-type:y proximity}.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;height:60px;position:relative}.nav__brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.2px}.logo__mark{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:#111;color:#fff;font-size:18px;transform:translateY(-1px);box-shadow:0 6px 18px #1113;animation:logoColorSwitch 4s ease-in-out infinite}@keyframes logoColorSwitch{0%{background:#111;color:#fff}20%{background:#E4FF97;color:#365314}40%{background:#7D55C0;color:#fff}60%{background:#6CE4E0;color:#0f172a}80%{background:#F59E0B;color:#fff}to{background:#111;color:#fff}}.logo__text{font-size:22px}.nav__toggle{display:none;width:40px;height:40px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.nav__toggle:hover{transform:translateY(-1px)}.menu-icon{width:24px;height:24px;color:var(--ink);transition:all .3s ease}.nav--open .menu-icon{transform:rotate(90deg);color:#3b82f6}.nav__overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.nav__menu{display:flex;align-items:center;gap:20px;margin-left:auto}@media (max-width: 768px){.nav__menu{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:#f8fafc;display:flex;flex-direction:column;z-index:1000;transition:left .3s ease;transform:translate(0)}}.nav__toggle{display:none}.nav__links{display:flex;align-items:center;gap:24px;height:100%}.nav__link{display:flex;align-items:center;gap:6px;color:var(--ink-soft);text-decoration:none;font-weight:600;transition:opacity .2s ease,color .2s ease;height:100%;padding:0 2px;white-space:nowrap}.nav__link:hover{color:#374151}.nav__icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#8e8ea0}.nav__text{font-size:12px;font-weight:500}@media (max-width: 768px){.nav__icon{display:flex;width:20px;height:20px;color:#8e8ea0;margin-right:16px;flex-shrink:0}}.nav__menu-header{display:none;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.08);background:transparent;min-height:70px}.nav__close{width:44px;height:44px;border:none;border-radius:12px;background:#3B82F6;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #3b82f64d}.nav__close:hover{background:#2563EB;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.nav__menu-title{font-size:20px;font-weight:700;color:#1f2937;letter-spacing:-.02em}run .nav__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#8e8ea0;margin-right:12px}.nav__text{font-size:16px;font-weight:500;color:#374151}.nav__cta{color:var(--ink-soft);padding:6px 12px;border-radius:6px;font-weight:600;font-size:12px;transition:all .3s ease;height:auto;min-height:32px;display:flex;align-items:center;justify-content:center}.nav__cta:hover{color:#374151}.nav__cta-highlight{background:#E4FF97;color:#365314;padding:6px 12px;border-radius:6px;font-weight:700;font-size:12px;box-shadow:0 2px 8px #e4ff9766;transition:all .3s ease}.nav__cta-highlight:hover{background:#D4F484;transform:translateY(-1px);box-shadow:0 4px 12px #e4ff9799}.nav__cta-contact{background:#3B82F6;color:#fff;font-weight:700;box-shadow:0 2px 8px #3b82f64d;border:2px solid #3B82F6}.nav__cta-contact:hover{background:#2563EB;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666;border-color:#2563eb}header{position:sticky;top:0;z-index:1000;background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.hero{margin-top:80px;display:flex;justify-content:center;align-items:center;min-height:60vh;position:relative;scroll-snap-align:start}.how-it-works{padding:80px 0;scroll-snap-align:start}.how-it-works__title{text-align:center;font-size:clamp(28px,5vw,52px);font-weight:800;color:#374151;margin-bottom:60px}.workflow{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1200px;margin:0 auto;padding:0 24px}.workflow--advanced{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.workflow--advanced{grid-template-columns:1fr;gap:24px}}@media (min-width: 769px) and (max-width: 1024px){.workflow--advanced{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){.workflow--advanced{grid-template-columns:repeat(4,1fr)}}.workflow__step{position:relative;background:transparent;padding:32px 24px;text-align:center;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards;border-radius:16px;border:1px solid transparent}.workflow__step--upload{background:linear-gradient(135deg,rgba(124,58,237,.03) 0%,rgba(124,58,237,.01) 100%);border-color:#7c3aed1a}.workflow__step--analysis{background:linear-gradient(135deg,rgba(59,130,246,.03) 0%,rgba(59,130,246,.01) 100%);border-color:#3b82f61a}.workflow__step--configure{background:linear-gradient(135deg,rgba(16,185,129,.03) 0%,rgba(16,185,129,.01) 100%);border-color:#10b9811a}.workflow__step--download{background:linear-gradient(135deg,rgba(245,158,11,.03) 0%,rgba(245,158,11,.01) 100%);border-color:#f59e0b1a}.workflow__step:nth-child(1){animation-delay:.1s}.workflow__step:nth-child(2){animation-delay:.2s}.workflow__step:nth-child(3){animation-delay:.3s}.workflow__step:nth-child(4){animation-delay:.4s}.workflow__step:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.workflow__step--upload:hover{background:linear-gradient(135deg,rgba(124,58,237,.08) 0%,rgba(124,58,237,.03) 100%);border-color:#7c3aed33}.workflow__step--analysis:hover{background:linear-gradient(135deg,rgba(59,130,246,.08) 0%,rgba(59,130,246,.03) 100%);border-color:#3b82f633}.workflow__step--configure:hover{background:linear-gradient(135deg,rgba(16,185,129,.08) 0%,rgba(16,185,129,.03) 100%);border-color:#10b98133}.workflow__step--download:hover{background:linear-gradient(135deg,rgba(245,158,11,.08) 0%,rgba(245,158,11,.03) 100%);border-color:#f59e0b33}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.workflow__step-number{display:inline-block;width:32px;height:32px;background:#E4FF97;color:#365314;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;box-shadow:0 2px 8px #e4ff9766;font-size:14px;margin:0 auto 16px}.workflow__step-title{font-size:20px;font-weight:700;color:#374151;margin-bottom:12px}.workflow__step-description{color:var(--ink-soft);line-height:1.6;margin-bottom:24px;font-size:14px}@media (max-width: 980px){.workflow{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 640px){.workflow{grid-template-columns:1fr;gap:20px}}@media (max-width: 980px){.hero{min-height:50vh}}.hero__content{display:flex;flex-direction:column;gap:0;padding:3rem;text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:linear-gradient(180deg,#fff,#f8f0ff);border:1px solid #e8d0ff;color:#7b2eff;border-radius:999px;font-weight:700;font-size:12px;box-shadow:0 6px 18px #7b2eff40;margin-bottom:1rem;width:fit-content;max-width:120px}.pill__num{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#7b2eff;color:#fff;font-size:11px}.pill__text{letter-spacing:.2px}.hero__title{margin:0 0 24px;font-size:clamp(32px,5vw,56px);line-height:1.1;letter-spacing:-.025em;font-weight:600;color:var(--ink);font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:900px}.hero__title--highlight{color:var(--brand);font-weight:600;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hero__subtitle{margin:0 0 32px;font-size:clamp(18px,2.5vw,24px);color:var(--ink-soft);max-width:65ch;line-height:1.5;font-weight:400;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cta{display:inline-flex;gap:10px;padding:12px 20px;border-radius:10px;background:linear-gradient(180deg,#7b2eff,#7b2eff);color:#fff;font-weight:600;text-decoration:none;font-size:15px;width:fit-content;min-width:160px;justify-content:center;box-shadow:0 6px 18px #7b2eff40;transition:all .3s ease;margin:0 auto}.cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #7b2eff66;filter:brightness(1.1)}.cta__icon{display:block}.hero__media{position:relative;border-radius:calc(var(--radius) * 1.2);overflow:hidden;box-shadow:none;isolation:isolate;margin-top:4rem;margin-bottom:0rem;margin-right:2rem}.hero__img{width:100%;height:520px;object-fit:cover;display:block;border-radius:var(--radius);transition:opacity .3s ease-in-out}@media (max-width: 980px){.hero__img{height:420px}}.hero__glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(800px 300px at 90% 90%,rgba(123,46,255,.45),transparent 60%),radial-gradient(700px 260px at 10% 90%,rgba(155,77,255,.35),transparent 60%);mix-blend-mode:screen}.image-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:15}.indicator{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.indicator:hover{background-color:#fffc;transform:scale(1.2)}.indicator.active{background-color:var(--brand);border-color:#fff;transform:scale(1.3)}.detection-box{position:absolute;top:30%;left:25%;width:35%;height:40%;border:2px solid #00ff88;border-radius:4px;pointer-events:none;z-index:10;transition:all .8s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #00ff884d}.detection-box__corner{position:absolute;width:12px;height:12px;background:#00ff88;border-radius:2px}.detection-box__corner--top-left{top:-6px;left:-6px}.detection-box__corner--top-right{top:-6px;right:-6px}.detection-box__corner--bottom-left{bottom:-6px;left:-6px}.detection-box__corner--bottom-right{bottom:-6px;right:-6px}.detection-box__label{position:absolute;top:-30px;left:0;background:#00ff88;color:#000;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px #0003}.how-it-works{margin-top:120px;padding:0 24px}.how-it-works__title{font-size:clamp(28px,5vw,52px);line-height:.98;letter-spacing:-.02em;font-weight:800;color:#374151;text-align:center;margin-bottom:60px}.how-it-works__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1000px;margin:0 auto}@media (max-width: 768px){.how-it-works__columns{grid-template-columns:1fr;gap:30px}}.how-it-works__column{text-align:center}.how-it-works__column h3{font-size:22px;font-weight:700;margin-bottom:24px;color:#374151;line-height:1.3;letter-spacing:-.01em}.how-it-works__data-panel{background:linear-gradient(135deg,#7D55C0,#6B46C1);border-radius:var(--radius);padding:28px;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #7d55c04d}.data-item{background:white;padding:14px 18px;margin:10px 0;border-radius:10px;font-weight:600;color:#8e8ea0;border:1px solid #e5e7eb;font-size:14px;transition:all .2s ease}.data-item:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.how-it-works__chart{background:linear-gradient(135deg,#6B7280,#4B5563);border-radius:var(--radius);padding:28px;border:1px solid rgba(255,255,255,.2);min-height:220px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 12px #3741514d}.chart-bars{display:flex;align-items:end;justify-content:space-around;height:140px;margin-bottom:24px}.chart-bar{width:32px;border-radius:6px 6px 0 0;transition:all .3s ease}.chart-bar:hover{transform:scaleY(1.1)}.chart-labels{display:flex;justify-content:space-around;font-size:13px;color:#8e8ea0;font-weight:500}.how-it-works__redirect{color:#7b2eff;font-weight:600;margin-bottom:24px;font-size:15px}.how-it-works__buttons{display:flex;flex-direction:column;gap:14px}.how-it-works__btn{background:#7b2eff;color:#fff;border:none;padding:14px 24px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:15px}.how-it-works__btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #7b2eff4d}.why-it-matters{margin-top:120px;padding:0 24px;scroll-snap-align:start}.why-it-matters__title{font-size:clamp(28px,5vw,52px);line-height:.98;letter-spacing:-.02em;font-weight:800;color:#374151;text-align:center;margin-bottom:60px}.why-it-matters__scroll-container{overflow:visible;padding:0}.why-it-matters__testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto}@media (max-width: 640px){.why-it-matters__scroll-container{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 16px;max-height:70vh;min-height:300px}.why-it-matters__scroll-container::-webkit-scrollbar{display:none}.why-it-matters__testimonials{display:flex;flex-direction:column;gap:16px;grid-template-columns:none;min-height:max-content;padding-bottom:40px}.why-it-matters__testimonial{flex:0 0 auto;min-height:160px;padding:16px}}@media (max-width: 768px){.why-it-matters__testimonials{grid-template-columns:1fr;gap:24px}}.why-it-matters__column{padding:3rem;border-radius:var(--radius);color:#fff;min-height:280px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:var(--shadow-lg);transition:all .3s ease;position:relative;overflow:hidden}.why-it-matters__column:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));opacity:0;transition:opacity .3s ease}.why-it-matters__column:hover:before{opacity:1}.why-it-matters__column:hover{transform:translateY(-6px);box-shadow:0 30px 80px #0006}.why-it-matters__column--business{background:linear-gradient(135deg,#7D55C0,#6B46C1)}.why-it-matters__column--technical{background:linear-gradient(135deg,#6B7280,#4B5563)}.why-it-matters__column h3{font-size:clamp(20px,3vw,32px);font-weight:800;margin-bottom:1rem;color:#fff;text-align:center;line-height:1.2;position:relative;z-index:1}.why-it-matters__list{list-style:none;padding:0;margin:0;position:relative;z-index:1}.why-it-matters__list li{font-size:16px;line-height:1.5;margin-bottom:1.5rem;color:#fff;font-weight:500;position:relative;padding-left:20px;opacity:.9}.why-it-matters__list li:before{content:"•";position:absolute;left:0;color:#fffc;font-weight:700}.why-it-matters__list li:last-child{margin-bottom:0}.case-studies{margin-top:120px;padding:0 24px;scroll-snap-align:start}.case-studies__header{margin-bottom:60px}.case-studies__title{font-size:clamp(28px,5vw,52px);line-height:.98;letter-spacing:-.02em;font-weight:800;color:#374151;text-align:center;margin-bottom:1rem}.case-studies__subtitle{font-size:clamp(16px,2.2vw,22px);color:#8e8ea0;max-width:48ch;line-height:1.5;text-align:center;margin:0 auto}.case-studies__scroll-container{overflow:visible;padding:0}.case-studies__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto}@media (max-width: 980px){.case-studies__grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media (max-width: 640px){.case-studies__scroll-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 16px;scroll-snap-type:x mandatory;scroll-padding:0 20px}.case-studies__scroll-container::-webkit-scrollbar{display:none}.case-studies__grid{display:flex;flex-direction:row;gap:20px;grid-template-columns:none;min-width:max-content;padding-right:60px}.case-study__card{flex:0 0 240px;min-width:240px;scroll-snap-align:start;scroll-snap-stop:always}}.case-study__card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.case-study__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.case-study__image{position:relative;height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.case-study__placeholder{color:#c5c5d1;font-size:14px;text-align:center}.case-study__img{width:100%;height:100%;object-fit:cover}.case-study__content{padding:1.5rem}.case-study__title{font-size:18px;font-weight:600;color:#111827;margin-bottom:.75rem;line-height:1.4}.case-study__description{color:#8e8ea0;font-size:14px;line-height:1.5;margin-bottom:1rem}.case-study__read-more{color:#374151;text-decoration:none;font-size:14px;font-weight:500;border:1px solid #E5E7EB;padding:.5rem 1rem;border-radius:4px;display:inline-block;transition:all .2s ease}.case-study__read-more:hover{background:#F9FAFB;border-color:#d1d5db}.forms-section{margin-top:120px;padding:0 24px;scroll-snap-align:start;position:relative;z-index:10}.forms-section__container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1000px;margin:0 auto}@media (max-width: 768px){.forms-section__container{grid-template-columns:1fr;gap:30px}}.form-card{padding:3rem;border-radius:var(--radius);min-height:400px;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);position:relative;z-index:11}.form-card--dark{background:linear-gradient(135deg,#A855F7,#9333EA);color:#fff}.form-card--light{background:white;color:#374151;border:1px solid #e5e7eb}.form-card__title{font-size:clamp(20px,3vw,32px);font-weight:800;margin-bottom:1rem;line-height:1.2}.form-card:last-child .form-card__title{color:#fff;font-weight:900;text-shadow:0 1px 2px rgba(255,255,255,.1)}.form-card__description{font-size:16px;line-height:1.5;margin-bottom:2rem;opacity:.9}.form-card__form{display:flex;flex-direction:column;gap:1.5rem;flex-grow:1}.form-field{display:flex;flex-direction:column}.form-label{margin-bottom:.5rem;font-size:14px;font-weight:500;color:#374151}.form-input,.form-textarea{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;background:white;color:#374151;transition:all .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #f3b19b1a}.form-textarea{min-height:100px;resize:vertical}.form-button{padding:1rem 2rem;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:auto;align-self:flex-start}.form-button--light{background:white;color:#7b2eff;border:1px solid #7b2eff}.form-button--dark{background:#7b2eff;color:#fff}.form-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.form-button:disabled{opacity:.7;cursor:not-allowed;background:linear-gradient(135deg,#9CA3AF,#6B7280);transform:none}.form-button:disabled:hover{transform:none;box-shadow:0 4px 12px #0000001a}.blog-section{padding:4rem 0;background:#fff}.blog-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.blog-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.blog-card__image{position:relative;height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.blog-card__placeholder{color:#c5c5d1;font-size:14px;text-align:center}.blog-card__category{position:absolute;top:1rem;right:1rem;background:#374151;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:12px;font-weight:500}.blog-card__content{padding:1.5rem}.blog-card__date{color:#8e8ea0;font-size:14px;margin-bottom:.5rem}.blog-card__title{font-size:18px;font-weight:600;color:#111827;margin-bottom:.75rem;line-height:1.4}.blog-card__description{color:#8e8ea0;font-size:14px;line-height:1.5;margin-bottom:1rem}.blog-card__read-more{color:#374151;text-decoration:none;font-size:14px;font-weight:500;border:1px solid #E5E7EB;padding:.5rem 1rem;border-radius:4px;display:inline-block;transition:all .2s ease}.blog-card__read-more:hover{background:#F9FAFB;border-color:#d1d5db}.floating-icons{position:fixed;bottom:2rem;left:0;right:0;pointer-events:none;z-index:1000}.floating-icon{position:absolute;width:48px;height:48px;background:#374151;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #00000026}.floating-icon--cookie{left:2rem}.floating-icon--chat{right:2rem}.nav__arrow{margin-left:.25rem;font-size:10px;opacity:.7}.why-it-matters__testimonial{background:white;padding:2.5rem;border-radius:var(--radius);box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;text-align:center}.why-it-matters__testimonial:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.why-it-matters__quote-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.why-it-matters__quote-mark{color:#fff;font-size:24px;font-weight:700;font-family:serif}.why-it-matters__quote{font-size:16px;line-height:1.5;color:#333;margin-bottom:1.5rem;font-style:italic}.why-it-matters__attribution{font-size:12px;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.5px}.footer{background:transparent;padding:80px 24px 40px;margin-top:120px}.footer__content{max-width:1200px;margin:0 auto 60px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:60px}.footer__left{display:flex;flex-direction:column;gap:24px}.footer__brand{display:flex;flex-direction:column;gap:16px}.footer__logo{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.2px}.footer__logo .logo__mark{width:40px;height:40px;background:#E4FF97;color:#365314;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;animation:logoColorSwitch 4s ease-in-out infinite}.footer__logo .logo__text{font-size:24px;color:#000}.footer__description{color:#8e8ea0;line-height:1.6;font-size:16px;max-width:300px}.footer__center{display:flex;flex-direction:column;gap:24px}.footer__links-title{font-size:18px;font-weight:700;color:#000;margin-bottom:16px}.footer__links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer__link{color:#8e8ea0;text-decoration:none;font-size:16px;transition:color .3s ease}.footer__link:hover{color:#e4ff97}.footer__right{display:flex;flex-direction:column;gap:24px}.footer__contact-title{font-size:18px;font-weight:700;color:#000;margin-bottom:8px}.footer__contact-text{color:#8e8ea0;font-size:16px;margin-bottom:20px}.footer__cta{color:#8e8ea0;text-decoration:none;font-size:16px;transition:color .3s ease;width:fit-content}.footer__cta:hover{color:#e4ff97}.footer__bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:40px;text-align:center}.footer__copyright{color:#c5c5d1;font-size:14px}.form-message{margin-top:16px;padding:16px 20px;border-radius:12px;font-size:16px;font-weight:600;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;animation:slideIn .3s ease-out}.form-message--success{background:linear-gradient(135deg,#E4FF97,#B8E6A3);color:#365314;border:2px solid #A3D977}.form-message--error{background:linear-gradient(135deg,#FEE2E2,#FECACA);color:#dc2626;border:2px solid #F87171}.form-message--loading{background:linear-gradient(135deg,#E0F2FE,#BAE6FD);color:#0369a1;border:2px solid #7DD3FC}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.nav{padding:0 16px;height:56px;justify-content:space-between}.nav__toggle{display:inline-flex;margin-left:auto}.nav--open .nav__menu{left:0;transform:translate(0)}.nav__menu-header{display:flex}.nav__links{flex:1;flex-direction:column;padding:32px 24px;gap:8px;height:auto;overflow-y:auto}.nav__link{display:flex;align-items:center;padding:18px 20px;height:auto;border-radius:16px;justify-content:flex-start;background:transparent;border:none;transition:all .2s ease;color:#374151;font-weight:500;font-size:16px}.nav__link:hover{background:#f3f4f6;transform:translate(4px)}.nav__cta{margin:20px;justify-content:center;border-radius:8px;border:1px solid #e5e7eb}}@media (max-width: 640px){.nav{flex-wrap:wrap;height:auto;padding:12px 16px;gap:12px}.nav__menu{top:calc(100% + 8px)}.nav__links{width:100%}.nav__link{font-size:13px;padding:8px 12px}.nav__link[href="#"]:last-child{width:100%;text-align:center;margin-bottom:8px}}@media (max-width: 768px){.hero{padding:60px 24px 80px;min-height:60vh}.hero__content{max-width:100%}.hero__title{font-size:2.5rem;line-height:1.2;margin-bottom:20px}.hero__subtitle{font-size:1.1rem;line-height:1.6;margin-bottom:32px}.hero__cta{flex-direction:column;gap:16px;align-items:center}.hero__button{width:100%;max-width:280px;padding:16px 24px;font-size:16px}}@media (max-width: 480px){.hero{padding:40px 16px 60px;min-height:50vh}.hero__title{font-size:2rem;margin-bottom:16px}.hero__subtitle{font-size:1rem;margin-bottom:24px}}@media (max-width: 640px){.how-it-works{padding:60px 16px}.how-it-works__title{font-size:2rem;margin-bottom:16px}.how-it-works__subtitle{font-size:1rem;margin-bottom:40px}.workflow--advanced{gap:32px}.workflow__step{padding:24px 16px}.workflow__step-number{width:48px;height:48px;font-size:18px;margin-bottom:20px}.workflow__step-title{font-size:1.25rem;margin-bottom:12px}.workflow__step-description{font-size:.95rem;line-height:1.5}}@media (max-width: 640px){.why-it-matters{padding:60px 16px}.why-it-matters__title{font-size:2rem;margin-bottom:16px}.why-it-matters__subtitle{font-size:1rem;margin-bottom:40px}.why-it-matters__testimonials{gap:20px}.why-it-matters__column{padding:24px 20px}.why-it-matters__column h3{font-size:1.25rem;margin-bottom:12px}.why-it-matters__column p{font-size:.95rem;line-height:1.5}}@media (max-width: 640px){.case-studies{padding:60px 16px}.case-studies__title{font-size:2rem;margin-bottom:16px}.case-studies__subtitle{font-size:1rem;margin-bottom:40px}.case-studies__grid{gap:20px}.case-study__card{min-height:200px}.case-study__content h3{font-size:1.25rem;margin-bottom:8px}.case-study__content p{font-size:.9rem;line-height:1.4}}@media (max-width: 640px){.forms-section{padding:60px 16px;margin-top:80px;position:relative;z-index:10}.forms-section__title{font-size:2rem;margin-bottom:16px}.forms-section__subtitle{font-size:1rem;margin-bottom:40px}.forms-section__container{gap:24px;position:relative;z-index:11}.form-card{padding:24px 20px;min-height:350px;position:relative;z-index:12;background:white;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000001a}.form-card--dark{background:linear-gradient(135deg,#A855F7,#9333EA);border:none;box-shadow:0 4px 12px #a855f74d}.form-card__title{font-size:1.5rem;margin-bottom:12px}.form-card__description{font-size:.95rem;margin-bottom:24px}.form-input,.form-textarea{padding:12px 16px;font-size:16px;background:white;border:1px solid #d1d5db;border-radius:8px}.form-card--dark .form-input,.form-card--dark .form-textarea{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff}.form-card--dark .form-input::placeholder,.form-card--dark .form-textarea::placeholder{color:#ffffffb3}.form-button{padding:14px 24px;font-size:16px}}@media (max-width: 640px){.footer{padding:60px 16px 40px;margin-top:80px}.footer__content{gap:32px}.footer__logo .logo__text{font-size:20px}.footer__logo .logo__mark{width:36px;height:36px;font-size:16px}.footer__links-title,.footer__contact-title{font-size:16px;margin-bottom:12px}.footer__link,.footer__contact-text,.footer__cta{font-size:14px}.footer__bottom{padding-top:32px}.footer__copyright{font-size:13px}}@media (max-width: 768px){.footer__content{grid-template-columns:1fr;gap:40px;text-align:center}.footer__description{max-width:none}.footer__cta{margin:0 auto}}
