/* LooksEarn Public Site v1.0.0 */
*{box-sizing:border-box}
:root{
  --brand:#159669;--brand-dark:#0b7452;--brand-soft:#e8f8f1;--ink:#102139;--muted:#627387;
  --line:#dce7e3;--bg:#f8fbfa;--card:#fff;--navy:#0d2237;--shadow:0 18px 55px rgba(16,33,57,.10);
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}
a{color:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{max-width:820px}
.site-announcement{min-height:34px;background:#0f2a22;color:#dff8ee;display:flex;gap:7px;align-items:center;justify-content:center;font-size:12px;padding:7px 16px;text-align:center}.status-dot{width:8px;height:8px;border-radius:50%;background:#35d29a;box-shadow:0 0 0 5px rgba(53,210,154,.12)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(248,251,250,.91);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,231,227,.9)}
.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-brand{display:flex;align-items:center;gap:11px;text-decoration:none}.site-brand img{width:42px;height:42px;object-fit:contain;border-radius:13px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,var(--brand),var(--brand-dark));color:#fff;font-weight:900;box-shadow:0 9px 25px rgba(21,150,105,.25)}.brand-mark.small{width:34px;height:34px;border-radius:10px}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:20px;letter-spacing:-.5px}.brand-copy small{color:var(--muted);font-size:10px;margin-top:5px}
.main-nav{display:flex;align-items:center;gap:24px}.main-nav a{text-decoration:none;font-size:14px;font-weight:700;color:#44556a}.main-nav a:hover,.main-nav a.active{color:var(--brand)}.main-nav .nav-cta{background:var(--ink);color:#fff;padding:11px 16px;border-radius:12px}.main-nav .nav-cta:hover{color:#fff;background:#18324d}.menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 11px;font-size:20px}
.hero{overflow:hidden;padding:80px 0 76px;background:radial-gradient(circle at 78% 20%,#dff8ed 0,transparent 28%),linear-gradient(180deg,#fbfdfc,#f2f8f5)}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:64px}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--brand-dark);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}.eyebrow span{width:9px;height:9px;border-radius:50%;background:var(--brand)}
h1,h2,h3{line-height:1.08;letter-spacing:-.035em;margin-top:0}.hero h1{font-size:clamp(48px,6vw,78px);margin:18px 0 24px}.hero h1 em{font-style:normal;color:var(--brand)}.hero-lead{font-size:18px;color:#52647a;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:13px;text-decoration:none;font-weight:800;font-size:14px}.btn.primary{background:var(--brand);color:#fff;box-shadow:0 12px 28px rgba(21,150,105,.23)}.btn.primary:hover{background:var(--brand-dark)}.btn.ghost{background:#fff;border:1px solid var(--line)}.btn.light{background:#fff;color:#123147}.btn.outline-light{border:1px solid rgba(255,255,255,.4);color:#fff}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;font-size:12px;color:#577064}.hero-visual{position:relative;min-height:610px;display:grid;place-items:center}.glow{position:absolute;border-radius:50%;filter:blur(2px)}.g1{width:360px;height:360px;background:#d4f6e7;right:12%;top:15%}.g2{width:220px;height:220px;background:#dcecff;left:5%;bottom:6%}
.phone{position:relative;width:315px;background:#fff;border:8px solid #102139;border-radius:40px;box-shadow:0 35px 80px rgba(16,33,57,.25);z-index:3;overflow:hidden}.phone-top{height:64px;padding:18px 19px 0;display:flex;justify-content:space-between;font-size:17px}.phone-body{padding:8px 18px 18px}.tiny{font-size:12px;color:#65788b;margin:10px 0 0}.balance{font-size:38px;font-weight:900;letter-spacing:-2px}.wallet-ill{float:right;margin-top:-48px;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:#ddf9ec;color:var(--brand);font-size:28px}.progress-copy{clear:both;padding-top:12px;display:flex;justify-content:space-between;font-size:10px;color:#647787}.progress-copy b{color:var(--brand)}.progress{height:5px;background:#e5ece9;border-radius:10px;margin:8px 0 19px}.progress i{display:block;height:100%;background:var(--brand);border-radius:10px}.phone h3{font-size:20px;margin:0 0 10px}.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.mini-cards div{border:1px solid var(--line);padding:12px 5px 10px;text-align:center;border-radius:13px;font-size:21px}.mini-cards b,.mini-cards small{display:block;font-size:9px}.mini-cards small{color:var(--brand);margin-top:4px}.play-card{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;border:1px solid #cfeae0;background:#f0fbf6;border-radius:15px;padding:12px;margin-top:14px}.play-icon{width:38px;height:38px;display:grid;place-items:center;background:var(--brand);color:#fff;border-radius:11px}.play-card b,.play-card small{display:block;font-size:10px}.play-card small{color:#6d7e89}.play-card strong{color:var(--brand);font-size:10px}.phone-nav{height:60px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center;color:#788694;font-size:15px}.phone-nav b{color:var(--brand)}.phone-nav small{display:block;font-size:8px;margin-top:3px}.float-card{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:13px 16px;z-index:4}.float-card b,.float-card span{display:block}.float-card span{font-size:10px;color:var(--muted)}.fc1{left:3%;top:21%}.fc1 b{color:var(--brand);font-size:16px}.fc2{right:-1%;bottom:18%;display:flex;gap:9px;align-items:center}.fc2 .ok{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);font-size:16px}
.proof-strip{background:#102139;color:#fff}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 0}.proof-grid div{padding:6px 24px;border-right:1px solid rgba(255,255,255,.14)}.proof-grid div:last-child{border:0}.proof-grid b{display:block;font-size:24px}.proof-grid span{font-size:11px;color:#aec0d2}
.section{padding:86px 0}.section.soft{background:#eef6f3}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:34px}.section-head h2,.split h2,.cta-box h2,.page-hero h1{font-size:clamp(34px,4vw,52px);margin:8px 0 0}.section-head p{max-width:500px;color:var(--muted);margin:0}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-card,.how-card,.review-card,.contact-card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:25px;box-shadow:0 10px 35px rgba(16,33,57,.05)}.ficon{width:46px;height:46px;border-radius:13px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-size:20px;font-weight:900}.feature-card h3{font-size:20px;margin:21px 0 10px}.feature-card p,.how-card p,.review-card p,.contact-card p{color:var(--muted);font-size:14px}.feature-card>span{font-size:11px;font-weight:800;color:var(--brand)}
.split{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center}.split p{color:var(--muted);font-size:17px}.checklist{list-style:none;padding:0;margin:25px 0}.checklist li{position:relative;padding:9px 0 9px 28px}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--brand);font-weight:900}.text-link{color:var(--brand);font-weight:800;text-decoration:none}
.status-board{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow)}.status-head{display:flex;justify-content:space-between}.status-head strong{font-size:27px}.status-head span{font-size:11px;color:var(--muted)}.tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}.tabs>*{text-align:center;padding:10px;border:1px solid var(--line);border-radius:11px;font-size:11px}.tabs b{background:var(--brand);color:#fff}.status-empty{text-align:center;padding:25px 5px}.search-ill{margin:auto;width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:var(--brand-soft);font-size:38px;color:#2e6380}.status-empty h3{margin:18px 0 6px}.status-empty p{font-size:12px}.info-row{display:grid;grid-template-columns:32px 1fr 20px;gap:10px;align-items:center;background:#f0fbf6;padding:12px;border-radius:13px}.info-row i{font-style:normal;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#d9f6e9;color:var(--brand)}.info-row b,.info-row span{display:block;font-size:10px}.info-row span{color:var(--muted)}
.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step-grid>div{padding:26px 0;border-top:2px solid var(--line)}.step-grid span{font-weight:900;color:var(--brand)}.step-grid h3{margin:18px 0 8px}.step-grid p{color:var(--muted);font-size:13px}
.cta-section{padding:0 0 85px}.cta-box{background:linear-gradient(135deg,#0c7251,#102f37);color:#fff;border-radius:30px;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:40px}.cta-box p{color:#cce6dc;max-width:680px}.kicker.light{color:#b9f1dc}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.page-hero{padding:76px 0 58px;background:linear-gradient(180deg,#f3faf7,#f8fbfa);text-align:center}.page-hero p{color:var(--muted);font-size:17px}.publisher-hero{background:radial-gradient(circle at 50% 0,#dff8ed,transparent 45%),#f8fbfa}
.how-grid,.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.how-card span{color:var(--brand);font-weight:900}.how-card h2,.review-card h2,.contact-card h2{font-size:23px;margin:16px 0 8px}.info-columns{display:grid;grid-template-columns:1fr 1fr;gap:60px}.info-columns p{color:var(--muted)}
.review-state{display:inline-flex;padding:5px 9px;border-radius:99px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.review-state.good{background:#e1f8ee;color:#087a55}.review-state.pending{background:#fff4da;color:#8d6410}
.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.spec-grid>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.spec-grid span,.spec-grid b{display:block}.spec-grid span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.spec-grid b{margin-top:6px}.review-contact{text-align:center;padding-top:60px}.review-contact h2{margin-bottom:18px}
.faq-list{max-width:850px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;margin-bottom:10px;overflow:hidden}.faq-list summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:800;display:flex;justify-content:space-between}.faq-list summary::-webkit-details-marker{display:none}.faq-list details p{margin:0;padding:0 22px 22px;color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.big-mail{font-size:22px;color:var(--brand);font-weight:800}
.legal{max-width:850px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px}.legal h2{font-size:22px;margin:32px 0 10px}.legal h2:first-of-type{margin-top:0}.legal p{color:#536579}.legal-warning{background:#fff4da;color:#74540f;border:1px solid #f0d493;border-radius:14px;padding:15px;margin-bottom:28px}
.site-footer{background:#0e2133;color:#d6e1eb;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:45px}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid>div:first-child{display:block}.footer-grid a{color:#aebdca;text-decoration:none;font-size:13px}.footer-grid p{color:#99a9b8;font-size:13px;max-width:400px}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;color:#7f93a5;font-size:11px}
@media(max-width:960px){.main-nav{gap:14px}.hero-grid,.split{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{min-height:560px}.feature-grid{grid-template-columns:1fr 1fr}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid div:nth-child(2){border-right:0}.section-head{display:block}.section-head p{margin-top:14px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}
@media(max-width:760px){.wrap{width:min(100% - 28px,1180px)}.brand-copy small{display:none}.menu-btn{display:block}.main-nav{display:none;position:absolute;top:76px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:12px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{padding:10px}.hero{padding-top:54px}.hero h1{font-size:47px}.hero-visual{min-height:500px}.phone{width:285px}.fc1{left:0}.fc2{right:0}.feature-grid,.step-grid,.how-grid,.review-grid,.info-columns,.contact-grid,.spec-grid{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid div{padding:10px 14px}.cta-box{padding:30px;display:block}.cta-actions{margin-top:24px}.section{padding:64px 0}.legal{padding:24px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}}
@media(max-width:430px){.hero h1{font-size:40px}.hero-lead{font-size:16px}.hero-visual{min-height:470px}.phone{width:260px}.float-card{display:none}.proof-grid{grid-template-columns:1fr}.proof-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.feature-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div{grid-column:auto!important}}


/* LooksEarn Public Site v1.1 */
.site-logo-shell{width:54px;height:54px;border-radius:15px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden;box-shadow:0 7px 22px rgba(16,33,57,.07);flex:0 0 54px}
.site-brand .site-logo-shell img{width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;transform:scale(1.32)}
.brand-copy strong{font-size:24px;letter-spacing:-.7px}.brand-copy small{font-size:11px}.nav-wrap{min-height:84px}.main-nav{gap:27px}
.app-preview-section{background:#fff;overflow:hidden}.screen-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:start}.screen-card{margin:0}.screen-phone{position:relative;background:#101f31;border:7px solid #101f31;border-radius:30px;overflow:hidden;box-shadow:0 20px 50px rgba(16,33,57,.16);aspect-ratio:392/773}.screen-phone:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:58px;height:5px;border-radius:8px;background:rgba(255,255,255,.25);z-index:2}.screen-phone img{width:100%;height:100%;display:block;object-fit:cover}.screen-card:nth-child(2),.screen-card:nth-child(4){margin-top:34px}.screen-card figcaption{padding:15px 5px 0}.screen-card figcaption b,.screen-card figcaption span{display:block}.screen-card figcaption b{font-size:15px}.screen-card figcaption span{font-size:12px;color:var(--muted);margin-top:4px}.preview-note{margin-top:30px;border:1px solid var(--line);background:#f7fbf9;border-radius:16px;padding:14px 16px;display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px}.preview-note p{margin:0}.preview-badge{white-space:nowrap;background:var(--brand-soft);color:var(--brand-dark);padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.publisher-proof{padding-bottom:34px}.publisher-proof-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}.publisher-proof-head h2{font-size:clamp(32px,4vw,48px);margin:7px 0 10px}.publisher-proof-head p{max-width:650px;color:var(--muted);margin:0}.publisher-shots{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:0 auto}.publisher-shots img{width:100%;border:6px solid #102139;border-radius:28px;box-shadow:0 18px 45px rgba(16,33,57,.15)}.publisher-shots img:nth-child(2){transform:translateY(22px)}.publisher-proof-note{text-align:center;color:var(--muted);font-size:11px;margin:34px 0 0}.compact-top{padding-top:45px}.review-contact p{color:var(--muted);margin:-6px 0 18px}
@media(max-width:960px){.site-logo-shell{width:48px;height:48px;flex-basis:48px}.brand-copy strong{font-size:21px}.screen-gallery{grid-template-columns:repeat(2,1fr);max-width:650px;margin:auto}.screen-card:nth-child(2),.screen-card:nth-child(4){margin-top:24px}.publisher-proof-head{display:block}.publisher-proof-head .btn{margin-top:18px}}
@media(max-width:760px){.nav-wrap{min-height:74px}.main-nav{top:74px}.site-logo-shell{width:43px;height:43px;flex-basis:43px}.brand-copy strong{font-size:19px}.screen-gallery{display:flex;overflow-x:auto;gap:14px;padding:4px 2px 14px;scroll-snap-type:x mandatory;scrollbar-width:none}.screen-gallery::-webkit-scrollbar{display:none}.screen-card{min-width:245px;scroll-snap-align:center;margin-top:0!important}.preview-note{align-items:flex-start;flex-direction:column}.publisher-shots{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:5px 2px 28px}.publisher-shots img{min-width:235px;scroll-snap-align:center}.publisher-shots img:nth-child(2){transform:none}}


/* LooksEarn Public Site v1.2 - Publisher Ready */
.publisher-ready-strip{background:#f7fbf9;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.trust-link-grid a{display:flex;flex-direction:column;gap:7px;text-decoration:none;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:18px;padding:19px;box-shadow:0 10px 28px rgba(16,33,57,.05);transition:.18s ease}
.trust-link-grid a:hover{transform:translateY(-2px);border-color:#b9ddd0;box-shadow:0 16px 36px rgba(16,33,57,.08)}
.trust-link-grid span{font-size:10px;font-weight:900;letter-spacing:.08em;color:var(--brand);text-transform:uppercase}
.trust-link-grid b{font-size:16px}.trust-link-grid small{font-size:12px;color:var(--muted);line-height:1.55}
.reviewer-check{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:start}
.reviewer-check h2{font-size:clamp(28px,4vw,44px);margin:8px 0 12px}.reviewer-check p{color:var(--muted);line-height:1.7}
.reviewer-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.reviewer-list a{display:flex;flex-direction:column;gap:4px;padding:15px 16px;border:1px solid var(--line);border-radius:14px;text-decoration:none;color:var(--ink);background:#fff}
.reviewer-list a:hover{border-color:#addaca}.reviewer-list b{font-size:13px}.reviewer-list span{font-size:11px;color:var(--muted);line-height:1.45}
.rule-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 34px}
.rule-summary>div{padding:17px;border:1px solid var(--line);border-radius:15px;background:#f8fbfa;display:flex;flex-direction:column;gap:4px}
.rule-summary span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.rule-summary b{font-size:18px}.rule-summary small{color:var(--muted)}
.legal-warning.neutral{background:#f4faf7;border-color:#cce7dc;color:var(--ink)}
.support-detail{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:start}
.support-checklist,.support-side{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 12px 34px rgba(16,33,57,.05)}
.support-checklist h2,.support-side h2{margin-top:0}.support-checklist ol{padding-left:21px}.support-checklist li{padding:8px 0;color:var(--muted);line-height:1.6}.support-checklist li b{color:var(--ink)}
.support-side p{color:var(--muted);line-height:1.7}.support-side .btn{margin-top:6px}
.footer-grid{grid-template-columns:1.35fr .8fr 1.1fr .9fr}
@media(max-width:960px){.trust-link-grid{grid-template-columns:repeat(2,1fr)}.reviewer-check,.support-detail{grid-template-columns:1fr}.rule-summary{grid-template-columns:1fr}}
@media(max-width:620px){.trust-link-grid,.reviewer-list{grid-template-columns:1fr}}
