body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#f5f5f5}.chat-interface{display:flex;flex-direction:column;height:100%;background:#f5f5f5;border-radius:8px;overflow:hidden;position:relative}.character-header{padding:1rem;background:#fff;border-bottom:1px solid #e0e0e0}.character-select-button{width:100%;padding:1rem;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .2s;color:#3498db}.character-select-button:hover{background:#e3f2fd}.character-name{font-size:1.2rem;font-weight:600;color:#000;margin-bottom:.25rem}.character-type{font-size:.9rem;color:#3498db;margin-top:.25rem}.character-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.character-modal{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #3498db1a}.character-modal-header{padding:1rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.character-modal-header h2{margin:0;font-size:1.25rem;color:#333}.close-modal{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#666}.close-modal:hover{color:#333}.character-modal-search{padding:1rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.search-input{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.9rem;background:#fff;transition:border-color .2s,box-shadow .2s;color:#3498db}.character-modal-filters{padding:.75rem 1rem;display:flex;gap:.5rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.filter-select{flex:1;padding:.75rem 2.5rem .75rem .75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;background:#fff;color:#3498db;cursor:pointer;-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='%233498db' 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 .75rem center;background-size:1em}.filter-select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.character-modal-content{padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.character-option{padding:1.25rem;background:#fff;border:1px solid #e0e0e0;border-radius:12px;text-align:left;cursor:pointer;transition:all .2s;margin-bottom:0;display:block;width:100%}.character-option:hover{background:#f8f9fa;border-color:#3498db;transform:translateY(-1px)}.character-option.selected{background:#e3f2fd;border-color:#3498db}.character-info{display:flex;flex-direction:column;gap:.75rem}.character-info h3{margin:0;color:#000;font-size:1.2rem;font-weight:600}.character-info p{margin:0;color:#333;font-size:.95rem;line-height:1.5;font-weight:400}.character-tags{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.character-type{font-size:.875rem;padding:.35rem .75rem;border-radius:6px;display:inline-block}.character-type.historical,.character-type.fictional{background:#3498db1a;color:#3498db}.character-era,.character-year-range{font-size:.875rem;padding:.35rem .75rem;border-radius:6px;background:#3498db1a;color:#3498db}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#3498db;color:#fff;cursor:pointer;transition:all .2s}button:hover{background-color:#2980b9}button:focus,button:focus-visible{outline:2px solid #3498db;outline-offset:2px}.select-character-button{padding:14px 28px;background:#3498db;color:#fff;border:none;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #3498db33}.select-character-button:hover{background:#2980b9;transform:translateY(-1px);box-shadow:0 4px 6px #3498db4d}.select-character-button:active{transform:translateY(0);box-shadow:0 2px 4px #3498db33}.messages-container{flex:1;overflow-y:auto;padding:20px 20px 80px}.message{margin-bottom:16px;max-width:80%}.message-content{padding:12px 16px;border-radius:12px;background:#fff;box-shadow:0 2px 4px #0000001a}.user-message .message-content{background:#3498db;color:#fff}.input-form{display:flex;padding:20px;background:#fff;border-top:1px solid #e0e0e0;position:fixed;bottom:0;left:0;right:0;z-index:100}input{flex:1;padding:12px;border:1px solid #e0e0e0;border-radius:4px;margin-right:8px;color:#000}input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.chat-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#3498db;padding:20px;text-align:center;background:#f5f5f5}.placeholder-content{max-width:400px;margin-top:-60px}.placeholder-content h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.placeholder-content p{margin-bottom:2.5rem;color:#333;font-size:1.1rem}@media (min-width: 768px){.input-form{position:relative;padding-bottom:20px}.messages-container{padding-bottom:20px}}@media (max-width: 768px){.character-modal{width:100%;max-width:none;height:100%;max-height:none;border-radius:0}.character-modal-content{padding:1rem;gap:1rem}.character-option{padding:1.5rem;margin-bottom:.5rem}.character-info h3{font-size:1.3rem}.character-info p{font-size:1rem}.character-tags{gap:.5rem}}.character-header-tags{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.character-header .character-type,.character-header .character-era,.character-header .character-year-range{font-size:.8rem;padding:.25rem .5rem;border-radius:4px;background:#3498db1a}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#3498db;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100vw;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#f5f5f5;overflow-x:hidden}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#f8f9fa}.app-header{width:100%;background-color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:space-between;position:relative;top:0;z-index:100}.logo-container{display:flex;align-items:center;gap:1rem}.logo{font-size:1.8rem;font-weight:700;color:#2c3e50;text-decoration:none}.logo-icon{font-size:2rem;color:#3498db}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#2c3e50;text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s;padding:.5rem 0}.nav-link:hover{color:#3498db}.about-button{color:#2c3e50;text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s;padding:.5rem 0;background:none;border:none;cursor:pointer}.about-button:hover{color:#3498db;background:none}.app-main{width:100vw;flex:1;display:flex;padding:2rem;gap:2rem;min-height:0}.sidebar{width:300px;flex-shrink:0;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;max-height:calc(100vh - 120px)}.chat-container{flex:1;min-width:0;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;max-height:calc(100vh - 120px)}.character-card{padding:2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.character-card.selected{border-color:#6366f1;background:#f8fafc}.character-card h3{color:#1a1a2e;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.character-card p{color:#666;line-height:1.4;font-size:1rem;margin:0}.character-type{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;border-radius:9999px;font-size:.875rem}.messages-container{flex:1;overflow-y:auto;padding:1rem}.message{margin-bottom:1rem;max-width:80%}.user-message{margin-left:auto}.assistant-message{margin-right:auto}.message-content{padding:.75rem 1rem;border-radius:12px;background:#fff}.user-message .message-content{background:#6366f1;color:#fff}.input-form{padding:1rem;border-top:1px solid #e0e0e0;background:#fff;display:flex;gap:1rem}.input-form input{flex:1;padding:.75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem}.input-form button{padding:.75rem 1.5rem;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.input-form button:hover{background:#2980b9}.close-button:hover,.close-modal:hover{background:none!important}.input-form button:disabled{background:#bdc3c7;cursor:not-allowed}.chat-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#6b7280;font-size:1.1rem;text-align:center;padding:2rem}.subtitle{color:#666;margin:0;font-size:1.1rem}.landing-page{width:100vw;margin:0;padding:0;color:#1a1a1a;background:#fafafa;min-height:100vh;box-sizing:border-box;display:flex;flex-direction:column;position:relative}.hero-section{text-align:center;padding:8rem 4rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;position:relative;width:100%;box-sizing:border-box;margin:0}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5;z-index:1}.hero-section h1,.hero-section .tagline,.hero-section .cta-button{position:relative;z-index:2}.hero-section h1{font-size:4.5rem;margin-bottom:1.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.1)}.tagline{font-size:1.8rem;margin-bottom:3rem;opacity:.9;font-weight:300;letter-spacing:.5px}.cta-button{display:inline-block;padding:1.2rem 3rem;background:linear-gradient(135deg,#00b4db,#0083b0);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.2rem;transition:all .3s ease;box-shadow:0 4px 15px #00b4db4d;border:none;position:relative;overflow:hidden}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00b4db66}.cta-button:after{content:"";top:0;left:0;color:#fff;width:100%;height:100%;background:linear-gradient(135deg,#0083b0,#00b4db);opacity:0;transition:opacity .3s ease;z-index:1}.cta-button:hover:after{opacity:1}.cta-button span{position:relative;z-index:2;color:#fff}.features-section{padding:6rem 4rem;background:#fff;width:100%}.features-section h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#1a1a2e;font-weight:700}.features-section p{text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;max-width:1400px;margin:0 auto}.feature-card{padding:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.feature-card h3{color:#1a1a2e;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.feature-card p{color:#666;line-height:1.8;font-size:1.1rem}.characters-section{padding:6rem 4rem;background:#f8f9fa;width:100%}.characters-section h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#1a1a2e;font-weight:700}.character-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1400px;margin:0 auto}.character-card{padding:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.character-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.character-card h3{color:#1a1a2e;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.character-card p{color:#666;line-height:1.8;font-size:1.1rem}.character-card.more-characters{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.character-card.more-characters h3{color:#fff}.character-card.more-characters p{color:#ffffffe6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;position:relative;box-shadow:0 2px 10px #0000001a}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem;line-height:1;transition:color .2s ease}.close-button:hover{color:#333}.about-modal{max-width:600px;width:90%;max-height:80vh;overflow-y:auto;padding:2rem}.about-content{margin-top:1.5rem;line-height:1.6}.about-content p{margin-bottom:1rem;color:#333}.email-link{display:inline-block;color:#007bff;text-decoration:none;font-weight:500;margin-top:.5rem;padding:.5rem 1rem;border:1px solid #007bff;border-radius:4px;transition:all .2s ease}.email-link:hover{background-color:#007bff;color:#fff}.disclaimer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.disclaimer-modal{background:#fff;border-radius:12px;padding:2rem;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.disclaimer-modal h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.8rem;text-align:center}.disclaimer-content{margin-bottom:2rem}.disclaimer-content>p{color:#4a5568;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.disclaimer-section{margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-radius:8px;border-left:4px solid #3498db}.disclaimer-section h3{color:#2c3e50;margin-bottom:.75rem;font-size:1.2rem}.disclaimer-section p{color:#4a5568;line-height:1.6;margin:0 0 .75rem}.disclaimer-section p:last-child{margin-bottom:0}.important-note{margin-top:.75rem!important;padding:.75rem;background:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;color:#856404!important;font-weight:500}.disclaimer-footer{display:flex;flex-direction:column;gap:1rem;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0;bottom:0;background:#fff}.checkbox-container{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;color:#4a5568}.checkbox-container input[type=checkbox]{width:18px;height:18px;cursor:pointer}.agree-button{padding:.75rem 2rem;background-color:#3498db;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.agree-button:hover:not(:disabled){background-color:#2980b9}.agree-button:disabled{background-color:#cbd5e0;cursor:not-allowed}.character-select{display:flex;flex-direction:column;height:100%}.character-select h2{padding:1rem;margin:0;border-bottom:1px solid #e0e0e0;color:#2c3e50;font-size:1.25rem;flex-shrink:0}.search-container{padding:1rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.search-input{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.9rem;background:#fff;transition:border-color .2s,box-shadow .2s;color:#2c3e50}.search-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.search-input::placeholder{color:#a0aec0}.filter-container{padding:.75rem 1rem;display:flex;gap:.5rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.filter-select{flex:1;padding:.5rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.9rem;background:#fff;color:#2c3e50;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#3498db}.character-list{flex:1;overflow-y:auto;padding:1rem}.character-button{display:block;width:100%;padding:1rem;margin-bottom:.75rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;text-align:left;color:#2c3e50}.character-button:hover{background:#f8f9fa;border-color:#3498db;transform:translateY(-1px)}.character-button.selected{background:#e3f2fd;border-color:#3498db;color:#fff}.character-info{display:flex;flex-direction:column;gap:.5rem}.character-info h3{margin:0;font-size:1rem;font-weight:600}.character-tags{display:flex;gap:.5rem;flex-wrap:wrap}.character-type{font-size:.875rem;padding:.25rem .5rem;border-radius:4px;display:inline-block}.character-era{font-size:.875rem;padding:.25rem .5rem;border-radius:4px;background:#2ecc711a;color:#27ae60;display:inline-block}.character-type.historical{background:#3498db1a;color:#2980b9}.character-type.fictional{background:#9b59b61a;color:#8e44ad}.character-year-range{font-size:.875rem;padding:.25rem .5rem;border-radius:4px;background:#e74c3c1a;color:#c0392b;display:inline-block}.no-results{text-align:center;padding:2rem;color:#666;font-style:italic}.loading-dots{display:flex;gap:4px}.loading-dots span{width:8px;height:8px;background:#3498db;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width: 1200px){.app-main{padding:1rem}}@media (max-width: 768px){.app-main{flex-direction:column;margin-bottom:60px}.sidebar{width:100%;max-height:300px}.chat-container{height:93vh;width:93vw;align-items:center;justify-content:center;flex:none}.chat-placeholder{width:100vw}.nav-links{display:flex;gap:1rem}.nav-link,.about-button{font-size:.9rem;padding:.25rem 0}.hero-section,.features-section,.characters-section,.how-it-works,.cta-section{padding:4rem 2rem}.hero-section h1{font-size:3rem}.tagline{font-size:1.4rem}.features-grid,.character-showcase,.steps{grid-template-columns:1fr}.feature-card,.character-card,.step{padding:2rem}.cta-section h2{font-size:2.5rem}.cta-section p{font-size:1.2rem}.disclaimer-modal{width:95%;padding:1.5rem}.disclaimer-modal h2{font-size:1.5rem}.disclaimer-section{padding:.75rem}.important-note{padding:.5rem}.character-modal{width:100%;max-width:none;height:100%;max-height:none;border-radius:0}.character-modal-content{padding:1rem;gap:1rem}.character-option{padding:1.5rem;margin-bottom:.5rem}.character-info h3{font-size:1.3rem}.character-info p{font-size:1rem}.character-tags{gap:.5rem}}.desktop-only{display:none}@media (min-width: 768px){.desktop-only{display:block}}.how-it-works{padding:6rem 4rem;background:#fff;width:100%}.how-it-works h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#1a1a2e;font-weight:700}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1400px;margin:0 auto}.step{text-align:center;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.step:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#00b4db,#0083b0);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-weight:700;font-size:1.5rem;box-shadow:0 4px 15px #00b4db4d}.step h3{color:#1a1a2e;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.step p{color:#666;line-height:1.8;font-size:1.1rem}.cta-section{text-align:center;padding:8rem 4rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;position:relative;overflow:hidden;width:100%}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5}.cta-section h2{font-size:3.5rem;margin-bottom:1.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cta-section p{margin-bottom:3rem;font-size:1.4rem;opacity:.9;font-weight:300;max-width:600px;margin-left:auto;margin-right:auto}
