@import"https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Atkinson Hyperlegible,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#fffaef,#ffdbb6);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:#eff4ff;box-shadow:0 2px 10px #5d688a1a;padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:2rem;font-weight:700;color:#5d688a}.logo-subtitle{font-size:.875rem;color:#666}nav ul{list-style:none;display:flex;gap:2rem}nav a{color:#5d688a;text-decoration:none;font-weight:600;transition:color .3s}nav a:hover{color:#f7a5a5}.hero{background:linear-gradient(135deg,#5d688a,#f7a5a5);color:#fff;padding:5rem 0}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text{text-align:left}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero .subtitle{font-size:1.5rem;margin-bottom:.5rem;opacity:.95}.hero .tagline{font-size:1.125rem;opacity:.85;margin-bottom:2rem}.hero.simple{text-align:center}.hero.simple p{max-width:800px;margin:0 auto}.cta-button{display:inline-block;background:#fff;color:#5d688a;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.125rem;transition:transform .3s,box-shadow .3s;margin-top:1rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.contact-form{background:#eff4ff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0003}.contact-form h3{color:#5d688a;margin-bottom:1.5rem;font-size:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:#5d688a;font-weight:600}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #FFDBB6;border-radius:8px;font-family:Atkinson Hyperlegible,sans-serif;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#f7a5a5}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{width:100%;background:#5d688a;color:#fff;padding:1rem;border:none;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .3s}.submit-btn:hover{background:#f7a5a5}.features{padding:4rem 0;background:#fffaef}.section-title{text-align:center;font-size:2.5rem;color:#5d688a;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.feature-card{padding:2rem;background:#fff;border-radius:10px;text-align:center;transition:transform .3s;box-shadow:0 5px 15px #5d688a1a}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #5d688a26}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#f7a5a5;margin-bottom:.5rem}.pricing{padding:4rem 0;background:linear-gradient(135deg,#ffdbb6,#fffaef)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.pricing-card{background:#fff;border-radius:15px;padding:2.5rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s,box-shadow .3s;position:relative}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #f7a5a54d}.pricing-card.featured{border:3px solid #F7A5A5}.featured-badge{position:absolute;top:-15px;right:20px;background:#f7a5a5;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:700}.tier-name{font-size:1.5rem;color:#333;margin-bottom:.5rem}.tier-price{font-size:3rem;color:#5d688a;font-weight:700;margin-bottom:.25rem}.tier-period{color:#666;margin-bottom:1.5rem}.tier-features{list-style:none;margin-bottom:2rem}.tier-features li{padding:.75rem 0;border-bottom:1px solid #f0f0f0;display:flex;align-items:flex-start}.tier-features li:before{content:"✓";color:#f7a5a5;font-weight:700;margin-right:.75rem;font-size:1.25rem}.tier-cta{display:block;background:#5d688a;color:#fff;text-align:center;padding:1rem;border-radius:50px;text-decoration:none;font-weight:700;transition:background .3s}.tier-cta:hover{background:#f7a5a5}.domain-options{background:#fffaef;padding:3rem 0}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.option-card{background:#fff;padding:2rem;border-radius:10px;border-left:4px solid #F7A5A5;box-shadow:0 5px 15px #5d688a1a}.option-card h3{color:#5d688a;margin-bottom:1rem;font-size:1.5rem}.option-price{font-size:1.25rem;color:#333;font-weight:700;margin-top:1rem}.custom-package{background:linear-gradient(135deg,#5d688a,#f7a5a5);color:#fff;padding:3rem 0}.custom-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.custom-text h2{font-size:2.5rem;margin-bottom:1rem}.custom-text p{font-size:1.25rem;opacity:.95}.trial-banner{background:#ffdbb6;border-left:4px solid #F7A5A5;padding:1.5rem;margin:2rem 0;border-radius:5px;text-align:center}.trial-banner strong{color:#5d688a;font-size:1.25rem}.content{padding:4rem 0;background:#fff}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.content h2{color:#5d688a;font-size:2.5rem;margin-bottom:1.5rem}.content h3{color:#f7a5a5;font-size:1.75rem;margin-bottom:1rem;margin-top:2rem}.content p{margin-bottom:1.25rem;font-size:1.125rem;line-height:1.8}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.value-card{background:#fffaef;padding:2rem;border-radius:10px;border-left:4px solid #F7A5A5}.value-card h4{color:#5d688a;font-size:1.5rem;margin-bottom:1rem}.contact-section{padding:4rem 0;background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2{color:#5d688a;font-size:2.5rem;margin-bottom:1.5rem}.contact-info p{font-size:1.125rem;margin-bottom:2rem;line-height:1.8}.info-card{background:#fffaef;padding:1.5rem;border-radius:10px;margin-bottom:1.5rem;border-left:4px solid #F7A5A5}.info-card h3{color:#5d688a;font-size:1.25rem;margin-bottom:.75rem}.info-card a{color:#f7a5a5;text-decoration:none;font-weight:600}.info-card a:hover{text-decoration:underline}.contact-form{background:#eff4ff;padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #5d688a1a}.contact-form h3{font-size:1.75rem}.contact-form textarea{min-height:150px}.cta-section{background:linear-gradient(135deg,#5d688a,#f7a5a5);color:#fff;padding:4rem 0;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}footer{background:#1a1a1a;color:#fff;padding:3rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#f7a5a5;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#f7a5a5}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333}footer a{color:#f7a5a5;text-decoration:none}@media(max-width:768px){.hero-content,.custom-content,.content-grid,.contact-grid{grid-template-columns:1fr}.hero-text{text-align:center}.hero h1{font-size:2.5rem}.hero .subtitle{font-size:1.25rem}.pricing-grid{grid-template-columns:1fr}nav ul{flex-direction:column;gap:1rem}.custom-text h2,.content h2{font-size:2rem;text-align:center}.custom-text p{text-align:center}}
