.landing-header{border-bottom:1px solid hsl(var(--border-light));-webkit-backdrop-filter:blur(12px);z-index:100;background:#0f172aa6;padding:1.5rem 0;position:sticky;top:0}.landing-header-container{justify-content:space-between;align-items:center;display:flex}.landing-logo{font-size:1.4rem;font-weight:800;font-family:var(--font-title);align-items:center;gap:.5rem;display:flex}.landing-logo-gradient{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--secondary)) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-logo-sub{color:hsl(var(--text-secondary));font-size:1.1rem;font-weight:400}.landing-nav{align-items:center;gap:1.5rem;display:flex}.landing-nav-link{color:hsl(var(--text-secondary));font-size:.95rem;font-weight:500;transition:color .2s}.landing-nav-link:hover{color:hsl(var(--text-primary))}.landing-dropdown{display:inline-block;position:relative}.landing-dropdown-trigger{cursor:pointer;align-items:center;gap:.25rem;display:flex}.landing-dropdown-menu{background:hsl(var(--bg-surface-elevated));border:1px solid var(--border-light);opacity:0;visibility:hidden;z-index:1000;border-radius:.75rem;min-width:240px;padding:.5rem 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 30px #00000080}.landing-dropdown:hover .landing-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.landing-dropdown-item{color:hsl(var(--text-secondary));transition:all .15 ease;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;display:block}.landing-dropdown-item:hover{color:hsl(var(--primary));background:#ffffff0d}.landing-login-btn{margin-left:1rem}.landing-hero-section{padding:7rem 0 5rem}.landing-hero-container{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.landing-hero-content{flex-direction:column;gap:1.5rem;display:flex}.landing-badge-promo{border:1px solid hsl(var(--border-light));color:hsl(var(--text-secondary));background:#ffffff08;border-radius:9999px;align-self:flex-start;align-items:center;gap:.75rem;padding:.4rem .8rem;font-size:.85rem;display:inline-flex}.landing-hero-title{font-size:3.2rem;line-height:1.15;font-family:var(--font-title);font-weight:800}.landing-hero-title-gradient{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--secondary)) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-hero-desc{color:hsl(var(--text-secondary));max-width:580px;font-size:1.1rem;line-height:1.7}.landing-hero-actions{gap:1rem;margin-top:1rem;display:flex}.landing-hero-btn-main{padding:.85rem 2rem}.landing-hero-playstore-btn{align-items:center;margin-top:-6px;transition:opacity .2s,transform .2s;display:inline-flex}.landing-hero-playstore-btn:hover{opacity:.9;transform:translateY(-1px)}.landing-hero-playstore-btn img{width:auto;height:52px}.landing-hero-visual{justify-content:center;display:flex}.landing-demo-card{border:1px solid var(--glass-border);width:100%;max-width:360px;box-shadow:var(--shadow-lg);background:#0f172ad9;border-radius:1rem;padding:1.5rem}.landing-demo-header{border-bottom:1px solid hsl(var(--border-light));align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.landing-demo-dots{gap:.4rem;display:flex}.landing-dot{border-radius:50%;width:8px;height:8px;display:block}.landing-demo-title{color:hsl(var(--text-muted));font-size:.85rem;font-weight:600}.landing-demo-body{flex-direction:column;gap:.9rem;display:flex}.landing-demo-row{justify-content:space-between;font-size:.85rem;display:flex}.landing-demo-label{color:hsl(var(--text-muted))}.landing-demo-val{color:hsl(var(--text-primary));font-weight:500}.landing-demo-status-container{border-top:1px solid hsl(var(--border-light));flex-direction:column;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:1rem;display:flex}.landing-demo-ref-no{color:hsl(var(--text-muted));font-size:.75rem}.landing-section{padding:6rem 0}.landing-section-alt{border-top:1px solid hsl(var(--border-light));border-bottom:1px solid hsl(var(--border-light));background:#ffffff03;padding:6rem 0}.landing-section-header{text-align:center;flex-direction:column;gap:.75rem;max-width:600px;margin:0 auto;display:flex}.landing-section-title{font-size:2.2rem;font-family:var(--font-title);font-weight:700}.landing-section-desc{color:hsl(var(--text-secondary));font-size:.95rem}.landing-feat-title{font-size:1.2rem;font-family:var(--font-title);margin-bottom:.75rem;font-weight:600}.landing-feat-desc{color:hsl(var(--text-secondary));font-size:.9rem;line-height:1.6}.landing-key-banner{background:linear-gradient(135deg,#6366f11f 0%,#a855f714 100%);border:1px solid #6366f14d;border-radius:1rem;align-items:center;gap:1.5rem;margin-top:3rem;padding:1.75rem 2rem;display:flex}.landing-key-banner-icon{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--secondary)) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-size:2.8rem;font-weight:800;line-height:1}.landing-key-banner-title{font-size:1.3rem;font-weight:700;font-family:var(--font-title);margin-bottom:.35rem}.landing-key-banner-desc{color:hsl(var(--text-secondary));font-size:.95rem;line-height:1.6}.landing-table-wrapper{border:1px solid hsl(var(--border-light));background:var(--glass-bg);border-radius:.75rem;margin-top:2.5rem;overflow-x:auto}.landing-table{border-collapse:collapse;width:100%;font-size:.9rem}.landing-th{text-align:left;border-bottom:1px solid hsl(var(--border-light));letter-spacing:.02em;color:hsl(var(--text-muted));padding:1rem 1.25rem;font-size:.85rem;font-weight:600}.landing-th-highlight{border-bottom:2px solid hsl(var(--primary));background:#6366f114}.landing-th-brand{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--secondary)) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:800}.landing-th-other{color:hsl(var(--text-muted));font-weight:600}.landing-tr-even{background:#ffffff05}.landing-td-label{color:hsl(var(--text-primary));border-bottom:1px solid hsl(var(--border-light));white-space:nowrap;padding:.85rem 1.25rem;font-weight:600}.landing-td-us{color:hsl(var(--success));border-bottom:1px solid hsl(var(--border-light));background:#6366f10a;padding:.85rem 1.25rem;font-weight:500}.landing-td-them{color:hsl(var(--text-muted));border-bottom:1px solid hsl(var(--border-light));padding:.85rem 1.25rem}.landing-pricing-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:1.5rem;width:100%;margin-top:3rem;display:grid}.landing-pricing-card{text-align:center;flex-direction:column;align-items:center;padding:2.5rem 1.25rem;display:flex;position:relative}.landing-pricing-popular{transform:scale(1.03);border-color:hsl(var(--primary))!important;box-shadow:0 10px 25px -5px #8b5cf633!important}.landing-pop-badge{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--secondary)) 100%);color:#fff;letter-spacing:.05em;z-index:10;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px}.landing-price-name{color:#fff;font-size:1.2rem;font-weight:700;font-family:var(--font-title);margin-bottom:.5rem}.landing-price-val{color:#fff;font-size:2.3rem;font-weight:800;line-height:1;font-family:var(--font-title)}.landing-credit-count{color:hsl(var(--primary));margin-top:.5rem;font-size:1rem;font-weight:600}.landing-unit-price{color:hsl(var(--text-muted));margin-bottom:1rem;font-size:.8rem}.landing-price-limits{border:1px solid hsl(var(--border-light));background:#ffffff08;border-radius:.5rem;flex-direction:column;gap:.25rem;width:100%;margin-bottom:1.5rem;padding:.5rem 1rem;display:flex}.landing-limit-main{color:hsl(var(--success));font-size:.95rem;font-weight:700}.landing-limit-sub{color:hsl(var(--text-muted));font-size:.8rem}.landing-price-features{color:hsl(var(--text-secondary));text-align:left;flex-direction:column;flex-grow:1;gap:.75rem;width:100%;margin-bottom:2rem;padding-left:.5rem;font-size:.85rem;list-style:none;display:flex}.landing-price-btn{width:100%}.landing-calculator-container{border:1px solid hsl(var(--border-light));text-align:center;background:#ffffff08;border-radius:1rem;width:100%;max-width:600px;margin-top:3rem;padding:2rem}.landing-calc-title{font-size:1.3rem;font-weight:700;font-family:var(--font-title);margin-bottom:.5rem}.landing-calc-desc{color:hsl(var(--text-secondary));margin-bottom:1.5rem;font-size:.9rem}.landing-calc-input-row{justify-content:center;align-items:center;gap:.75rem;display:flex}.landing-calc-input{border:1px solid hsl(var(--border-light));color:#fff;text-align:center;background:#0000004d;border-radius:.5rem;outline:none;width:140px;padding:.7rem 1rem;font-size:1.1rem;font-weight:600;transition:border-color .2s}.landing-calc-input:focus{border-color:hsl(var(--primary))}.landing-calc-input-label{color:hsl(var(--text-muted));font-size:.9rem}.landing-calc-results{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}.landing-calc-result-item{border:1px solid hsl(var(--border-light));border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.landing-calc-result-recommended{border:1px solid hsl(var(--primary));box-shadow:0 0 12px var(--primary-glow);background:#6366f11a}.landing-calc-result-name{align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.landing-calc-recommend-badge{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--secondary)) 100%);color:#fff;letter-spacing:.05em;border-radius:9999px;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.landing-calc-result-detail{color:hsl(var(--text-secondary));font-size:.85rem}.landing-footer{border-top:1px solid hsl(var(--border-light));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a99;margin-top:5rem;padding:4rem 0 2rem}.landing-footer-container{flex-direction:column;gap:2.5rem;width:100%;display:flex}.landing-footer-grid{grid-template-columns:1.4fr 1fr 1.2fr 1.3fr;gap:2.5rem;width:100%;display:grid}.landing-footer-col{flex-direction:column;gap:1rem;display:flex}.landing-footer-logo{align-items:center;gap:.5rem;font-size:1.3rem;font-weight:800;display:flex}.landing-footer-about{color:hsl(var(--text-secondary));font-size:.875rem;line-height:1.6}.landing-footer-app-btn{margin-top:.25rem}.landing-footer-col-title{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700;font-family:var(--font-title);margin-bottom:.25rem}.landing-footer-col-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.landing-footer-col-list li a{color:hsl(var(--text-muted));font-size:.875rem;transition:color .2s,transform .2s;display:inline-block}.landing-footer-col-list li a:hover{color:hsl(var(--primary));transform:translate(3px)}.landing-footer-disclaimer{border:1px solid hsl(var(--border-light));color:hsl(var(--text-muted));background:#ffffff05;border-radius:.75rem;padding:1.25rem 1.5rem;font-size:.775rem;line-height:1.6}.landing-footer-disclaimer strong{color:hsl(var(--text-secondary))}.landing-footer-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.landing-footer-left{text-align:left;flex-direction:column;gap:.75rem;max-width:500px;display:flex}.landing-copy{color:hsl(var(--text-muted));font-size:.85rem;line-height:1.5}.landing-secure-payment-info{color:hsl(var(--text-muted));border:1px solid hsl(var(--border-light));background:#ffffff05;border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;font-size:.8rem;line-height:1.5;display:flex}.landing-footer-right{flex-direction:column;align-items:flex-end;gap:1.5rem;display:flex}.landing-footer-links-group{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.landing-footer-links-title{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700;font-family:var(--font-title)}.landing-footer-links{flex-wrap:wrap;gap:1.5rem;display:flex}.landing-footer-link{color:hsl(var(--text-muted));font-size:.85rem;transition:color .2s}.landing-footer-link:hover{color:hsl(var(--text-primary))}.landing-payment-badges{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.landing-payment-badge-container{background:#fff;border:1px solid #00000014;border-radius:.5rem;justify-content:center;align-items:center;height:32px;padding:.4rem .8rem;display:flex;box-shadow:0 1px 3px #00000026}.landing-ssl-badge-container{background:#22c55e14;border:1px solid #22c55e33;border-radius:.5rem;justify-content:center;align-items:center;height:32px;padding:.4rem .8rem;display:flex}.landing-mobile-menu-btn{border:1px solid hsl(var(--border-light));color:#fff;cursor:pointer;background:0 0;border-radius:.5rem;padding:.5rem;display:none}.landing-mobile-menu-drawer{background:hsl(var(--bg-surface));border-left:1px solid hsl(var(--border-light));width:280px;box-shadow:var(--shadow-lg);z-index:1000;flex-direction:column;gap:2rem;padding:2rem 1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.landing-mobile-menu-drawer.open{transform:translate(0)}.landing-mobile-menu-header{justify-content:space-between;align-items:center;display:flex}.landing-mobile-menu-close{color:hsl(var(--text-secondary));cursor:pointer;background:0 0;border:none;font-size:1.5rem}.landing-mobile-menu-links{flex-direction:column;gap:1.25rem;display:flex}.landing-mobile-menu-link{color:hsl(var(--text-secondary));border-bottom:1px solid #ffffff08;padding-bottom:.5rem;font-size:1.1rem;font-weight:500}.landing-mobile-menu-actions{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.landing-mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;background:#0009;transition:opacity .3s;position:fixed;inset:0}.landing-mobile-menu-overlay.open{opacity:1;pointer-events:auto}@media (max-width:1200px){.landing-pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin-left:auto;margin-right:auto}.landing-pricing-card,.landing-pricing-popular{transform:none!important}}@media (max-width:992px){.landing-hero-section{padding:5rem 0 4rem}.landing-hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.landing-hero-content{align-items:center}.landing-badge-promo{align-self:center}.landing-hero-desc{margin:0 auto}.landing-hero-actions{justify-content:center}.landing-hero-title{font-size:2.6rem}}@media (max-width:768px){.landing-nav{display:none}.landing-mobile-menu-btn{display:block}.landing-hero-title{font-size:2.2rem}.landing-section,.landing-section-alt{padding:4rem 0}.landing-section-title{font-size:1.8rem}.landing-key-banner{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.landing-key-banner-icon{font-size:2.5rem}.landing-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.landing-footer-container{gap:2rem}.landing-footer-left{text-align:center;align-items:center}.landing-footer-right{align-items:center;width:100%}.landing-footer-links-group{align-items:center}.landing-footer-links{justify-content:center;gap:1rem}.landing-secure-payment-info{text-align:center;flex-direction:column;align-items:center;gap:.5rem}}@media (max-width:576px){.landing-footer-grid{grid-template-columns:1fr;gap:2rem}.landing-footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:480px){.landing-hero-title{font-size:1.85rem}.landing-hero-actions{flex-direction:column;gap:.75rem;width:100%}.landing-hero-actions .btn{width:100%}.landing-pricing-grid{grid-template-columns:1fr;max-width:360px}.landing-calc-input-row{flex-direction:column;gap:.5rem}.landing-calc-input{width:100%;max-width:200px}.landing-payment-badges{flex-wrap:wrap;justify-content:center;gap:.5rem}}.landing-contact-section{position:relative;overflow:hidden}.landing-contact-card{border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);background:#0f172abf;border-radius:1rem;padding:3rem 2rem}.landing-contact-form{flex-direction:column;gap:.5rem;display:flex}.landing-contact-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.landing-contact-success-icon{border:2px solid hsl(var(--success));width:64px;height:64px;color:hsl(var(--success));background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:flex}.landing-contact-error-alert{border:1px solid hsl(var(--error));color:hsl(var(--error));text-align:center;background:#ef44441a;border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}@media (max-width:768px){.landing-contact-card{padding:2rem 1.25rem}}.landing-uetds-section{position:relative;overflow:hidden}.landing-uetds-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:3.5rem;margin-top:3.5rem;display:grid}.landing-ip-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#0f172acc 0%,#1e293b99 100%);border:1px solid #6366f133;border-radius:1.25rem;flex-direction:column;gap:1.5rem;padding:2.25rem 2rem;display:flex;position:relative;box-shadow:0 20px 40px -15px #00000080}.landing-ip-card:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#6366f126 0%,#0000 70%);width:150px;height:150px;position:absolute;top:-10%;right:-10%}.landing-ip-title{color:#fff;font-size:1.1rem;font-weight:700;font-family:var(--font-title);letter-spacing:.02em}.landing-ip-value-container{border:1px solid hsl(var(--border-light));background:#0000004d;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:border-color .2s;display:flex}.landing-ip-value-container:hover{border-color:#6366f180}.landing-ip-value{color:hsl(var(--primary));letter-spacing:.05em;font-family:Courier New,Courier,monospace;font-size:1.4rem;font-weight:700}.landing-ip-copy-btn{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--secondary)) 100%);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #6366f14d}.landing-ip-copy-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f173}.landing-ip-copy-btn:active{transform:translateY(0)}.landing-ip-copy-success-text{color:hsl(var(--success));align-items:center;gap:.35rem;min-height:20px;font-size:.8rem;font-weight:600;display:flex}.landing-ip-card-note{color:hsl(var(--text-secondary));font-size:.85rem;line-height:1.6}.landing-stepper{flex-direction:column;gap:1.75rem;display:flex}.landing-step-item{border-radius:.75rem;align-items:flex-start;gap:1.25rem;padding:1rem;transition:background-color .2s;display:flex}.landing-step-item:hover{background:#ffffff05}.landing-step-badge{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--secondary)) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:700;display:flex;box-shadow:0 4px 10px #6366f140}.landing-step-content{flex-direction:column;gap:.35rem;display:flex}.landing-step-title{color:#fff;font-size:1.05rem;font-weight:700;font-family:var(--font-title)}.landing-step-desc{color:hsl(var(--text-secondary));font-size:.9rem;line-height:1.5}.landing-uetds-cta{justify-content:flex-start;margin-top:1.5rem;padding-left:1rem;display:flex}[data-theme=light] .landing-ip-card{border-color:hsl(var(--border-light));background:#fff;box-shadow:0 20px 40px -15px #0000000d}[data-theme=light] .landing-ip-title{color:hsl(var(--text-primary))}[data-theme=light] .landing-ip-value-container{background:#00000005}[data-theme=light] .landing-step-title{color:hsl(var(--text-primary))}[data-theme=light] .landing-step-item:hover{background:#00000003}@media (max-width:992px){.landing-uetds-container{grid-template-columns:1fr;gap:3rem}.landing-ip-card{width:100%;max-width:500px;margin:0 auto}.landing-stepper{width:100%;max-width:600px;margin:0 auto}}.landing-promo-section{padding:4rem 0;position:relative;overflow:hidden}.landing-promo-card{-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#10b98114 0%,#05966908 100%);border:1px solid #10b98140;border-radius:1.25rem;grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;padding:3rem;display:grid;position:relative;box-shadow:0 20px 40px -15px #10b9811a}.landing-promo-card:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#10b9811f 0%,#0000 70%);width:250px;height:250px;position:absolute;top:-20%;left:-10%}.landing-promo-content{flex-direction:column;gap:1.25rem;display:flex}.landing-promo-title{color:#fff;font-size:1.8rem;font-weight:800;font-family:var(--font-title);line-height:1.3}.landing-promo-desc{color:hsl(var(--text-secondary));font-size:.95rem;line-height:1.6}.landing-promo-desc strong{color:#10b981}.landing-promo-action{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.landing-promo-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;justify-content:center;align-items:center;width:100%;max-width:280px;padding:.9rem 1.5rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #10b9814d}.landing-promo-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98173}.landing-promo-action-sub{color:hsl(var(--text-muted));font-size:.8rem}[data-theme=light] .landing-promo-card{background:#fff;border-color:#10b9814d;box-shadow:0 20px 40px -15px #10b9810d}[data-theme=light] .landing-promo-title{color:hsl(var(--text-primary))}@media (max-width:992px){.landing-promo-card{text-align:center;grid-template-columns:1fr;gap:2rem;padding:2.25rem 2rem}.landing-promo-content{align-items:center}.landing-promo-action,.landing-promo-btn{width:100%}}
