@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
    --navy:#041429;
    --navy-2:#071d3d;
    --navy-3:#0b2a55;
    --blue:#087cff;
    --blue-light:#2ea5ff;
    --cyan:#22c8ff;
    --text:#07162f;
    --muted:#607086;
    --line:#dfe8f2;
    --surface:#f4f8fc;
    --white:#fff;
    --shadow:0 24px 70px rgba(5,31,68,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Manrope',sans-serif;color:var(--text);background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(1200px,calc(100% - 40px));margin:auto}
.header{position:fixed;z-index:100;top:0;left:0;width:100%;transition:.3s;border-bottom:1px solid rgba(255,255,255,.08)}
.header.scrolled{background:rgba(4,20,41,.94);backdrop-filter:blur(18px);box-shadow:0 10px 35px rgba(0,0,0,.15)}
.navbar{height:82px;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;gap:11px;color:#fff;min-width:max-content}
.brand-icon{width:49px;height:49px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#249cff,#006bed);font-size:29px;font-weight:800;box-shadow:0 12px 28px rgba(0,112,255,.28),inset 0 1px 0 rgba(255,255,255,.4)}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{font-size:24px;letter-spacing:-.6px}
.brand-text small{font-size:10px;letter-spacing:1.45px;color:#299aff;margin-top:5px;font-weight:800}
.nav-links{margin-left:auto;display:flex;align-items:center;gap:32px}
.nav-links a{color:#fff;font-size:14px;font-weight:650;opacity:.9;transition:.2s}
.nav-links a:hover{color:#53b3ff}
.btn{min-height:50px;padding:0 25px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:11px;border:1px solid transparent;font-weight:750;transition:.22s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{color:#fff;background:linear-gradient(135deg,#0b8bff,#0068e9);box-shadow:0 14px 30px rgba(0,111,255,.28)}
.btn-secondary{color:#fff;border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.03)}
.btn-nav{min-height:44px;padding:0 22px;color:#fff;background:#087cff}
.btn-outline-nav{background:transparent;border-color:rgba(255,255,255,.35)}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;padding:8px}
.menu-toggle span{display:block;width:26px;height:2px;margin:5px;background:#fff}

.hero{position:relative;min-height:760px;padding:145px 0 92px;overflow:hidden;background:radial-gradient(circle at 78% 38%,rgba(19,125,255,.32),transparent 30%),linear-gradient(120deg,#031125 0%,#061a38 52%,#0a2d5d 100%)}
.hero-grid-lines{position:absolute;inset:0;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:60px 60px;mask-image:linear-gradient(to bottom,black,transparent 85%)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(65px);opacity:.4}
.orb-one{width:420px;height:420px;background:#006cff;right:8%;top:12%}
.orb-two{width:250px;height:250px;background:#1dccff;left:-100px;bottom:-70px}
.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.18fr;align-items:center;gap:60px}
.pill{display:inline-flex;align-items:center;min-height:32px;padding:0 14px;border-radius:999px;background:rgba(20,133,255,.14);color:#39a7ff;font-size:11px;font-weight:800;letter-spacing:1px}
.pill-light{background:#eaf5ff;color:#087cff}
.pill-white{background:rgba(255,255,255,.14);color:#fff}
.hero-content{color:#fff}
.hero h1{font-size:58px;line-height:1.06;letter-spacing:-2.7px;margin:24px 0 20px;max-width:610px}
.hero h1 span{color:#168cff}
.hero-description{font-size:17px;line-height:1.72;color:#d5e1f0;margin:0;max-width:610px}
.hero-points{display:flex;flex-wrap:wrap;gap:18px 24px;margin:27px 0 32px;color:#f3f8ff;font-size:13px}
.hero-points span{display:flex;align-items:center;gap:8px}
.hero-points i,.support-list i{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#0c86ff;color:#fff;font-style:normal;font-size:12px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-meta{display:flex;align-items:center;gap:8px;margin-top:24px;color:#bdcada;font-size:13px}
.meta-icon{font-size:20px;color:#fff}
.hero-product{position:relative;min-height:500px}
.laptop-shell{position:absolute;right:0;top:34px;width:690px}
.laptop-camera{position:absolute;z-index:4;top:5px;left:50%;width:5px;height:5px;border-radius:50%;background:#222}
.laptop-screen{height:408px;display:flex;overflow:hidden;border:9px solid #101216;border-bottom-width:14px;border-radius:20px 20px 8px 8px;background:#f6f8fb;box-shadow:0 30px 80px rgba(0,0,0,.45)}
.laptop-base{width:109%;height:20px;margin-left:-4.5%;border-radius:2px 2px 24px 24px;background:linear-gradient(#aab1ba,#515861 50%,#272d34);box-shadow:0 15px 22px rgba(0,0,0,.3)}
.app-sidebar{width:145px;padding:18px 12px;background:#061731;color:#adbbcd;font-size:9px}
.app-brand{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:#fff}
.app-brand>span{width:28px;height:28px;border-radius:6px;display:grid;place-items:center;background:#087cff;font-size:17px;font-weight:800}
.app-brand strong,.app-brand small{display:block}.app-brand strong{font-size:11px}.app-brand small{font-size:5px;color:#2498ff;letter-spacing:.7px}
.app-sidebar nav{display:grid;gap:4px}
.app-sidebar a{display:flex;align-items:center;gap:9px;padding:10px 9px;border-radius:6px}
.app-sidebar a.active{background:#0b376c;color:#fff}
.app-content{flex:1;min-width:0}
.app-header{height:59px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;background:#fff;border-bottom:1px solid #e7ebf1}
.app-header small,.user-chip small{display:block;color:#7c899a;font-size:6px}.app-header h3{margin:2px 0 0;font-size:13px}
.user-chip{display:flex;align-items:center;gap:7px}.user-chip>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#092755;color:#fff;font-size:7px}.user-chip b{display:block;font-size:7px}
.pos-layout{height:calc(100% - 59px);display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:10px;padding:12px;background:#f6f8fb}
.search-box{height:29px;padding:7px 10px;border:1px solid #dfe6ef;border-radius:5px;background:#fff;color:#9aa7b7;font-size:8px}
.category-tabs{display:flex;gap:5px;margin:8px 0}.category-tabs span{padding:5px 8px;border-radius:999px;background:#e8edf3;font-size:6px}.category-tabs .active{background:#087cff;color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.product-grid article{padding:8px 6px;border:1px solid #e2e7ed;border-radius:5px;background:#fff;min-width:0}
.product-image{height:49px;border-radius:5px;display:grid;place-items:center;font-size:23px;margin-bottom:6px}
.product-image.red{background:#fff0f0}.product-image.orange{background:#fff5e6}.product-image.blue{background:#edf7ff}.product-image.green{background:#edfff4}.product-image.beige{background:#faf6ee}.product-image.cyan{background:#eafbff}.product-image.coral{background:#fff1ef}.product-image.yellow{background:#fffbe8}
.product-grid b,.product-grid small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:7px}.product-grid small{color:#68758a;margin-top:3px}
.cart-panel{padding:11px;border:1px solid #e1e7ee;border-radius:6px;background:#fff;font-size:7px}
.cart-title{display:flex;align-items:center;justify-content:space-between}.cart-title h4{font-size:10px;margin:0}.cart-title span{color:#7c8998}
.cart-line{display:flex;justify-content:space-between;gap:8px;padding:11px 0;border-bottom:1px solid #edf0f4}.cart-line b,.cart-line small{display:block}.cart-line small{margin-top:3px;color:#7f8b9c}
.cart-summary{display:grid;gap:7px;margin-top:42px;padding-top:10px;border-top:1px solid #e8ecf1}.cart-summary span{display:flex;justify-content:space-between;color:#657185}
.cart-total{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:10px}
.cart-panel button{width:100%;margin-top:14px;padding:10px;border:0;border-radius:5px;background:#16b960;color:#fff;font-size:8px;font-weight:700}
.phone-shell{position:absolute;left:-15px;bottom:5px;z-index:5;width:132px;height:252px;padding:17px 8px 10px;border:7px solid #111;border-radius:24px;background:#f8fafc;box-shadow:0 24px 40px rgba(0,0,0,.4);font-size:6px}
.phone-notch{position:absolute;top:4px;left:40px;width:40px;height:7px;border-radius:0 0 6px 6px;background:#111}
.phone-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.mobile-stats{display:grid;grid-template-columns:1fr 1fr;gap:5px}.mobile-stats div,.mobile-list,.mobile-chart{padding:7px 5px;border:1px solid #e4e9f0;border-radius:5px;background:#fff}.mobile-stats small,.mobile-stats strong{display:block}.mobile-stats strong{font-size:8px;margin-top:3px}
.mobile-list{display:grid;gap:6px;margin-top:8px}.mobile-list>small{font-weight:800}.mobile-list span{display:flex;justify-content:space-between}
.mobile-chart{height:58px;display:flex;align-items:flex-end;gap:3px;margin-top:8px}.mobile-chart i{flex:1;border-radius:2px;background:linear-gradient(#2ca6ff,#0a73ec)}
.floating-badge{position:absolute;z-index:8;display:flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:rgba(7,29,61,.74);backdrop-filter:blur(14px);color:#fff;box-shadow:0 20px 35px rgba(0,0,0,.22)}
.floating-badge small,.floating-badge strong{display:block}.floating-badge small{font-size:8px;color:#aebfd3}.floating-badge strong{font-size:10px;margin-top:2px}
.badge-icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#0b84ff}
.badge-sales{right:10px;top:0}.badge-support{right:5px;bottom:0}
.online-dot{width:10px;height:10px;border-radius:50%;background:#1ed978;box-shadow:0 0 0 5px rgba(30,217,120,.13)}

.trust-strip{border-bottom:1px solid #e5ebf2;background:#fff}
.trust-items{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0}
.trust-items div{display:flex;flex-direction:column;align-items:center;text-align:center;border-right:1px solid #e5ebf2}.trust-items div:last-child{border-right:0}.trust-items strong{font-size:21px}.trust-items span{color:#708096;font-size:12px;margin-top:4px}

.section{padding:100px 0}
.section-head{text-align:center;max-width:780px;margin:0 auto 48px}
.section-head.left{text-align:left;margin-left:0}
.section-head h2,.mercado-content h2,.support-copy h2,.cta-card h2{font-size:42px;line-height:1.14;letter-spacing:-1.65px;margin:17px 0 12px}
.section-head p,.mercado-content p,.support-copy p,.cta-card p{color:var(--muted);font-size:16px;line-height:1.7;margin:0}
.solution{background:linear-gradient(#fff,#f5f8fc)}
.solution-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:20px}
.solution-card{position:relative;min-height:280px;padding:31px;border:1px solid #e1e9f2;border-radius:18px;background:#fff;box-shadow:0 15px 42px rgba(8,36,72,.07);overflow:hidden}
.main-card{grid-row:span 2;min-height:580px;background:linear-gradient(145deg,#071c3a,#0a3267);color:#fff}
.wide-card{grid-column:2/4;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px}
.card-number{position:absolute;right:22px;top:18px;color:#dbe4ef;font-size:42px;font-weight:800}.main-card .card-number{color:rgba(255,255,255,.08)}
.solution-icon{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:#e9f4ff;color:#087cff;font-size:24px}.solution-icon.purple{background:#f2ebff;color:#7744df}.solution-icon.green-icon{background:#e9fff3;color:#14ad5d}.solution-icon.orange-icon{background:#fff2e5;color:#ff8a13}
.solution-card h3{font-size:22px;margin:24px 0 10px}.solution-card p{color:#67758a;line-height:1.7;margin:0}.main-card p{color:#c8d7e9}
.mini-ui{position:absolute;left:31px;right:31px;bottom:31px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.06)}.mini-ui>span{display:inline-block;width:52px;height:8px;margin-right:6px;border-radius:20px;background:rgba(255,255,255,.15)}.mini-ui>span:first-child{background:#148bff}.mini-ui-row{display:flex;gap:10px;margin-top:12px}.mini-ui-row i{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.1)}.mini-ui-row b{flex:1;height:36px;border-radius:8px;background:rgba(255,255,255,.07)}
.interface-preview{position:relative;height:180px;border:1px solid #dfe7f0;border-radius:12px;background:#f7f9fc;overflow:hidden}.preview-top{position:absolute;left:0;right:0;top:0;height:25px;background:#fff;border-bottom:1px solid #e3e8ef}.preview-side{position:absolute;left:0;top:25px;bottom:0;width:42px;background:#071c3b}.preview-block{position:absolute;left:58px;height:45px;border-radius:7px;background:#fff;border:1px solid #e4e9ef}.preview-block.one{right:15px;top:42px}.preview-block.two{width:42%;top:102px}.preview-block.three{right:15px;width:42%;top:102px}

.audience{background:#fff}
.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.business-card{overflow:hidden;border:1px solid #e0e8f1;border-radius:18px;background:#fff;box-shadow:0 15px 42px rgba(9,37,75,.08);transition:.25s}.business-card:hover{transform:translateY(-6px)}
.business-image{height:210px;display:grid;place-items:center;font-size:76px}.business-image.shop{background:linear-gradient(145deg,#e9f4ff,#d6ebff)}.business-image.produce{background:linear-gradient(145deg,#efffee,#dff7dc)}.business-image.retail{background:linear-gradient(145deg,#fff6e9,#ffe7c4)}
.business-copy{padding:28px}.business-copy small{font-size:10px;letter-spacing:1px;color:#087cff;font-weight:800}.business-copy h3{font-size:22px;margin:10px 0}.business-copy p{color:#66758a;line-height:1.68;margin:0}

.mercado-pago{background:#f4f8fc}
.mercado-card{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding:64px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#08a8e7,#0077d8);box-shadow:0 28px 65px rgba(0,119,216,.25)}
.mercado-card:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-140px;bottom:-210px;border:90px solid rgba(255,255,255,.07)}
.mercado-content{position:relative;z-index:2;color:#fff}.mercado-content p{color:#e7f7ff}.mercado-content ul{list-style:none;padding:0;margin:25px 0}.mercado-content li{display:flex;gap:10px;margin:13px 0}.mercado-content li span{font-weight:800}.btn-white{background:#fff;color:#047cc4;box-shadow:0 15px 30px rgba(0,55,104,.18)}
.payment-scene{position:relative;min-height:390px}.payment-glow{position:absolute;inset:60px 20px 10px;border-radius:50%;background:rgba(255,255,255,.2);filter:blur(30px)}
.mp-card{position:absolute;z-index:2;left:5px;top:55px;width:220px;padding:24px;border-radius:18px;background:#fff;color:#008bcf;box-shadow:0 25px 55px rgba(0,68,119,.28);transform:rotate(-6deg)}.mp-symbol{font-size:42px}.mp-card strong,.mp-card small{display:block}.mp-card strong{font-size:23px;margin-top:8px}.mp-card small{color:#6f8293;margin-top:5px}
.pos-device{position:absolute;z-index:4;right:35px;top:0;width:190px;padding:16px 14px 12px;border-radius:27px;background:#e9eef3;box-shadow:0 28px 60px rgba(0,69,120,.35);transform:rotate(5deg)}.pos-device-head{width:46px;height:5px;margin:0 auto 12px;border-radius:10px;background:#8f9aa6}.pos-display{height:150px;padding:20px 14px;border-radius:15px;background:#fff;text-align:center}.pos-display small,.pos-display strong,.pos-display span{display:block}.pos-display strong{font-size:27px;margin:12px 0}.pos-display span{font-size:10px;color:#6e7d8e}.pos-display i{display:grid;place-items:center;width:34px;height:34px;margin:14px auto 0;border-radius:50%;background:#e8f8ff;color:#08a8e7;font-style:normal}
.pos-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:15px 10px}.pos-keypad b{height:10px;border-radius:6px;background:#bcc6d0}.pos-brand{text-align:center;color:#078fd0;font-size:10px;font-weight:800}
.payment-status{position:absolute;z-index:6;right:0;bottom:25px;display:flex;align-items:center;gap:10px;padding:14px 17px;border-radius:13px;background:#fff;box-shadow:0 20px 40px rgba(0,70,120,.25)}.payment-status>span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#18c86d;color:#fff}.payment-status small,.payment-status strong{display:block}.payment-status small{color:#7b8998;font-size:9px}.payment-status strong{font-size:11px;margin-top:2px}

.support-section{background:#fff}
.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.support-visual{min-height:430px;display:grid;place-items:center;border-radius:24px;background:radial-gradient(circle at 30% 20%,rgba(35,155,255,.2),transparent 35%),linear-gradient(145deg,#071a36,#0b3264)}
.support-panel{width:min(390px,85%);padding:23px;border-radius:17px;background:#fff;box-shadow:0 28px 60px rgba(0,0,0,.25)}.support-header{display:flex;align-items:center;gap:10px;padding-bottom:16px;border-bottom:1px solid #e6ebf1;font-weight:800}.message{max-width:82%;margin-top:17px;padding:12px 14px;border-radius:13px;font-size:12px;line-height:1.5}.incoming{background:#eef4fa}.outgoing{margin-left:auto;background:#087cff;color:#fff}.typing{display:flex;gap:4px;width:max-content;margin-top:14px;padding:10px 13px;border-radius:12px;background:#eef4fa}.typing i{width:5px;height:5px;border-radius:50%;background:#8290a0}
.support-list{display:grid;gap:14px;margin-top:28px}.support-list span{display:flex;align-items:center;gap:10px;font-weight:650}

.cta-section{padding:0 0 100px;background:#fff}
.cta-card{display:flex;align-items:center;justify-content:space-between;gap:55px;padding:58px;border-radius:22px;background:radial-gradient(circle at 85% 30%,rgba(20,124,255,.23),transparent 30%),linear-gradient(135deg,#04152d,#082b5c);color:#fff;box-shadow:0 25px 65px rgba(5,32,70,.22)}
.cta-card>div:first-child{max-width:670px}.cta-card p{color:#cbd8e7}.cta-actions{display:flex;flex-direction:column;gap:12px;min-width:285px}

.footer{padding:65px 0 24px;background:#020e20;color:#aebdce}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .7fr .7fr;gap:60px}.footer-brand p{max-width:390px;line-height:1.7}.footer h4{margin:4px 0 17px;color:#fff}.footer>div div>a:not(.brand),.footer>div div>span{display:block;margin:10px 0;font-size:14px}.footer a:hover{color:#43aaff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:12px}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.15s}

@media(max-width:1100px){
    .nav-links{gap:19px}.hero h1{font-size:49px}.hero-layout{grid-template-columns:1fr}.hero-content{max-width:720px}.hero-product{min-height:540px;max-width:800px;width:100%;margin:auto}.laptop-shell{width:720px}
    .solution-grid{grid-template-columns:1fr 1fr}.main-card{grid-row:auto}.wide-card{grid-column:1/-1}
}
@media(max-width:850px){
    .menu-toggle{display:block}.btn-nav{display:none}.nav-links{display:none;position:absolute;top:82px;left:20px;right:20px;padding:14px;flex-direction:column;align-items:stretch;gap:0;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#06152d;box-shadow:0 25px 55px rgba(0,0,0,.3)}.nav-links.open{display:flex}.nav-links a{padding:13px}
    .trust-items{grid-template-columns:1fr 1fr;gap:25px}.trust-items div:nth-child(2){border-right:0}
    .business-grid{grid-template-columns:1fr}.mercado-card,.support-grid{grid-template-columns:1fr}.payment-scene{min-height:430px}
    .cta-card{align-items:flex-start;flex-direction:column}.cta-actions{width:100%;min-width:0}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media(max-width:650px){
    .container{width:min(100% - 28px,1200px)}.hero{padding-top:120px}.hero h1{font-size:40px;letter-spacing:-1.7px}.hero-description{font-size:15px}.hero-points{display:grid}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}
    .hero-product{min-height:330px}.laptop-shell{width:100%;top:35px}.laptop-screen{height:270px;border-width:6px;border-bottom-width:10px}.app-sidebar{width:82px;padding:10px 6px}.app-sidebar a{font-size:0;padding:7px}.app-sidebar a b{font-size:9px}.app-brand div{display:none}.app-header{height:40px}.pos-layout{height:calc(100% - 40px);grid-template-columns:1fr 105px;padding:6px;gap:5px}.product-grid{gap:4px}.product-grid article{padding:4px}.product-image{height:31px;font-size:15px}.cart-panel{padding:6px}.cart-summary{margin-top:16px}.phone-shell{width:87px;height:170px;left:-4px;border-width:5px;border-radius:17px;padding:12px 5px 6px}.phone-notch{left:25px;width:28px}.mobile-chart{height:32px}.floating-badge{display:none}
    .section{padding:75px 0}.section-head h2,.mercado-content h2,.support-copy h2,.cta-card h2{font-size:32px}.solution-grid{grid-template-columns:1fr}.main-card{min-height:480px}.wide-card{grid-column:auto;grid-template-columns:1fr}.mercado-card{padding:34px 22px}.payment-scene{min-height:350px}.mp-card{width:165px;padding:17px}.pos-device{width:145px;right:5px}.pos-display{height:112px;padding:12px}.payment-status{right:0;bottom:10px}.support-grid{gap:45px}.support-visual{min-height:350px}.cta-card{padding:38px 24px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}
}
