.related-articles{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.related-articles-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.related-articles-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.related-articles-grid{grid-template-columns:repeat(3,1fr)}}.related-article-card{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;border-radius:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);text-decoration:none;color:#fff;transition:border-color .2s,transform .2s}.related-article-card:hover{border-color:#ffffff4d;transform:translateY(-2px)}.related-article-category{font-size:.7rem;font-weight:600;text-transform:uppercase;color:#ffffff80}.related-article-title{font-size:.95rem;font-weight:600;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-article-meta{font-size:.75rem;color:#fff6;margin-top:auto}.related-articles-all{margin-top:1.5rem}.related-articles-link{color:#ffffffb3;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.related-articles-link:hover{color:#fff}.industry-related .related-articles{border-top:1px solid var(--color-powder-blue, #e5edf5)}.industry-related .related-articles-title{color:#061b31}.industry-related .related-article-card{background:#f8fafd;border:1px solid var(--color-powder-blue, #e5edf5);color:#061b31}.industry-related .related-article-card:hover{border-color:#533afd4d;box-shadow:#32325d14 0 8px 16px}.industry-related .related-article-category{color:#533afd}.industry-related .related-article-meta{color:#50617a}.industry-related .related-articles-link{color:#533afd}.industry-related .related-articles-link:hover{color:#061b31}.gmock-sync{display:flex;background:var(--rd-surface-white, #fff);border:1px solid var(--rd-surface-fog, #e5edf5);border-radius:12px;overflow:hidden;height:100%;width:100%;font-family:var(--font-sohne, "sohne-var", system-ui, sans-serif);color:var(--rd-ink-midnight, #061b31)}.gmock-sync__split{flex:1;display:flex;flex-direction:column;min-width:0;position:relative}.gmock-sync__cc{background:#fafbfe;border-right:1px solid #eef2f6}.gmock-sync__google{background:#fff}.gmock-sync__header{padding:10px 14px;font-size:11px;font-weight:700;letter-spacing:-.01em;display:flex;align-items:center;gap:6px;border-bottom:1px solid #eef2f6}.gmock-sync__header-icon{width:14px;height:14px;flex-shrink:0}.gmock-sync__grid{flex:1;display:flex;flex-direction:column;padding:10px 12px;gap:8px;overflow:hidden}.gmock-sync__slot{border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;font-size:11px;display:flex;align-items:center;justify-content:space-between;background:#fff;transition:all .5s ease;position:relative}.gmock-sync__slot--available{border-color:#cbd5e1;color:#334155;cursor:pointer}.gmock-sync__slot--blocked{background:#f1f5f9;border-color:#cbd5e1;color:#94a3b8;text-decoration:line-through}.gmock-sync__slot--booked{background:#533afd0a;border-color:#533afd4d;color:#533afd;font-weight:600}.gmock-sync__badge{font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase}.gmock-sync__badge--blocked{background:#e2e8f0;color:#64748b}.gmock-sync__badge--booked{background:#533afd1a;color:#533afd}.gmock-sync__middle{width:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;border-left:1px solid #eef2f6;border-right:1px solid #eef2f6;position:relative}.gmock-sync__arrows{display:flex;flex-direction:column;gap:6px;color:#533afd}.gmock-sync__arrow-pulse{animation:gmock-pulse 1.5s infinite ease-in-out}.gmock-sync__arrow-pulse--reverse{animation:gmock-pulse-rev 1.5s infinite ease-in-out}@keyframes gmock-pulse{0%,to{opacity:.3;transform:translate(0)}50%{opacity:1;transform:translate(3px)}}@keyframes gmock-pulse-rev{0%,to{opacity:.3;transform:translate(0)}50%{opacity:1;transform:translate(-3px)}}.gmock-conn{background:#fafbfe;border:1px solid #e2e8f0;border-radius:12px;padding:16px;height:100%;width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;font-family:system-ui,-apple-system,sans-serif;position:relative;overflow:hidden}.gmock-conn__card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 6px -1px #0000000d}.gmock-conn__btn{background:#533afd;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}.gmock-conn__btn--google{background:#fff;color:#374151;border:1px solid #d1d5db}.gmock-conn__status{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#16a34a}.gmock-conn__status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e33;animation:gmock-status-pulse 1.8s infinite}@keyframes gmock-status-pulse{0%{transform:scale(.95);box-shadow:0 0 #22c55e66}70%{transform:scale(1);box-shadow:0 0 0 6px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}.gmock-conn__modal{position:absolute;inset:0;background:#0f172a66;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:10}.gmock-conn__modal-content{background:#fff;border-radius:12px;width:100%;max-width:280px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:16px;display:flex;flex-direction:column;gap:12px;transform:translateY(0);animation:gmock-slide-up .3s cubic-bezier(.16,1,.3,1)}@keyframes gmock-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.gmock-conn__checklist{display:flex;flex-direction:column;gap:6px}.gmock-conn__checkitem{display:flex;align-items:center;gap:8px;font-size:11px;color:#374151}.gmock-rem{background:#f8fafc;display:flex;flex-direction:column;padding:16px;gap:16px;height:100%;width:100%;overflow-y:auto;font-family:system-ui,-apple-system,sans-serif;box-sizing:border-box}.gmock-rem__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translateY(10px);transition:all .4s ease}.gmock-rem__card--active{opacity:1;transform:translateY(0)}.gmock-rem__whatsapp-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9;padding-bottom:6px}.gmock-rem__wa-pill{background:#22c55e1a;color:#16a34a;font-size:9px;font-weight:700;padding:2px 6px;border-radius:9999px;text-transform:uppercase}.gmock-rem__mail-header{display:flex;align-items:center;gap:8px}.gmock-rem__google-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid #dadce0;border-radius:4px;padding:6px 12px;font-size:11px;font-weight:500;color:#3c4043;background:#fff;cursor:pointer;margin-top:4px;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.gmock-chat-calendar-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:4px;margin-top:4px}.gmock-chat-checking{display:flex;align-items:center;gap:8px;font-size:11px;color:#64748b;padding:4px}.gmock-chat-checking__spinner{width:12px;height:12px;border:2px solid #e2e8f0;border-top-color:#533afd;border-radius:50%;animation:gmock-spin 1s infinite linear}@keyframes gmock-spin{to{transform:rotate(360deg)}}.gmock-chat-slots{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px}.gmock-chat-slot{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px;font-size:11px;font-weight:600;color:#475569;text-align:center;cursor:pointer;transition:all .2s}.gmock-chat-slot--selected{background:#533afd;border-color:#533afd;color:#fff;box-shadow:0 2px 6px #533afd4d}.gmock-rem__status-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbf0f5;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:600;color:#0d9488;background:#f0fdfa;margin-top:6px}.industry-landing{min-height:100vh;background:#fff;position:relative;overflow-x:hidden;font-family:sohne-var,ui-sans-serif,system-ui,sans-serif}.industry-landing .stripe-divider{border:none;height:1px;background:var(--color-powder-blue, #e5edf5);margin:0;width:100%;position:relative;z-index:10}.industry-with-rails{position:relative}.industry-with-rails:before,.industry-with-rails:after{content:"";position:absolute;top:0;bottom:0;width:1px;z-index:100;pointer-events:none}.industry-with-rails:before{left:calc(50% - 660px);background:var(--color-powder-blue, #e5edf5)}.industry-with-rails:after{right:calc(50% - 660px);background:var(--color-washed-violet, #b9b9f9);opacity:.55}@media(max-width:1320px){.industry-with-rails:before{left:16px}.industry-with-rails:after{right:16px}}@media(max-width:768px){.industry-with-rails:before,.industry-with-rails:after{display:none}}.industry-hero{padding:140px 20px 80px;text-align:center;max-width:900px;margin:0 auto}.industry-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#e5edf5;border-radius:4px;padding:.5rem 1.5rem;margin-bottom:2rem;border:1px solid #d8d6df;font-weight:400;font-size:11px;color:#061b31;letter-spacing:.03px}.industry-hero h1{font-weight:300;font-size:44px;line-height:1.1;margin-bottom:1.5rem;color:#061b31;letter-spacing:-.025em}@media(min-width:768px){.industry-hero h1{font-size:56px}}.industry-hero-subtitle{font-size:18px;color:#50617a;line-height:1.6;max-width:700px;margin:0 auto 2.5rem;font-weight:400}.industry-hero-cta{display:inline-flex;align-items:center;justify-content:center;background:#533afd;color:#fff;font-weight:400;border-radius:4px;padding:15.5px 32px;font-size:16px;cursor:pointer;border:none;box-shadow:none;text-decoration:none;transition:opacity .2s ease}.industry-hero-cta:hover{opacity:.9;transform:none}.industry-pain-points{padding:80px 20px;max-width:1000px;margin:0 auto}.industry-section-title{font-size:32px;font-weight:300;color:#061b31;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.industry-pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.industry-pain-card{background-color:#f8fafd;padding:24px;border-radius:6px;border:1px solid #e5edf5;transition:box-shadow .2s ease}.industry-pain-card:hover{box-shadow:#32325d1f 0 16px 32px;transform:none}.industry-pain-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#e5edf5;border-radius:10px;margin-bottom:1.25rem;color:#533afd}.industry-pain-card h3{font-size:18px;font-weight:400;color:#061b31;margin-bottom:.75rem;letter-spacing:-.009em}.industry-pain-card p{color:#50617a;font-size:14px;line-height:1.5}.industry-features{padding:80px 20px;max-width:1100px;margin:0 auto}.industry-feature-row{display:flex;align-items:center;gap:3rem;margin-bottom:4rem}.industry-feature-row:nth-child(2n){flex-direction:row-reverse}.industry-feature-text{flex:1}.industry-feature-text h3{font-size:24px;font-weight:300;color:#061b31;margin-bottom:1rem;letter-spacing:-.02em}.industry-feature-text p{color:#50617a;font-size:16px;line-height:1.6;font-weight:400}.industry-feature-image{flex:1;border-radius:6px;overflow:hidden;border:1px solid #e5edf5;background:#f8fafd;position:relative;min-height:280px;display:flex;align-items:center;justify-content:center}.industry-feature-image img{width:100%;height:auto;display:block}.industry-feature-image .mf-browser-frame{margin:0;border-radius:0;border:none;box-shadow:none}@media(max-width:767px){.industry-feature-row,.industry-feature-row:nth-child(2n){flex-direction:column;align-items:stretch}.industry-feature-image{width:100%;min-height:240px}}.industry-stats{padding:80px 20px;max-width:1000px;margin:0 auto}.industry-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;text-align:center}.industry-stat-item{background-color:#f8fafd;border-radius:6px;padding:32px 24px;border:1px solid #e5edf5}.industry-stat-number{font-size:44px;font-weight:300;color:#533afd;margin-bottom:.5rem;letter-spacing:-.025em}.industry-stat-label{color:#50617a;font-size:14px;line-height:1.5}.industry-faq{padding:80px 20px;max-width:800px;margin:0 auto}.industry-faq-item{border-bottom:1px solid #d8d6df;padding:1.5rem 0}.industry-faq-question{font-size:18px;font-weight:400;color:#061b31;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:none;border:none;width:100%;text-align:left;padding:0;font-family:sohne-var,ui-sans-serif,system-ui,sans-serif}.industry-faq-question:after{content:"+";font-size:1.5rem;color:#64748d;flex-shrink:0;transition:transform .3s ease}.industry-faq-item.open .industry-faq-question:after{transform:rotate(45deg)}.industry-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.industry-faq-item.open .industry-faq-answer{max-height:500px;padding-top:1rem}.industry-faq-answer p{color:#50617a;font-size:15px;line-height:1.6}.industry-cta{text-align:center;background-color:#f8fafd;border:1px solid #e5edf5;border-radius:6px;padding:3rem 2rem;margin:40px auto 80px;max-width:800px;box-shadow:#1717170f 0 3px 6px}.industry-cta h2{font-size:32px;font-weight:300;color:#061b31;margin-bottom:1rem;letter-spacing:-.02em}.industry-cta p{color:#50617a;max-width:500px;margin:0 auto 2rem;font-size:16px}.industry-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.industry-cta-primary{display:inline-flex;align-items:center;justify-content:center;background:#533afd;color:#fff;font-weight:400;border-radius:4px;padding:15.5px 32px;font-size:16px;cursor:pointer;border:none;text-decoration:none;transition:opacity .2s ease}.industry-cta-primary:hover{opacity:.9;transform:none}.industry-cta-secondary{display:inline-flex;align-items:center;justify-content:center;padding:14.5px 32px;background:transparent;color:#533afd;font-weight:400;font-size:16px;border:1px solid #b9b9f9;border-radius:4px;text-decoration:none;transition:background .2s ease;cursor:pointer}.industry-cta-secondary:hover{background-color:#f8fafd}.industry-related{padding:0 20px 80px;max-width:800px;margin:0 auto}@media(max-width:767px){.industry-hero{padding:100px 1rem 60px}.industry-hero h1{font-size:32px}.industry-hero-subtitle{font-size:16px}.industry-section-title{font-size:24px}.industry-cta{padding:2rem 1.25rem;margin:40px 1rem 60px}.industry-cta h2{font-size:24px}.industry-cta-buttons{flex-direction:column}.industry-cta-primary,.industry-cta-secondary{width:100%}.industry-pain-points,.industry-features,.industry-stats,.industry-faq{padding:60px 1rem}}
