.home-cta-button-white{background:#fff;color:#1a73e8;border-radius:24px}.home-cta-button-white,.home-demo-button{padding:.75rem 2rem;text-decoration:none;font-weight:500;transition:all .3s;border:2px solid #fff;cursor:pointer;font-size:1rem}.home-demo-button{background:transparent;color:#fff;border-radius:24px}*{margin:0;padding:0;box-sizing:border-box}body,html{overflow-x:hidden;width:100%;max-width:100vw}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#202124;background-color:#fff;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-bottom:1rem;line-height:1.6}.container{max-width:1200px}.container,.container-wide{margin:0 auto;padding:0 20px}.container-wide{max-width:1400px}.section{padding:4rem 0}.section-sm{padding:2rem 0}.section-lg{padding:6rem 0}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto-fit{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-auto-fill{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.banner{background:linear-gradient(135deg,#1a73e8,#34a853);color:#fff;padding:2rem 0;text-align:center;position:relative;overflow:hidden}.banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="3" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="2" fill="rgba(255,255,255,0.08)"/><circle cx="40" cy="80" r="2.5" fill="rgba(255,255,255,0.06)"/><circle cx="70" cy="70" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.banner-content{position:relative;z-index:2}.banner h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.banner p{font-size:1.1rem;margin-bottom:1.5rem;color:hsla(0,0%,100%,.9);font-weight:400}.banner-button{display:inline-block;background:#fff;color:#1a73e8;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #fff}.banner-button:hover{background:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.m-0{margin:0}.m-1{margin:.5rem}.m-2{margin:1rem}.m-3{margin:1.5rem}.m-4{margin:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-0{padding:0}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:1.5rem}.pt-4{padding-top:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.5rem}.pb-2{padding-bottom:1rem}.pb-3{padding-bottom:1.5rem}.pb-4{padding-bottom:2rem}.text-left{text-align:left}.text-right{text-align:right}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-primary{color:#1a73e8}.text-success{color:#34a853}.text-warning{color:#fbbc04}.text-danger{color:#ea4335}.text-dark{color:#202124}.text-light{color:#9aa0a6}.text-white{color:#fff}.bg-primary{background-color:#1a73e8}.bg-secondary{background-color:#5f6368}.bg-success{background-color:#34a853}.bg-warning{background-color:#fbbc04}.bg-danger{background-color:#ea4335}.bg-light{background-color:#f8f9fa}.bg-white{background-color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.dashboard-banner{background:#1a73e8;color:#fff;padding:12px 0;text-align:center;margin-top:62px}.dashboard-banner p{margin:0;font-size:.95rem;font-weight:500}.dashboard-banner a{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .3s}.dashboard-banner a:hover{opacity:.8}.analytics-dashboard{padding:60px 0;background:#f8f9fa;margin-top:62px}.dashboard-header{margin-bottom:3rem}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.header-text{text-align:left;flex:1 1;width:100%}.dashboard-header h1{font-size:2.5rem;font-weight:600;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2 50%,#1a73e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;width:100%;display:block}.dashboard-header h1:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2 50%,#1a73e8);border-radius:2px}.dashboard-header p{font-size:1.2rem;color:#5f6368;max-width:600px;margin:0;line-height:1.6}.campaign-selector{display:flex;flex-direction:column;gap:.5rem;min-width:250px}.campaign-selector label{font-size:.9rem;font-weight:600;color:#202124;text-transform:uppercase;letter-spacing:.5px}.campaign-dropdown{padding:.75rem 1rem;border:2px solid #e8eaed;border-radius:8px;background:#fff;font-size:1rem;color:#202124;cursor:pointer;transition:border-color .3s,box-shadow .3s;min-width:350px}.campaign-dropdown:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px rgba(26,115,232,.1)}.campaign-dropdown:hover{border-color:#1a73e8}.metrics-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem;min-width:0;width:100%}.metric-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:1.2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;min-width:0;border-left:4px solid #e8eaed}.metric-card.info{border-left:4px solid #1a73e8}.metric-card.warning{border-left:4px solid #fbbc04}.metric-card.success{border-left:4px solid #34a853}.metric-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.metric-title{font-size:.8rem;font-weight:600;color:#5f6368;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.metric-value{font-size:2.2rem;font-weight:700;color:#202124;margin-bottom:.5rem;line-height:1}.metric-subtitle{font-size:.8rem;color:#9aa0a6;text-align:center;margin-top:.5rem}.metric-change{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500}.metric-change.positive{color:#34a853}.metric-change.negative{color:#ea4335}.metric-change.neutral{color:#9aa0a6}.insights-panels{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.insight-panel{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;height:100%}.insight-panel:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.panel-header{background:linear-gradient(135deg,#667eea,#764ba2 50%,#1a73e8);color:#fff;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.panel-header h3{margin:0;font-size:1.1rem;font-weight:600}.copy-section-btn{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}.copy-section-btn:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3);transform:scale(1.05)}.panel-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.summary-paragraph{font-size:.95rem;color:#202124;line-height:1.6;text-align:justify;flex:1 1}.recommendations-list{list-style:disc;padding-left:1.5rem;margin:0}.recommendation-item{padding:.5rem 0;font-size:.9rem;color:#202124;line-height:1.5}.no-recommendations,.no-summary{text-align:center;color:#666;padding:1rem}.leads-accordion{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem;overflow:hidden}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2 50%,#1a73e8);color:#fff;cursor:pointer;transition:background .3s;position:relative}.accordion-title{display:flex;align-items:center;gap:.75rem;flex:1 1}.accordion-title h3{margin:0;font-size:1.25rem;font-weight:600}.accordion-icon,.accordion-toggle{font-size:1.2rem}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-content.open{max-height:none;height:auto}.table-filters{justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e8eaed}.filters-left,.table-filters{display:flex;align-items:flex-end;flex-wrap:wrap;gap:1rem}.filter-group{display:flex;flex-direction:column;gap:.25rem}.filter-group label{font-size:.8rem;font-weight:600;color:#5f6368;text-transform:uppercase;letter-spacing:.5px}.filter-select{padding:.5rem;color:#202124;background:#fff}.clear-filters-btn,.filter-select{border:1px solid #e8eaed;border-radius:4px;font-size:.9rem}.clear-filters-btn{background:#f8f9fa;color:#5f6368;padding:.5rem 1rem;cursor:pointer;transition:all .3s;height:-moz-fit-content;height:fit-content;align-self:flex-end}.clear-filters-btn:hover{background:#e8eaed;color:#202124}.action-btn{background:#1a73e8;color:#fff;border:none;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s;display:flex;align-items:center;gap:.5rem}.action-btn:hover{background:#1557b0}.table-container{padding:1.5rem;overflow-x:auto}.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sort-icon{margin-left:.25rem;opacity:.6;font-size:.8rem;vertical-align:middle}.chat-transcript-link{background:none;border:none;color:#1a73e8;cursor:pointer;font-size:1rem;padding:0;margin-left:.5rem}.chat-transcript-link:hover{opacity:.8}.download-transcript-link{color:#1a73e8;text-decoration:none;font-size:1rem;margin-left:.5rem;transition:all .2s;display:inline-block;cursor:pointer}.download-transcript-link:hover{color:#1557b0;transform:scale(1.1)}.lead-score{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase;display:inline-block;min-width:60px;text-align:center}.lead-score.high{background:#e8f5e9;color:#34a853}.lead-score.medium{background:#fef7f0;color:#fbbc04}.lead-score.low{background:#fce8e6;color:#ea4335}.copy-message{position:fixed;top:100px;right:20px;background:#34a853;color:#fff;padding:.75rem 1.5rem;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:1003;animation:slideIn .3s ease}.pagination-controls{justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid #e8eaed;background:#f8f9fa}.pagination-buttons{display:flex;gap:.5rem;align-items:center}.pagination-btn{padding:.5rem .75rem;border:1px solid #e8eaed;background:#fff;color:#202124;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s;min-width:40px;text-align:center}.pagination-btn:hover:not(:disabled){background:#f8f9fa;border-color:#1a73e8;color:#1a73e8}.pagination-btn.active{background:#1a73e8;color:#fff;border-color:#1a73e8}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.shimmer-container{padding:2rem;max-width:1200px;margin:0 auto}.shimmer-header{margin-bottom:3rem}.shimmer-title{width:300px;height:3rem;margin-bottom:1rem;border-radius:8px}.shimmer-subtitle{width:500px;height:1.5rem;margin-bottom:2rem;border-radius:6px}.shimmer-campaign-selector{width:250px;height:3rem;border-radius:8px}.shimmer-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.shimmer-metric-card{height:120px;border-radius:12px}.shimmer-panels{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.shimmer-panel{height:200px;border-radius:12px}.shimmer-accordion{height:400px;border-radius:12px}.shimmer-animation{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.loading-container-centered{flex-direction:column;min-height:400px;padding:2rem;text-align:center}.global-loading-container,.loading-container-centered{display:flex;align-items:center;justify-content:center}.global-loading-container{height:100vh;font-size:16px;color:#666}.global-loading-content{display:flex;align-items:flex-start;gap:12px}.global-loading-spinner{width:20px;height:20px;border:2px solid #e8eaed;border-top-color:#1a73e8;border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0;margin-top:12px}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:1rem 0}.pagination-info{color:#5f6368;font-size:.9rem}.pagination-controls{display:flex;align-items:center;gap:1rem}.pagination-button{padding:.5rem 1rem;border:2px solid #e8eaed;border-radius:8px;background:#fff;color:#5f6368;font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.pagination-button:hover:not(:disabled){border-color:#1a73e8;color:#1a73e8}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-button.current{background:#1a73e8;color:#fff;border-color:#1a73e8}.pagination-pages,.rows-per-page{display:flex;gap:.5rem}.rows-per-page{align-items:center;font-size:.9rem;color:#5f6368}.rows-per-page select{padding:.25rem .5rem;border:2px solid #e8eaed;border-radius:6px;font-family:inherit;font-size:.9rem;background:#fff;color:#202124}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.intent-badge{background:#e8f0fe;color:#1a73e8}.cta-badge,.intent-badge{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.8rem;font-weight:600;margin:.25rem .25rem .25rem 0}.cta-badge{background:#f3e5f5;color:#7b1fa2}.metrics-accordion{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem;overflow:hidden}.metrics-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e8eaed;border-radius:4px;font-size:.9rem;color:#202124;background:#fff}.metrics-title h4{margin:0;font-size:1.2rem;color:#202124}.metrics-disclaimer{margin:.5rem 0 0;font-size:.9rem;color:#1a73e8;font-weight:500;line-height:1.4;display:flex;align-items:center;gap:.5rem}.date-range-selector{position:relative;z-index:5;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box}.date-separator{white-space:nowrap;color:#5f6368;font-weight:500;flex-shrink:0}.date-input{padding:.5rem .75rem;border:1px solid #e8eaed;border-radius:6px;font-family:Inter,sans-serif;font-size:.9rem;color:#202124!important;background:#fff;transition:border-color .3s;cursor:pointer;position:relative;z-index:10;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:0;flex:1 1 auto;max-width:100%;box-sizing:border-box}.date-input::-webkit-datetime-edit-day-field,.date-input::-webkit-datetime-edit-month-field,.date-input::-webkit-datetime-edit-text,.date-input::-webkit-datetime-edit-year-field{color:#202124!important}.date-input::-moz-placeholder{color:#202124!important}.refresh-btn.has-changes{background:linear-gradient(135deg,#1a73e8,#4285f4)!important;animation:pulse 2s infinite;box-shadow:0 2px 8px rgba(26,115,232,.3)}.date-input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px rgba(26,115,232,.2)}.date-input:hover{border-color:#dadce0;cursor:pointer}.date-input:active,.refresh-btn{cursor:pointer}.refresh-btn{background:#1a73e8;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;transition:background .3s;display:flex;align-items:center;gap:.5rem}.refresh-btn:hover:not(:disabled){background:#1557b0}.refresh-btn:disabled{opacity:.6;cursor:not-allowed;background:#f8f9fa}.metrics-charts-grid{padding:1.5rem}.chart-section{margin-bottom:2rem}.chart-section.half-width{min-height:300px;width:calc(50% - 1rem);flex:1 1;min-width:300px;background:#f8f9fa;border-radius:8px;padding:1.5rem}.chart-section h5{margin:0 0 1rem;font-size:1.1rem;color:#202124;display:flex;align-items:center;gap:.5rem}.chart-error-container,.chart-loading-container,.chart-no-data-container{padding:40px;text-align:center;color:#666;font-size:14px}.chart-loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:#1a73e8;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px}.chart-tooltip{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.chart-tooltip-text{margin:0;font-size:12px}.chart-tooltip-text-primary{margin:0;font-size:12px;color:#1a73e8}.chart-tooltip-text-success{margin:0;font-size:12px;color:#34a853}.chart-tooltip-text-warning{margin:0;font-size:12px;color:#fbbc04}.chart-legend-container{display:flex;flex-direction:column;gap:8px;font-size:12px;max-width:100%;align-items:center}.chart-legend-row{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.chart-legend-item{display:flex;align-items:center;gap:4px}.chart-legend-color{width:12px;height:12px;border-radius:2px}.chart-container-padding{padding:20px;height:400px;width:100%}.chart-container-padding-large{padding:20px;height:500px}.chart-full-size{width:100%;height:100%}.info-icon{font-size:.9rem;color:#9aa0a6;cursor:help;opacity:.7}.chart-container-inner{border-radius:8px;padding:1.5rem;min-height:450px;display:flex;align-items:center;justify-content:center;width:100%;height:450px;overflow:visible;position:relative}.recharts-bar-rectangle:hover{opacity:1!important;filter:none!important;fill:inherit!important}.recharts-bar-rectangle{transition:none!important}.no-hover-bar .recharts-bar-rectangle:hover{opacity:1!important;filter:none!important;fill:#34a853!important}.recharts-bar-rectangle:active,.recharts-bar-rectangle:focus,.recharts-bar-rectangle:hover{opacity:1!important;filter:none!important;fill:inherit!important;stroke:none!important;stroke-width:0!important}.chart-loaded{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.chart-placeholder{display:flex;align-items:flex-end;gap:8px;height:150px;margin-bottom:1rem}.chart-bar{width:30px;background:linear-gradient(135deg,#1a73e8,#34a853);border-radius:4px 4px 0 0;transition:height .3s ease}.chart-labels{display:flex;gap:8px;font-size:.8rem;color:#5f6368}.chart-area,.chart-line{justify-content:center}.chart-area,.chart-line,.pie-chart{width:100%;height:100%;display:flex;align-items:center}.pie-chart{flex-direction:column;gap:1rem;padding:1rem}.pie-chart svg{max-width:100%;max-height:100%;overflow:visible;width:200px;height:200px;display:block}.pie-legend{flex-direction:column;margin-top:1rem;width:100%}.legend-item,.pie-legend{display:flex;gap:.5rem;font-size:.8rem}.legend-item{align-items:center;color:#5f6368;padding:.25rem 0}.legend-color{width:12px;height:12px;border-radius:50%;display:inline-block;flex-shrink:0}.chart-loading{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#5f6368;font-size:1rem;padding:2rem;min-height:200px;justify-content:center}.loading-spinner{width:32px;height:32px;border:2px solid #e8eaed;border-top-color:#1a73e8;border-radius:50%;animation:spin .8s linear infinite}.full-width{width:100%;margin-bottom:3rem;background:#f8f9fa;border-radius:8px;padding:1.5rem}.half-width{width:48%}.pie-charts-row{display:flex;gap:2rem;flex-wrap:wrap;width:100%;margin-top:2rem}.chat-transcript-panel{position:fixed;top:0;right:0;width:400px;height:100vh;background:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.15);z-index:1002;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto}.chat-transcript-panel.open{transform:translateX(0)}.chat-transcript-header{background:#1a73e8;color:#fff;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;position:-webkit-sticky;position:sticky;top:0}.chat-transcript-header h3{margin:0;font-size:1.1rem}.close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s}.close-btn:hover{background:hsla(0,0%,100%,.1)}.chat-transcript-content{padding:1.5rem}.chat-info{background:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.user-info{margin-bottom:1rem}.name-email-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.user-name{font-weight:600;color:#202124}.user-email{color:#1a73e8;cursor:pointer;display:flex;align-items:center;gap:.5rem}.copy-icon{font-size:.8rem;opacity:.7}.user-role{display:block;color:#5f6368;font-size:.9rem;margin-bottom:.25rem}.user-company{display:block}.chat-meta,.user-company{color:#9aa0a6;font-size:.8rem}.chat-meta{display:flex;justify-content:space-between}.chat-messages{max-height:400px;overflow-y:auto}.chat-message{background:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:1rem}.message-content{color:#202124;line-height:1.5}.chat-transcript-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:1001}@media (max-width:1200px){.metrics-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.insights-panels{grid-template-columns:1fr}}@media (max-width:768px){.analytics-dashboard{padding:60px 0;margin-top:62px}.header-content{flex-direction:column;align-items:stretch;gap:1.5rem}.header-text{text-align:center}.dashboard-header h1{font-size:2rem;margin-top:1rem;width:100%;display:block}.dashboard-header p{font-size:1rem}.dashboard-header{margin-top:1rem}.header-text{width:100%;flex:1 1 100%}.campaign-dropdown,.campaign-selector{min-width:auto}.metrics-grid{grid-template-columns:1fr;gap:1rem}.pie-charts-row{flex-direction:column}.chat-transcript-panel,.half-width{width:100%}}.btn-secondary{background:transparent;color:#1a73e8;border-color:#1a73e8}.btn-secondary:hover{background:#1a73e8;color:#fff;box-shadow:0 8px 25px rgba(26,115,232,.3)}.btn-success{background:#34a853;color:#fff;border-color:#34a853}.btn-success:hover{background:#2d8a3e;border-color:#2d8a3e;box-shadow:0 8px 25px rgba(52,168,83,.3)}.btn-danger{background:#ea4335;color:#fff;border-color:#ea4335}.btn-danger:hover{background:#d93025;border-color:#d93025;box-shadow:0 8px 25px rgba(234,67,53,.3)}.btn-outline{background:transparent;color:#5f6368;border-color:#e8eaed}.btn-outline:hover{background:#f8f9fa;color:#202124;border-color:#dadce0}.btn-sm{padding:.5rem 1rem;font-size:.875rem;min-width:100px}.btn-lg{padding:1rem 2rem;font-size:1.125rem;min-width:140px}.form-input.error,.form-select.error,.form-textarea.error{border-color:#ea4335}.form-error{color:#ea4335}.form-error,.form-help{font-size:.875rem;margin-top:.25rem}.form-help{color:#5f6368}.card{padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease}.card:hover{box-shadow:0 8px 32px rgba(0,0,0,.15);transform:translateY(-2px)}.card-header{padding-bottom:1rem;border-bottom:1px solid #e8eaed}.card-title{font-size:1.25rem}.card-body{padding:0}.card-footer{padding-top:1rem;margin-top:1rem;border-top:1px solid #e8eaed}.alert{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1rem;border:1px solid transparent}.alert-success{background:#e6f4ea;color:#1e4620;border-color:#a8e6cf}.alert-warning{background:#fff3cd;color:#856404;border-color:#ffeaa7}.alert-danger{background:#f8d7da;color:#721c24;border-color:#f5c6cb}.alert-info{background:#d1ecf1;color:#0c5460;border-color:#bee5eb}.badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-primary{background:#e8f0fe;color:#1a73e8}.badge-success{background:#e6f4ea;color:#34a853}.badge-warning{background:#fff3cd;color:#fbbc04}.badge-danger{background:#f8d7da;color:#ea4335}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 2px 8px rgba(0,0,0,.1)}.border{border:1px solid #e8eaed}.border-t{border-top:1px solid #e8eaed}.border-b{border-bottom:1px solid #e8eaed}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.w-full{width:100%}.h-full{height:100%}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-in-out}.animate-slide-up{animation:slideUp .4s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@media (max-width:1200px){.chart-container-padding,.chart-container-padding-large{padding:15px}.chart-container-inner{min-height:350px;height:350px}}@media (max-width:768px){.metrics-charts-grid{padding:1rem;gap:1rem}.chart-section{margin-bottom:1.5rem}.chart-section.half-width{min-height:500px;width:100%;margin-bottom:2rem}.chart-container-inner{min-height:300px;height:300px;padding:1rem}.chart-container-padding{padding:10px;height:250px}.chart-container-padding-large{padding:10px;height:300px}.pie-charts-row{flex-direction:column;gap:2rem}.chart-full-size{width:100%;height:100%}.pie-chart svg{width:250px;height:250px}.chart-legend-container{font-size:11px}.chart-legend-row{flex-direction:column;gap:6px}.chart-legend-item{justify-content:center}}@media (max-width:480px){.metrics-charts-grid{padding:.5rem}.chart-section{margin-bottom:1rem}.chart-section h5{font-size:1rem;margin-bottom:.5rem}.info-icon{font-size:.8rem}.chart-container-inner{min-height:250px;height:250px;padding:.5rem}.chart-container-padding{padding:5px;height:200px}.chart-container-padding-large{padding:5px;height:250px}.pie-chart svg{width:200px;height:200px}.chart-legend-container{font-size:10px;max-width:100%}.chart-legend-color{width:10px;height:10px}.chart-tooltip{font-size:11px;padding:6px}.chart-tooltip-text{font-size:10px}.recharts-cartesian-axis-tick-value,.recharts-legend-item-text{font-size:10px!important}}@media (max-width:992px){.container{max-width:800px}.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.container{padding:0 1rem}.section{padding:2rem 0}.section-lg{padding:3rem 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.flex{flex-direction:column}.text-center-mobile{text-align:center}.form-input,.form-select,.form-textarea{font-size:16px;min-height:44px;padding:.75rem 1rem}.form-textarea{min-height:120px}.btn{min-height:44px;padding:.75rem 1.5rem;font-size:1rem}.card{margin:.5rem 0;padding:1.25rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.gap-1{gap:.75rem}.gap-2{gap:1.25rem}.gap-3{gap:1.75rem}.gap-4{gap:2.25rem}}@media (max-width:480px){.container{padding:0 .75rem}.btn{padding:.875rem 1.75rem;font-size:1rem;min-height:48px;min-width:120px}.form-input,.form-select,.form-textarea{min-height:48px;font-size:16px;padding:.875rem 1rem}.form-textarea{min-height:120px}.date-range-selector{flex-direction:column;gap:.5rem;align-items:stretch;width:100%}.date-input{width:100%;max-width:100%;font-size:.95rem;padding:.6rem .7rem;min-width:0;min-height:40px;box-sizing:border-box}.date-separator{align-self:flex-start;margin:0}.metrics-controls{width:100%;max-width:100%;box-sizing:border-box}.card{padding:1rem;margin:.25rem 0}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.section{padding:1.5rem 0}.section-lg{padding:2rem 0}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.grid-auto-fill,.grid-auto-fit{grid-template-columns:1fr}}.support-wrapper{max-width:960px;padding:2.5rem 1.5rem;margin:62px auto 0;min-height:calc(100vh - 62px);display:flex;align-items:center;justify-content:center}.card{background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);overflow:hidden;border:1px solid #e8eaed;width:100%;max-width:800px}.card-header h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.card-header p{font-size:.875rem;opacity:.9;margin:0}.demo-form{padding:2rem;background:#fff}.form-row{margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e8eaed;border-radius:8px;font-family:inherit;font-size:1rem;background:#fff;transition:all .3s ease;box-sizing:border-box;color:#202124}.form-input::placeholder,.form-textarea::placeholder{color:#9aa0a6}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px rgba(26,115,232,.1)}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1em;padding-right:2.5rem}input[type=file]{cursor:pointer}input[type=file]::-webkit-file-upload-button{background:#f8f9fa;border:2px solid #e8eaed;border-radius:6px;padding:.5rem 1rem;margin-right:1rem;font-family:inherit;font-size:.9rem;color:#5f6368;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}input[type=file]::-webkit-file-upload-button:hover{background:#e8eaed;border-color:#dadce0;color:#202124}.form-textarea{resize:vertical;min-height:120px}.btn{display:inline-block;padding:.75rem 1.5rem;border:2px solid transparent;font-weight:500;min-width:120px}.btn-primary:hover{transform:translateY(-1px)}.text-2xl{font-size:1.5rem}.font-semibold{font-weight:600}.mb-1{margin-bottom:.5rem}.text-secondary{color:#5f6368}.text-sm{font-size:.875rem}.text-center{text-align:center}.shadow-lg{box-shadow:0 8px 32px rgba(0,0,0,.15)}.account-setup-spinner{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;position:fixed;top:0;left:0;width:100%;z-index:9999}.spinner-container{text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;gap:2rem}.spinner-wrapper{position:relative;width:120px;height:120px}.spinner{width:80px;height:80px;border:4px solid hsla(0,0%,100%,.2);border-left-color:#1a73e8;border-radius:50%;animation:spin 4s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.loading-text{font-size:1.5rem;font-weight:500;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;transition:opacity .3s ease}.sub-text{font-size:1rem;color:hsla(0,0%,100%,.8);margin-top:.5rem;animation:fadeInOut 4s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.6}50%{opacity:1}}.progress-container{width:300px;height:4px;background:hsla(0,0%,100%,.2);border-radius:2px;overflow:hidden;margin-top:1rem}.progress-bar{height:100%;background:linear-gradient(90deg,#1a73e8,#667eea 50%,#764ba2);border-radius:2px;animation:progress 8s ease-in-out infinite;transform-origin:left}@keyframes progress{0%{transform:scaleX(0)}50%{transform:scaleX(.7)}to{transform:scaleX(1)}}.particle{position:absolute;background:hsla(0,0%,100%,.1);border-radius:50%;pointer-events:none;animation:float 6s ease-in-out infinite}.particle:first-child{width:20px;height:20px;top:20%;left:10%;animation-delay:0s}.particle:nth-child(2){width:15px;height:15px;top:60%;left:85%;animation-delay:2s}.particle:nth-child(3){width:25px;height:25px;top:80%;left:20%;animation-delay:4s}.particle:nth-child(4){width:12px;height:12px;top:30%;left:80%;animation-delay:1s}.particle:nth-child(5){width:18px;height:18px;top:70%;left:60%;animation-delay:3s}.pulse-ring{position:absolute;width:120px;height:120px;border:2px solid hsla(0,0%,100%,.1);border-radius:50%;animation:pulse 2s ease-out infinite;top:50%;left:50%;transform:translate(-50%,-50%)}.pulse-ring:nth-child(2){animation-delay:.5s}.pulse-ring:nth-child(3){animation-delay:1s}.inline-spinner{display:flex;align-items:center;gap:.5rem;color:inherit}.inline-spinner-icon{width:16px;height:16px;border:2px solid;border-left:2px solid transparent;border-radius:50%;animation:inlineSpin 1s linear infinite}@keyframes inlineSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.inline-spinner-text{font-size:.875rem;font-weight:500}@media (max-width:768px){.spinner-container{gap:1.5rem;padding:2rem}.loading-text{font-size:1.25rem}.progress-container{width:250px}.spinner{width:60px;height:60px}}@media (max-width:480px){.loading-text{font-size:1.1rem}.progress-container{width:200px}.spinner{width:50px;height:50px}}@media (max-width:768px){.support-wrapper{align-items:flex-start;padding:4rem 1rem 2rem}.form-row{grid-template-columns:1fr}.card-header,.demo-form{padding:1.5rem}.card-header h2{font-size:1.25rem}}@media (max-width:480px){.support-wrapper{padding:1.5rem 1rem}.card-header,.demo-form{padding:1rem}.card-header h2{font-size:1.125rem}.btn{padding:.875rem 1.25rem;font-size:.9rem}}@media (hover:none) and (pointer:coarse){.btn:hover,.card:hover{transform:none}.btn,.form-input,.form-select,.form-textarea{min-height:44px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-input,.form-textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}}@media (max-width:768px) and (orientation:landscape){.section{padding:1rem 0}.section-lg{padding:1.5rem 0}.gap-1{gap:.5rem}.gap-2{gap:.75rem}.gap-3{gap:1rem}.gap-4{gap:1.25rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.btn,.form-input,.form-select,.form-textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media print{.btn,.no-print{display:none!important}body{background:#fff!important;color:#000!important}.card{box-shadow:none!important;border:1px solid #ccc!important}}footer{background:#202124;color:#fff;padding:2rem 0 1.5rem;width:100%}footer .container{max-width:none;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:1.25rem}.footer-section h4{color:#fff;margin-bottom:.75rem;font-weight:600}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.4rem}.footer-section ul li a{color:#9aa0a6;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#1a73e8}.footer-logo{margin-bottom:.75rem}.footer-logo h3{color:#fff;font-size:1.8rem;font-weight:700;margin:0;font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.5px}.footer-section p{color:#9aa0a6;line-height:1.6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #3c4043}.footer-legal p{color:#9aa0a6;margin:0}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9aa0a6;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#1a73e8}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.about-section{padding-top:120px;min-height:100vh}.hero-section{text-align:center;padding:1rem 0;color:#202124;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="#1a73e8" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="#1a73e8" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="#1a73e8" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="#1a73e8" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="#1a73e8" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;text-align:center}.hero-subtitle{font-size:1.2rem;font-weight:400;margin-bottom:2.5rem;opacity:.95;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.7;color:#5f6368}.hero-buttons{flex-wrap:wrap}.cta-button{padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;min-width:160px;cursor:pointer;border:none;outline:none;font-family:inherit;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.cta-button.primary{background:#1a73e8;color:#fff;border:2px solid #1a73e8}.cta-button.primary:hover{background:#1557b0;border-color:#1557b0;transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,115,232,.3)}.cta-button.primary:active{transform:translateY(0);box-shadow:0 4px 16px rgba(26,115,232,.3)}.cta-button.secondary{background:transparent;color:#1a73e8;border:2px solid #1a73e8;box-shadow:0 2px 8px rgba(26,115,232,.1)}.cta-button.secondary:hover{background:#1a73e8;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,115,232,.3)}.cta-button.secondary:active{transform:translateY(0);box-shadow:0 4px 16px rgba(26,115,232,.3)}.cta-button:focus{outline:2px solid #1a73e8;outline-offset:2px}.cta-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.nature-decoration{position:fixed;top:0;width:200px;height:100vh;pointer-events:none;z-index:1;opacity:.15}.nature-left{left:0}.nature-left,.nature-right{background:linear-gradient(180deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.9) 30%,hsla(0,0%,100%,.95) 60%,#fff)}.nature-right{right:0}.forest-trees{width:100%;height:100%}.forest-trees,.tree{position:absolute;bottom:0}.tree{width:12px;height:60px;background:linear-gradient(180deg,#8d6e63,#6d4c41)}.tree,.tree:before{border-radius:50% 50% 0 0}.tree:before{content:"";position:absolute;bottom:40px;left:-8px;width:28px;height:40px;background:radial-gradient(ellipse at center,#4caf50 0,#388e3c 70%,#2e7d32 100%)}.nature-left .tree:first-child{left:20px;height:80px}.nature-left .tree:first-child:before{bottom:50px;width:32px;height:45px}.nature-left .tree:nth-child(2){left:60px;height:65px}.nature-left .tree:nth-child(2):before{bottom:35px;width:28px;height:38px}.nature-left .tree:nth-child(3){left:100px;height:90px}.nature-left .tree:nth-child(3):before{bottom:60px;width:35px;height:50px}.nature-left .tree:nth-child(4){left:140px;height:70px}.nature-left .tree:nth-child(4):before{bottom:40px;width:30px;height:42px}.nature-left .tree:nth-child(5){left:180px;height:85px}.nature-left .tree:nth-child(5):before{bottom:55px;width:33px;height:47px}.nature-right .tree:first-child{right:20px;height:75px}.nature-right .tree:first-child:before{bottom:45px;width:30px;height:43px}.nature-right .tree:nth-child(2){right:60px;height:85px}.nature-right .tree:nth-child(2):before{bottom:55px;width:34px;height:48px}.nature-right .tree:nth-child(3){right:100px;height:70px}.nature-right .tree:nth-child(3):before{bottom:40px;width:29px;height:41px}.nature-right .tree:nth-child(4){right:140px;height:90px}.nature-right .tree:nth-child(4):before{bottom:60px;width:36px;height:51px}.nature-right .tree:nth-child(5){right:180px;height:80px}.nature-right .tree:nth-child(5):before{bottom:50px;width:31px;height:44px}.floating-leaf{position:absolute;width:8px;height:12px;background:linear-gradient(135deg,#4caf50,#66bb6a);border-radius:50% 0 50% 50%;animation:float 6s ease-in-out infinite}.nature-left .floating-leaf:nth-child(6){left:40px;top:20%;animation-delay:0s}.nature-left .floating-leaf:nth-child(7){left:120px;top:40%;animation-delay:2s}.nature-left .floating-leaf:nth-child(8){left:160px;top:60%;animation-delay:4s}.nature-right .floating-leaf:nth-child(6){right:80px;top:30%;animation-delay:1s}.nature-right .floating-leaf:nth-child(7){right:120px;top:50%;animation-delay:3s}.nature-right .floating-leaf:nth-child(8){right:160px;top:70%;animation-delay:5s}.main-content{background:#fff;border-radius:24px 24px 0 0;margin-top:0;position:relative;z-index:2;box-shadow:0 -20px 40px rgba(0,0,0,.05)}.content-wrapper{padding:1rem 2rem}.mission-section{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#fefefe,#f8f9fa);margin:3rem 0;border-radius:16px;border:1px solid #e8eaed}.section-title{font-size:2.5rem;font-weight:700;color:#202124;margin-bottom:1rem}.section-subtitle{font-size:1.4rem;color:#1a73e8;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;font-weight:600}.mission-text{font-size:1.1rem;line-height:1.8;color:#202124;max-width:700px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:5rem 0;padding:0 1rem}.feature-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e8eaed;transition:all .3s ease;position:relative;overflow:hidden;margin:.5rem}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1a73e8,#34a853,#fbbc04,#ea4335)}.feature-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.15)}.feature-icon{font-size:2.5rem;margin-bottom:.75rem}.feature-title{font-size:1.2rem;font-weight:600;color:#202124;margin-bottom:.4rem}.feature-description{color:#5f6368;line-height:1.5;font-size:.95rem}.team-section{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#fefefe,#f8f9fa);margin:3rem 0;border-radius:16px;border:1px solid #e8eaed}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-top:2rem;padding:0 1rem;justify-items:center}.team-member{width:100%;max-width:240px;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s ease;margin:.25rem;text-align:center}.team-member:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.15)}.member-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#1a73e8,#34a853);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;margin:0 auto .5rem}.member-name{font-size:1rem;font-weight:600;color:#202124;margin-bottom:.5rem}.member-role{color:#5f6368;font-size:.8rem}.about-contact-section{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#fefefe,#f8f9fa);margin:3rem 0;border-radius:16px;border:1px solid #e8eaed}.contact-section{padding-top:120px;min-height:100vh;position:relative;z-index:1}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.contact-item{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem}.contact-icon{font-size:1.5rem;color:#1a73e8}.contact-text{color:#202124;font-weight:500}.final-cta{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.final-cta .container{max-width:1200px;margin:0 auto;padding:0 20px}.final-cta h2{font-size:3rem;font-weight:600;margin-bottom:1rem}.final-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button-white{display:inline-block}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.nature-decoration{width:150px;opacity:.12}.tree{width:10px;height:50px}.tree:before{bottom:30px;left:-6px;width:22px;height:32px}.floating-leaf{width:6px;height:10px}.hero-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:280px}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.team-member{max-width:180px}.contact-info{grid-template-columns:1fr}.contact-section{padding:2rem 1.5rem;margin:2rem 0}.section-subtitle{display:block}.contact-info{margin-top:1.5rem;gap:1rem}.contact-item{padding:.75rem}}@media (max-width:480px){.hero-title{font-size:2rem}.nature-decoration{width:100px;opacity:.1}.tree{width:8px;height:40px}.tree:before{bottom:25px;left:-5px;width:18px;height:26px}.floating-leaf{width:5px;height:8px}.section-title{font-size:1.8rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.team-grid{grid-template-columns:1fr;gap:1rem}.team-member{max-width:240px}.contact-info{grid-template-columns:1fr;gap:1rem}.container{padding:0 1rem}.content-wrapper{padding:.5rem 1rem}.contact-section,.mission-section,.team-section{padding:2rem 1rem;margin:2rem 0}.feature-card{padding:1.25rem;margin:.25rem}.team-member{padding:1.5rem;margin:.25rem}.final-cta{padding:2rem 1rem}}@media (min-width:769px) and (max-width:1024px){.contact-section,.mission-section,.team-section{padding:2.5rem 2rem;margin:2.5rem 0}.section-subtitle{margin-top:.75rem;margin-bottom:1.5rem}.contact-info{margin-top:1.25rem;gap:1.5rem}.contact-item{padding:.875rem}}.pricing-section{padding-top:2rem;background:#f8f9fa;padding-bottom:2rem}.page-header{text-align:center;margin-bottom:3rem;padding-top:120px;background:#fff}.page-title{font-size:2.5rem;font-weight:600;color:#202124;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.page-title-icon{font-size:2rem;color:#1a73e8}.page-description{font-size:1.1rem;color:#5f6368;max-width:800px;margin:0 auto 2rem;line-height:1.6}.balance-bar{background:#f8f9fa;border:1px solid #e8eaed;padding:.75rem 1.5rem;border-radius:8px;justify-content:center;margin:1.5rem auto auto;max-width:400px;box-shadow:none}.balance-bar,.balance-info{display:flex;align-items:center}.balance-info{gap:.6rem;flex-wrap:nowrap;white-space:nowrap}.balance-icon{font-size:1.2rem;color:#1a73e8}.balance-label{font-size:.95rem;color:#5f6368;font-weight:500}.balance-amount{font-size:1.3rem;font-weight:700;color:#1a73e8;background:rgba(26,115,232,.1);padding:.2rem .6rem;border-radius:6px;line-height:1;display:inline-flex;align-items:center;justify-content:center;text-align:center;min-width:-moz-fit-content;min-width:fit-content;margin:0 auto}.help-section{text-align:left;margin:.25rem 0 1.5rem}.help-link{color:#5f6368;text-decoration:underline;font-size:.9rem;transition:color .3s}.help-link:hover{color:#1a73e8}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:0}.pricing-card{background:#fff;border:2px solid #e8eaed;border-radius:12px;padding:1.5rem;position:relative;transition:all .3s ease;cursor:pointer}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15);border-color:#1a73e8}.pricing-card.selected{border-color:#1a73e8;box-shadow:0 8px 25px rgba(26,115,232,.2)}.pricing-card.most-popular{position:relative}.pricing-card.most-popular.selected{border-color:#1a73e8}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#1a73e8;color:#fff;padding:.3rem 1rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase}.price-header{text-align:center;margin-bottom:1rem}.price-amount{font-size:2.5rem;font-weight:700;color:#202124}.message-count{color:#5f6368;font-size:1rem;margin:.5rem 0}.estimated-customers,.price-per-message{color:#5f6368;font-size:.9rem;margin-bottom:1rem}.estimated-customers{display:flex;align-items:center;gap:.5rem}.customer-icon{color:#1a73e8}.enterprise-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.enterprise-card .estimated-customers,.enterprise-card .message-count,.enterprise-card .price-amount,.enterprise-card .price-per-message{color:#fff}.enterprise-card .customer-icon{color:hsla(0,0%,100%,.8)}.enterprise-description{font-size:.9rem;opacity:.9;margin-bottom:1rem}.page-actions{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-top:2rem}.back-button{background:none;border:2px solid #e8eaed;color:#5f6368;padding:.75rem 1.5rem;border-radius:24px;font-weight:500;font-size:1rem;text-decoration:none;transition:all .3s;cursor:pointer;display:inline-block;text-align:center;min-width:120px}.back-button:hover{background:#f8f9fa;border-color:#1a73e8;color:#1a73e8}.proceed-button{background:#1a73e8;color:#fff;padding:.75rem 1.5rem;border-radius:24px;font-weight:500;font-size:1rem;text-decoration:none;border:2px solid #1a73e8;cursor:pointer;transition:background .3s;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;display:inline-block;text-align:center;min-width:160px}.proceed-button:hover{background:#1557b0;border-color:#1557b0}.proceed-button:disabled{background:#e8eaed;color:#1a73e8;cursor:not-allowed}.skip-link{color:#5f6368;text-decoration:underline;font-size:.9rem;transition:color .3s}.skip-link:hover{color:#1a73e8}.static-cta{text-align:center;padding:3rem 2rem;background:#fff;margin:3rem 0;border-radius:16px;border:1px solid #e8eaed}.static-cta h2{font-size:2rem;font-weight:600;color:#202124;margin-bottom:1rem}.static-cta p{font-size:1.1rem;color:#5f6368;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.page-title{font-size:2rem}.pricing-grid{grid-template-columns:1fr;gap:1rem}.page-actions{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}.back-button,.proceed-button{width:auto;min-width:200px;max-width:280px;padding:.875rem 2rem}.pricing-section{padding-top:80px}.balance-info{flex-wrap:wrap!important;gap:.5rem;align-items:flex-start;justify-content:center}.balance-info,.balance-label{white-space:normal!important}.balance-amount{margin:0 auto!important;align-self:center!important}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:280px}}@media (max-width:480px){.pricing-card{padding:1rem}.price-amount{font-size:2rem}.balance-bar{padding:.75rem 1rem;max-width:90%;margin:1rem auto 2rem}.balance-info{gap:.4rem}.balance-label{font-size:.85rem}.balance-amount{font-size:1.2rem}.back-button,.proceed-button{min-width:180px;max-width:240px;padding:.75rem 1.5rem;font-size:.95rem}.page-actions{gap:.75rem}}.contact-section:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%231a73e8" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%231a73e8" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%231a73e8" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%231a73e8" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%231a73e8" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;pointer-events:none;z-index:0}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:3rem;font-weight:700;color:#202124;margin-bottom:1rem;text-align:center}.title-brand{background:linear-gradient(90deg,#1a73e8,#7c3aed)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;display:inline!important;font-weight:300!important;letter-spacing:-.05em!important;transform:scaleX(.75)!important;font-family:Arial,sans-serif!important;font-size:.9em!important;margin-right:.1em!important;padding-right:.05em!important}.title-prefix{color:#202124;display:inline;font-weight:500}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.contact-card{background:#fff;border:1px solid #e8eaed;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.contact-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.card-header{display:flex;align-items:center;margin-bottom:1rem}.card-icon{font-size:2rem;margin-right:.75rem}.card-title{font-size:1.5rem;font-weight:600;color:#202124;margin:0}.card-description{color:#5f6368;line-height:1.6;margin-bottom:2rem;flex-grow:1}.card-button{display:inline-block;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:2px solid;text-align:center;align-self:flex-start;cursor:pointer;font-family:inherit}.card-button.primary{background:#1a73e8;color:#fff;border-color:#1a73e8}.card-button.primary:hover{background:#1557b0;border-color:#1557b0;transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,115,232,.3)}.card-button.secondary{background:transparent;color:#1a73e8;border-color:#1a73e8}.card-button.secondary:hover{background:#1a73e8;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,115,232,.3)}.offices-section{margin-bottom:4rem}.offices-title{font-size:2.5rem;font-weight:700;color:#202124;margin-bottom:2rem}.offices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.office-card{background:#fff;border:1px solid #e8eaed;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease}.office-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.office-image{height:200px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.office-image.bengaluru,.office-image.sammamish{background:linear-gradient(135deg,#667eea,#764ba2)}.office-image.sammamish:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><rect width="400" height="200" fill="%2387CEEB" opacity="0.6"/><path d="M0 200 L80 130 L160 110 L240 120 L320 100 L400 110 L400 200 Z" fill="%234A90E2" opacity="0.8"/><path d="M0 200 L40 180 L80 190 L120 175 L160 185 L200 170 L240 188 L280 172 L320 182 L360 168 L400 180 L400 200 Z" fill="%23228B22" opacity="0.7"/><circle cx="320" cy="35" r="25" fill="%23FFD700" opacity="0.9"/><circle cx="80" cy="50" r="8" fill="%23FFFFFF" opacity="0.8"/><circle cx="200" cy="45" r="6" fill="%23FFFFFF" opacity="0.8"/><circle cx="350" cy="40" r="10" fill="%23FFFFFF" opacity="0.8"/></svg>')}.office-image.bengaluru:before,.office-image.sammamish:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.8;background-size:cover;background-position:50%}.office-image.bengaluru:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><rect width="400" height="200" fill="%23667eea" opacity="0.5"/><rect x="30" y="130" width="45" height="70" fill="%23764ba2" opacity="0.9"/><rect x="90" y="110" width="40" height="90" fill="%23764ba2" opacity="0.9"/><rect x="150" y="120" width="50" height="80" fill="%23764ba2" opacity="0.9"/><rect x="220" y="100" width="42" height="100" fill="%23764ba2" opacity="0.9"/><rect x="290" y="115" width="48" height="85" fill="%23764ba2" opacity="0.9"/><rect x="360" y="105" width="35" height="95" fill="%23764ba2" opacity="0.9"/><circle cx="60" cy="70" r="15" fill="%23FFD700" opacity="1"/><circle cx="180" cy="60" r="12" fill="%23FFD700" opacity="1"/><circle cx="300" cy="65" r="10" fill="%23FFD700" opacity="1"/><circle cx="380" cy="55" r="8" fill="%23FFD700" opacity="1"/><rect x="35" y="135" width="3" height="3" fill="%23FFFFFF" opacity="0.9"/><rect x="95" y="115" width="3" height="3" fill="%23FFFFFF" opacity="0.9"/><rect x="155" y="125" width="3" height="3" fill="%23FFFFFF" opacity="0.9"/><rect x="225" y="105" width="3" height="3" fill="%23FFFFFF" opacity="0.9"/><rect x="295" y="120" width="3" height="3" fill="%23FFFFFF" opacity="0.9"/><rect x="365" y="110" width="3" height="3" fill="%23FFFFFF" opacity="0.9"/></svg>')}.office-logo{font-size:4rem;color:#fff;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.3)}.office-details{padding:1.5rem}.office-location{font-size:1.2rem;font-weight:600;color:#202124;margin-bottom:.25rem}.office-country{color:#5f6368;font-size:.95rem}.promo-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:3rem;margin-bottom:4rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.promo-content h2{font-size:2.5rem;font-weight:700;color:#202124;margin-bottom:1.5rem;line-height:1.2}.promo-content p{color:#5f6368;line-height:1.6;margin-bottom:2rem;font-size:1.1rem}.promo-image{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;height:300px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.promo-image:before{content:"💻";font-size:6rem;color:#fff;opacity:.8}.feedback-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:900}.feedback-panel{position:fixed;top:0;right:-420px;width:420px;max-width:90%;height:100%;background:#fff;box-shadow:-4px 0 25px rgba(0,0,0,.15);padding:2rem 1.5rem;overflow-y:auto;transition:right .3s ease;z-index:1000}.feedback-panel.open{right:0}.feedback-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.5rem;cursor:pointer}.feedback-title{font-size:1.5rem;font-weight:600;color:#202124}.feedback-form .form-group,.feedback-title{margin-bottom:1rem}.feedback-form label{display:block;font-size:.85rem;margin-bottom:.3rem}.demo-form .required-asterisk,.feedback-form .required-asterisk{color:#ea4335;font-weight:700}.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;padding:.75rem 1rem;border:1px solid #dfe1e5;border-radius:8px;background:#f8f9fa;font-family:inherit;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.feedback-form input:focus,.feedback-form select:focus,.feedback-form textarea:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px rgba(26,115,232,.2);background:#fff}.feedback-form .form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.feedback-form button{background:linear-gradient(135deg,#1a73e8,#4285f4);color:#fff;font-weight:600;border:none;border-radius:8px;padding:.9rem 1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.feedback-form button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,115,232,.35)}.feedback-error-message{color:#d93025;font-size:.875rem;margin-top:.25rem;font-weight:500}@media (max-width:768px){.contact-title{font-size:2.5rem}.contact-cards,.offices-grid,.promo-section{grid-template-columns:1fr}.promo-section{text-align:center;gap:1.5rem}.promo-content h2{font-size:2rem}.feedback-form .form-row{grid-template-columns:1fr}}.success-toast{position:fixed;top:20px;right:20px;z-index:10000;max-width:400px;background:linear-gradient(135deg,#e6f4ea,#d4edda);color:#137333;border-radius:6px;border-left:4px solid #28a745;box-shadow:0 2px 8px rgba(40,167,69,.1);overflow:hidden}.toast-content{display:flex;align-items:center;padding:1rem 1.5rem;gap:.75rem}.toast-icon{font-size:1rem;flex-shrink:0}.toast-text{flex:1 1;min-width:0}.toast-title{color:#137333;font-size:1rem;font-weight:400}.toast-close{background:none;border:none;color:#137333;font-size:1.25rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s ease;opacity:.7}.toast-close:hover{opacity:1}@media (max-width:480px){.success-toast{top:10px;right:10px;left:10px;max-width:none}.contact-card,.promo-section{padding:2rem}.promo-content h2{font-size:1.8rem}}.demo-page-container{background-color:#f8f9fa;padding:120px 0 40px}.demo-wrapper{background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(26,115,232,.15);display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start;overflow:hidden;max-width:1400px;margin:0 auto}.demo-content-left{padding:3rem}.demo-main-title{font-size:3rem;font-weight:700;color:#202124;margin-bottom:1rem;line-height:1.2}.demo-subtitle{font-size:1.2rem;color:#5f6368;line-height:1.5;margin-bottom:2rem}.what-to-expect-title{font-size:1.25rem;font-weight:600;color:#202124;margin-bottom:1rem}.features-list{list-style:none;margin:2rem 0}.features-list li{display:flex;align-items:center;margin-bottom:1rem;font-size:1rem;color:#202124}.checkmark{color:#34a853;font-weight:700;margin-right:.75rem;font-size:1.1rem}.demo-image-container{margin-top:2rem}.demo-image{width:100%;height:300px;object-fit:cover;border-radius:12px;margin-top:1rem}.demo-form-container{background:#f8f9fa;border-radius:12px;padding:2rem;border:1px solid #e8eaed;height:100%}.form-title{font-size:1.5rem;font-weight:600;color:#202124}.form-subtitle,.form-title{margin-bottom:1.5rem;text-align:center}.form-subtitle{color:#5f6368;font-size:.9rem}.demo-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{font-size:.9rem;font-weight:500;color:#202124;margin-bottom:.5rem}.form-input{padding:.75rem 1rem;border:1px solid #dfe1e5;border-radius:8px;background:#fff;font-family:inherit;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px rgba(26,115,232,.2)}.btn{padding:.875rem 1.75rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:2px solid;text-align:center;cursor:pointer;font-family:inherit}.btn-primary{background:#1a73e8;color:#fff;border-color:#1a73e8}.btn-primary:hover{background:#1557b0;border-color:#1557b0;transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,115,232,.3)}.btn-full{width:100%}.form-privacy-notice{font-size:.8rem;color:#5f6368;margin-top:1rem;text-align:center}.form-privacy-notice a{color:#1a73e8;text-decoration:none}.form-privacy-notice a:hover{text-decoration:underline}.form-terms-notice{font-size:.8rem;color:#5f6368;margin-top:1rem;text-align:center}.form-terms-notice a{color:#1a73e8;text-decoration:none}.form-terms-notice a:hover{text-decoration:underline}@media (max-width:768px){.demo-wrapper{grid-template-columns:1fr;gap:2rem;margin:0 20px}.demo-content-left{padding:2rem}.demo-main-title{font-size:2.5rem}.demo-subtitle{font-size:1.1rem}.form-row{grid-template-columns:1fr}.demo-form-container{padding:1.5rem}}.ai-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ai-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;max-height:80vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);z-index:1001;display:flex;flex-direction:column;overflow:hidden}.ai-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;justify-content:space-between}.ai-header,.ai-header-content{display:flex;align-items:center}.ai-header-content{gap:1rem}.ai-logo{font-size:2rem;background:hsla(0,0%,100%,.2);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ai-header-text h3{margin:0;font-size:1.25rem;font-weight:600}.ai-header-text p{margin:.25rem 0 0;font-size:.9rem;opacity:.9}.ai-close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s}.ai-close-btn:hover{background:hsla(0,0%,100%,.2)}.ai-chat-container{max-height:calc(80vh - 100px)}.ai-chat-container,.ai-messages{flex:1 1;display:flex;flex-direction:column}.ai-messages{padding:1.5rem;overflow-y:auto;gap:1rem}.ai-message{display:flex;flex-direction:column;max-width:80%}.ai-message.user{align-self:flex-end}.ai-message.assistant{align-self:flex-start}.ai-message-content{padding:.75rem 1rem;border-radius:18px;font-size:.95rem;line-height:1.4}.ai-message.user .ai-message-content{background:#e3f2fd;color:#202124}.ai-message.assistant .ai-message-content{background:#f1f3f4;color:#202124}.ai-message-timestamp{font-size:.75rem;color:#5f6368;margin-top:.25rem;align-self:flex-end}.ai-message.user .ai-message-timestamp{align-self:flex-end}.ai-message.assistant .ai-message-timestamp{align-self:flex-start}.ai-typing{display:flex;gap:.25rem;padding:.75rem 1rem}.ai-typing span{width:8px;height:8px;border-radius:50%;background:#5f6368;animation:typing 1.4s ease-in-out infinite}.ai-typing span:first-child{animation-delay:-.32s}.ai-typing span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.ai-input-form{padding:1.5rem;border-top:1px solid #e8eaed}.ai-input-container{display:flex;gap:.75rem;align-items:center}.ai-input{flex:1 1;padding:.875rem 1rem;border:1px solid #e8eaed;border-radius:24px;font-size:.95rem;outline:none;transition:border-color .2s}.ai-input:focus{border-color:#1a73e8}.ai-input:disabled{background:#f8f9fa;cursor:not-allowed}.ai-send-btn{background:#1a73e8;color:#fff;border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.ai-send-btn:hover:not(:disabled){background:#1557b0}.ai-send-btn:disabled{background:#e8eaed;cursor:not-allowed}@media (max-width:768px){.ai-modal{width:95%;max-height:90vh}.ai-header{padding:1rem}.ai-header-text h3{font-size:1.1rem}.ai-header-text p{font-size:.8rem}.ai-input-form,.ai-messages{padding:1rem}}.why-wrapper{background-color:#f8f9fa;padding-top:120px}.hero{background:transparent;color:#202124;padding:20px 0;margin-top:0;position:relative;overflow:hidden}.hero-content{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.hero-text{text-align:center}.hero-text h1{font-size:2.5rem;font-weight:400;margin-bottom:1rem;line-height:1.2;background:linear-gradient(135deg,#667eea,#764ba2 50%,#1a73e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero-text p{font-size:1.25rem;margin-bottom:1.5rem;color:#5f6368;line-height:1.6}.cta-button-white{background:#1a73e8;color:#fff;padding:.75rem 1.5rem;border-radius:24px;font-weight:500;text-decoration:none;transition:all .3s ease;border:2px solid #1a73e8}.cta-button-white:hover{background:#1557b0;transform:translateY(-2px);box-shadow:0 8px 25px rgba(26,115,232,.3)}.demo-button{background:transparent;color:#1a73e8;padding:.75rem 1.5rem;border-radius:24px;font-weight:500;text-decoration:none;transition:all .3s ease;border:2px solid #1a73e8}.demo-button:hover{background:rgba(26,115,232,.1)}.hero-visual{position:relative;text-align:center;width:80%;max-width:800px}.video-container{position:relative;height:0;padding-bottom:56.25%;box-shadow:0 8px 32px rgba(0,0,0,.1);background:#fff}.video-container,.video-thumbnail{width:100%;border-radius:16px;overflow:hidden;cursor:pointer}.video-thumbnail{position:absolute;top:0;left:0;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-size:cover;background-position:50%}.video-thumbnail:hover{transform:scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,.4)}.play-button{margin:0;transition:transform .3s ease;z-index:4;position:relative}.play-button:hover{transform:scale(1.1)}.video-info{text-align:center;z-index:4;margin-top:1rem;color:#fff}.video-info h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.video-info p{font-size:.9rem;opacity:.8}.floating-icon{position:absolute;font-size:2rem;opacity:.3;animation:float 6s ease-in-out infinite}.floating-icon.icon-1{top:15%;left:10%;animation-delay:0s}.floating-icon.icon-2{top:25%;right:15%;animation-delay:1s}.floating-icon.icon-3{bottom:30%;left:15%;animation-delay:2s}.floating-icon.icon-4{bottom:20%;right:10%;animation-delay:3s}.floating-icon.icon-5{top:50%;left:5%;animation-delay:4s}.floating-icon.icon-6{bottom:10%;right:20%;animation-delay:5s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(5deg)}}.vimeo-custom-fullscreen-btn{position:absolute;bottom:8px;right:8px;width:44px;height:44px;background:rgba(0,0,0,.75);border:2px solid hsla(0,0%,100%,.9);border-radius:50%;color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:20;transition:opacity .3s ease,transform .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.3);padding:0;outline:none;box-sizing:border-box;opacity:0;pointer-events:none;visibility:hidden}.vimeo-custom-fullscreen-btn[style*="display: flex"],.vimeo-custom-fullscreen-btn[style*="display:flex"]{opacity:1!important;pointer-events:auto!important;visibility:visible!important}.vimeo-custom-fullscreen-btn:hover{background:rgba(0,0,0,.9);border-color:#fff;transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.4)}.vimeo-custom-fullscreen-btn:active{transform:scale(.95)}.vimeo-custom-fullscreen-btn:focus{outline:2px solid rgba(26,115,232,.5);outline-offset:2px}.vimeo-custom-fullscreen-btn svg{width:24px;height:24px;pointer-events:none}@media (min-width:769px){.vimeo-custom-fullscreen-btn{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}}.features{padding:80px 0;background:#f8f9fa}.features h2{text-align:center;font-size:3rem;font-weight:600;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2 50%,#1a73e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-subtitle{text-align:center;font-size:1.2rem;color:#5f6368;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card p{color:#5f6368;line-height:1.6}.ocean-divider{position:relative;height:180px;background:linear-gradient(180deg,#f8f9fa,#e1f5fe 60%,#81d4fa);overflow:hidden;margin:0}.wave{position:absolute;bottom:0;left:0;width:200%;height:80px;background:linear-gradient(135deg,#4fc3f7,#29b6f6 50%,#03a9f4);border-radius:50% 50% 0 0/100% 100% 0 0;animation:wave-motion 8s ease-in-out infinite}.wave:before{left:-25%;width:150%;height:60px;background:linear-gradient(135deg,#81d4fa,#4fc3f7);animation:wave-motion 6s ease-in-out infinite reverse}.wave:after,.wave:before{content:"";position:absolute;bottom:0;border-radius:50% 50% 0 0/100% 100% 0 0}.wave:after{left:10%;width:120%;height:40px;background:linear-gradient(135deg,#b3e5fc,#81d4fa);animation:wave-motion 10s ease-in-out infinite}@keyframes wave-motion{0%,to{transform:translateX(0) scaleX(1)}50%{transform:translateX(-5%) scaleX(1.1)}}.floating-clouds{position:absolute;top:20%;left:10%;width:60px;height:20px;background:hsla(0,0%,100%,.8);border-radius:20px;animation:cloud-drift 12s ease-in-out infinite}.floating-clouds:before{top:-8px;left:15px;width:30px;height:16px;border-radius:16px}.floating-clouds:after,.floating-clouds:before{content:"";position:absolute;background:hsla(0,0%,100%,.8)}.floating-clouds:after{top:-5px;right:10px;width:25px;height:12px;border-radius:12px}@keyframes cloud-drift{0%,to{transform:translateX(0)}50%{transform:translateX(20px)}}.content-section{padding:80px 0;background:#fff}.content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.content-text h2{font-size:3rem;font-weight:600;margin-bottom:1rem;color:#202124}.content-text p{font-size:1.1rem;color:#5f6368;line-height:1.6;margin-bottom:1.5rem}.content-text ul{list-style:none;padding:0}.content-text li{padding:.5rem 0 .5rem 2rem;position:relative;color:#5f6368}.content-text li:before{content:"✓";position:absolute;left:0;color:#34a853;font-weight:700}.content-image{position:relative}.content-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15)}.chatbot-visual{display:flex;justify-content:center;align-items:center}.chat-window{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid #e8eaed;width:100%;max-width:400px;overflow:hidden}.chat-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;gap:.75rem}.chat-avatar,.chat-header{display:flex;align-items:center}.chat-avatar{font-size:1.5rem;background:hsla(0,0%,100%,.2);border-radius:50%;width:40px;height:40px;justify-content:center}.chat-title{font-weight:600;flex-grow:1}.chat-status{color:#4caf50;font-size:.8rem}.chat-messages{padding:1.5rem;background:#f8f9fa;min-height:250px;gap:1rem}.chat-messages,.message{display:flex;flex-direction:column}.user-message{align-items:flex-end}.ai-message{align-items:flex-start}.message-bubble{max-width:80%;padding:.75rem 1rem;border-radius:18px;font-size:.9rem;line-height:1.4}.user-message .message-bubble{background:#1a73e8;color:#fff}.ai-message .message-bubble{background:#fff;color:#202124;border:1px solid #e8eaed}.chat-input{padding:1rem 1.5rem;background:#fff;border-top:1px solid #e8eaed}.input-container{display:flex;align-items:center;background:#f8f9fa;border-radius:24px;border:1px solid #e8eaed;padding:.5rem;gap:.5rem}.chat-text-input{flex:1 1;border:none;outline:none;background:transparent;padding:.5rem 1rem;font-size:.9rem;color:#202124}.chat-text-input::placeholder{color:#9aa0a6}.send-button{background:#1a73e8;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .3s}.send-button:hover{background:#1557b0}.comparison-section{padding:80px 0;background:#f8f9fa}.comparison-section h2{text-align:center;font-size:3rem;font-weight:600;margin-bottom:3rem;color:#202124}.comparison-table-wrapper{max-width:1000px;margin:0 auto;padding:0 20px;overflow-x:auto}.comparison-table{width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);border-collapse:collapse}.comparison-table th{background:#1a73e8;color:#fff;padding:1.5rem 1rem;font-weight:600;text-align:left}.comparison-table td{padding:1rem;border-bottom:1px solid #e8eaed;vertical-align:top}.comparison-table th:first-child,.comparison-table th:nth-child(2),.comparison-table th:nth-child(3),.comparison-table th:nth-child(4){width:25%}.comparison-table tr:hover{background:#f8f9fa}.comparison-table .feature-col{font-weight:600;color:#202124}.comparison-table .happy{color:#34a853;font-weight:400}.comparison-table .sad{color:#ea4335;font-weight:400}.comparison-table .neutral{color:#ff9800;font-weight:400}@media (max-width:768px){.hero-content{gap:2rem}.hero-text h1{font-size:2.5rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-visual{width:95%}.content-grid{gap:2rem}.content-grid,.features-grid{grid-template-columns:1fr}.comparison-table td,.comparison-table th{padding:.75rem .5rem;font-size:.9rem}.final-cta{padding:60px 0}.final-cta h2{font-size:2.5rem}.final-cta p{font-size:1.1rem}}header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;top:0;z-index:1000;height:auto;min-height:0;margin:0!important;padding:0!important;line-height:1}header,nav{width:100%;box-sizing:border-box}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.logo{height:28px;width:auto;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-container{display:flex;align-items:center}.nav-links{display:flex;list-style:none;gap:1.2rem}.nav-links a{text-decoration:none;color:#5f6368;font-weight:500;font-size:.85rem;transition:color .3s,transform .3s}.nav-links a:hover{color:#1a73e8;transform:scale(1.1);text-shadow:0 0 8px rgba(26,115,232,.3)}.nav-links a.active{color:#1a73e8;font-weight:600}.header-buttons{display:flex;gap:1rem;align-items:center}.login-button{background:transparent;color:#1a73e8;padding:.4rem 1rem;border:2px solid #1a73e8;border-radius:20px;text-decoration:none;font-weight:500;transition:all .3s;cursor:pointer;font-size:.85rem}.login-button:hover{background:#1a73e8;color:#fff;transform:translateY(-2px)}.cta-button:hover{background:#1557b0;border-color:#1557b0;transform:translateY(-2px)}.user-dropdown{position:relative}.user-avatar{background:#f8f9fa;border:2px solid #e8eaed;border-radius:16px;padding:.2rem .4rem;cursor:pointer;display:flex;align-items:center;gap:.3rem;transition:all .3s ease;font-weight:500;color:#5f6368}.user-avatar:hover{border-color:#1a73e8;background:#e8f0fe;color:#1a73e8}.avatar-icon{background:linear-gradient(135deg,#e8f0fe,#f0f7ff);color:#1a73e8;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;border:2px solid #1a73e8}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease}.user-dropdown.active .dropdown-arrow{transform:rotate(180deg)}.user-dropdown.active .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:2px solid #e8eaed;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);min-width:240px;margin-top:.25rem;z-index:1001;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.dropdown-item{padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:background .2s ease;color:#5f6368;font-size:.95rem}.dropdown-item:hover{background:#f8f9fa;color:#1a73e8}.dropdown-item.user-info{background:#f8f9fa;pointer-events:none;border-radius:6px;margin:.25rem .5rem;padding:1rem}.dropdown-item.credits-info{cursor:default}.dropdown-item.credits-info:hover{background:transparent;color:#5f6368}.dropdown-item.logout{color:#d93025;border-top:1px solid #e8eaed;margin-top:.25rem}.dropdown-item.logout:hover{background:#fce8e6;color:#d93025}.dropdown-menu .signout-button{border-top:1px solid #e8eaed;color:#d93025}.dropdown-menu .signout-button:hover{background:#fce8e6}.credits-display{display:flex;flex-direction:column;line-height:1.2}.credits-number{font-size:1.1rem;font-weight:700;color:#202124;letter-spacing:.5px}.credits-label{font-size:.75rem;color:#5f6368;font-weight:400;margin-top:.1rem}.item-icon{font-size:1rem;width:1.2rem;text-align:center}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1002}.mobile-menu-btn span{width:100%;height:3px;background:#5f6368;border-radius:2px;transition:all .3s ease;transform-origin:center}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.nav-links{display:none}.header-buttons{gap:.5rem}.login-button{padding:.4rem .8rem;font-size:.9rem}.cta-button{padding:.75rem 1.5rem;font-size:1rem}.logo{height:36px}}.home-banner{background:#1a73e8;color:#fff;padding:12px 0;text-align:center;margin-top:62px;position:relative;z-index:999}.home-banner p{margin:0;font-size:.95rem;font-weight:500}.home-banner a{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .3s}.home-banner a:hover{opacity:.8}.home-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;margin-top:0}.home-hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.home-hero-text{text-align:left}.home-hero-text h1{font-size:3rem;font-weight:400;margin-bottom:1rem;line-height:1.2;font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home-hero-text p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.home-hero-video{position:relative;background:hsla(0,0%,100%,.05);border-radius:16px;padding:1.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center}.home-video-container{position:relative;height:0;padding-bottom:56.25%;box-shadow:0 8px 32px rgba(0,0,0,.3);cursor:pointer}.home-video-container,.home-video-thumbnail{width:100%;border-radius:16px;overflow:hidden}.home-video-thumbnail{position:absolute;top:0;left:0;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.home-video-thumbnail:hover{transform:scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,.4)}.home-thumbnail-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.home-floating-icon{position:absolute;font-size:2rem;opacity:.3;animation:home-float 6s ease-in-out infinite}.home-floating-icon.icon-1{top:15%;left:10%;animation-delay:0s}.home-floating-icon.icon-2{top:25%;right:15%;animation-delay:1s}.home-floating-icon.icon-3{bottom:30%;left:15%;animation-delay:2s}.home-floating-icon.icon-4{bottom:20%;right:10%;animation-delay:3s}.home-floating-icon.icon-5{top:50%;left:5%;animation-delay:4s}.home-floating-icon.icon-6{bottom:10%;left:50%;transform:translateX(-50%);animation-delay:5s}@keyframes home-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(5deg)}}.home-video-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;max-width:300px}.home-ai-assistant-preview{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.2rem;border:1px solid hsla(0,0%,100%,.15);width:100%;min-width:280px;position:relative}.home-ai-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.home-ai-logo{font-size:1.2rem}.home-ai-title{font-size:.9rem;font-weight:600;color:hsla(0,0%,100%,.8)}.home-ai-chat{text-align:left;position:relative;min-height:60px}.home-ai-message{font-size:.9rem;color:hsla(0,0%,100%,.7);margin-bottom:0;line-height:1.4;white-space:normal;padding-bottom:1.5rem;word-wrap:break-word}.home-ai-typing{display:flex;gap:.2rem;align-items:center;position:absolute;bottom:10px;left:10px}.home-ai-robot{position:absolute;bottom:15px;left:-10px;font-size:2rem;opacity:.3;animation:home-float 6s ease-in-out infinite;animation-delay:3s}.home-ai-typing span{width:6px;height:6px;background:hsla(0,0%,100%,.7);border-radius:50%}.home-thumbnail-overlay{position:relative;text-align:center;color:#fff;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px}.home-play-button{margin:2rem 0 0;transition:transform .3s ease;z-index:4;position:relative}.home-play-button:hover{transform:scale(1.1)}.home-video-info{text-align:center;z-index:4;margin-top:1rem}.home-video-info h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.home-video-info p{font-size:1rem;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.3);margin-bottom:1rem}.home-feature-highlights{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-highlight{background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid hsla(0,0%,100%,.3);transition:all .3s ease}.home-highlight:hover{background:hsla(0,0%,100%,.3);transform:translateY(-2px)}.home-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;transition:transform .3s ease}.home-video-container:hover iframe{transform:scale(1.02)}.home-video-placeholder{color:hsla(0,0%,100%,.8);font-size:1.1rem}.home-features{padding:50px 0 40px;background:#f8f9fa}.home-features h2{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2 50%,#1a73e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.home-features h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2 50%,#1a73e8);border-radius:2px}.home-features-subtitle{text-align:center;font-size:1.2rem;color:#5f6368;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.home-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.home-feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.home-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.05;transition:opacity .3s}.home-feature-card:first-child:before{background:linear-gradient(135deg,#667eea,#764ba2)}.home-feature-card:nth-child(2):before{background:linear-gradient(135deg,#4facfe,#00f2fe)}.home-feature-card:nth-child(3):before{background:linear-gradient(135deg,#43e97b,#38f9d7)}.home-feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.home-feature-card:hover:before{opacity:.08}.home-feature-icon{width:48px;height:48px;background:#e8f0fe;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#1a73e8;font-size:1.5rem;position:relative;z-index:1}.home-feature-card:first-child .home-feature-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.home-feature-card:nth-child(2) .home-feature-icon{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.home-feature-card:nth-child(3) .home-feature-icon{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff}.home-feature-card h3{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:#202124;position:relative;z-index:1}.home-feature-card p{color:#5f6368;margin-bottom:1.5rem;position:relative;z-index:1}.home-landscape-divider{position:relative;height:200px;background:linear-gradient(180deg,#e3f2fd,#81d4fa 50%,#4fc3f7);overflow:hidden;margin:0}.home-landscape-divider-2{position:relative;height:180px;background:linear-gradient(180deg,#f8f9fa,#d1c4e9 20%,#b39ddb 60%,#9575cd);overflow:hidden;margin:-40px 0 0}.home-mountains{position:absolute;bottom:0;right:0;width:0;height:0;border-left:300px solid transparent;border-right:200px solid transparent;border-bottom:120px solid #5e35b1;opacity:.8}.home-mountains:before{content:"";position:absolute;bottom:-120px;right:-50px;width:0;height:0;border-left:180px solid transparent;border-right:150px solid transparent;border-bottom:80px solid #7e57c2;opacity:.9}.home-hills{left:0;width:100%;height:60px;background:linear-gradient(135deg,#673ab7,#7e57c2 50%,#9575cd);transform:scaleX(1.5)}.home-hills,.home-hills:before{position:absolute;bottom:0;border-radius:50% 50% 0 0/100% 100% 0 0}.home-hills:before{content:"";left:20%;width:40%;height:40px;background:linear-gradient(135deg,#5e35b1,#673ab7)}.home-trees{position:absolute;bottom:45px;left:15%;width:8px;height:35px;background:#4527a0;border-radius:50% 50% 0 0}.home-trees:before{left:20px;width:6px;height:28px;background:#5e35b1}.home-trees:after,.home-trees:before{content:"";position:absolute;bottom:0;border-radius:50% 50% 0 0}.home-trees:after{left:35px;width:10px;height:40px;background:#311b92}.home-ocean-waves{bottom:0;left:0;width:100%;height:60px;background:linear-gradient(135deg,#29b6f6,#03a9f4 50%,#0288d1);transform:scaleX(2);animation:home-wave 3s ease-in-out infinite}.home-ocean-waves,.home-ocean-waves:before{position:absolute;border-radius:50% 50% 0 0/100% 100% 0 0}.home-ocean-waves:before{content:"";bottom:20px;left:10%;width:80%;height:25px;background:linear-gradient(135deg,#42a5f5,#1e88e5);opacity:.7;animation:home-wave 3s ease-in-out infinite reverse}@keyframes home-wave{0%,to{transform:translateX(0) scaleX(1)}50%{transform:translateX(-5%) scaleX(1.1)}}.home-floating-clouds{position:absolute;top:20px;left:20%;width:60px;height:20px;background:hsla(0,0%,100%,.8);border-radius:20px;animation:home-float 4s ease-in-out infinite}.home-floating-clouds:before{content:"";position:absolute;top:30px;left:60%;width:40px;height:15px;background:hsla(0,0%,100%,.6);border-radius:15px;animation:home-float 4s ease-in-out 1s infinite}.home-floating-clouds:after{content:"";position:absolute;top:15px;right:10%;width:50px;height:18px;background:hsla(0,0%,100%,.7);border-radius:18px;animation:home-float 4s ease-in-out 2s infinite}.home-distant-hills{position:absolute;bottom:40px;right:10%;width:0;height:0;border-left:120px solid transparent;border-right:80px solid transparent;border-bottom:60px solid #81c784;opacity:.6}.home-instant-answers{padding:80px 0;background:#fff}.home-instant-answers h2{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:#202124}.home-section-subtitle{text-align:center;font-size:1.4rem;color:#5f6368;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.home-answers-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.home-chatbot-visual{display:flex;justify-content:center;align-items:center}.home-chat-window{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid #e8eaed;width:100%;max-width:400px;overflow:hidden}.home-chat-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;display:flex;align-items:center;gap:.75rem}.home-chat-avatar{font-size:1.5rem;background:hsla(0,0%,100%,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.home-chat-title{font-weight:600;flex-grow:1}.home-chat-status{color:#4caf50;font-size:.8rem}.home-chat-messages{padding:1.5rem;background:#f8f9fa;min-height:250px;gap:1rem}.home-chat-messages,.home-message{display:flex;flex-direction:column}.home-user-message{align-items:flex-end}.home-ai-message{align-items:flex-start}.home-message-bubble{max-width:80%;padding:.75rem 1rem;border-radius:18px;font-size:.9rem;line-height:1.4}.home-user-message .home-message-bubble{background:#1a73e8;color:#fff}.home-ai-message .home-message-bubble{background:#fff;color:#202124;border:1px solid #e8eaed}.home-chat-input{padding:1rem 1.5rem;background:#fff;border-top:1px solid #e8eaed}.home-input-container{display:flex;align-items:center;background:#f8f9fa;border-radius:24px;border:1px solid #e8eaed;padding:.5rem;gap:.5rem}.home-chat-text-input{flex:1 1;border:none;outline:none;background:transparent;padding:.5rem 1rem;font-size:.9rem;color:#202124}.home-chat-text-input::placeholder{color:#9aa0a6}.home-send-button{background:#1a73e8;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .3s}.home-send-button:hover{background:#1557b0}.home-features-list{display:flex;flex-direction:column;gap:1.5rem}.home-feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:12px;background:#f8f9fa;transition:transform .3s,box-shadow .3s}.home-feature-item:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.home-feature-bullet{font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-feature-item span{color:#202124;font-weight:500;line-height:1.5;padding-top:.5rem}.home-pricing{padding:80px 0;background:#f8f9fa}.home-pricing h2{text-align:center;font-size:2.5rem;font-weight:400;margin-bottom:1rem;color:#202124}.home-pricing-subtitle{text-align:center;font-size:1.4rem;color:#5f6368;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.home-pricing-benefits{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem;max-width:1000px;margin-left:auto;margin-right:auto}.home-benefit-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e8f0fe);border-radius:12px;border-left:4px solid #1a73e8;transition:transform .3s,box-shadow .3s;animation:fadeInUp .6s ease-out}.home-benefit-item:nth-child(2){animation-delay:.1s}.home-benefit-item:nth-child(3){animation-delay:.2s}.home-benefit-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(26,115,232,.15)}.home-benefit-icon{font-size:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:pulse 2s infinite}.home-benefit-item span{color:#202124;font-weight:500;font-size:1.2rem;line-height:1.4}.home-analytics{padding:80px 0;background:#fff}.home-analytics h2{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:#202124}.home-analytics-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.home-analytics-features{display:flex;flex-direction:column;gap:1.5rem}.home-analytics-feature-item{display:flex;align-items:center;gap:1rem}.home-analytics-feature-bullet{font-size:1.5rem;background:linear-gradient(135deg,#1a73e8,#34a853);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:pulse 2s ease-in-out infinite}.home-analytics-feature-item span{font-size:1.1rem;line-height:1.5;color:#202124;font-weight:400}.home-analytics-visual{display:flex;justify-content:center;align-items:center}.home-analytics-dashboard{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid #e8eaed;width:100%;max-width:500px;overflow:hidden}.home-dashboard-header{background:#fafbfc;border-bottom:1px solid #e8eaed;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;border-radius:16px 16px 0 0}.home-dashboard-title{font-size:1.2rem;font-weight:600;color:#202124}.home-dashboard-date{font-size:.9rem;color:#5f6368}.home-dashboard-stats{padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.home-stat-card{text-align:center;padding:1rem;background:#f8f9fa;border-radius:8px}.home-stat-value{font-size:2.5rem;font-weight:700;color:#1a73e8;margin-bottom:.5rem}.home-stat-label{font-size:1rem;color:#5f6368;margin-bottom:.5rem}.home-stat-change{font-size:.9rem;color:#34a853;font-weight:600}.home-dashboard-chart{padding:1.5rem;border-top:1px solid #e8eaed}.home-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.home-chart-title{font-size:1.1rem;font-weight:600;color:#202124}.home-chart-legend,.home-legend-item{display:flex;align-items:center;gap:.5rem}.home-legend-color{width:12px;height:12px;border-radius:2px}.home-chart-bars{display:flex;gap:1rem;justify-content:center;align-items:flex-end;height:120px;padding-top:30px}.home-chart-bar{display:flex;flex-direction:column;align-items:center;gap:.5rem;height:100%;justify-content:flex-end;position:relative}.home-bar-value{font-size:1rem;font-weight:600;color:#202124;position:absolute;top:-55px;left:50%;transform:translateX(-50%);background:#fff;padding:2px 6px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:1}.home-bar-conversion{width:100px;background:#34a853;border-radius:4px 4px 0 0;transition:all .3s ease}.home-bar-conversion:hover{background:#2e7d32;transform:scaleY(1.1)}.home-bar-label{font-size:.9rem;color:#5f6368;margin-top:.5rem}.home-final-cta{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.home-final-cta h2{font-size:2.5rem;font-weight:400;margin-bottom:1rem}.home-final-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media (max-width:768px){.home-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.home-hero-text{text-align:center}.home-hero-text h1{font-size:2.2rem}.home-hero-video{padding:1rem}.home-video-container{box-shadow:0 4px 16px rgba(0,0,0,.2)}.home-ai-assistant-preview{max-width:250px;padding:.75rem}.home-ai-title{font-size:.8rem}.home-ai-message{font-size:.7rem}.home-feature-highlights{gap:.5rem}.home-highlight{font-size:.7rem;padding:.4rem .8rem}.home-floating-icon{font-size:1.5rem}.home-answers-content,.home-features-grid{grid-template-columns:1fr}.home-answers-content{gap:2rem}.home-analytics{padding:40px 0;overflow-x:hidden}.home-analytics h2{font-size:1.8rem;padding:0 1rem}.home-section-subtitle{padding:0 1rem}.home-analytics-content{grid-template-columns:1fr;gap:2rem;padding:0 1rem;box-sizing:border-box}.home-analytics-content,.home-analytics-dashboard,.home-analytics-features,.home-analytics-visual{max-width:100%;overflow-x:hidden;width:100%}.home-analytics-feature-item{min-width:0;max-width:100%}.home-analytics-feature-item span{font-size:1rem}.home-dashboard-header{padding:1.25rem 1.5rem}.home-dashboard-stats{padding:1.25rem}.home-stat-value{font-size:2.25rem}.home-chart-header{margin-bottom:2rem}.home-chart-bars{gap:.5rem;padding-top:35px}.home-bar-value{padding:2px 5px}.home-bar-label,.home-bar-value{font-size:.85rem}.home-bar-conversion{min-width:50px;max-width:80px}.home-pricing-benefits{grid-template-columns:1fr;max-width:600px}.home-benefit-item{min-width:auto}}@media (max-width:480px){.home-analytics{padding:30px 0}.home-analytics h2{font-size:1.5rem;padding:0 .75rem}.home-section-subtitle{padding:0 .75rem;font-size:.95rem}.home-analytics-content{padding:0 .75rem;gap:1.5rem}.home-analytics-feature-item{gap:.75rem}.home-analytics-feature-bullet{width:32px;height:32px;font-size:1.2rem}.home-analytics-feature-item span{font-size:.9rem}.home-analytics-dashboard{max-width:100%}.home-dashboard-header{padding:1rem;flex-direction:column;align-items:flex-start;gap:.5rem}.home-dashboard-title{font-size:1rem}.home-dashboard-date{font-size:.85rem}.home-dashboard-stats{grid-template-columns:1fr;gap:.75rem;padding:1rem}.home-stat-card{padding:.75rem}.home-stat-value{font-size:2rem}.home-stat-label{font-size:.85rem}.home-stat-change{font-size:.8rem}.home-dashboard-chart{padding:1rem}.home-chart-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.home-chart-title{font-size:.95rem}.home-chart-legend{font-size:.85rem}.home-chart-bars{gap:.4rem;padding-top:35px;height:120px}.home-bar-value{font-size:.7rem;padding:2px 4px;top:-50px}.home-bar-label{font-size:.7rem}.home-bar-conversion{min-width:40px;max-width:60px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-buttons{display:flex;gap:1rem;align-items:center}.demo-button:hover{background:#fff;color:#1a73e8;transform:translateY(-2px)}@media (max-width:768px){.hero-buttons{flex-direction:column;gap:.8rem}.cta-button-white,.demo-button{width:100%;text-align:center}}