html.friends-landing,html.friends-landing *{box-sizing:border-box}
html.friends-landing{color-scheme:light;--page:#eee7db;--glow:#fffaf0;--surface:#fffaf1;--surface2:#fff;--navy:#0b2233;--navy2:#10364e;--text:#26384a;--muted:#59615c;--gold:#8d5e12;--gold2:#d3a142;--line:#dbc9ad;--blue:#0d63ce;--blue2:#0757bc;--shadow:0 18px 48px #60461d20}
html.friends-landing[data-theme="dark"]{color-scheme:dark;--page:#02070d;--glow:#0c2940;--surface:#071722;--surface2:#0b1f2d;--navy:#061724;--navy2:#0c3048;--text:#f4ead2;--muted:#b7c4cc;--gold:#f1cb73;--gold2:#f1cb73;--line:#2b4759;--blue:#2b86ff;--blue2:#1269d7;--shadow:0 20px 56px #0009}
html.friends-landing,html.friends-landing body{width:100%;min-height:100%;margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--page);color:var(--text)}
html.friends-landing body{background:radial-gradient(circle at 50% 0,var(--glow) 0,transparent 52%),var(--page)}
html.friends-landing a{color:inherit}
html.friends-landing .friends-shell{width:min(1060px,100%);margin:0 auto;min-height:100vh;padding-bottom:42px}
html.friends-landing .friends-topbar{min-height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:10px 16px;background:linear-gradient(135deg,var(--navy),var(--navy2));border-bottom:2px solid var(--gold2);color:#fff2d0;box-shadow:0 8px 26px #0002}
html.friends-landing .friends-home{justify-self:start;display:inline-flex;align-items:center;min-height:40px;padding:0 12px;border:1px solid #f1c66c66;border-radius:11px;text-decoration:none;font-weight:800}
html.friends-landing .friends-brand{text-align:center;line-height:1}
html.friends-landing .friends-brand strong{display:block;font-family:Georgia,serif;font-size:25px;letter-spacing:2px;color:#f3ca72}
html.friends-landing .friends-brand span{display:block;margin-top:5px;font-size:9px;font-weight:800;letter-spacing:2px;color:#e2c98d}
html.friends-landing .friends-top-actions{justify-self:end;display:flex;align-items:center;gap:8px}
html.friends-landing .friends-top-cta{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;border:1px solid #f1c66c66;border-radius:11px;background:#071b2a;color:#fff2d0;text-decoration:none;font-size:12px;font-weight:900}
html.friends-landing .friends-hero{padding:clamp(42px,7vw,78px) 18px 38px;text-align:center}
html.friends-landing .hero-icon{display:grid;place-items:center;width:76px;height:76px;margin:0 auto 18px;border:1px solid var(--line);border-radius:23px;background:var(--surface);box-shadow:var(--shadow);color:var(--gold);font-size:30px;font-weight:900}
html.friends-landing .friends-kicker{margin:0 0 10px;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
html.friends-landing .friends-hero h1{max-width:850px;margin:0 auto;color:var(--text);font-family:Georgia,serif;font-size:clamp(34px,6vw,58px);line-height:1.02;letter-spacing:-.02em}
html.friends-landing .friends-lead{max-width:780px;margin:18px auto 0;color:var(--muted);font-size:clamp(15px,2vw,18px);line-height:1.65}
html.friends-landing .friends-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:25px}
html.friends-landing .friends-primary,html.friends-landing .friends-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 21px;border-radius:12px;text-decoration:none;font-weight:900}
html.friends-landing .friends-primary{border:1px solid var(--blue);background:linear-gradient(#1670df,var(--blue2));color:#fff;box-shadow:0 7px 18px #0757bc35}
html.friends-landing .friends-secondary{border:1px solid var(--line);background:var(--surface);color:var(--text)}
html.friends-landing .auth-note{margin:11px auto 0;color:var(--muted);font-size:12px}
html.friends-landing .friends-section{padding:30px 18px}
html.friends-landing .friends-section h2{margin:0 0 10px;text-align:center;font-family:Georgia,serif;font-size:clamp(25px,4vw,36px);color:var(--gold)}
html.friends-landing .section-intro{max-width:780px;margin:0 auto 21px;text-align:center;color:var(--muted);line-height:1.65}
html.friends-landing .steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
html.friends-landing .step-card{padding:20px 16px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(180deg,var(--surface2),var(--surface));box-shadow:var(--shadow);text-align:center}
html.friends-landing .step-number{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 12px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--gold);font-size:18px;font-weight:900}
html.friends-landing .step-card h3{margin:0 0 7px;font-size:16px;color:var(--text)}
html.friends-landing .step-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
html.friends-landing .feature-panel{max-width:850px;margin:0 auto;padding:25px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}
html.friends-landing .feature-panel h2{text-align:left;margin-top:0}
html.friends-landing .feature-panel p{margin:0 0 14px;color:var(--muted);line-height:1.68}
html.friends-landing .feature-panel p:last-child{margin-bottom:0}
html.friends-landing .feature-panel a{color:var(--gold);font-weight:800;text-underline-offset:3px}
html.friends-landing .time-list{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:20px auto 0;max-width:760px}
html.friends-landing .time-chip{min-width:84px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);font-weight:900;text-align:center}
html.friends-landing .ways-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
html.friends-landing .way-card{display:block;padding:19px 16px;border:1px solid var(--line);border-radius:16px;background:var(--surface);text-decoration:none}
html.friends-landing .way-card strong{display:block;margin-bottom:6px;color:var(--gold);font-size:15px}
html.friends-landing .way-card span{display:block;color:var(--muted);font-size:13px;line-height:1.5}
html.friends-landing .faq-list{max-width:850px;margin:0 auto;display:grid;gap:10px}
html.friends-landing .faq-item{padding:18px 20px;border:1px solid var(--line);border-radius:15px;background:var(--surface)}
html.friends-landing .faq-item h3{margin:0 0 6px;font-size:16px;color:var(--text)}
html.friends-landing .faq-item p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.6}
html.friends-landing .friends-footer{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;padding:30px 18px 0;color:var(--muted);font-size:12px}
html.friends-landing .friends-footer a{text-underline-offset:3px}
@media(max-width:800px){html.friends-landing .steps-grid,html.friends-landing .ways-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){html.friends-landing .friends-shell{padding-bottom:28px}html.friends-landing .friends-topbar{grid-template-columns:auto 1fr auto;padding-left:10px;padding-right:10px}html.friends-landing .friends-home,html.friends-landing .friends-top-cta{padding:0 9px;font-size:11px}html.friends-landing .friends-brand strong{font-size:20px}html.friends-landing .friends-brand span{display:none}html.friends-landing .steps-grid,html.friends-landing .ways-grid{grid-template-columns:1fr}html.friends-landing .feature-panel{padding:19px}}
