.home-page{min-height:100vh;background:linear-gradient(135deg,#0700DD,#0051FF);display:flex;flex-direction:column}.home-hero{text-align:center;padding:2rem 1rem 1.5rem;color:white}.hero-logo{height:60px;width:auto;margin-bottom:1rem;filter:drop-shadow(0 4px 20px rgba(0,0,0,.2))}.home-title{font-size:1.75rem;font-weight:800;margin-bottom:.75rem;text-shadow:0 2px 20px rgba(0,0,0,.2)}.home-subtitle,.home-title{font-family:var(--font-nunito)}.home-subtitle{font-size:.95rem;font-weight:300;max-width:700px;margin:0 auto;opacity:.95;line-height:1.6}@media (min-width:768px){.home-hero{padding:3rem 1.5rem 2rem}.hero-logo{height:80px;margin-bottom:1.25rem}.home-title{font-size:2.5rem;margin-bottom:.75rem}.home-subtitle{font-size:1.1rem}}@media (min-width:1024px){.home-hero{padding:4rem 2rem 3rem}.hero-logo{height:100px;margin-bottom:1.5rem}.home-title{font-size:3.5rem}.home-subtitle{font-size:1.4rem}}.home-content{flex:1 1;padding:1.5rem;max-width:1200px;width:100%;margin:0 auto}@media (min-width:768px){.home-content{padding:2rem}}@media (min-width:1024px){.home-content{padding:2rem}}.cta-cards{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}@media (min-width:768px){.cta-cards{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3.5rem}}@media (min-width:1024px){.cta-cards{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}}.cta-card{background:white;border-radius:12px;padding:1.75rem 1.25rem;box-shadow:0 6px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.cta-card:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(0,0,0,.15)}.cta-card.featured{border:3px solid #0700dd;position:relative;overflow:hidden}.cta-card.featured:before{content:"RECOMMENDED";position:absolute;top:15px;right:-35px;background:linear-gradient(135deg,#00F9FF,#0051FF);color:white;padding:5px 50px;font-size:.65rem;font-weight:700;transform:rotate(45deg);letter-spacing:1px}.card-icon{font-size:2.5rem;margin-bottom:1rem}.cta-card h2{font-size:1.3rem;color:#2d3748;margin-bottom:.75rem;font-weight:700}.cta-card h2,.cta-card p{font-family:var(--font-nunito)}.cta-card p{color:#718096;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;flex:1 1}@media (min-width:768px){.cta-card{padding:2rem 1.5rem;border-radius:14px}.card-icon{font-size:3rem;margin-bottom:1.25rem}.cta-card h2{font-size:1.5rem;margin-bottom:.75rem}.cta-card p{font-size:.95rem;margin-bottom:1.75rem}}@media (min-width:1024px){.cta-card{padding:2.5rem;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15)}.cta-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,.2)}.card-icon{font-size:4rem;margin-bottom:1.5rem}.cta-card h2{font-size:1.75rem}.cta-card p{font-size:1.05rem;margin-bottom:2rem}}.cta-button{font-family:var(--font-nunito);padding:.75rem 2rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:280px}@media (min-width:768px){.cta-button{padding:.9rem 2.25rem;font-size:1rem;max-width:290px}}@media (min-width:1024px){.cta-button{padding:1rem 2.5rem;font-size:1.1rem;max-width:300px}}.cta-button.primary{background:linear-gradient(135deg,#0700DD,#0051FF);color:white;box-shadow:0 4px 15px rgba(7,0,221,.4)}.cta-button.primary:hover{box-shadow:0 6px 25px rgba(7,0,221,.6);transform:translateY(-2px)}.cta-button.secondary{background:white;color:#0051FF;border:2px solid #0051ff}.cta-button.secondary:hover{background:#0051FF;color:white;transform:translateY(-2px)}.time-estimate{font-family:var(--font-nunito);margin-top:1rem;font-size:.9rem;color:#a0aec0;font-style:italic}@media (prefers-color-scheme:dark){.cta-card{background:#2d3748}.cta-card h2{color:#e2e8f0}.cta-card p{color:#a0aec0}.cta-button.secondary{background:#2d3748}}