:root{--primary: #FFB703;--primary-dark: #FB8500;--secondary: #219EBC;--secondary-dark: #023047;--tertiary: #8ECAE6;--accent-pink: #FF006E;--accent-green: #06D6A0;--bg-main: #FDFBF7;--bg-card: #FFFFFF;--bg-blue-light: #E0FBFC;--text-main: #023047;--text-muted: #5B7A8C;--border-color: #023047;--shadow-3d: 4px 8px 0px rgba(2, 48, 71, 1);--shadow-3d-hover: 2px 4px 0px rgba(2, 48, 71, 1);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 16px;--radius-pill: 999px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,.logo{font-family:Fredoka,cursive,sans-serif;color:var(--text-main);font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit;transition:all .2s ease}.highlight{position:relative;display:inline-block;color:var(--secondary)}.highlight:after{content:"";position:absolute;bottom:.1em;left:-2%;right:-2%;height:.4em;background-color:var(--primary);z-index:-1;border-radius:8px;transform:rotate(-2deg)}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}header{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:1200px;background:var(--bg-card);z-index:1000;border-radius:var(--radius-pill);border:4px solid var(--border-color);box-shadow:var(--shadow-3d);transition:transform .2s}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem}.logo{font-size:1.75rem;font-weight:700;letter-spacing:-.5px;display:flex;align-items:center;gap:.5rem;color:var(--primary-dark)}.logo span{color:var(--secondary)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a,.footer-nav a{font-family:Fredoka,sans-serif;font-size:1.1rem;font-weight:500;color:var(--text-muted)}.nav-links a:hover,.footer-nav a:hover{color:var(--accent-pink);transform:translateY(-2px)}.btn{padding:1rem 2rem;border-radius:var(--radius-pill);font-weight:700;cursor:pointer;transition:transform .15s cubic-bezier(.175,.885,.32,1.275),box-shadow .15s;border:3px solid var(--border-color);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Fredoka,sans-serif;font-size:1.1rem;box-shadow:var(--shadow-3d)}.btn:active{transform:translateY(4px);box-shadow:var(--shadow-3d-hover)}.btn-primary{background:var(--primary);color:var(--text-main)}.btn-primary:hover{background:#ffc333}.btn-secondary{background:var(--accent-pink);color:#fff}.btn-secondary:hover{background:#ff3385}.btn-outline{background:#fff;color:var(--text-main)}.btn-outline:hover{background:var(--bg-main)}section{padding:8rem 0;position:relative;z-index:1}.wavy-top{position:absolute;top:-1px;left:0;width:100%;overflow:hidden;line-height:0;z-index:0}.wavy-top svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px}.wavy-top .shape-fill{fill:var(--bg-main)}.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:10rem;background:radial-gradient(circle at 10% 20%,rgba(255,183,3,.15) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(33,158,188,.15) 0%,transparent 40%)}.floating-shape{position:absolute;z-index:-1;animation:float 6s ease-in-out infinite}.shape-1{top:15%;left:5%;color:var(--accent-pink);animation-delay:0s}.shape-2{top:25%;right:10%;color:var(--primary);animation-delay:2s}.shape-3{bottom:20%;left:15%;color:var(--secondary);animation-delay:4s}.shape-4{bottom:10%;right:20%;color:var(--accent-green);animation-delay:1s}@keyframes float{0%{transform:translateY(0) rotate(0) scale(1)}50%{transform:translateY(-20px) rotate(10deg) scale(1.1)}to{transform:translateY(0) rotate(0) scale(1)}}.hero-content{text-align:center;max-width:900px;margin:0 auto;position:relative;z-index:10}.hero h1{font-size:clamp(3rem,7vw,5.5rem);letter-spacing:-1px;margin-bottom:2rem;color:var(--secondary-dark)}.hero p{font-size:1.4rem;font-weight:600;color:var(--text-muted);margin-bottom:3.5rem;max-width:700px;margin-inline:auto}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.tv-notice{font-family:Fredoka,sans-serif;font-size:1rem;font-weight:600;color:var(--secondary-dark);display:inline-flex;align-items:center;gap:.75rem;background:#fff;padding:.5rem 1rem .5rem .5rem;border-radius:var(--radius-pill);margin-bottom:2.5rem;border:3px solid var(--border-color);box-shadow:var(--shadow-3d)}.tv-notice span{background:var(--accent-pink);color:#fff;padding:.35rem .85rem;border-radius:var(--radius-pill);font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;border:2px solid var(--border-color)}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{font-size:3.5rem;margin-bottom:1.5rem;color:var(--secondary-dark)}.section-header p{color:var(--text-muted);font-size:1.3rem;font-weight:600;max-width:650px;margin:0 auto}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:4rem;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.card{background:var(--bg-card);border-radius:var(--radius-xl);padding:3rem 2.5rem;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);border:4px solid var(--border-color);box-shadow:var(--shadow-3d);position:relative;overflow:hidden;z-index:1}.card:hover{transform:translateY(-8px) rotate(-1deg)}.card:active{transform:translateY(4px) rotate(0);box-shadow:var(--shadow-3d-hover)}.card-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;border:3px solid var(--border-color);box-shadow:2px 4px #023047;background:#fff}.card.coral{background:#ffe5ec}.card.coral .card-icon{background:var(--accent-pink);color:#fff}.card.teal{background:#e0fbfc}.card.teal .card-icon{background:var(--secondary);color:#fff}.card.yellow{background:#fff3cc}.card.yellow .card-icon{background:var(--primary);color:var(--text-main)}.card h3{font-size:1.8rem;margin-bottom:1rem}.card p{color:var(--text-muted);font-size:1.15rem;font-weight:600;line-height:1.6}.mockup-container{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-3d);background:var(--primary);position:relative;aspect-ratio:16 / 9;border:4px solid var(--border-color);transform:rotate(2deg);transition:transform .3s}.mockup-container:hover{transform:rotate(0)}.mockup-screen{background:var(--secondary-dark);width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.testimonial-card{background:#fff;padding:3rem 2.5rem;border-radius:var(--radius-xl);display:flex;flex-direction:column;gap:1.5rem;border:4px solid var(--border-color);box-shadow:var(--shadow-3d);position:relative}.quote-mark{position:absolute;top:1.5rem;right:2rem;font-family:Fredoka,cursive;font-size:5rem;color:var(--tertiary);opacity:.5;line-height:1}.stars{display:flex;gap:.25rem;color:var(--primary)}.testimonial-card p{font-size:1.25rem;font-weight:700;color:var(--text-main);flex-grow:1;position:relative;z-index:1}.author{display:flex;align-items:center;gap:1rem;margin-top:1rem}.author-avatar{width:60px;height:60px;border-radius:50%;border:3px solid var(--border-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-family:Fredoka;font-size:1.5rem;box-shadow:2px 4px #023047}.author-info h4{font-size:1.25rem;margin:0}.author-info span{font-size:1rem;color:var(--text-muted);font-weight:600}.feature-list{background:#fff;padding:3rem;border-radius:var(--radius-xl);border:4px solid var(--border-color);box-shadow:var(--shadow-3d)}.feature-list li{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem 0;border-bottom:3px dashed var(--tertiary)}.feature-list li:last-child{border-bottom:none;padding-bottom:0}.feature-icon-wrapper{background:var(--bg-blue-light);padding:1rem;border-radius:50%;border:2px solid var(--border-color)}.feature-text h4{font-size:1.4rem;margin-bottom:.25rem;font-family:Fredoka}.feature-text p{color:var(--text-muted);font-weight:600;font-size:1.1rem}footer{padding:6rem 0 2rem;background:var(--secondary-dark);color:#fff;margin-top:4rem;position:relative}.footer-wavy{position:absolute;top:-60px;left:0;width:100%;overflow:hidden;line-height:0}.footer-wavy svg{display:block;width:calc(100% + 1.3px);height:60px}.footer-wavy .shape-fill{fill:var(--secondary-dark)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}footer h1,footer h2,footer h3,footer h4,footer .logo span{color:#fff}.footer-brand p{color:var(--tertiary);margin-top:1.5rem;max-width:300px;font-size:1.1rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff;color:var(--secondary-dark);transition:all .2s;border:2px solid transparent}.social-links a:hover{background:var(--primary);color:var(--text-main);transform:translateY(-4px);border:2px solid var(--text-main)}.footer-nav h4{margin-bottom:1.5rem;font-size:1.4rem}.footer-nav ul{list-style:none}.footer-nav li{margin-bottom:1rem}.footer-nav a{color:var(--tertiary)}.footer-nav a:hover{color:var(--primary)}.footer-bottom{text-align:center;padding-top:2rem;border-top:2px dashed rgba(255,255,255,.2);color:var(--tertiary);font-size:1rem;font-weight:600}.legal-page{padding-top:12rem;padding-bottom:8rem;max-width:800px;margin:0 auto}.legal-header{margin-bottom:4rem;text-align:center}.legal-header h1{font-size:4rem;margin-bottom:1rem}.legal-header p{color:var(--text-muted);font-size:1.1rem;font-weight:600}.legal-content{background:#fff;padding:4rem;border-radius:var(--radius-xl);border:4px solid var(--border-color);box-shadow:var(--shadow-3d)}.legal-content h2{font-size:1.8rem;margin:3rem 0 1.5rem;color:var(--secondary-dark);border-bottom:4px dotted var(--tertiary);padding-bottom:1rem}.legal-content h2:first-child{margin-top:0}.legal-content p{margin-bottom:1.5rem;color:var(--text-muted);font-size:1.15rem;font-weight:600}.legal-content ul{margin-left:2rem;margin-bottom:2rem;color:var(--text-muted);font-size:1.15rem;font-weight:600}.legal-content li{margin-bottom:.75rem}.legal-cta{margin-top:1rem}.cta-section{text-align:center;background:var(--accent-pink);border-radius:var(--radius-xl);padding:6rem 2rem;color:#fff;position:relative;overflow:hidden;margin:0 2rem;border:4px solid var(--border-color);box-shadow:var(--shadow-3d)}.cta-section:before{content:"";position:absolute;top:-50%;left:-10%;width:50%;height:200%;background:#ffffff1a;transform:rotate(25deg)}.cta-section h2{color:#fff;font-size:4rem}.cta-section p{color:#fff;font-weight:700}@media(max-width:968px){.hero h1{font-size:3.5rem}.grid-2{grid-template-columns:1fr}.cta-section{margin:0;border-radius:var(--radius-lg)}}@media(max-width:768px){.nav-links{display:none}.hero h1{font-size:3rem}header{width:calc(100% - 2rem);border-radius:var(--radius-lg)}.footer-grid{grid-template-columns:1fr;gap:2.5rem}section{padding:5rem 0}.legal-page h1{font-size:3rem}.legal-content{padding:2rem}}
