@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&family=Nanum+Brush+Script&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1e3a5f;--blue:#2563eb;--blue-lt:#3b82f6;--green:#10b981;--orange:#f97316;--purple:#7c3aed;--bg-light:#eff6ff;--gray:#64748b;--gray-lt:#e2e8f0;--off-white:#f8fafc;--white:#fff;--dark:#0f172a;--radius:14px;--shadow:0 4px 24px #1e3a5f1a;--max-w:480px}.landing-pm-body{scroll-behavior:smooth;-webkit-text-size-adjust:100%;color:var(--dark);background:var(--white);word-break:keep-all;overflow-wrap:break-word;line-break:strict;font-family:Noto Sans KR,sans-serif;line-height:1.6;overflow-x:hidden}.wrap{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 20px}.section{padding:64px 0}.landing-top-stack{z-index:120;position:sticky;top:0}.pilot-notice-bar{color:#1e3a5f;background:#eff6ff;border-bottom:1px solid #bfdbfe;width:100%}.pilot-notice-inner{width:100%;padding:10px 8px 10px 12px;padding-left:max(12px, env(safe-area-inset-left));padding-right:max(6px, env(safe-area-inset-right));box-sizing:border-box;align-items:flex-start;gap:6px;margin:0;display:flex}.pilot-notice-text{word-break:keep-all;line-break:strict;flex:1;min-width:0;font-size:12.5px;line-height:1.45}.pilot-notice-text strong{margin-right:4px}.pilot-notice-text p{margin:0;display:inline}.pilot-notice-close{color:#1e3a5f;cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin:-4px 0 0;font-size:22px;line-height:1;display:inline-flex}.pilot-notice-close:hover{background:#1e3a5f14}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--blue);background:var(--bg-light);border-radius:99px;margin-bottom:16px;padding:4px 14px;font-size:12px;font-weight:700;display:inline-block}h2.section-title{color:var(--navy);word-break:keep-all;line-break:strict;margin-bottom:10px;font-size:26px;font-weight:800;line-height:1.35}p.section-sub{color:var(--gray);word-break:keep-all;line-break:strict;margin-bottom:36px;font-size:15px;line-height:1.7}.btn{cursor:pointer;text-align:center;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;padding:14px 28px;font-size:16px;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:#1d4ed8}.btn-green{background:var(--green);color:var(--white)}.btn-green:hover{background:#059669}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-lt);background:#ffffffeb;position:relative}.site-header--solo{position:sticky;top:0}.site-header .wrap{padding-left:12px;padding-right:12px}.header-inner{justify-content:space-between;align-items:center;gap:8px;height:52px;display:flex}.logo{color:var(--navy);align-items:center;gap:7px;margin-left:-2px;font-size:17px;font-weight:800;text-decoration:none;display:flex}.logo-mark{border-radius:10px;flex-shrink:0;width:34px;height:34px;display:block}.logo-p{background:var(--blue);width:32px;height:32px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;font-size:16px;font-weight:900;display:flex}.header-cta{background:var(--blue);color:var(--white);white-space:nowrap;border-radius:8px;margin-right:-2px;padding:7px 14px;font-size:13px;font-weight:700;text-decoration:none}.hero{background:linear-gradient(160deg, var(--navy) 0%, #1a3a6b 55%, #0f2a4e 100%);padding:40px 0 52px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb59 0%,#0000 70%);width:280px;height:280px;position:absolute;top:-60px;right:-80px}.hero .section-label{color:#cadcfc;background:#ffffff1f;margin-bottom:10px}.hero .section-label.hero-eyebrow{text-align:center;letter-spacing:0;text-transform:none;word-break:keep-all;line-break:strict;width:fit-content;max-width:100%;margin:0 auto 28px;padding:5px 12px;font-size:12px;line-height:1.4;display:block}.hero h1{color:var(--white);word-break:keep-all;margin-bottom:16px;font-size:30px;font-weight:800;line-height:1.25}.hero h1 em{color:#60a5fa;font-style:normal}.hero-lead{color:#cadcfc;word-break:keep-all;margin-bottom:32px;font-size:15px;line-height:1.75}.hero-flow{align-items:center;gap:0;margin-bottom:36px;padding-bottom:4px;display:flex;overflow-x:auto}.hero-flow::-webkit-scrollbar{display:none}.flow-step{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.flow-icon{background:#ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.flow-label{color:#93c5fd;text-align:center;font-size:11px;font-weight:600}.flow-arrow{color:#ffffff4d;flex-shrink:0;margin-top:-18px;padding:0 6px;font-size:16px}.hero-cta-group{flex-direction:column;gap:12px;display:flex}.hero-note{color:#ffffff80;text-align:center;margin-top:8px;font-size:12px}.hero-badges{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.hero-badge{color:#ffffffb3;align-items:center;gap:4px;font-size:12px;display:flex}.hero-badge:before{content:"✓";color:var(--green);font-weight:700}.problem{background:var(--off-white)}.prob-grid{gap:14px;display:grid}.prob-card{background:var(--white);border-radius:var(--radius);border-left:4px solid var(--blue);box-shadow:var(--shadow);padding:20px 20px 20px 24px}.prob-card.orange{border-left-color:var(--orange)}.prob-card.green{border-left-color:var(--green)}.prob-card.purple{border-left-color:var(--purple)}.prob-icon{margin-bottom:8px;font-size:24px}.prob-title{color:var(--navy);margin-bottom:6px;font-size:15px;font-weight:700}.prob-desc{color:var(--gray);word-break:keep-all;font-size:13.5px;line-height:1.65}.target-grid{gap:12px;display:grid}.target-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--gray-lt);align-items:center;gap:16px;padding:18px 20px;display:flex}.target-icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.target-title{color:var(--navy);font-size:15px;font-weight:700}.target-sub{color:var(--gray);word-break:keep-all;margin-top:3px;font-size:13px}.how{background:var(--navy)}.how .section-label{color:#cadcfc;background:#ffffff1f}.how h2.section-title{color:var(--white)}.how p.section-sub{color:#cadcfc}.step-list{flex-direction:column;gap:0;display:flex}.step-item{gap:18px;padding-bottom:28px;display:flex;position:relative}.step-item:last-child{padding-bottom:0}.step-left{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.step-num{width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex}.step-line{background:#ffffff26;flex:1;width:2px;min-height:20px;margin-top:6px}.step-item:last-child .step-line{display:none}.step-content{padding-top:7px}.step-title{color:var(--white);margin-bottom:6px;font-size:16px;font-weight:700}.step-desc{color:#94a3b8;word-break:keep-all;font-size:13.5px;line-height:1.65}.step-pill{color:var(--white);background:#ffffff1a;border-radius:99px;align-items:center;gap:6px;margin-top:8px;padding:3px 12px;font-size:12px;font-weight:600;display:inline-flex}.features{background:var(--off-white)}.feature-grid{gap:14px;display:grid}.feature-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--gray-lt);padding:24px 22px}.feature-icon-wrap{border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:14px;font-size:24px;display:flex}.feature-title{color:var(--navy);margin-bottom:8px;font-size:16px;font-weight:700}.feature-desc{color:var(--gray);word-break:keep-all;font-size:13.5px;line-height:1.65}.feature-tags{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.feature-tag{background:var(--bg-light);color:var(--blue);border-radius:99px;padding:3px 10px;font-size:11px;font-weight:600}.receipt-section{background:var(--white)}.receipt-wrap{background:var(--off-white);box-shadow:var(--shadow);border-radius:20px;max-width:320px;margin:0 auto;padding:24px 20px}.receipt-title{text-align:center;color:var(--navy);letter-spacing:.1em;margin-bottom:4px;font-size:18px;font-weight:800}.receipt-biz{text-align:center;color:var(--gray);margin-bottom:16px;font-size:13px}.receipt-divider{border:none;border-top:1.5px dashed var(--gray-lt);margin:12px 0}.receipt-row{justify-content:space-between;padding:5px 0;font-size:13.5px;display:flex}.r-label{color:var(--gray)}.r-value{color:var(--navy);font-weight:600}.receipt-total{background:var(--bg-light);border-radius:10px;justify-content:space-between;align-items:center;margin-top:8px;padding:14px 16px;display:flex}.rt-label{color:var(--navy);font-size:14px;font-weight:700}.rt-amount{color:var(--blue);font-size:22px;font-weight:800}.receipt-footer{text-align:center;color:#94a3b8;margin-top:14px;font-size:11px;line-height:1.6}.simple-receipt-attach{border:1px solid var(--gray-lt);max-width:320px;box-shadow:var(--shadow);background:#f1f5f9;border-radius:16px;margin:8px auto 0;overflow:hidden}.simple-receipt-attach-bar{background:#e2e8f0;border-bottom:1px solid #cbd5e1;align-items:center;gap:10px;padding:12px 14px;display:flex}.simple-receipt-file-icon{font-size:20px;line-height:1}.simple-receipt-file-meta{min-width:0}.simple-receipt-file-name{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.simple-receipt-file-size{color:var(--gray);margin-top:2px;font-size:11px}.simple-receipt-card{background:var(--white);border:1px solid #e2e8f0;border-radius:10px;margin:14px;padding:22px 18px 16px;box-shadow:0 1px 2px #0f172a0f}.simple-receipt-heading{text-align:center;color:#111827;font-size:20px;font-weight:800}.simple-receipt-sub{text-align:center;color:#6b7280;margin-top:4px;font-size:12px}.simple-receipt-rule{border:none;border-top:1px solid #e5e7eb;margin:14px 0}.simple-receipt-row{color:#4b5563;justify-content:space-between;align-items:center;gap:12px;padding:6px 0;font-size:14px;display:flex}.simple-receipt-row strong{color:#111827;font-weight:700}.simple-receipt-amount{color:#4b5563;background:#f3f4f6;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin:10px 0 6px;padding:12px 14px;font-size:14px;display:flex}.simple-receipt-amount strong{color:#111827;font-size:22px;font-weight:800}.simple-receipt-stamp{text-align:center;color:#9ca3af;margin-top:2px;font-size:12px}.qr-section{background:var(--off-white)}.qr-phone{background:var(--white);border:3px solid var(--navy);border-radius:24px;max-width:280px;margin:0 auto;overflow:hidden;box-shadow:0 16px 48px #1e3a5f33}.qr-status{background:var(--navy);justify-content:flex-end;align-items:center;gap:8px;height:32px;padding:0 16px;display:flex}.qr-status span{color:#ffffffb3;font-size:11px}.qr-header{background:var(--blue);text-align:center;padding:12px 16px}.qr-header h3{color:var(--white);font-size:15px;font-weight:700}.qr-body{padding:20px 16px}.qr-amount-box{background:var(--bg-light);text-align:center;border-radius:12px;margin-bottom:16px;padding:12px 16px}.qr-amount-label{color:var(--gray);margin-bottom:4px;font-size:12px}.qr-amount-value{color:var(--navy);font-size:26px;font-weight:800}.qr-code-area{background:var(--white);border:2px solid var(--gray-lt);border-radius:12px;justify-content:center;align-items:center;margin-bottom:12px;padding:16px;display:flex}.qr-svg{width:140px;height:140px}.qr-hint{color:var(--gray);text-align:center;margin-bottom:14px;font-size:11.5px}.qr-payment-icons{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.pay-icon{border:1.5px solid var(--gray-lt);border-radius:8px;padding:5px 12px;font-size:12px;font-weight:700}.pay-icon.bank{color:#1565c0;background:#e3f2fd;border-color:#bbdefb}.pay-icon.kakao{color:#3c1e1e;background:#fee500;border-color:#fee500}.pay-icon.toss{color:var(--white);background:#0064ff;border-color:#0064ff}.qr-cash-btn{width:100%;color:var(--gray);text-align:center;cursor:pointer;background:#f1f5f9;border-radius:8px;padding:10px;font-size:13px;font-weight:600}.pricing{background:var(--navy)}.pricing .section-label{color:#cadcfc;background:#ffffff1f}.pricing h2.section-title{color:var(--white)}.pricing p.section-sub{color:#94a3b8}.free-banner{background:var(--green);text-align:center;border-radius:12px;margin-bottom:24px;padding:14px 20px}.free-banner strong{color:var(--white);font-size:15px;display:block}.free-banner span{color:#ffffffd9;margin-top:3px;font-size:13px;display:block}.plan-tabs{gap:8px;margin-bottom:20px;display:flex}.plan-tab{text-align:center;cursor:pointer;background:#ffffff14;border:2px solid #0000;border-radius:10px;flex:1;padding:10px 4px;transition:all .18s}.plan-tab.active{background:#ffffff24}.plan-tab-name{font-size:13px;font-weight:700}.plan-tab-price{margin-top:2px;font-size:11px;font-weight:600}.plan-tab.t-basic{color:var(--green)}.plan-tab.t-upgrade{color:var(--orange)}.plan-tab.t-premium{color:#a78bfa}.plan-tab.t-basic.active{border-color:var(--green)}.plan-tab.t-upgrade.active{border-color:var(--orange)}.plan-tab.t-premium.active{border-color:#a78bfa}.plan-panel{display:none}.plan-panel.active{display:block}.plan-card{border-radius:var(--radius);background:#ffffff0f;padding:28px 24px}.plan-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.plan-name{color:var(--white);font-size:24px;font-weight:800}.plan-tagline{color:#94a3b8;margin-top:4px;font-size:13px}.plan-price{text-align:right}.plan-price-amount{color:var(--white);font-size:28px;font-weight:800}.plan-price-unit{color:#94a3b8;font-size:13px}.plan-features{flex-direction:column;gap:12px;margin-bottom:24px;list-style:none;display:flex}.plan-features li{color:#e2e8f0;word-break:keep-all;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.plan-features li:before{content:"✓";flex-shrink:0;margin-top:1px;font-size:14px;font-weight:800}.plan-note{color:#64748b;text-align:center;margin-top:12px;font-size:12px}.bizmodel{background:var(--off-white)}.biz-cards{gap:14px;display:grid}.biz-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--gray-lt);padding:22px 20px}.biz-icon{margin-bottom:12px;font-size:28px}.biz-title{color:var(--navy);margin-bottom:8px;font-size:16px;font-weight:700}.biz-desc{color:var(--gray);word-break:keep-all;font-size:13.5px;line-height:1.65}.cta-section{background:linear-gradient(135deg, var(--blue) 0%, #1d4ed8 100%);text-align:center;padding:64px 0}.cta-section h2{color:var(--white);word-break:keep-all;margin-bottom:12px;font-size:26px;font-weight:800}.cta-section p{color:#fffc;word-break:keep-all;margin-bottom:32px;font-size:15px}.cta-btn-group{flex-direction:column;gap:12px;display:flex}.btn-white{background:var(--white);color:var(--blue)}.btn-white:hover{background:#eff6ff}.cta-note{color:#fff9;margin-top:16px;font-size:12px;line-height:1.65}.site-footer{background:var(--dark);padding:40px 0 60px}.footer-logo{color:var(--white);align-items:center;gap:8px;margin-bottom:12px;font-size:18px;font-weight:800;text-decoration:none;display:flex}.footer-tagline{color:#64748b;margin-bottom:28px;font-size:13px}.footer-links{flex-wrap:wrap;gap:20px;margin-bottom:24px;display:flex}.footer-links a,.footer-legal-link{color:#64748b;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:13px;text-decoration:none}.footer-links a:hover,.footer-legal-link:hover{color:#94a3b8}.footer-copy{color:#94a3b8;font-size:12px}.pm-legal-modal{z-index:120;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.pm-legal-modal.is-hidden{display:none}.pm-legal-modal-backdrop{cursor:pointer;background:#0f172a80;border:0;position:absolute;inset:0}.pm-legal-modal-panel{z-index:1;background:#fff;border-radius:16px 16px 0 0;flex-direction:column;width:min(100%,32rem);max-height:min(88dvh,40rem);display:flex;position:relative;box-shadow:0 -8px 32px #0f172a38}.pm-legal-modal-head{border-bottom:1px solid #e8eef2;justify-content:space-between;align-items:center;gap:12px;padding:16px 16px 12px;display:flex}.pm-legal-modal-title{letter-spacing:-.02em;color:#1e3a5f;margin:0;font-size:1.05rem;font-weight:700}.pm-legal-modal-close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.pm-legal-modal-body{color:#334155;-webkit-overflow-scrolling:touch;padding:16px 18px 24px;font-size:14px;line-height:1.65;overflow:auto}.pm-legal-modal-body h2{color:#0f172a;letter-spacing:-.02em;margin:20px 0 8px;font-size:1rem;font-weight:700}.pm-legal-modal-body h3{color:#0f172a;margin:14px 0 6px;font-size:.92rem;font-weight:700}.pm-legal-modal-body p,.pm-legal-modal-body li{margin-bottom:10px}.pm-legal-modal-body ul{margin-bottom:12px;padding-left:1.15rem}.pm-legal-modal-body table{border-collapse:collapse;width:100%;margin:10px 0 14px;font-size:13px}.pm-legal-modal-body th,.pm-legal-modal-body td{text-align:left;border:1px solid #e2e8f0;padding:8px 10px}.pm-legal-modal-body th{background:#f8fafc}.pm-legal-modal-body .legal-notice{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:13px;line-height:1.55}.pm-legal-modal-body .legal-meta{color:#64748b;margin-bottom:12px;font-size:13px}.pm-legal-loading{color:#64748b;text-align:center;padding:24px 0}@media (width>=640px){.pm-legal-modal{align-items:center;padding:24px}.pm-legal-modal-panel{border-radius:16px;max-height:min(85dvh,42rem)}}.hero-q-outer{justify-content:center;margin-bottom:28px;display:flex}.hero-questions{flex-direction:column;align-items:flex-start;gap:12px;display:inline-flex}.hero-q{color:#fffc;word-break:keep-all;align-items:center;gap:10px;font-size:19px;font-weight:600;display:flex}.hero-q .q-x{color:#f87171;text-shadow:2px 2px #b400002e;flex-shrink:0;font-family:Nanum Brush Script,cursive;font-size:44px;font-style:italic;line-height:.85;display:inline-block;transform:rotate(-8deg)}.logo-pm{background:var(--blue);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:relative;overflow:hidden}.pm-p{color:var(--white);font-size:20px;font-weight:900;line-height:1;position:absolute;top:4px;left:3px}.pm-m{color:#bfdbfe;font-size:13px;font-weight:900;line-height:1;position:absolute;bottom:3px;right:2px}.hero-brand{color:#34d399}.benefit-grid{gap:10px;display:grid}.benefit-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--gray-lt);align-items:center;gap:14px;padding:14px 16px;display:flex}.benefit-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.benefit-body{flex:1;min-width:0}.benefit-text{color:var(--navy);word-break:keep-all;line-break:strict;font-size:14px;line-height:1.45}.benefit-text strong{color:var(--blue)}.hero-badges{grid-template-columns:1fr 1fr;gap:8px;margin-top:20px;display:grid}.hero-badge{color:#fffc;word-break:keep-all;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:5px;padding:8px 10px;font-size:12px;display:flex}.hero-badge:before{content:"✓";color:var(--green);flex-shrink:0;font-weight:800}.carousel-outer{margin-top:28px;position:relative;overflow:hidden}.carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 max(20px, calc((100% - min(100%, var(--max-w)) + 72px) / 2)) 8px;gap:10px;display:flex;overflow-x:auto}.carousel::-webkit-scrollbar{display:none}.c-slide{scroll-snap-align:center;background:#ffffff12;border:1px solid #ffffff21;border-radius:16px;flex-shrink:0;width:min(300px,100vw - 72px);transition:transform .2s;overflow:hidden;box-shadow:0 6px 24px #00000038}.c-visual{justify-content:center;align-items:center;height:132px;display:flex;position:relative}.c-emoji-wrap{background:#ffffff26;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.c-text{padding:14px 16px 16px}.c-step{letter-spacing:.1em;color:#ffffff73;margin-bottom:4px;font-size:11px;font-weight:700}.c-title{color:var(--white);margin-bottom:4px;font-size:17px;font-weight:800}.c-sub{color:#fff9;word-break:keep-all;font-size:13px;line-height:1.45}.how-title{line-height:1.35}.carousel-dots{justify-content:center;gap:8px;margin-top:18px;display:flex}.dot{cursor:pointer;background:#ffffff40;border-radius:50%;width:8px;height:8px;transition:all .2s}.dot.active{background:var(--white);border-radius:4px;width:24px}.pwa-simple{background:var(--off-white);text-align:center}.pwa-simple h2.section-title{margin-bottom:8px}.pwa-simple p.section-sub{margin-bottom:22px}.pwa-hint{color:var(--gray);margin-top:14px;font-size:12px;line-height:1.65}.pwa-guide{text-align:left;gap:12px;max-width:360px;margin-top:18px;margin-left:auto;margin-right:auto;display:grid}.pwa-guide-block{background:var(--white);border:1px solid var(--gray-lt);border-radius:12px;padding:14px 16px;box-shadow:0 1px 2px #0f172a0a}.pwa-guide-os{color:var(--navy);margin-bottom:8px;font-size:13px;font-weight:800}.pwa-guide-steps{color:var(--gray);word-break:keep-all;line-break:strict;font-size:13px;line-height:1.65}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.5s both fadeUp}.fade-up-2{animation:.5s .1s both fadeUp}.fade-up-3{animation:.5s .2s both fadeUp}@media (width>=640px){:root{--max-w:560px}.hero{padding:52px 0 64px}.hero h1{font-size:36px}h2.section-title{font-size:30px}.prob-grid,.target-grid,.biz-cards,.feature-grid{grid-template-columns:1fr 1fr}}@media (width>=900px){:root{--max-w:760px}}
