:root {
    --navy:#082549;
    --navy-2:#06203f;
    --green:#079647;
    --green-dark:#06763a;
    --mint:#edf8f2;
    --text:#19314f;
    --muted:#61718a;
    --line:#dfe7ee;
    --soft:#f8fbfd;
    --white:#fff;
    --shadow:0 12px 32px rgba(7,36,70,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.45}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.shell{width:min(1220px,calc(100% - 44px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid #eef2f5;backdrop-filter:blur(10px)}
.header-inner{height:78px;display:flex;align-items:center;gap:30px}
.brand{width:230px;flex:0 0 auto}.brand img{width:220px;height:55px;object-fit:contain;object-position:left center}
.desktop-nav{display:flex;justify-content:center;gap:38px;margin-left:auto;font-size:14px;font-weight:700;color:#102949}.desktop-nav a:hover{color:var(--green)}
.outline-button,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:6px;font-weight:800;transition:.2s ease}
.top-cta{padding:12px 18px;border:1px solid var(--green);color:var(--green);font-size:13px}.top-cta:hover{background:var(--mint)}
.hero{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);padding:40px 0 18px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:36% 64%;align-items:center;min-height:610px}
.hero-copy{padding:24px 6px 42px 0;position:relative;z-index:2}.eyebrow{display:inline-flex;background:#e8f6ee;color:#087840;font-size:12px;font-weight:900;letter-spacing:.05em;padding:8px 14px;border-radius:999px;margin-bottom:14px}
.hero h1{font-size:60px;line-height:1.02;letter-spacing:-.035em;color:var(--navy);margin:0 0 24px;font-weight:850}.hero h1 strong{color:var(--green);font-weight:850}
.hero-copy p{font-size:17px;line-height:1.55;margin:0 0 14px;max-width:510px;color:#264261}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 36px}.primary-button{background:var(--green);color:#fff;padding:14px 20px;box-shadow:0 9px 20px rgba(7,150,71,.15)}.primary-button:hover{background:var(--green-dark);transform:translateY(-1px)}
.secondary-button{border:1px solid #8ca0b5;background:#fff;color:var(--navy);padding:13px 19px}.secondary-button:hover{border-color:var(--navy)}
.facebook-progress{display:flex;align-items:center;gap:12px;color:#17395f;font-size:14px;width:max-content;max-width:100%}.facebook-progress:hover{color:#0b65d8}.facebook-badge{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#1877f2;color:#fff;font:bold 26px Arial}
.hero-visual{align-self:end;margin-left:-26px}.hero-visual img{width:100%;max-height:620px;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 12px 14px rgba(6,32,63,.06))}
.section{padding:42px 0}.section-building{border-top:1px solid #f0f3f6}.section-heading{text-align:center;margin-bottom:24px}.section-heading span{color:var(--green);font-weight:900;font-size:12px;letter-spacing:.06em}.section-heading h2,.trades-section h2{color:var(--navy);font-size:28px;margin:4px 0 0;letter-spacing:-.02em}
.feature-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.feature-card{border:1px solid var(--line);border-radius:10px;padding:20px 11px;text-align:center;min-height:178px;background:#fff}.feature-card .icon{font-size:34px;color:var(--green);height:44px;display:grid;place-items:center}.feature-card h3{margin:8px 0 7px;color:var(--navy);font-size:15px}.feature-card p{margin:0;color:#5a6e85;font-size:12px;line-height:1.45}
.trades-section{padding-top:2px;text-align:center}.trade-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-top:22px}.trade-card{min-height:94px;border:1px solid var(--line);border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--navy);background:#fff}.trade-card span{font-size:31px;color:var(--green);line-height:1}.trade-card strong{font-size:14px}.trade-card.more{color:var(--navy)}.trade-note{color:#647790;margin:16px 0 0;font-size:14px}
.notify-section{padding:20px 0 34px}.notify-card{display:grid;grid-template-columns:86px 1fr 1.55fr;align-items:center;gap:24px;border:1px solid #cae4d5;background:linear-gradient(90deg,#f4fbf7,#f8fcfa);border-radius:12px;padding:24px 32px}.notify-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:30px}.notify-copy h2{margin:0 0 4px;color:var(--navy);font-size:22px}.notify-copy p{margin:0;color:#5d6f85;font-size:13px}.notify-form{display:grid;grid-template-columns:1fr 140px;gap:10px}.notify-form input{height:48px;border:1px solid #cad6df;border-radius:6px;padding:0 15px;font-size:14px;outline:none}.notify-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(7,150,71,.08)}.notify-form button{height:48px;border:0;border-radius:6px;background:var(--green);color:#fff;font-weight:900;font-size:15px;cursor:pointer}.notify-form button:hover{background:var(--green-dark)}.notify-form small{grid-column:1/-1;color:#607188;font-size:11px}
.site-footer{background:linear-gradient(120deg,#06284d,#06213e);color:#fff;padding:30px 0 14px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr 1.15fr;gap:34px}.footer-brand img{width:210px;height:54px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.footer-brand p{color:#d7e2ed;font-size:13px;max-width:265px}.site-footer h3{font-size:14px;margin:8px 0 12px}.site-footer a{display:block;color:#dce6ef;font-size:13px;margin:8px 0}.site-footer a:hover{color:#5bd385}.socials a{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0b3761;font-weight:900}.privacy-card{align-self:center;border:1px solid rgba(255,255,255,.24);border-radius:8px;padding:16px;display:flex;gap:12px;align-items:center}.privacy-card .lock{font-size:26px}.privacy-card strong{font-size:13px}.privacy-card span{font-size:12px;color:#d9e5ef}.copyright{text-align:center;color:#b9c9d8;border-top:1px solid rgba(255,255,255,.12);padding-top:16px;margin-top:20px;font-size:12px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1050px){.desktop-nav{gap:18px}.hero-grid{grid-template-columns:42% 58%;min-height:540px}.hero h1{font-size:50px}.hero-copy p{font-size:15px}.feature-grid{grid-template-columns:repeat(4,1fr)}.trade-grid{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.privacy-card{grid-column:1/-1;max-width:320px}.notify-card{grid-template-columns:70px 1fr}.notify-form{grid-column:1/-1;margin-left:94px}}
@media(max-width:780px){.shell{width:min(100% - 28px,700px)}.header-inner{height:68px}.brand{width:180px}.brand img{width:180px;height:48px}.desktop-nav{display:none}.top-cta{margin-left:auto;font-size:12px;padding:10px 12px}.hero{padding-top:22px}.hero-grid{display:flex;flex-direction:column;min-height:0}.hero-copy{width:100%;padding:10px 0 20px;text-align:left}.hero h1{font-size:46px}.hero-copy p{max-width:none}.hero-actions{margin:25px 0}.hero-visual{order:2;margin:0;width:100%}.hero-visual img{max-height:none;width:100%;object-fit:contain}.feature-grid{grid-template-columns:repeat(2,1fr)}.trade-grid{grid-template-columns:repeat(2,1fr)}.notify-card{grid-template-columns:56px 1fr;padding:20px}.notify-icon{width:52px;height:52px;font-size:23px}.notify-form{grid-column:1/-1;margin-left:0;grid-template-columns:1fr}.notify-form button{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.privacy-card{grid-column:1/-1}.facebook-progress{font-size:13px}}
@media(max-width:480px){.shell{width:calc(100% - 22px)}.top-cta{display:none}.hero h1{font-size:40px}.hero-actions{display:grid}.primary-button,.secondary-button{width:100%}.feature-grid{grid-template-columns:1fr 1fr;gap:8px}.feature-card{min-height:164px;padding:16px 8px}.trade-grid{grid-template-columns:1fr 1fr}.notify-card{grid-template-columns:1fr;text-align:center}.notify-icon{margin:auto}.footer-grid{grid-template-columns:1fr}.site-footer h3{margin-top:18px}.facebook-progress{align-items:flex-start}.facebook-badge{flex:0 0 auto}}
