*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0D1F3C;--navy-dark: #081529;--navy-mid: #1A3256;--sky: #0EA5E9;--sky-dark: #0284C7;--sky-light: #E0F2FE;--amber: #F59E0B;--amber-dark: #D97706;--amber-bg: #FFFBEB;--white: #FFFFFF;--bg: #F8FAFC;--bg-2: #F1F5F9;--text: #0F172A;--text-2: #1E293B;--text-muted: #64748B;--text-light: #94A3B8;--border: #E2E8F0;--border-2: #CBD5E1;--green: #059669;--green-light: #ECFDF5;--red: #DC2626;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 8px 32px rgba(0,0,0,.07);--shadow-lg: 0 8px 24px rgba(0,0,0,.1), 0 16px 48px rgba(0,0,0,.09)}html{scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.65;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Poppins,sans-serif;line-height:1.2;color:var(--text)}h1{font-size:clamp(2.125rem,5vw,3.5rem);font-weight:700}h2{font-size:clamp(1.75rem,3.5vw,2.625rem);font-weight:700}h3{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600}p{color:var(--text-muted);line-height:1.75}a{text-decoration:none;color:var(--sky);transition:color .2s}a:hover{color:var(--sky-dark)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-pad{padding:5.5rem 0}@media (max-width: 768px){.section-pad{padding:3.75rem 0}}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:1rem}.eyebrow:before{content:"";display:block;width:22px;height:2px;background:var(--amber);border-radius:2px;flex-shrink:0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:600;transition:all .2s;border:2px solid transparent;text-decoration:none;white-space:nowrap;line-height:1.4}.btn-lg{padding:1.0625rem 2.25rem;font-size:1rem}.btn-primary{background:var(--sky);color:#fff;border-color:var(--sky)}.btn-primary:hover{background:var(--sky-dark);border-color:var(--sky-dark);color:#fff;transform:translateY(-1px);box-shadow:0 4px 14px #0ea5e959}.btn-secondary{background:transparent;color:var(--text-2);border-color:var(--border-2)}.btn-secondary:hover{border-color:var(--navy);color:var(--navy);background:var(--bg)}.btn-ghost{background:transparent;color:var(--sky);border:none;padding-left:0;padding-right:0}.btn-ghost:hover{color:var(--sky-dark)}.btn-white{background:#fff;color:var(--navy);border-color:#fff}.btn-white:hover{background:var(--bg);border-color:var(--bg);color:var(--navy);transform:translateY(-1px)}.btn-white-ghost{background:transparent;color:#fff;border-color:#ffffff73}.btn-white-ghost:hover{background:#ffffff14;border-color:#fffc;color:#fff}.fu{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.fu.vis{opacity:1;transform:translateY(0)}.fu-d1{transition-delay:.1s}.fu-d2{transition-delay:.2s}.fu-d3{transition-delay:.3s}@media (prefers-reduced-motion: reduce){.fu{opacity:1;transform:none;transition:none}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff5;backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s}.nav.scrolled{border-color:var(--border);box-shadow:0 1px 10px #00000012}.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:72px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:.625rem;text-decoration:none;flex-shrink:0}.logo-icon{width:34px;height:34px;background:var(--navy);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-text{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700;color:var(--navy)}.logo-text em{color:var(--amber);font-style:normal}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:var(--text-2);font-weight:500;font-size:.9375rem;transition:color .2s}.nav-links a:hover{color:var(--sky)}.nav-end{display:flex;align-items:center;gap:1rem;flex-shrink:0}.nav-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none}.nav-burger span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:all .3s}.mob-menu{display:none;position:fixed;inset:72px 0 0;background:#fff;z-index:99;padding:1.75rem 1.5rem;flex-direction:column;gap:0;border-top:1px solid var(--border)}.mob-menu.open{display:flex}.mob-menu a{font-size:1.0625rem;font-weight:500;color:var(--text-2);padding:1rem 0;border-bottom:1px solid var(--border);display:block}.mob-menu a:last-child{border-bottom:none}.mob-menu .btn{margin-top:1rem;text-align:center;justify-content:center}@media (max-width: 880px){.nav-links,.nav-end .btn{display:none}.nav-burger{display:flex}}#hero{padding-top:120px;padding-bottom:88px;background:var(--white);background-image:radial-gradient(var(--border) 1.2px,transparent 1.2px);background-size:28px 28px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem}.hero-h1{margin:.75rem 0 1.375rem}.hero-h1 .hl{position:relative;display:inline-block}.hero-h1 .hl:after{content:"";position:absolute;left:0;right:0;bottom:6px;height:5px;background:var(--amber);border-radius:3px;opacity:.65}.hero-sub{font-size:1.1rem;margin-bottom:2.25rem;max-width:520px}.hero-btns{display:flex;align-items:center;gap:1.125rem;flex-wrap:wrap;margin-bottom:2.25rem}.hero-proof{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.hero-proof-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted);font-weight:500}.hero-proof-item svg{color:var(--green);flex-shrink:0}.hero-visual{position:relative;padding:1.5rem}.audit-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2rem;box-shadow:var(--shadow-lg)}.audit-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem}.audit-head-title{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:700;color:var(--text-2)}.audit-badge{font-size:.6875rem;font-weight:700;color:var(--green);background:var(--green-light);padding:.25rem .625rem;border-radius:99px;letter-spacing:.05em;text-transform:uppercase}.audit-row{margin-bottom:1.125rem}.audit-row-hd{display:flex;justify-content:space-between;margin-bottom:.375rem}.audit-row-label{font-size:.8125rem;color:var(--text-2);font-weight:500}.audit-row-pct{font-size:.8125rem;color:var(--text-muted);font-weight:600}.progress-track{height:8px;background:var(--bg-2);border-radius:99px;overflow:hidden}.progress-fill{height:100%;border-radius:99px;background:var(--border-2)}.progress-fill.hot{background:linear-gradient(90deg,var(--amber),var(--sky))}.audit-divider{border:none;border-top:1px dashed var(--border-2);margin:1.5rem 0}.audit-result{display:flex;align-items:center;justify-content:space-between;gap:1rem}.audit-result-label{font-size:.8125rem;color:var(--text-muted)}.audit-result-value{font-family:Poppins,sans-serif;font-size:1.625rem;font-weight:800;color:var(--navy);white-space:nowrap}.audit-result-value em{color:var(--amber);font-style:normal}.audit-note{margin-top:1rem;font-size:.75rem;color:var(--text-light);text-align:center;padding:.625rem .875rem;background:var(--bg);border-radius:8px}.float-tag{position:absolute;background:#fff;border:1px solid var(--border);border-radius:10px;padding:.625rem .875rem;box-shadow:0 4px 16px #00000017;display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--text-2);white-space:nowrap}.float-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:blink 2s infinite}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.float-top{top:0;right:0}.float-bottom{bottom:0;left:0}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr;gap:3rem}.hero-visual{max-width:480px}}@media (max-width: 640px){#hero{padding-top:96px;padding-bottom:60px}.hero-visual{display:none}}#problem{background:var(--navy)}#problem .eyebrow,#problem .eyebrow:before{color:var(--amber);background:var(--amber)}#problem h2{color:#fff;max-width:660px;margin-bottom:3rem}.prob-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.prob-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s}.prob-card:hover{background:#ffffff17;border-color:#ffffff38;transform:translateY(-4px)}.prob-icon{width:48px;height:48px;background:#f59e0b26;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.prob-icon svg{color:var(--amber)}.prob-card h3{color:#fff;font-size:1.125rem;margin-bottom:.75rem}.prob-card p{color:#ffffff94;font-size:.9375rem}@media (max-width: 900px){.prob-grid{grid-template-columns:1fr;max-width:480px}}#guide{background:var(--bg)}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.guide-copy h2{margin-bottom:1.25rem}.guide-copy p{margin-bottom:1rem;font-size:1.0625rem}.trust-list{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.trust-item{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;font-weight:600;color:var(--text-2)}.trust-item svg{color:var(--green);flex-shrink:0}.industry-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:2.5rem;box-shadow:var(--shadow-sm)}.industry-card h4{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);margin-bottom:1.5rem}.ind-list{display:flex;flex-direction:column;gap:.75rem}.ind-item{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;transition:border-color .2s}.ind-item:hover{border-color:var(--amber)}.ind-dot{width:9px;height:9px;border-radius:50%;background:var(--amber);flex-shrink:0}.ind-name{font-size:.9375rem;font-weight:500;color:var(--text-2)}@media (max-width: 900px){.guide-grid{grid-template-columns:1fr;gap:2.5rem}}#plan{background:#fff}.plan-head{text-align:center;margin-bottom:3.5rem}.plan-head h2{max-width:580px;margin:0 auto}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3.5rem;position:relative}.steps:before{content:"";position:absolute;top:2.75rem;left:calc(33.33% + 1rem);right:calc(33.33% + 1rem);height:2px;background:linear-gradient(90deg,var(--border-2) 0%,var(--amber) 50%,var(--border-2) 100%);z-index:0}.step{position:relative;z-index:1}.step-num{font-family:Poppins,sans-serif;font-size:4.5rem;font-weight:800;color:var(--bg-2);line-height:1;margin-bottom:.25rem;user-select:none}.step-label{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:.875rem}.step p{font-size:.9375rem;line-height:1.72}.plan-cta{text-align:center}.plan-fine{margin-top:.875rem;font-size:.875rem;color:var(--text-light)}@media (max-width: 900px){.steps{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.steps:before{display:none}}#quick-win{background:var(--amber-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.qw-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:start}.qw-copy h2{margin-bottom:1rem}.qw-copy .hero-sub{font-size:1.0625rem;color:var(--text-2);margin-bottom:1.25rem;max-width:100%}.qw-copy .body{margin-bottom:1.5rem}.qw-list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.qw-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;font-weight:600;color:var(--text-2)}.qw-list li svg{color:var(--green);flex-shrink:0;margin-top:.2rem}.qw-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm);text-align:center}.qw-price{font-family:Poppins,sans-serif;font-size:2.75rem;font-weight:800;color:var(--navy);line-height:1}.qw-price-label{font-size:.875rem;color:var(--text-muted);margin:.25rem 0 1.5rem}.qw-credit{background:var(--sky-light);border:1px solid rgba(2,132,199,.2);color:var(--sky-dark);font-size:.8125rem;font-weight:600;border-radius:10px;padding:.875rem 1rem;margin-bottom:1.5rem;text-align:left;line-height:1.5}.qw-card .btn{width:100%;justify-content:center}.qw-micro{margin-top:.75rem;font-size:.8125rem;color:var(--text-light)}.qw-guarantee{margin-top:1.25rem;padding-top:1.25rem;border-top:1px dashed var(--border-2);font-size:.8125rem;color:var(--text-light)}@media (max-width: 900px){.qw-grid{grid-template-columns:1fr;gap:2.5rem}}#report{background:var(--bg)}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.report-copy h2{margin-bottom:1.25rem}.report-copy>p{font-size:1.0625rem;margin-bottom:2rem}.feat-list{display:flex;flex-direction:column;gap:1.125rem}.feat-item{display:flex;gap:.875rem;align-items:flex-start}.feat-icon{width:36px;height:36px;background:var(--sky-light);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}.feat-icon svg{color:var(--sky-dark)}.feat-body strong{display:block;font-size:.9375rem;font-weight:700;color:var(--text-2);margin-bottom:.125rem}.feat-body p{font-size:.875rem;margin:0}.report-aside{position:sticky;top:96px;display:flex;flex-direction:column;gap:1.5rem}.quote-card{background:var(--navy);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.quote-mark{position:absolute;top:1.25rem;left:2rem;font-family:Poppins,sans-serif;font-size:7rem;font-weight:800;line-height:.8;color:#f59e0b38;pointer-events:none}.quote-text{font-size:1.125rem;line-height:1.65;color:#ffffffe6;font-style:italic;position:relative;z-index:1;padding-top:2.25rem}.quote-attr{display:inline-block;margin-top:1.5rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--amber)}.price-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm);text-align:center}.price-amount{font-family:Poppins,sans-serif;font-size:2.75rem;font-weight:800;color:var(--navy);line-height:1}.price-label{font-size:.875rem;color:var(--text-muted);margin:.25rem 0 1.5rem}.price-card .btn{width:100%;justify-content:center}.price-includes{margin-top:.875rem;font-size:.8125rem;color:var(--text-light)}@media (max-width: 900px){.report-grid{grid-template-columns:1fr;gap:2.5rem}.report-aside{position:static}}#proof{background:#fff}#proof .section-hd h2{max-width:660px}.section-hd{margin-bottom:3rem}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.testi-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s;display:flex;flex-direction:column;gap:0}.testi-card:hover{border-color:var(--sky);box-shadow:0 4px 24px #0ea5e91a}.testi-stars{display:flex;gap:2px;margin-bottom:1rem}.testi-stars svg{color:var(--amber)}.testi-quote{font-size:.9375rem;line-height:1.75;color:var(--text-2);font-style:italic;margin-bottom:1.5rem;flex:1}.testi-who{display:flex;align-items:center;gap:.75rem}.testi-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--sky));display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;color:#fff;flex-shrink:0}.testi-role{font-size:.8125rem;color:var(--text-muted);line-height:1.45}.metric-bar{display:grid;grid-template-columns:repeat(3,1fr);background:var(--navy);border-radius:20px;overflow:hidden}.metric-cell{padding:2.5rem 2rem;text-align:center;border-right:1px solid rgba(255,255,255,.1)}.metric-cell:last-child{border-right:none}.metric-val{font-family:Poppins,sans-serif;font-size:2.75rem;font-weight:800;color:var(--amber);line-height:1;display:block;margin-bottom:.5rem}.metric-desc{font-size:.875rem;color:#fff9;font-weight:500}@media (max-width: 900px){.testi-grid{grid-template-columns:1fr;max-width:480px}.metric-bar{grid-template-columns:1fr}.metric-cell{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.metric-cell:last-child{border-bottom:none}}#faq{background:var(--bg)}#faq .section-hd h2{max-width:660px}.faq-wrap{max-width:780px;background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-btn{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem;background:none;border:none;cursor:pointer;font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:600;color:var(--text-2);transition:background .2s;line-height:1.4}.faq-btn:hover{background:var(--bg)}.faq-btn.open{color:var(--sky-dark);background:var(--bg)}.faq-icon{flex-shrink:0;color:var(--text-muted);transition:transform .3s}.faq-btn.open .faq-icon{transform:rotate(180deg);color:var(--sky-dark)}.faq-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-body.open{max-height:280px}.faq-body-inner{padding:0 1.75rem 1.5rem;font-size:.9375rem;line-height:1.72;color:var(--text-muted)}#stakes{background:var(--navy)}#stakes .eyebrow,#stakes .eyebrow:before{color:var(--amber);background:var(--amber)}#stakes h2{color:#fff;max-width:660px;margin-bottom:3rem}.stakes-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem}.stakes-col{border-radius:16px;padding:2rem}.stakes-without{background:#dc26261a;border:1px solid rgba(220,38,38,.2)}.stakes-with{background:#0596691a;border:1px solid rgba(5,150,105,.2)}.stakes-heading{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;margin-bottom:1.5rem}.stakes-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.stakes-li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#fffc;line-height:1.55}.stakes-li-icon{flex-shrink:0;margin-top:.1rem}.stakes-without .stakes-li-icon svg{color:#f87171}.stakes-with .stakes-li-icon svg{color:#34d399}@media (max-width: 768px){.stakes-grid{grid-template-columns:1fr}}#concierge{background:var(--navy-mid);border-top:1px solid rgba(255,255,255,.08)}#concierge .eyebrow,#concierge .eyebrow:before{color:var(--amber);background:var(--amber)}.concierge-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:start}.concierge-copy h2{color:#fff;margin-bottom:1rem}.concierge-copy .hero-sub{color:#ffffffd9;font-size:1.0625rem;margin-bottom:1.25rem;max-width:100%}.concierge-copy .body{color:#ffffffa6;margin-bottom:1.5rem}.concierge-list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.concierge-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;font-weight:600;color:#ffffffe6}.concierge-list li svg{color:var(--amber);flex-shrink:0;margin-top:.2rem}.concierge-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:2rem;text-align:center}.concierge-price{font-family:Poppins,sans-serif;font-size:1.625rem;font-weight:800;color:var(--amber);line-height:1.2}.concierge-price-label{font-size:.875rem;color:#fff9;margin:.625rem 0 1.5rem}.concierge-card .btn{width:100%;justify-content:center}@media (max-width: 900px){.concierge-grid{grid-template-columns:1fr;gap:2.5rem}}#cta{background:linear-gradient(160deg,#f8fafc,#eff6ff)}.cta-wrap{text-align:center;max-width:680px;margin:0 auto}.cta-wrap h2{margin-bottom:1.25rem}.cta-wrap>p{font-size:1.0625rem;line-height:1.75;margin-bottom:2.5rem}.cta-btns{display:flex;align-items:center;justify-content:center;gap:1.125rem;flex-wrap:wrap;margin-bottom:1.5rem}.cta-reassure{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;font-size:.875rem;color:var(--text-light)}.cta-reassure span{display:flex;align-items:center;gap:.375rem}.cta-reassure svg{color:var(--green)}footer{background:var(--navy-dark);padding:4rem 0 2.25rem;border-top:1px solid rgba(255,255,255,.06)}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding-bottom:3rem;margin-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-tagline{font-size:.9375rem;color:#ffffff73;max-width:280px;line-height:1.65;margin-top:1rem}.footer-nav-title{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff4d;margin-bottom:1.25rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{font-size:.9375rem;color:#ffffff8c;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-legal{font-size:.8125rem;color:#ffffff4d}.footer-legal a{color:#fff6;transition:color .2s}.footer-legal a:hover{color:#ffffffb3}footer .logo-text{color:#fff}@media (max-width: 640px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}
