/* ═══ Motologic Systems — Global Styles ═══ */

/* ─── Reset & Base ─── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#1a1a2e;background:#fafbfc;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* ─── Typography ─── */
h1,h2,h3,h4{font-family:'Poppins',sans-serif;font-weight:700;line-height:1.2}
h1{font-size:clamp(2.2rem,5vw,3.5rem)}
h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}
h3{font-size:clamp(1.1rem,2vw,1.4rem)}

/* ─── Utility ─── */
.container{max-width:1140px;margin:0 auto;padding:0 24px}
.section{padding:80px 0}
.section-alt{background:#f0f4f8}
.section-dark{background:linear-gradient(135deg,#1a2e1a,#2e4a2e);color:#fff}
.section-header{text-align:center;max-width:640px;margin:0 auto 56px}
.section-header.light h2,.section-header.light .section-sub{color:#fff}
.section-header.light .section-sub{color:rgba(255,255,255,.7)}
.section-sub{color:#6b7280;margin-top:12px;font-size:1.05rem}

/* Badges */
.badge{display:inline-block;padding:6px 16px;border-radius:999px;font-size:.8rem;font-weight:600;letter-spacing:.5px}
.badge-accent{background:#e8f5e9;color:#2e7d52}
.badge-light{background:rgba(255,255,255,.15);color:#a5d6a7}

/* ─── Navbar ─── */
.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06);transition:box-shadow .3s}
.navbar.scrolled{box-shadow:0 2px 24px rgba(0,0,0,.08)}
.navbar .container{display:flex;align-items:center;justify-content:space-between;height:68px}
.nav-brand{display:flex;align-items:center;gap:10px;font-family:'Poppins',sans-serif;font-weight:700;font-size:1.25rem;color:#1a1a2e}
.brand-thin{font-weight:500;color:#6b7280;margin-left:2px}
.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#2e7d52,#4caf50);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;font-weight:800;flex-shrink:0}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{font-size:.88rem;font-weight:500;color:#4b5563;transition:color .2s}
.nav-links a:hover{color:#2e7d52}
.nav-home{font-size:.82rem !important;color:#9ca3af !important;letter-spacing:.3px;transition:color .2s !important}
.nav-home:hover{color:#2e7d52 !important}
.nav-cta{padding:10px 24px !important;background:#2e7d52;color:#fff !important;border-radius:10px;font-weight:600 !important;transition:transform .2s,box-shadow .2s}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(46,125,82,.35)}
.mobile-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#1a1a2e}

/* ─── Buttons ─── */
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:12px;font-weight:600;font-size:1rem;transition:all .25s;cursor:pointer;border:none;text-align:center;justify-content:center}
.btn-primary{background:linear-gradient(135deg,#2e7d52,#388e5c);color:#fff;box-shadow:0 4px 20px rgba(46,125,82,.3)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(46,125,82,.4)}
.btn-outline{background:transparent;color:#2e7d52;border:2px solid #2e7d52}
.btn-outline:hover{background:#2e7d52;color:#fff}
.btn-sm{padding:10px 22px;font-size:.9rem;border-radius:10px}
.btn-white{background:#fff;color:#2e7d52;box-shadow:0 4px 20px rgba(0,0,0,.15)}
.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.2)}

/* ─── Hero ─── */
.hero{padding:140px 0 80px;background:linear-gradient(160deg,#f0fdf4 0%,#fff 40%,#f0f9ff 100%);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(46,125,82,.07) 0%,transparent 70%);border-radius:50%;pointer-events:none}
.hero-flex{display:flex;align-items:center;gap:60px}
.hero-content{flex:1;max-width:560px}
.hero-content .badge{margin-bottom:20px}
.hero-content h1{margin-bottom:20px}
.accent{color:#2e7d52;display:inline-block;transition:opacity .3s,transform .3s}
.hero-sub{font-size:1.15rem;color:#4b5563;margin-bottom:32px;max-width:480px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.hero-platforms{display:flex;gap:12px;margin-top:28px}
.platform-chip{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;font-size:.85rem;font-weight:600;color:#4b5563;box-shadow:0 2px 8px rgba(0,0,0,.04)}

/* Hero visual — device stack */
.hero-visual{flex:1;display:flex;justify-content:center;position:relative}
.device-stack{position:relative;width:320px;height:400px}
.device{border-radius:16px;overflow:hidden;position:absolute;box-shadow:0 12px 40px rgba(0,0,0,.12)}
.device-phone{width:160px;height:300px;background:#1a1a2e;border-radius:24px;padding:8px;z-index:3;top:50px;left:0}
.device-phone .device-notch{width:40px;height:5px;background:#333;border-radius:3px;margin:4px auto 12px}
.device-phone .device-screen-content{background:linear-gradient(160deg,#f0fdf4,#e8f5e9);border-radius:16px;padding:20px 14px;height:calc(100% - 28px);display:flex;flex-direction:column;align-items:center}
.screen-app-icon{width:36px;height:36px;background:linear-gradient(135deg,#2e7d52,#4caf50);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.9rem;margin-bottom:6px}
.screen-app-name{font-size:.7rem;font-weight:700;color:#2e7d52;margin-bottom:16px}
.screen-bar-row{width:100%;margin-bottom:10px}
.sbar{height:8px;background:#d4edda;border-radius:4px;overflow:hidden}
.sbar-fill{height:100%;background:linear-gradient(90deg,#2e7d52,#4caf50);border-radius:4px}
.sf-blue{background:linear-gradient(90deg,#1565c0,#42a5f5)}
.sf-orange{background:linear-gradient(90deg,#e65100,#ff9800)}

.device-browser{width:220px;height:180px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;z-index:2;top:0;right:0;overflow:hidden}
.browser-bar{display:flex;gap:5px;padding:8px 12px;background:#f5f5f5;border-bottom:1px solid #e0e0e0}
.browser-bar span{width:8px;height:8px;border-radius:50%;background:#d0d0d0}
.browser-bar span:first-child{background:#ff5f57}
.browser-bar span:nth-child(2){background:#ffbd2e}
.browser-bar span:nth-child(3){background:#28ca41}
.browser-content{padding:10px}
.browser-nav{height:6px;background:#e8e8e8;border-radius:3px;width:60%;margin-bottom:10px}
.browser-hero{height:40px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:6px;margin-bottom:10px}
.browser-cols{display:flex;gap:6px}
.browser-cols div{flex:1;height:50px;background:#f5f5f5;border-radius:6px}

/* ─── Grid layouts ─── */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}

/* ─── Card ─── */
.card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:32px 28px;transition:all .3s}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.06);border-color:#d4edda}
.card-icon{font-size:2.2rem;margin-bottom:16px}
.card h3{margin-bottom:8px}
.card p{color:#6b7280;font-size:.92rem;line-height:1.6}

/* ─── Platform cards (dark section) ─── */
.platform-card{background:rgba(255,255,255,.06);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px 28px;transition:all .3s}
.platform-card:hover{background:rgba(255,255,255,.1);transform:translateY(-4px)}
.pc-icon{margin-bottom:16px;color:#a5d6a7}
.platform-card h3{margin-bottom:8px;color:#fff}
.platform-card p{color:rgba(255,255,255,.7);font-size:.92rem;line-height:1.6}
.pc-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.pc-tags span{padding:4px 12px;border-radius:6px;font-size:.75rem;font-weight:600;background:rgba(255,255,255,.1);color:rgba(255,255,255,.8)}

/* ─── Product cards ─── */
.products-row{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:start}
.product-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:32px;transition:all .3s;position:relative;display:flex;flex-direction:column}
.product-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.06)}
.product-featured{border-color:#d4edda;background:linear-gradient(160deg,#fafffe,#fff)}
.product-label{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;padding:4px 12px;border-radius:6px;background:#e8f5e9;color:#2e7d52}
.label-muted{color:#9ca3af}
.product-top{display:flex;gap:16px;align-items:center;margin-bottom:16px}
.product-app-icon{width:56px;height:56px;background:linear-gradient(135deg,#2e7d52,#4caf50);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.5rem;flex-shrink:0}
.icon-muted{background:#e0e0e0;color:#9ca3af}
.product-top h3{margin-bottom:2px}
.product-tagline{font-size:.85rem;color:#6b7280}
.product-badges{display:flex;gap:6px;margin-top:6px}
.pbadge{font-size:.7rem;font-weight:600;padding:2px 10px;border-radius:6px}
.pb-android{background:#e8f5e9;color:#2e7d52}
.pb-ios{background:#e3f2fd;color:#1565c0}
.pb-web{background:#fff3e0;color:#e65100}
.product-card>p{color:#4b5563;font-size:.95rem;line-height:1.6;margin-bottom:20px}
.product-highlights{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:24px}
.product-highlights span{font-size:.85rem;color:#4b5563}
.product-bottom{border-top:1px solid #f0f0f0;padding-top:20px;margin-top:auto}
.product-price{margin-bottom:16px}
.product-price strong{font-family:'Poppins',sans-serif;font-size:1.6rem;font-weight:800;color:#2e7d52}
.product-price span{font-size:.85rem;color:#6b7280;margin-left:4px}
.product-actions{display:flex;gap:12px;flex-wrap:wrap}
.product-upcoming{display:flex;flex-direction:column;justify-content:center;background:#fafbfc;border-style:dashed;border-color:#d0d0d0}

/* ─── Values ─── */
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.value-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:32px 28px;transition:all .3s}
.value-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.06);border-color:#d4edda}
.value-num{font-family:'Poppins',sans-serif;font-size:2rem;font-weight:800;color:#e8f5e9;margin-bottom:8px}
.value-card h3{margin-bottom:8px}
.value-card p{color:#6b7280;font-size:.92rem;line-height:1.6}

/* ─── Contact cards ─── */
.contact-card{display:block;background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:32px;text-align:center;transition:all .3s}
.contact-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.06);border-color:#d4edda}
.contact-icon{font-size:2rem;margin-bottom:12px}
.contact-card h3{margin-bottom:6px}
.contact-card p{color:#6b7280;font-size:.9rem;word-break:break-all}

/* ─── Footer ─── */
.footer{background:linear-gradient(180deg,#0f0f0f,#111);color:#fff;padding:64px 0 32px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
.footer-brand p{color:#9ca3af;font-size:.88rem;margin-top:12px;line-height:1.65}
.footer h4{font-size:.78rem;text-transform:uppercase;letter-spacing:1.2px;color:#6b7280;margin-bottom:16px;font-weight:600}
.footer ul{list-style:none}
.footer ul li{margin-bottom:10px}
.footer ul a{color:#d1d5db;font-size:.88rem;transition:color .2s,padding-left .2s}
.footer ul a:hover{color:#4caf50;padding-left:4px}
.footer-bottom{border-top:1px solid #222;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.footer-bottom p{color:#6b7280;font-size:.82rem}

/* ─── Legal pages ─── */
.legal-hero{padding:140px 0 48px;background:linear-gradient(160deg,#f0fdf4,#fff);text-align:center}
.legal-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:8px}
.legal-hero p{color:#6b7280;margin-top:8px;font-size:1.05rem}
.legal-content{padding:48px 0 80px}
.legal-content .container{max-width:800px}
.legal-content h2{margin:48px 0 16px;font-size:1.35rem;color:#2e7d52;padding-bottom:8px;border-bottom:1px solid #f0f0f0}
.legal-content h3{margin:24px 0 8px;font-size:1.1rem;color:#374151}
.legal-content p,.legal-content li{color:#4b5563;font-size:.95rem;line-height:1.75;margin-bottom:12px}
.legal-content ul{padding-left:24px;margin-bottom:16px}
.legal-content .effective{padding:16px 24px;background:#e8f5e9;border-left:4px solid #2e7d52;border-radius:0 10px 10px 0;font-weight:600;color:#2e7d52;font-size:.9rem;letter-spacing:.3px}

/* ═══ Budgetly product page specific ═══ */

/* Feature icons */
.fi-green{background:#e8f5e9;color:#2e7d52}
.fi-blue{background:#e3f2fd;color:#1565c0}
.fi-orange{background:#fff3e0;color:#e65100}
.fi-purple{background:#f3e5f5;color:#7b1fa2}
.fi-teal{background:#e0f2f1;color:#00695c}
.fi-red{background:#fce4ec;color:#c62828}
.fi-amber{background:#fffde7;color:#f57f17}
.fi-indigo{background:#e8eaf6;color:#283593}
.fi-pink{background:#fce4ec;color:#ad1457}

.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.feature-card{background:#fafbfc;border:1px solid #f0f0f0;border-radius:16px;padding:32px 28px;transition:all .3s}
.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.06);border-color:#d4edda}
.feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:16px}
.feature-card h3{margin-bottom:8px}
.feature-card p{color:#6b7280;font-size:.92rem;line-height:1.6}

/* Comparison table */
.compare-table-wrapper{overflow-x:auto;margin-top:40px}
.compare-table{width:100%;border-collapse:collapse;min-width:600px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06)}
.compare-table th,.compare-table td{padding:14px 20px;text-align:left;font-size:.9rem;border-bottom:1px solid #f0f0f0}
.compare-table thead th{background:#fafbfc;font-weight:600;color:#4b5563;font-size:.82rem;text-transform:uppercase;letter-spacing:.5px}
.compare-table th.highlight,.compare-table td.highlight{background:linear-gradient(160deg,#f0fdf4,#e8f5e9);color:#1a1a2e;font-weight:600;border-left:3px solid #2e7d52;border-right:1px solid #e8f5e9}
.compare-table thead th.highlight{background:#e8f5e9;color:#2e7d52}
.compare-table tbody tr:last-child td{border-bottom:none;font-weight:600;background:#fafbfc}
.compare-table tbody tr:last-child td.highlight{background:#e8f5e9}
.compare-footnote{text-align:center;color:#9ca3af;font-size:.82rem;margin-top:16px;font-style:italic}

/* Pricing */
.pricing-cards{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}
.price-card{background:#fafbfc;border:2px solid #e8f5e9;border-radius:20px;padding:40px 36px;width:380px;text-align:center;position:relative;overflow:hidden}
.price-card.featured{background:linear-gradient(160deg,#f0fdf4,#fff);border-color:#2e7d52;box-shadow:0 12px 40px rgba(46,125,82,.12)}
.price-card .card-badge{font-size:.8rem;font-weight:600;color:#2e7d52;margin-bottom:8px}
.price-card .price{font-family:'Poppins',sans-serif;font-size:3rem;font-weight:800;color:#1a1a2e;margin:16px 0 4px}
.price-card .price sub{font-size:.9rem;font-weight:500;color:#6b7280}
.price-card .price-note{font-size:.85rem;color:#6b7280;margin-bottom:24px}
.price-card ul{list-style:none;text-align:left;margin-bottom:32px}
.price-card ul li{padding:8px 0;font-size:.92rem;color:#4b5563;display:flex;align-items:center;gap:10px}
.price-card ul li::before{content:'✓';color:#2e7d52;font-weight:700;font-size:1rem}
.store-buttons{display:flex;gap:12px;width:100%;margin-top:8px}

/* Social proof */
.social-proof{padding:40px 0;background:#fff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}
.social-proof .container{text-align:center}
.social-proof p{font-size:.9rem;color:#9ca3af;margin-bottom:16px;font-weight:500}
.proof-items{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;align-items:center}
.proof-item{font-size:.95rem;color:#6b7280;font-weight:600;display:flex;align-items:center;gap:8px}
.proof-item .emoji{font-size:1.3rem}

/* Trust / testimonials */
.trust{background:linear-gradient(135deg,#1a2e1a,#2e4a2e);color:#fff;text-align:center}
.trust h2{margin-bottom:16px}
.trust .container>p{color:rgba(255,255,255,.7);margin-bottom:40px}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}
.trust-card{background:rgba(255,255,255,.08);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:28px;text-align:left}
.trust-card .stars{color:#ffd54f;font-size:1rem;margin-bottom:12px;letter-spacing:2px}
.trust-card p{font-size:.92rem;line-height:1.6;color:rgba(255,255,255,.85);margin-bottom:16px}
.trust-card .author{font-size:.8rem;color:rgba(255,255,255,.5);font-weight:600}
.trust-stat-row{display:flex;justify-content:center;gap:60px;margin-top:40px}
.trust-stat .big{font-family:'Poppins',sans-serif;font-size:2.2rem;font-weight:800}
.trust-stat .sub{font-size:.85rem;color:rgba(255,255,255,.6);margin-top:4px}

/* CTA banner */
.cta-banner{background:linear-gradient(135deg,#2e7d52,#43a047);color:#fff;text-align:center;padding:80px 0}
.cta-banner h2{margin-bottom:12px}
.cta-banner p{color:rgba(255,255,255,.85);margin-bottom:32px;font-size:1.05rem}
.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

/* FAQ */
.faq-list{max-width:720px;margin:0 auto}
.faq-item{border:1px solid #f0f0f0;border-radius:12px;margin-bottom:12px;overflow:hidden;transition:all .3s}
.faq-item:hover{border-color:#d4edda}
.faq-item summary{padding:20px 24px;font-weight:600;font-size:.95rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;color:#1a1a2e;transition:background .2s}
.faq-item summary:hover{background:#f0fdf4}
.faq-item summary::after{content:'+';font-size:1.4rem;color:#2e7d52;font-weight:300;transition:transform .3s}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{padding:0 24px 20px;color:#6b7280;font-size:.92rem;line-height:1.7}

/* Showcase */
.showcase{background:linear-gradient(160deg,#f0fdf4 0%,#fff 100%)}
.showcase .container{display:flex;align-items:center;gap:80px}
.showcase-visual{flex:1;display:flex;justify-content:center}
.showcase-content{flex:1}
.showcase-content h2{margin-bottom:16px}
.showcase-content>p{color:#6b7280;margin-bottom:32px;font-size:1.05rem}
.showcase-steps{display:flex;flex-direction:column;gap:24px}
.step{display:flex;gap:16px;align-items:flex-start}
.step-num{width:40px;height:40px;flex-shrink:0;background:linear-gradient(135deg,#2e7d52,#4caf50);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.step-text h4{font-size:1rem;margin-bottom:4px}
.step-text p{font-size:.9rem;color:#6b7280}

/* Float badges (Budgetly hero) */
.float-badge{position:absolute;background:#fff;padding:12px 18px;border-radius:14px;box-shadow:0 8px 30px rgba(0,0,0,.1);display:flex;align-items:center;gap:10px;z-index:3;animation:float 4s ease-in-out infinite}
.float-badge.top-left{top:20px;left:-20px}
.float-badge.bottom-right{bottom:40px;right:-10px;animation-delay:2s}
.float-badge .icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}
.float-badge .fb-text .fb-label{font-size:.7rem;color:#9ca3af}
.float-badge .fb-text .fb-value{font-size:.95rem;font-weight:700}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* Price pill */
.price-pill{display:inline-flex;align-items:baseline;gap:4px;background:linear-gradient(135deg,#fff3e0,#ffe0b2);padding:10px 20px;border-radius:12px;border:1px solid #ffcc80}
.price-pill .currency{font-size:1rem;font-weight:600;color:#e65100}
.price-pill .amount{font-size:1.8rem;font-weight:800;color:#e65100;font-family:'Poppins',sans-serif}
.price-pill .period{font-size:.8rem;color:#bf360c;margin-left:4px}

/* Budgetly hero stats */
.hero-stats{display:flex;gap:40px;margin-top:40px}
.hero-stat{text-align:center}
.hero-stat .num{font-family:'Poppins',sans-serif;font-size:1.6rem;font-weight:800;color:#2e7d52}
.hero-stat .label{font-size:.8rem;color:#6b7280;margin-top:2px}

/* ─── Scroll animations ─── */
.ani{opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}
.ani.visible{opacity:1;transform:translateY(0)}

/* ─── Responsive ─── */
@media(max-width:900px){
  .hero-flex{flex-direction:column;text-align:center}
  .hero-content{max-width:100%}
  .hero-sub{margin:0 auto 32px}
  .hero-actions{justify-content:center}
  .hero-platforms{justify-content:center}
  .hero-visual{margin-top:40px}
  .grid-3{grid-template-columns:1fr}
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .products-row{grid-template-columns:1fr 1fr}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .showcase .container{flex-direction:column}
  .trust-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav-links{display:none;position:fixed;top:68px;left:0;right:0;background:#fff;flex-direction:column;padding:24px;gap:20px;border-bottom:1px solid #eee;box-shadow:0 8px 20px rgba(0,0,0,.08)}
  .nav-links.open{display:flex}
  .mobile-toggle{display:block}
  .device-stack{transform:scale(.85)}
  .hero-stats{justify-content:center}
}
@media(max-width:600px){
  .values-grid{grid-template-columns:1fr}
  .features-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .trust-stat-row{flex-direction:column;gap:24px}
  .pricing-cards{flex-direction:column;align-items:center}
  .proof-items{gap:20px}
  .product-highlights{grid-template-columns:1fr}
  .products-row{grid-template-columns:1fr}
  .device-stack{transform:scale(.7)}
}
