.header{background:var(--gradient-primary);color:#fff;padding:1.5rem 0;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem}.logo h1{margin:0;color:#fff;font-size:2rem}.logo p{margin:0;font-size:.9rem;color:#fffc}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:#fff;font-weight:500;transition:opacity .3s ease}.nav a:hover{opacity:.8;color:#fff}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}.logo{width:100%;justify-content:center;text-align:center}}.footer{background:#0f172a;color:#e2e8f0;padding:3.5rem 0 2rem;margin-top:4rem}.footer .eyebrow{color:#e2e8f0b3}.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(148,163,184,.2);margin-bottom:2.5rem}.footer-cta h3{margin:0 0 .6rem;font-size:2rem;color:#f8fafc}.footer-lead{margin:0;color:#e2e8f0bf;font-size:1.05rem}.footer-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2.5rem}.footer-step{background:#0f172a99;border:1px solid rgba(148,163,184,.2);border-radius:14px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start}.footer-step .step-number{background:var(--gradient-primary);color:#fff;width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.footer-step h4{margin:0 0 .4rem;color:#f8fafc}.footer-step p{margin:0;color:#e2e8f0bf;font-size:.95rem}.footer-bottom{border-top:1px solid rgba(148,163,184,.2);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;color:#e2e8f0b3;font-size:.9rem;gap:1rem}.footer-note{margin:0;color:#e2e8f0b3}.footer-legal-links{display:flex;gap:1.5rem;justify-content:flex-end}.footer-legal-links a{color:#e2e8f0b3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal-links a:hover{color:#667eea}.footer-note a{color:#e2e8f0b3;text-decoration:none;transition:color .3s ease}.footer-note a:hover{color:#667eea}@media (max-width: 768px){.footer{padding:2.5rem 0 1.5rem;margin-top:2rem}.footer-cta,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-legal-links{justify-content:flex-start;flex-wrap:wrap}}.buddy-chat{display:flex;flex-direction:column;height:100%;background:#fff}.chat-header{padding:1.5rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-bottom:1px solid var(--color-border)}.chat-header h2{margin:0 0 .3rem;color:var(--color-primary);font-size:1.3rem}.chat-header p{margin:0;font-size:.9rem;color:var(--color-text-muted)}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#fff}.message{display:flex;gap:1rem;align-items:flex-start;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-user{justify-content:flex-end}.message-user .message-avatar{order:2}.message-user .message-content{background:var(--gradient-primary);color:#fff}.message-bot{justify-content:flex-start}.message-bot .message-content{background:var(--color-bg-lighter);color:var(--color-text)}.message-avatar{font-size:1.5rem;min-width:32px;text-align:center;flex-shrink:0}.avatar-image{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block}.message-content{max-width:70%;padding:1rem;border-radius:12px;word-wrap:break-word}.message-content p{margin:0;line-height:1.5}.message-meta{display:block;font-size:.75rem;opacity:.7;margin-top:.5rem;font-style:italic}.message-time{font-size:.75rem;color:#999;margin-top:.25rem}.message-user .message-time{margin-right:.5rem}.message-bot .message-time{margin-left:.5rem}.loading .typing-indicator{display:flex;gap:4px;align-items:center;height:20px}.typing-indicator span{width:8px;height:8px;background:var(--color-primary);border-radius:50%;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.chat-input-form{display:flex;gap:.5rem;padding:1rem;border-top:1px solid var(--color-border);background:#fff}.chat-input{flex:1;padding:10px 15px;border:1px solid var(--color-border);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.chat-input:focus{outline:none;border-color:var(--color-primary)}.chat-input:disabled{background:var(--color-bg-lighter);cursor:not-allowed}.send-btn{width:44px;height:44px;padding:0;background:var(--gradient-primary);color:#fff;border:none;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.send-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.send-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.message-content{max-width:85%}.chat-input-form{flex-direction:row;gap:.5rem}}.home{overflow-x:hidden}.hero-interactive{background:linear-gradient(135deg,#f9f9f9,#f5f5f5);padding:4rem 0;position:relative;overflow:hidden}.hero-interactive:before{content:"";position:absolute;right:-120px;top:-80px;width:320px;height:320px;background:radial-gradient(circle,#667eea2e,#667eea00 70%);pointer-events:none}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-buddy{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fadeInUp .8s ease-out both}.buddy-image{width:100%;max-width:400px;height:auto;margin-bottom:2rem;filter:drop-shadow(0 20px 40px rgba(102,126,234,.2));animation:floatAnim 3s ease-in-out infinite}.hero-chat{display:flex;flex-direction:column;gap:1.5rem;animation:fadeInUp .8s ease-out .2s both}.hero-chat h1{font-size:3rem;margin:0;line-height:1.2}.chat-intro{font-size:1.2rem;color:var(--color-text-muted);margin:0}.chat-note{font-size:1.8rem;font-weight:600;text-align:center;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;align-self:center;margin:0}@keyframes floatAnim{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.section-editorial{padding:5rem 0;background:#fff;position:relative}.section-editorial:after{content:"";position:absolute;left:50%;bottom:0;width:80%;height:1px;transform:translate(-50%);background:linear-gradient(90deg,transparent 0%,rgba(15,23,42,.18) 50%,transparent 100%)}.editorial-header{max-width:780px;margin-bottom:3rem;animation:fadeInDown .8s ease-out}.editorial-header h2{font-size:2.6rem;margin-bottom:1rem;line-height:1.2}.lead{font-size:1.2rem;color:#475569;margin:0}.editorial-columns{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.editorial-column{animation:fadeInUp .8s ease-out}.editorial-column h3{font-size:1.6rem;margin-bottom:1.5rem;position:relative;padding-bottom:.8rem}.editorial-column h3:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:2px;background:var(--color-primary)}.use-case-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.use-case-item{padding-top:1.2rem;border-top:1px solid #e5e7eb}.use-case-item:first-child{border-top:none;padding-top:0}.use-case-item span{display:block;font-weight:600;color:#0f172a;margin-bottom:.4rem}.use-case-item p{margin:0;color:#475569}.section-features-editorial{padding:5rem 0;background:linear-gradient(120deg,#f8f6f2,#eef2f6);position:relative}.section-features-editorial:before{content:"";position:absolute;left:8%;top:0;width:1px;height:100%;background:linear-gradient(180deg,#0f172a00,#0f172a1f,#0f172a00)}.section-integrations{padding:5rem 0;background:#fff}.feature-list{list-style:none;padding:0;margin:1.5rem 0 0;max-width:600px}.feature-list li{padding:.9rem 0;border-top:1px solid #e5e7eb;color:#334155}.feature-list li:first-child{border-top:1px solid #cbd5e1}.integration-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #e5e7eb;position:relative;margin:2rem 0;width:100%}.integration-carousel{margin:0 -2rem;overflow:hidden;padding:1rem 0;position:relative;width:calc(100% + 4rem)}.integration-carousel:before{content:"";position:absolute;left:0;top:0;bottom:0;width:50px;background:linear-gradient(90deg,#fff,#fff0);z-index:10;pointer-events:none}.integration-carousel:after{content:"";position:absolute;right:0;top:0;bottom:0;width:50px;background:linear-gradient(90deg,#fff0,#fff);z-index:10;pointer-events:none}.logo-scroll{display:flex;gap:2rem;align-items:center;padding:.5rem 2rem;scroll-behavior:smooth;animation:scrollLogos 35s linear infinite;scrollbar-width:none;-ms-overflow-style:none;width:fit-content}.logo-scroll::-webkit-scrollbar{display:none}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-scroll img{height:48px;max-width:120px;object-fit:contain;flex-shrink:0;opacity:.9;transition:opacity .3s ease}.logo-scroll img:hover{opacity:1}.integration-note{font-size:.95rem;color:#64748b;margin:0}.section-testimonials{padding:5rem 0;background:radial-gradient(circle at 80% 10%,#f5f1e9,#f8f7f4 45%,#eef6f4);position:relative}.section-testimonials:before{content:"";position:absolute;right:8%;top:0;width:1px;height:100%;background:linear-gradient(180deg,#0f172a00,#0f172a1f,#0f172a00)}.testimonial-list{display:grid;gap:2rem;margin-top:2.5rem}.testimonial{margin:0;padding-left:1.5rem;border-left:3px solid #0f172a;color:#0f172a;font-size:1.1rem;line-height:1.6}.testimonial span{display:block;margin-top:.8rem;color:#64748b;font-size:.95rem}.section-pricing{padding:5rem 0;background:linear-gradient(180deg,#fff,#f9fafb)}.pricing-header{max-width:760px}.pricing-rows{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.pricing-row{display:flex;justify-content:space-between;gap:2rem;padding:1.5rem 0;border-top:1px solid #e5e7eb}.pricing-row h3{margin:0 0 .5rem}.pricing-row p{margin:0}.price{font-size:1.4rem;font-weight:600;color:#0f172a;white-space:nowrap}.section-cta{padding:4.5rem 0;background:linear-gradient(135deg,#0f172a,#1f2937);color:#f8fafc}.cta-container{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}.cta-content h2{color:#f8fafc;font-size:2.4rem;margin-bottom:1rem}.cta-subtitle{font-size:1.1rem;margin-bottom:1rem;color:#e2e8f0}.cta-note{font-size:.95rem;color:#94a3b8;margin:0}.cta-actions{display:flex;flex-direction:column;gap:1.5rem}.btn-large{padding:1rem 2.5rem!important;font-size:1.1rem!important}.trial-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.form-group{display:flex;flex-direction:column;text-align:left}.form-group label{font-weight:600;margin-bottom:.5rem;color:#e2e8f0}.form-group input,.form-group select{padding:.8rem;border:none;border-radius:8px;font-size:1rem;font-family:inherit;background:#f8fafc;color:#0f172a}.form-group input:focus,.form-group select:focus{outline:2px solid white;outline-offset:2px}.form-actions{display:flex;gap:1rem;margin-top:1rem}.form-actions button{flex:1}.form-actions .btn-secondary{background:#f8fafc1a;color:#f8fafc;border:2px solid rgba(248,250,252,.4)}.form-actions .btn-secondary:hover{background:#f8fafc33}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;gap:2rem}.buddy-image{max-width:300px}.hero-chat h1,.editorial-header h2{font-size:2rem}.editorial-columns,.editorial-split{grid-template-columns:1fr}.pricing-row{flex-direction:column;align-items:flex-start}.cta-container{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.form-actions{flex-direction:column}}.features-page h1{text-align:center;margin-bottom:1rem;animation:fadeInDown .8s ease-out}.intro-text{text-align:center;font-size:1.2rem;margin-bottom:3rem;animation:fadeInUp .8s ease-out .2s both}.core-logic-header{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:end;margin-bottom:2rem}.core-logic-header h1{margin:0;text-align:center}.core-logic-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:start;padding-bottom:2rem}.core-logic-media{display:flex;justify-content:center;align-items:flex-start;animation:fadeInUp .8s ease-out .1s both;position:sticky;top:2.5rem;align-self:start}.core-logic-image{width:100%;max-width:400px;height:auto;filter:drop-shadow(0 20px 40px rgba(102,126,234,.2));animation:floatLogic 3s ease-in-out infinite}.features-timeline{position:relative;max-width:900px;margin:0 auto}.features-timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:var(--gradient-primary)}.timeline-item{display:grid;grid-template-columns:60px 1fr;gap:2rem;margin-bottom:2.5rem;animation:fadeInUp .8s ease-out both}.timeline-item:nth-child(1){animation-delay:0s}.timeline-item:nth-child(2){animation-delay:.1s}.timeline-item:nth-child(3){animation-delay:.2s}.timeline-item:nth-child(4){animation-delay:.3s}.timeline-item:nth-child(5){animation-delay:.4s}.timeline-item:nth-child(6){animation-delay:.1s}.timeline-item:nth-child(7){animation-delay:.2s}.timeline-item:nth-child(8){animation-delay:.3s}.timeline-item:nth-child(9){animation-delay:.4s}.timeline-item:nth-child(10){animation-delay:.1s}.timeline-item:nth-child(11){animation-delay:.2s}.timeline-item:nth-child(12){animation-delay:.3s}.timeline-marker{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:1.2rem;border-radius:50%;position:relative;z-index:1;box-shadow:0 0 0 4px #fff,0 0 0 6px var(--color-primary)}.timeline-content{padding:1.5rem;background:#fff;border-radius:12px;border:2px solid var(--color-border);transition:all .3s ease}.timeline-content:hover{border-color:var(--color-primary);box-shadow:0 8px 24px #667eea26;transform:translateY(-4px)}.timeline-content h3{color:var(--color-primary);margin:0 0 .8rem;font-size:1.2rem}.timeline-content p{margin:0;color:var(--color-text-muted)}.tech-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem;animation:fadeInUp .8s ease-out .2s both}.tech-category{background:#fff;border-radius:12px;padding:2rem;border:1px solid var(--color-border);transition:all .3s ease}.tech-category:hover{box-shadow:0 8px 24px #667eea1a;transform:translateY(-4px)}.tech-category h3{color:var(--color-primary);margin-bottom:1rem;border-bottom:2px solid var(--color-primary);padding-bottom:.8rem}.tech-category ul{list-style:none;padding:0}.tech-category ul li{color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding:.5rem 0 .5rem 1.5rem;position:relative}.tech-category ul li:before{content:"▸";position:absolute;left:0;color:var(--color-primary);font-weight:700}.tech-category ul li:last-child{border-bottom:none}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes floatLogic{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.section-use-cases{padding:5rem 0;background:linear-gradient(180deg,#f9fafb,#f3f4f6)}.use-cases-header{text-align:center;max-width:720px;margin:0 auto 3rem}.use-cases-header h2{font-size:2.4rem;margin-bottom:1rem}.brain-cloud{position:relative;min-height:520px;background:radial-gradient(circle at 50% 40%,rgba(102,126,234,.12),transparent 60%);border-radius:28px;border:1px solid rgba(148,163,184,.2);overflow:hidden;padding:2rem;perspective:1200px;transform-style:preserve-3d}.brain-cloud:before{content:"";position:absolute;top:10%;right:16%;bottom:10%;left:16%;border-radius:999px;border:1px dashed rgba(102,126,234,.25);opacity:.5}.brain-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:160px;height:160px;border-radius:50%;background:#fff;border:2px solid rgba(102,126,234,.3);box-shadow:0 24px 48px #0f172a1f;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2;transform:translate3d(-50%,-50%,90px)}.brain-center span{font-weight:700;font-size:1.2rem;color:#0f172a}.brain-center p{margin:.3rem 0 0;font-size:.9rem;color:#64748b}.brain-bubbles{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d;transform:rotateX(calc(var(--my, 0) * -.35deg)) rotateY(calc(var(--mx, 0) * .45deg));transition:transform .22s ease-out}.bubble{position:absolute;left:var(--x);top:var(--y);padding:.5rem .9rem;border-radius:999px;background:#fff;border:1px solid rgba(148,163,184,.4);font-size:.85rem;font-weight:600;color:#0f172a;box-shadow:0 10px 20px #0f172a14;animation:bubbleDrift var(--float) ease-in-out infinite,bubbleOrbit var(--orbit) linear infinite;animation-delay:var(--delay);white-space:nowrap;will-change:transform;backface-visibility:hidden}.bubble-sm{font-size:.78rem;padding:.45rem .75rem}.bubble-md{font-size:.85rem}.bubble-lg{font-size:.95rem;padding:.6rem 1rem}.bubble-business{border-color:#0f172a33;background:#fffffff2}.bubble-personal{border-color:#667eea59;background:#eef2ffe6}.bubble-far{opacity:.72;transform:translateZ(-80px) scale(.86);filter:saturate(.9)}.bubble-mid{opacity:.9;transform:translateZ(0) scale(1)}.bubble-near{opacity:1;transform:translateZ(110px) scale(1.08);box-shadow:0 14px 28px #0f172a1f}.use-cases-legend{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.legend-item{padding:.3rem .8rem;border-radius:999px;font-size:.85rem;font-weight:600}.legend-business{background:#0f172a14;color:#0f172a}.legend-personal{background:#667eea26;color:#1e1b4b}@keyframes bubbleDrift{0%{transform:translateZ(0)}50%{transform:translate3d(var(--sway-x, 16px),calc(var(--sway-y, 18px) * -1),0)}to{transform:translateZ(0)}}@keyframes bubbleOrbit{0%{margin-left:0;margin-top:0}25%{margin-left:calc(var(--sway-x, 16px) * .4);margin-top:calc(var(--sway-y, 18px) * .15)}50%{margin-left:0;margin-top:calc(var(--sway-y, 18px) * .35)}75%{margin-left:calc(var(--sway-x, 16px) * -.45);margin-top:calc(var(--sway-y, 18px) * .12)}to{margin-left:0;margin-top:0}}@media (max-width: 768px){.core-logic-header{grid-template-columns:1fr;margin-bottom:1.5rem}.core-logic-header-spacer{display:none}.core-logic-layout{grid-template-columns:1fr}.core-logic-media{order:-1;position:static}.features-timeline:before{left:15px}.timeline-item{grid-template-columns:50px 1fr;gap:1rem}.timeline-marker{width:50px;height:50px;font-size:1rem}.tech-stack{grid-template-columns:1fr}.brain-cloud{min-height:620px;perspective:none}.brain-bubbles{transform:none}.brain-center{width:130px;height:130px;transform:translate(-50%,-50%)}}.free-trial-hero{background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:5rem 0}.free-trial-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:start}.free-trial-content h1{font-size:3rem;margin:0 0 1rem;line-height:1.1}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:#6b7280;margin-bottom:1rem}.lead{font-size:1.15rem;color:#475569;margin:0 0 1.5rem}.free-trial-highlights{list-style:none;padding:0;margin:0;display:grid;gap:.75rem;color:#1f2937;font-weight:600}.free-trial-highlights li{display:flex;align-items:center;gap:.6rem}.free-trial-highlights li:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--color-primary)}.free-trial-form-card{background:#fff;border-radius:16px;padding:2.5rem;border:1px solid #e2e8f0;box-shadow:0 18px 40px #0f172a1f}.free-trial-form-card h2{margin-top:0;margin-bottom:1.5rem}.trial-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#0f172a}.form-group input,.form-group select,.form-group textarea{padding:.8rem .9rem;border:1px solid #cbd5f5;border-radius:10px;font-size:1rem;font-family:inherit;background:#f8fafc;color:#0f172a}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:2px solid rgba(102,126,234,.4);outline-offset:2px}.form-note{margin:1rem 0 0;font-size:.9rem;color:#64748b}.consent-group{background:#f8fafc;padding:1rem;border-radius:10px;border:1px solid #cbd5f5}.consent-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-weight:400}.consent-checkbox input[type=checkbox]{margin-top:.25rem;width:18px;height:18px;flex-shrink:0;cursor:pointer}.consent-text{font-size:.9rem;color:#475569;line-height:1.5}.consent-text a{color:#667eea;text-decoration:none;font-weight:600}.consent-text a:hover{text-decoration:underline}.btn-large{padding:.95rem 2.2rem;font-size:1.05rem}.free-trial-next{padding:4.5rem 0 5rem}.free-trial-next h2{margin-bottom:2rem}.next-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.next-step{background:#f8fafc;border-radius:14px;padding:1.75rem;border:1px solid #e2e8f0;display:flex;gap:1rem;align-items:flex-start}.step-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--gradient-primary);color:#fff;font-weight:600;font-size:.95rem;flex-shrink:0}.next-step h3{margin:0 0 .4rem;color:#0f172a}.next-step p{margin:0;color:#475569;font-size:.95rem}@media (max-width: 960px){.free-trial-grid{grid-template-columns:1fr}.free-trial-content h1{font-size:2.4rem}}@media (max-width: 640px){.free-trial-form-card{padding:1.8rem}}.pricing-page{background-color:#f8f9ff;min-height:100vh;padding:40px 16px}.pricing-page .container{max-width:1200px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:32px}.pricing-header h1{color:#667eea;font-size:32px;margin-bottom:16px;font-weight:700}.pricing-lead{color:#666;font-size:16px;max-width:700px;margin:0 auto;line-height:1.6}.checkout-banner{display:flex;align-items:center;gap:12px;background:#f0f4ff;border:1px solid #c7d2fe;border-left:4px solid #667eea;border-radius:10px;padding:14px 16px;margin-bottom:28px;color:#333;font-size:15px;line-height:1.5}.checkout-banner-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.pricing-cards{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:40px}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:32px 24px;display:flex;flex-direction:column;transition:all .3s ease;position:relative}.pricing-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea1a}.pricing-card-featured{border-color:#667eea;box-shadow:0 10px 40px #667eea26}.pricing-card-selected{border-color:#667eea;box-shadow:0 0 0 4px #667eea2e}.pricing-badge{position:absolute;top:-12px;left:24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pricing-card-header{margin-bottom:16px;padding-top:8px}.pricing-card-header h2{color:#667eea;font-size:24px;margin:0 0 8px;font-weight:700}.pricing-description{color:#666;font-size:14px;margin:0;line-height:1.5}.pricing-amount{margin:20px 0;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.price{font-size:40px;font-weight:700;color:#667eea;letter-spacing:-1px}.period{color:#666;font-size:16px}.pricing-features{list-style:none;padding:0;margin:20px 0;flex-grow:1}.pricing-features li{color:#333;font-size:15px;padding:10px 0;border-bottom:1px solid #f0f0f0;line-height:1.5}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓ ";color:#667eea;font-weight:700;margin-right:8px}.pricing-features li.feature-inherit{color:#666;font-weight:600}.pricing-features li.feature-inherit:before{content:"";margin-right:0}.pricing-cta{display:block;width:100%;background:#667eea;color:#fff;border:2px solid #667eea;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;min-height:52px}.pricing-cta:hover{background:#764ba2;border-color:#764ba2;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.pricing-cta-active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent}.pricing-cta-outline{background:transparent;color:#667eea}.pricing-cta-outline:hover{background:#667eea;color:#fff}.checkout-panel{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:28px 20px;margin-bottom:48px;scroll-margin-top:24px}.checkout-title{color:#667eea;font-size:24px;font-weight:700;margin:0 0 20px}.checkout-plans{border:none;padding:0;margin:0 0 24px;display:grid;gap:10px}.checkout-legend{font-size:14px;font-weight:600;color:#666;padding:0;margin-bottom:10px}.checkout-plan{display:flex;align-items:center;gap:12px;border:2px solid #e2e8f0;border-radius:10px;padding:14px 16px;cursor:pointer;transition:all .2s ease;min-height:56px}.checkout-plan:hover{border-color:#b6c2f2}.checkout-plan.is-selected{border-color:#667eea;background:#f8f9ff}.checkout-plan input{width:20px;height:20px;accent-color:#667eea;flex-shrink:0;margin:0}.checkout-plan:focus-within{outline:2px solid #667eea;outline-offset:2px}.checkout-plan-name{font-weight:600;color:#333;font-size:16px;flex-grow:1}.checkout-plan-price{font-weight:700;color:#667eea;font-size:17px;white-space:nowrap}.checkout-plan-period{font-weight:500;color:#666;font-size:14px}.checkout-form{display:flex;flex-direction:column}.checkout-label{font-size:14px;font-weight:600;color:#666;margin-bottom:8px}.checkout-input{width:100%;font-size:16px;font-family:inherit;padding:16px;min-height:56px;border:2px solid #e2e8f0;border-radius:10px;color:#333;transition:border-color .2s ease}.checkout-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.checkout-input:disabled{background:#f5f5f5;cursor:not-allowed}.checkout-help{font-size:13px;color:#666;margin:8px 0 0;line-height:1.5}.checkout-error{display:flex;flex-direction:column;gap:4px;background:#fff5f5;border:1px solid #fbb;border-left:4px solid #e53e3e;border-radius:8px;padding:12px 14px;margin-top:16px;color:#a02020;font-size:15px;line-height:1.5}.checkout-error-detail{font-size:13px;color:#7a2020;opacity:.9}.checkout-submit{width:100%;margin-top:20px;padding:18px 24px;min-height:56px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s ease}.checkout-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.checkout-submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.checkout-summary{font-size:15px;color:#333;margin:16px 0 0;text-align:center;line-height:1.5}.checkout-secure{font-size:13px;color:#666;margin:10px 0 0;text-align:center;line-height:1.5}.pricing-faq{background:#fff;border-radius:12px;padding:32px 20px;margin-bottom:40px}.pricing-faq h3{color:#667eea;font-size:24px;margin-bottom:28px;text-align:center}.faq-item{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.faq-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.faq-item h4{color:#333;font-size:17px;margin:0 0 10px;font-weight:600}.faq-item p{color:#666;font-size:15px;line-height:1.6;margin:0}.faq-item a{color:#667eea;text-decoration:none}.faq-item a:hover{text-decoration:underline}@media (min-width: 768px){.pricing-page{padding:60px 20px}.pricing-header h1{font-size:44px}.pricing-lead{font-size:18px}.pricing-cards{grid-template-columns:repeat(2,1fr);gap:24px}.checkout-panel{padding:36px 32px}.checkout-plans{grid-template-columns:repeat(3,1fr)}.checkout-plan{flex-wrap:wrap}.checkout-form{max-width:520px;margin:0 auto}.pricing-faq{padding:48px 40px}.pricing-faq h3{font-size:30px}}@media (min-width: 1100px){.pricing-cards{grid-template-columns:repeat(4,1fr)}.pricing-card{padding:32px 22px}.price{font-size:34px}}.welcome-page{background-color:#f8f9ff;min-height:100vh;padding:40px 16px 64px}.welcome-page .container{max-width:640px;margin:0 auto}.welcome-card{background:#fff;border:2px solid #e2e8f0;border-top:6px solid #667eea;border-radius:16px;padding:32px 22px;text-align:center;box-shadow:0 10px 40px #667eea1f}.welcome-emoji{font-size:52px;line-height:1;margin-bottom:16px}.welcome-title{font-size:30px;font-weight:700;color:#667eea;margin:0 0 20px;line-height:1.2}.welcome-lead{font-size:19px;line-height:1.55;color:#333;margin:0 0 16px}.welcome-email{color:#667eea;overflow-wrap:anywhere}.welcome-instruction{font-size:17px;line-height:1.55;color:#333;margin:0 0 24px}.welcome-nudge{display:flex;align-items:flex-start;gap:12px;text-align:left;background:#f8f9ff;border-left:4px solid #667eea;border-radius:8px;padding:14px 16px;font-size:15px;line-height:1.55;color:#444}.welcome-nudge-icon{flex-shrink:0;font-size:18px;line-height:1.4}.welcome-next{margin-top:36px;text-align:center}.welcome-next-title{font-size:20px;font-weight:600;color:#333;margin:0 0 18px}.welcome-actions{display:flex;flex-direction:column;gap:12px}.welcome-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:56px;padding:16px 24px;border-radius:10px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease}.welcome-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.welcome-btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.welcome-btn-store{background:#1a1a1a;color:#fff}.welcome-btn-store:hover{color:#fff;background:#000;transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.welcome-btn-icon{font-size:24px;line-height:1}.welcome-btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.welcome-btn-text small{font-size:11px;font-weight:400;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.welcome-soon{font-size:14px;color:#666;margin:14px 0 0}.welcome-support{margin:32px 0 0;text-align:center;font-size:15px;color:#666;line-height:1.6}.welcome-support a{color:#667eea;font-weight:600;overflow-wrap:anywhere}.welcome-support a:hover{text-decoration:underline}.welcome-back{margin:16px 0 0;text-align:center;font-size:15px}.welcome-back a{color:#667eea}.welcome-back a:hover{text-decoration:underline}@media (min-width: 768px){.welcome-page{padding:64px 20px 80px}.welcome-card{padding:48px 40px}.welcome-emoji{font-size:64px}.welcome-title{font-size:38px}.welcome-lead{font-size:21px}.welcome-actions{flex-direction:row;justify-content:center;flex-wrap:wrap}.welcome-btn{width:auto;min-width:220px}}.contact-page{background-color:#f8f9ff;min-height:100vh;padding:60px 20px}.contact-page .container{max-width:1100px;margin:0 auto}.contact-header{text-align:center;margin-bottom:60px}.contact-header h1{color:#667eea;font-size:48px;margin-bottom:20px;font-weight:700}.contact-lead{color:#666;font-size:18px;max-width:600px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;margin-bottom:80px}.contact-form-section,.contact-info-section{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 8px #667eea1a}.contact-form-section h2,.contact-info-section h2{color:#667eea;font-size:28px;margin-bottom:30px;font-weight:700}.contact-form{display:flex;flex-direction:column;gap:25px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#333;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group textarea{padding:12px;border:2px solid #e2e8f0;border-radius:6px;font-size:15px;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.contact-form .btn-primary{padding:14px 30px;font-size:16px;font-weight:600;border:none;cursor:pointer;width:100%;margin-top:10px;transition:all .3s ease}.contact-form .btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.success-message{color:#10b981;text-align:center;margin-top:15px;font-weight:600;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact-info-item{margin-bottom:35px;padding-bottom:35px;border-bottom:1px solid #f0f0f0}.contact-info-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-info-item h3{color:#667eea;font-size:18px;margin:0 0 12px;font-weight:600}.contact-info-item p{color:#333;font-size:15px;line-height:1.8;margin:8px 0}.contact-note{color:#999;font-size:13px!important;margin-top:6px!important}.contact-info-item a{color:#667eea;text-decoration:none;font-weight:500}.contact-info-item a:hover{text-decoration:underline}.contact-info-item .btn-primary.btn-secondary{background:#667eea;color:#fff;display:inline-block;padding:10px 20px;margin-top:15px;font-size:14px}.contact-info-item .btn-primary.btn-secondary:hover{background:#764ba2}.business-info{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 8px #667eea1a}.business-info h3{color:#667eea;font-size:28px;margin-bottom:20px;font-weight:700}.business-info p{color:#666;font-size:15px;line-height:1.8;margin-bottom:15px}.business-info p:last-paragraph{margin-bottom:0}@media (max-width: 768px){.contact-page{padding:40px 20px}.contact-header h1{font-size:36px}.contact-content{grid-template-columns:1fr;gap:30px}.contact-form-section,.contact-info-section{padding:25px}.contact-form-section h2,.contact-info-section h2{font-size:22px}}.legal-page{background-color:#f8f9ff;min-height:100vh;padding:40px 20px}.legal-container{max-width:800px;margin:0 auto;background-color:#fff;padding:60px 40px;border-radius:12px;box-shadow:0 2px 8px #667eea1a;line-height:1.8}.legal-page h1{color:#667eea;font-size:42px;margin-bottom:10px;font-weight:700}.last-updated{color:#999;font-size:14px;margin-bottom:40px;font-style:italic}.legal-page section{margin-bottom:40px}.legal-page section h2{color:#667eea;font-size:24px;margin-top:30px;margin-bottom:15px;font-weight:600}.legal-page section h3{color:#764ba2;font-size:18px;margin-top:20px;margin-bottom:10px;font-weight:600}.legal-page p{color:#333;font-size:16px;margin-bottom:15px}.legal-page ul{margin-left:20px;margin-bottom:15px}.legal-page li{color:#333;font-size:16px;margin-bottom:8px;line-height:1.6}.legal-page a{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.legal-page a:hover{color:#764ba2;text-decoration:underline}@media only screen and (max-width: 768px){.legal-container{padding:30px 20px}.legal-page h1{font-size:32px}.legal-page section h2{font-size:20px}.legal-page p,.legal-page li{font-size:15px}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}:root{--color-primary: #667eea;--color-secondary: #764ba2;--color-text: #333;--color-text-muted: #666;--color-bg-light: #f5f5f5;--color-bg-lighter: #f9f9f9;--color-white: #ffffff;--color-border: #e0e0e0;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text);background-color:var(--color-white)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-secondary)}button{cursor:pointer;border:none;font-size:1rem;border-radius:8px;padding:12px 24px;transition:all .3s ease}button.btn-primary{background:var(--gradient-primary);color:#fff;font-weight:600}button.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea66}button.btn-secondary{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary);font-weight:600}button.btn-secondary:hover{background:var(--color-primary);color:#fff}h1,h2,h3,h4,h5,h6{color:var(--color-text);line-height:1.3}h1{font-size:3rem;margin-bottom:1rem}h2{font-size:2.5rem;margin-bottom:1.5rem}h3{font-size:1.8rem;margin-bottom:1rem}p{line-height:1.6;margin-bottom:1rem;color:var(--color-text-muted)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-light{background-color:var(--color-bg-lighter)}.grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:var(--color-white);border-radius:12px;padding:2rem;border:1px solid var(--color-border);transition:all .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.8rem}.section{padding:40px 0}}
