:root{--ocean-primary: #34B5B3;--ocean-accent: #EDFBFA;--ocean-dark: #2a9290;--ocean-light: #f0fcfc}*{margin:0;padding:0;box-sizing:border-box}html{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--ocean-primary);color:var(--ocean-accent);font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;line-height:1.7;font-size:16px;font-weight:400;letter-spacing:-.011em}a{color:var(--ocean-accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{padding:1rem 0;background-color:var(--ocean-dark)}.nav{display:flex;justify-content:space-between;align-items:center}.logo{height:40px}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-weight:500;transition:opacity .2s;letter-spacing:-.01em;font-size:.95rem}.nav-links a:hover{opacity:.8}.hero{text-align:center;padding:4rem 0}.hero-content{display:flex;align-items:center;justify-content:center;gap:4rem;max-width:1200px;margin:0 auto;min-height:80vh}.hero-text{flex:1;text-align:center;max-width:500px}.hero-branding{margin-bottom:2rem}.hero-logo{height:80px;margin-bottom:1.5rem}.hero-tagline{font-size:1.5rem;margin-bottom:.5rem;font-weight:500;opacity:.95}.hero-description{font-size:1.1rem;margin-bottom:2.5rem;opacity:.85;line-height:1.6}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-phone{flex:0 0 300px;display:flex;justify-content:center}.phone-mockup{position:relative;width:270px;height:550px;background:linear-gradient(145deg,#2d2d2d,#1a1a1a);border-radius:48px;padding:8px;box-shadow:0 30px 60px #0009,0 15px 30px #0006,inset 0 1px #ffffff1a,inset 0 -1px #0000004d;border:1px solid rgba(0,0,0,.4)}.phone-mockup:before{content:"";position:absolute;top:18px;left:50%;transform:translate(-50%);width:80px;height:20px;background:#000;border-radius:10px;z-index:2}.phone-screen{width:100%;height:100%;border-radius:40px;object-fit:cover;background:#000;box-shadow:inset 0 0 0 1px #ffffff0d}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700;letter-spacing:-.03em;line-height:1.1}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;font-weight:400;letter-spacing:-.005em;line-height:1.5}.btn{display:inline-block;padding:1rem 2rem;border-radius:30px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none;letter-spacing:-.01em;font-size:.95rem;min-width:160px;text-align:center}.btn-primary{background-color:var(--ocean-accent);color:var(--ocean-primary);box-shadow:0 4px 15px #edfbfa4d}.btn-primary:hover{background-color:var(--ocean-light);transform:translateY(-2px);box-shadow:0 6px 20px #edfbfa66;text-decoration:none}.btn-secondary{background-color:transparent;color:var(--ocean-accent);border:2px solid var(--ocean-accent)}.btn-secondary:hover{background-color:var(--ocean-accent);color:var(--ocean-primary);transform:translateY(-2px);text-decoration:none}.btn-outline{background-color:transparent;color:var(--ocean-accent);border:2px solid var(--ocean-accent)}.btn-outline:hover{background-color:var(--ocean-accent);color:var(--ocean-primary);transform:translateY(-2px);text-decoration:none}.footer{background-color:var(--ocean-dark);padding:2rem 0;margin-top:4rem;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero-content{flex-direction:column;gap:4rem;min-height:auto}.hero-text{text-align:center;max-width:none}.hero-cta{justify-content:center}.hero-phone{flex:none}.phone-mockup{width:210px;height:430px}.phone-mockup:before{top:14px;width:60px;height:15px}.hero h1{font-size:2.5rem;letter-spacing:-.025em}.hero-tagline{font-size:1.2rem}.hero-description{font-size:1rem}.footer-links{flex-direction:column;gap:1rem}}.features{padding:6rem 0;background:linear-gradient(135deg,#34b5b30d,#2a92901a)}.features-header{text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.features-header h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}.features-header p{font-size:1.2rem;opacity:.8;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-top:4rem}.feature-card{text-align:center;padding:2.5rem 2rem;background:#edfbfa1a;border-radius:20px;border:1px solid rgba(237,251,250,.2);transition:all .3s ease;backdrop-filter:blur(10px)}.feature-card:hover{transform:translateY(-5px);background:#edfbfa26;border-color:#edfbfa4d}.feature-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;font-weight:600;letter-spacing:-.01em}.feature-card p{opacity:.9;line-height:1.6;font-size:1rem}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#2a929099,#2a929066);text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}.cta-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.features{padding:4rem 0}.features-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-card{padding:2rem 1.5rem}.cta-section{padding:4rem 0}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}}
