/* Whitepage - Independent App Website */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1e293b;background:#fff;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
main{flex:1}

.wt-container{max-width:1100px;margin:0 auto;padding:0 24px}

/* ─── Navigation ─── */
.wt-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}
.wt-nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.wt-nav-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:#0f172a}
.wt-nav-icon{width:32px;height:32px;border-radius:8px;object-fit:cover}
.wt-nav-links{display:flex;align-items:center;gap:32px}
.wt-nav-links a{font-size:14px;font-weight:500;color:#64748b;transition:color .2s}
.wt-nav-links a:hover{color:#0f172a}
.wt-nav-cta{background:#0f172a;color:#fff !important;padding:8px 20px;border-radius:8px;font-weight:600;transition:background .2s,transform .2s}
.wt-nav-cta:hover{background:#1e293b;transform:translateY(-1px)}

/* ─── Hero ─── */
.wt-hero{padding:120px 0 60px;position:relative;overflow:hidden}
.wt-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#f1f5f9 100%);z-index:0}
.wt-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;z-index:1}
.wt-hero-text{max-width:520px}
.wt-hero-badge{display:inline-block;background:#e0f2fe;color:#0369a1;font-size:13px;font-weight:600;padding:4px 14px;border-radius:20px;margin-bottom:16px}
.wt-hero h1{font-size:44px;font-weight:800;line-height:1.15;color:#0f172a;margin-bottom:16px;letter-spacing:-.02em}
.wt-hero-sub{font-size:17px;color:#475569;line-height:1.7;margin-bottom:24px}
.wt-hero-stats{display:flex;gap:32px;margin-bottom:28px}
.wt-stat{text-align:left}
.wt-stat-value{display:block;font-size:22px;font-weight:700;color:#0f172a}
.wt-stat-label{display:block;font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}
.wt-hero-actions{margin-bottom:16px}
.wt-gp-badge{display:inline-block;transition:transform .2s,opacity .2s}
.wt-gp-badge:hover{transform:scale(1.04)}
.wt-gp-badge img{height:56px;width:auto}
.wt-hero-dev{font-size:13px;color:#94a3b8}
.wt-hero-dev strong{color:#64748b;font-weight:600}

.wt-hero-visual{display:flex;justify-content:center}
.wt-phone-frame{width:280px;height:560px;border-radius:32px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.05);background:#000;padding:8px;position:relative}
.wt-phone-frame::before{content:'';position:absolute;top:12px;left:50%;transform:translateX(-50%);width:80px;height:5px;background:#333;border-radius:4px;z-index:2}
.wt-phone-screen{width:100%;height:100%;object-fit:cover;border-radius:24px}
.wt-phone-icon-fallback{object-fit:contain;background:#1e293b;padding:40%}

/* ─── Features ─── */
.wt-features{padding:80px 0;background:#fff}
.wt-section-header{text-align:center;margin-bottom:48px}
.wt-section-header h2{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:8px;letter-spacing:-.01em}
.wt-section-header p{font-size:16px;color:#64748b}
.wt-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.wt-feature-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:32px 28px;transition:transform .2s,box-shadow .2s}
.wt-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.06)}
.wt-feature-icon{font-size:28px;margin-bottom:16px;width:52px;height:52px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.wt-feature-card h3{font-size:17px;font-weight:700;color:#0f172a;margin-bottom:8px}
.wt-feature-card p{font-size:14px;color:#64748b;line-height:1.7}

/* ─── Gallery ─── */
.wt-gallery{padding:80px 0;background:#f8fafc}
.wt-gallery-scroll{display:flex;gap:16px;overflow-x:auto;padding:8px 0 24px;cursor:grab;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}
.wt-gallery-scroll::-webkit-scrollbar{height:4px}
.wt-gallery-scroll::-webkit-scrollbar-track{background:transparent}
.wt-gallery-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}
.wt-gallery-item{flex-shrink:0}
.wt-gallery-item img{height:420px;width:auto;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:transform .25s ease}
.wt-gallery-item img:hover{transform:scale(1.03)}

/* ─── About ─── */
.wt-about{padding:80px 0;background:#fff}
.wt-about-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:start}
.wt-about-text h2{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:20px;letter-spacing:-.01em}
.wt-about-text p{font-size:15px;color:#475569;line-height:1.8;margin-bottom:16px}
.wt-detail-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:28px}
.wt-detail-card h3{font-size:17px;font-weight:700;color:#0f172a;margin-bottom:16px}
.wt-details-list{display:flex;flex-direction:column;gap:0}
.wt-detail-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e2e8f0}
.wt-detail-row:last-child{border-bottom:none}
.wt-detail-row dt{font-size:14px;color:#64748b}
.wt-detail-row dd{font-size:14px;font-weight:600;color:#0f172a}

/* ─── CTA ─── */
.wt-cta{padding:80px 0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}
.wt-cta-inner{text-align:center}
.wt-cta-icon{width:72px;height:72px;border-radius:18px;margin:0 auto 20px;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.wt-cta h2{font-size:32px;font-weight:800;color:#fff;margin-bottom:12px}
.wt-cta p{font-size:16px;color:#94a3b8;margin-bottom:24px}
.wt-cta .wt-gp-badge img{height:52px}

/* ─── Footer ─── */
.wt-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:32px 0}
.wt-footer-inner{display:flex;flex-direction:column;align-items:center;gap:16px}
.wt-footer-brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;color:#0f172a}
.wt-footer-brand img{border-radius:6px}
.wt-footer-links{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}
.wt-footer-links a{font-size:13px;color:#64748b;transition:color .2s}
.wt-footer-links a:hover{color:#0f172a}
.wt-footer-copy{font-size:11px;color:#94a3b8;text-align:center;line-height:1.6}

/* ─── Mobile ─── */
@media(max-width:768px){
    .wt-nav-links a:not(.wt-nav-cta){display:none}
    .wt-hero{padding:90px 0 40px}
    .wt-hero-grid{grid-template-columns:1fr;text-align:center;gap:32px}
    .wt-hero-text{max-width:100%}
    .wt-hero h1{font-size:30px}
    .wt-hero-sub{font-size:15px}
    .wt-hero-stats{justify-content:center;gap:24px}
    .wt-hero-actions{display:flex;justify-content:center}
    .wt-hero-dev{text-align:center}
    .wt-phone-frame{width:220px;height:440px;border-radius:26px}
    .wt-features-grid{grid-template-columns:1fr}
    .wt-gallery-item img{height:320px}
    .wt-about-grid{grid-template-columns:1fr;gap:32px}
    .wt-section-header h2{font-size:26px}
    .wt-cta h2{font-size:26px}
}

@media(max-width:380px){
    .wt-hero-stats{flex-direction:column;gap:12px;align-items:center}
    .wt-hero h1{font-size:26px}
}

@media print{
    .wt-nav,.wt-cta,.wt-gp-badge{display:none}
}
