*{margin:0;padding:0;box-sizing:border-box}.website__header{display:flex;justify-content:center;align-items:center;height:100px;background-color:green;color:#fff}.website__header h1{font-size:24px;font-weight:700;background-color:green}.map_main{stroke:#272727;max-width:100%;max-height:100%;width:auto;height:auto}svg{background-color:#97c8ff}.background{background-color:#97c8ff;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:20px}.map{display:flex;fill:#828282;stroke:#272727;width:100%;max-width:1000px;height:auto;aspect-ratio:1 / 1}#IT-42,#IT-21,#IT-23,#IT-45,#IT-25,#IT-34,#IT-36,#IT-32,#IT-88{fill:green}#IT-42:hover,#IT-21:hover,#IT-23:hover,#IT-45:hover,#IT-25:hover,#IT-34:hover,#IT-36:hover,#IT-32:hover,#IT-88:hover{fill:#828282}#IT-52,#IT-62,#IT-55,#IT-57,#IT-65{fill:#fff;stroke:#272727}#IT-52:hover,#IT-62:hover,#IT-55:hover,#IT-57:hover,#IT-65:hover{fill:#828282}#IT-82,#IT-67,#IT-78,#IT-75,#IT-72,#IT-77{fill:red;stroke:#272727}#IT-82:hover,#IT-67:hover,#IT-78:hover,#IT-75:hover,#IT-72:hover,#IT-77:hover{fill:#828282}@media screen and (max-width: 768px){.map{width:95%}.background{padding:15px}}@media screen and (min-width: 1200px){.map{width:100%}.background{padding:10px}}.gemini-container{min-height:100vh;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Google Sans,sans-serif;color:#202124}.gemini-header{position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e8eaed;z-index:100}.gemini-header-content{max-width:768px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.gemini-header-left{display:flex;align-items:center;gap:12px}.gemini-logo-icon{color:#006653}.gemini-header-text{display:flex;flex-direction:column}.gemini-title{margin:0;font-size:20px;font-weight:600;color:#202124;letter-spacing:-.01em}.gemini-subtitle{margin:0;font-size:13px;color:#5f6368;font-weight:400}.gemini-home-btn{background:transparent;border:none;padding:8px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#5f6368;transition:background .2s}.gemini-home-btn:hover{background:#f1f3f4}.gemini-main{max-width:768px;margin:0 auto;padding:0 24px 120px;min-height:calc(100vh - 140px)}.gemini-welcome{padding-top:80px;text-align:center}.gemini-welcome-icon{width:72px;height:72px;margin:0 auto 24px;background:linear-gradient(135deg,#006653,#009975);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff}.gemini-welcome-title{font-size:32px;font-weight:400;color:#202124;margin:0 0 8px;letter-spacing:-.02em}.gemini-welcome-text{font-size:16px;color:#5f6368;margin:0 0 48px;font-weight:400}.gemini-prompts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;max-width:640px;margin:0 auto}.gemini-prompt-card{padding:20px;background:#fff;border:1px solid #e8eaed;border-radius:12px;text-align:left;cursor:pointer;transition:all .2s;font-size:15px;color:#202124;font-weight:400;font-family:inherit}.gemini-prompt-card:hover{box-shadow:0 1px 6px #20212447;border-color:#dadce0}.prompt-icon{font-size:28px;margin-bottom:8px}.gemini-messages{padding-top:32px}.message-wrapper{padding:24px 0;border-bottom:1px solid #f1f3f4}.message-container{display:flex;gap:16px;align-items:flex-start}.message-icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#006653,#009975);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.message-content{flex:1;min-width:0}.message-bot-background{background:#00997575;padding:12px;border-radius:12px}.message-label{font-size:16px;font-weight:700;color:#202124;margin-bottom:8px}.message-label-user{font-size:13px;font-weight:600;color:#5f6368;margin-bottom:8px}.message-text{font-size:16px;line-height:28px;color:#202124;white-space:pre-wrap;word-wrap:break-word}.message-user .message-text{font-weight:400}.typing-dots{display:flex;gap:6px;padding:8px 0}.typing-dots span{width:8px;height:8px;border-radius:50%;background:#5f6368;animation:typing 1.4s infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.gemini-input-wrapper{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#f8f9fa 80%,transparent);padding:16px 0 24px;z-index:50}.gemini-input-container{max-width:768px;margin:0 auto;padding:0 24px}.gemini-input-box{position:relative;background:#fff;border-radius:24px;border:1px solid #e8eaed;box-shadow:0 2px 6px #20212414;padding:4px 4px 4px 20px;display:flex;align-items:flex-end;gap:8px;transition:border-color .2s,box-shadow .2s}.gemini-input-box:focus-within{border-color:#006653;box-shadow:0 2px 8px #00665326}.gemini-textarea{flex:1;border:none;outline:none;resize:none;font-size:16px;color:#202124;background:transparent;padding:12px 0;min-height:24px;max-height:200px;font-family:inherit;line-height:24px}.gemini-textarea::placeholder{color:#9aa0a6}.gemini-textarea::-webkit-scrollbar{width:8px}.gemini-textarea::-webkit-scrollbar-thumb{background:#dadce0;border-radius:4px}.gemini-send-btn{background:#f1f3f4;color:#9aa0a6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:not-allowed;transition:all .2s;flex-shrink:0}.gemini-send-btn.active{background:#006653;color:#fff;cursor:pointer}.gemini-send-btn.active:hover{background:#054}@media (max-width: 768px){.gemini-header-content{padding:12px 16px}.gemini-title{font-size:18px}.gemini-subtitle{font-size:12px}.gemini-main{padding:0 16px 120px}.gemini-welcome{padding-top:40px}.gemini-welcome-title{font-size:24px}.gemini-prompts-grid{grid-template-columns:1fr;gap:8px}.gemini-input-container{padding:0 16px}.message-text{font-size:15px;line-height:24px}}.landing-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Google Sans,sans-serif;color:#202124;overflow-x:hidden}.landing-header{position:fixed;top:0;left:0;right:0;background:transparent;transition:all .3s ease;z-index:1000;padding:16px 0}.landing-header.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e8eaed}.landing-header-content{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.landing-logo{display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#006653,#009975);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.logo-text{font-size:20px;font-weight:600;letter-spacing:-.01em}.header-cta-btn{background:#006653;color:#fff;border:none;padding:10px 24px;border-radius:24px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;font-family:inherit}.header-cta-btn:hover{background:#054;transform:translateY(-2px);box-shadow:0 4px 12px #0066534d}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0fdf4,#fff,#eff6ff);position:relative;overflow:hidden;padding:80px 24px 40px}.hero-decoration{position:absolute;opacity:.1}.hero-decoration-1{font-size:120px;top:10%;right:5%;transform:rotate(15deg)}.hero-decoration-2{font-size:80px;bottom:15%;left:8%;transform:rotate(-15deg)}.hero-content{max-width:1000px;text-align:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#0066531a;padding:8px 20px;border-radius:24px;margin-bottom:32px;font-size:14px;font-weight:500;color:#006653}.hero-title{font-size:72px;font-weight:600;margin:0 0 24px;letter-spacing:-.03em;line-height:1.1;background:linear-gradient(135deg,#006653,#009975);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:20px;color:#5f6368;max-width:640px;margin:0 auto 48px;line-height:1.6}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:64px}.btn-primary{background:linear-gradient(135deg,#006653,#009975);color:#fff;border:none;padding:16px 40px;border-radius:28px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:12px;box-shadow:0 4px 20px #00665340;font-family:inherit}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00665359}.btn-secondary{background:#fff;color:#006653;border:2px solid #e8eaed;padding:16px 40px;border-radius:28px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.btn-secondary:hover{border-color:#006653;background:#f0fdf4}.hero-stats{display:flex;gap:48px;justify-content:center;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:36px;font-weight:700;color:#006653;margin-bottom:4px}.stat-label{font-size:14px;color:#5f6368;font-weight:500}.features-section{padding:100px 24px;background:#fff}.section-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:64px}.section-title{font-size:48px;font-weight:600;margin:0 0 16px;letter-spacing:-.02em}.section-subtitle{font-size:18px;color:#5f6368;margin:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.feature-card{padding:40px;background:#f8f9fa;border-radius:24px;transition:all .3s;cursor:pointer}.feature-card:hover{background:#fff;box-shadow:0 8px 24px #2021241f;transform:translateY(-8px)}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#006653,#009975);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:24px}.feature-title{font-size:24px;font-weight:600;margin:0 0 12px;color:#202124}.feature-description{font-size:16px;color:#5f6368;margin:0;line-height:1.6}.regions-section{padding:100px 24px;background:linear-gradient(135deg,#f0fdf4,#eff6ff)}.regions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.region-card{padding:32px 24px;background:#fff;border:2px solid #e8eaed;border-radius:20px;cursor:pointer;transition:all .3s;text-align:center;font-family:inherit}.region-card:hover{border-color:#006653;transform:translateY(-8px);box-shadow:0 12px 24px #00665326}.region-emoji{font-size:48px;margin-bottom:12px}.region-name{font-size:18px;font-weight:600;color:#202124}.cta-section{padding:100px 24px;background:linear-gradient(135deg,#006653,#009975);color:#fff;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:48px;font-weight:600;margin:0 0 24px;letter-spacing:-.02em}.cta-description{font-size:20px;margin:0 0 48px;opacity:.9;line-height:1.6}.cta-button{background:#fff;color:#006653;border:none;padding:18px 48px;border-radius:28px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:12px;box-shadow:0 4px 20px #00000026;font-family:inherit}.cta-button:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 30px #00000040}.landing-footer{padding:40px 24px;background:#202124;color:#fff;text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.footer-logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#006653,#009975);border-radius:8px;display:flex;align-items:center;justify-content:center}.footer-logo-text{font-size:18px;font-weight:600}.footer-text{margin:0;font-size:14px;color:#9aa0a6}@media (max-width: 768px){.hero-title{font-size:48px}.hero-description{font-size:18px}.section-title,.cta-title{font-size:36px}.hero-stats{gap:32px}.features-grid,.regions-grid{grid-template-columns:1fr}}
