:root{color-scheme:light;--bg: #fbfaff;--surface: rgba(255, 255, 255, .9);--ink: #111b3d;--muted: #5f6d8b;--line: #ece9f5;--purple: #7563ff;--purple-soft: #eeeafd;--pink: #ef4d7f;--danger: #ef5365;--shadow: 0 18px 42px rgba(80, 69, 154, .14);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Hiragino Kaku Gothic ProN,Noto Sans JP,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--ink);-webkit-tap-highlight-color:transparent;overscroll-behavior:none}button,input{font:inherit}button{border:0;background:transparent;color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}a{color:var(--purple);text-decoration:none;font-weight:800}.app{min-height:100dvh;margin:0 auto;background:radial-gradient(circle at 50% 32%,rgba(117,99,255,.1),transparent 28%),radial-gradient(circle at 50% 88%,rgba(117,99,255,.07),transparent 24%),var(--bg)}.app-shell{position:relative;display:flex;flex-direction:column;width:min(100%,480px);height:100dvh;max-height:100dvh;overflow:hidden}.auth-shell{display:flex;flex-direction:column;width:min(100%,1024px)}.topbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:calc(env(safe-area-inset-top) + 18px) 22px 10px}.topbar h1{margin:0;font-size:clamp(24px,7vw,30px);line-height:1;font-weight:900;letter-spacing:0}.topbar h1 .brand-link{color:inherit;text-decoration:none;font-weight:inherit}.icon-btn{flex:0 0 auto;width:48px;height:48px;border:1px solid var(--line);border-radius:15px;display:grid;place-items:center;color:#7f8a9e;background:#fff;box-shadow:0 10px 26px #50459a1f}.icon-btn svg{width:26px;height:26px;stroke-width:1.9}.main{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.swipe-page{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:6px 18px 0}.stack{position:relative;width:100%;max-width:276px;flex:0 1 auto;height:clamp(390px,62dvh,560px);min-height:0;margin:8px auto 0}.back-card{position:absolute;top:11%;width:42%;height:77%;border-radius:16px;opacity:.62;box-shadow:var(--shadow);pointer-events:none}.back-card.left{left:-8%;background:linear-gradient(145deg,#bdf5dc,#bfe8f4);transform:rotate(-4deg)}.back-card.right{right:-8%;background:linear-gradient(145deg,#ffd98d,#ffc8bf);transform:rotate(4deg)}.card{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 22px 48px #50459a2e;user-select:none;touch-action:none;will-change:transform}.card img{display:block;width:100%;height:84%;min-height:0;object-fit:cover;background:linear-gradient(145deg,#8883f7,#f3c4e1 48%,#a1a5f3);pointer-events:none;user-select:none;-webkit-user-drag:none}.card .body{flex:0 0 16%;min-height:0;display:grid;align-items:center;padding:10px 18px;overflow:hidden}.card .title{margin:0;font-size:clamp(17px,4.8vw,22px);line-height:1.12;font-weight:900;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.tag{position:absolute;top:48%;z-index:5;padding:8px 16px;border:3px solid;border-radius:10px;font-size:22px;font-weight:900;letter-spacing:.12em;opacity:0;pointer-events:none}.tag.like{right:20px;color:var(--pink);border-color:var(--pink);transform:rotate(12deg)}.tag.pass{left:20px;color:var(--danger);border-color:var(--danger);transform:rotate(-12deg)}.actions{flex:0 0 auto;display:flex;justify-content:center;gap:clamp(46px,15vw,84px);margin-top:20px;padding:0 0 12px}.action-item{display:grid;gap:7px;justify-items:center;color:#6d7890;font-size:15px;font-weight:700}.actions button{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 18px 36px #50459a24;font-size:22px;line-height:1;transition:transform .15s ease}.actions button:active{transform:scale(.94)}.actions .pass{color:#737d92;font-weight:200}.actions .like{color:var(--pink)}.detail-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px 18px;background:#111b3d52;backdrop-filter:blur(8px)}.detail-panel{position:relative;width:min(360px,calc(100vw - 36px));max-height:min(72dvh,560px);overflow:visible;border-radius:16px;background:#fff;box-shadow:0 24px 60px #1f1a543d}.detail-close{position:absolute;top:10px;right:10px;z-index:2;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#667085;background:#ffffffe6;box-shadow:0 8px 20px #50459a1f;font-size:24px;line-height:1}.detail-content{max-height:min(72dvh,560px);overflow-y:auto;padding:50px 22px 24px;border-radius:16px}.detail-content h2{margin:0 0 12px;color:var(--ink);font-size:24px;line-height:1.25}.detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.detail-meta span{padding:5px 11px;border-radius:999px;color:var(--purple);background:var(--purple-soft);font-size:12px;font-weight:800}.detail-content p{margin:0;color:#53607b;font-size:14px;line-height:1.65;font-weight:650}.tabbar{flex:0 0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:calc(62px + env(safe-area-inset-bottom));margin:0;padding-bottom:env(safe-area-inset-bottom);border:1px solid var(--line);border-right:0;border-bottom:0;border-left:0;border-radius:0;background:var(--surface);box-shadow:0 13px 30px #50459a1a}.tabbar a{min-width:0;display:grid;gap:2px;place-items:center;padding:7px 6px;color:#737d92;font-size:12px;font-weight:700}.tabbar a.active{color:var(--purple)}.tabbar a .icon{width:23px;height:23px}.empty{align-self:center;margin:auto;padding:28px 22px;color:var(--muted);text-align:center;font-weight:700}.spinner{width:28px;height:28px;border:3px solid rgba(117,99,255,.18);border-top-color:var(--purple);border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.favorites{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1fr;grid-auto-rows:min-content;align-content:start;gap:12px;padding:10px 18px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch}.fav-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:18px;background:#ffffffe6;box-shadow:0 10px 24px #50459a14}.fav-card img{display:block;width:72px;aspect-ratio:3 / 4;border-radius:10px;object-fit:cover;background:linear-gradient(145deg,#9488ff,#f4bddf 56%,#7573e8)}.fav-card .body{min-width:0;display:grid;gap:8px}.fav-card .title{min-width:0;color:var(--ink);font-size:15px;line-height:1.35;font-weight:850;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.fav-card .remove{justify-self:start;padding:4px 0;color:var(--danger);font-size:13px;font-weight:800}.auth{width:min(380px,calc(100% - 40px));margin:42px auto;padding:28px;border:1px solid var(--line);border-radius:24px;display:flex;flex-direction:column;gap:14px;background:#ffffffe6;box-shadow:var(--shadow)}.auth h2{margin:0 0 6px;color:var(--ink);font-size:28px;font-weight:900}.auth label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:13px;font-weight:800}.auth input{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink)}.auth input:focus{outline:3px solid rgba(117,99,255,.18);border-color:var(--purple)}.auth .submit{padding:13px 14px;border-radius:14px;color:#fff;background:linear-gradient(145deg,#8b74ff,#6658f2);font-weight:900}.auth .error{color:var(--danger);font-size:13px;font-weight:800}.auth p{margin:0;color:var(--muted);font-size:13px}@media (max-width: 390px){.topbar{padding-left:18px;padding-right:18px}.topbar h1{font-size:24px}.icon-btn{width:44px;height:44px;border-radius:14px}.swipe-page{padding-left:14px;padding-right:14px}.stack{height:clamp(360px,59dvh,520px);margin-bottom:0}.card .body{padding:9px 16px}.actions button{width:46px;height:46px;font-size:20px}.action-item{font-size:13px}.tabbar{min-height:calc(58px + env(safe-area-inset-bottom))}}.lp-page{--ink: #111b3d;--muted: #5f6d8b;--soft: #f7f5ff;--line: #e8e4f5;--lp-purple: #7563ff;--lp-purple-2: #9c8aff;--lp-pink: #ef4d7f;--lp-green: #49d287;--lp-shadow: 0 22px 56px rgba(80, 69, 154, .17);font-family:Inter,Noto Sans JP,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;color:var(--ink);background:radial-gradient(circle at 82% 4%,rgba(119,99,255,.09),transparent 18%),radial-gradient(circle at 0% 8%,rgba(119,99,255,.06),transparent 18%),#fbfbff;min-height:100dvh}.lp-page *{box-sizing:border-box}.lp-page .lp{width:min(1024px,100%);margin:0 auto;overflow:hidden;background:#fbfbff}.lp-page .hero{position:relative;min-height:646px;padding:32px 36px 36px 42px;display:grid;grid-template-columns:52% 48%;overflow:hidden}.lp-page .brand{display:inline-flex;align-items:center;gap:13px;font-size:21px;font-weight:800}.lp-page .logo{width:30px;height:30px;border-radius:8px;display:inline-grid;place-items:center;color:#fff;background:linear-gradient(145deg,#5c73ff,#8d58f5);box-shadow:0 12px 28px #6b5cf542}.lp-page .logo:before{content:"";width:14px;height:14px;border:2px solid currentColor;border-radius:3px;transform:rotate(30deg)}.lp-page .hero-copy{position:relative;z-index:2}.lp-page .eyebrow{margin:28px 0 20px;font-size:15px;font-weight:700}.lp-page .hero h1{margin:0;font-size:45px;line-height:1.34;font-weight:900}.lp-page .accent{color:var(--lp-purple)}.lp-page .lead{margin:20px 0 0;color:#293553;font-size:14px;line-height:2;font-weight:700}.lp-page .feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px;max-width:452px;text-align:center}.lp-page .feature-icon{width:66px;height:66px;margin:0 auto 17px;border-radius:50%;display:grid;place-items:center;color:var(--lp-purple);background:linear-gradient(145deg,#f2efff,#fff);box-shadow:inset 0 0 0 1px #7a67ff0a;font-size:33px;font-weight:900}.lp-page .feature h3{margin:0 0 11px;font-size:14px;font-weight:900}.lp-page .feature p{margin:0;font-size:12px;line-height:1.7;color:#24304e;font-weight:600}.lp-page .hero-art{position:relative;min-height:520px}.lp-page .phone{position:absolute;right:140px;top:-7px;width:270px;height:588px;border:13px solid #161719;border-radius:42px;background:#fff;box-shadow:0 28px 42px #14162240;transform:rotate(5deg)}.lp-page .phone:before{content:"";position:absolute;left:67px;top:-4px;width:132px;height:27px;border-radius:0 0 18px 18px;background:#07080a;z-index:3}.lp-page .phone-status,.lp-page .phone-title,.lp-page .phone-sliders{position:absolute;z-index:4}.lp-page .phone-status{top:20px;left:26px;font-size:12px;font-weight:800}.lp-page .phone-title{top:63px;left:0;right:0;text-align:center;font-size:14px;font-weight:900}.lp-page .phone-sliders{top:64px;right:25px;width:17px;height:17px}.lp-page .phone-sliders span,.lp-page .phone-sliders:before,.lp-page .phone-sliders:after{content:"";position:absolute;left:0;width:16px;height:2px;border-radius:8px;background:#7f8798}.lp-page .phone-sliders span{top:7px}.lp-page .phone-sliders:before{top:1px}.lp-page .phone-sliders:after{top:13px}.lp-page .phone-card{position:absolute;left:36px;top:104px;width:196px;height:300px;z-index:5;border-radius:10px;background:#fff;box-shadow:0 18px 28px #5246a02b;padding:10px}.lp-page .card-image{position:relative;height:224px;border-radius:6px;overflow:hidden;background:linear-gradient(145deg,#8d83ff,#f6bddf 48%,#706be7)}.lp-page .card-image:before{content:"";position:absolute;inset:85px -20px 0;background:radial-gradient(circle at 65% 4%,#efc9de 0 29px,transparent 30px),linear-gradient(160deg,transparent 33%,rgba(104,100,218,.56) 34% 54%,transparent 55%),linear-gradient(20deg,rgba(82,86,201,.58) 16%,transparent 17%),linear-gradient(165deg,transparent 24%,rgba(112,118,223,.7) 25% 46%,transparent 47%)}.lp-page .mini-lines{position:absolute;top:27px;left:22px;width:88px;display:grid;gap:7px;z-index:2}.lp-page .mini-lines i{display:block;height:5px;border-radius:8px;background:#ffffff8c}.lp-page .mini-lines i:nth-child(2){width:76%}.lp-page .mini-lines i:nth-child(3){width:52%}.lp-page .chips{display:flex;gap:8px;margin-top:13px}.lp-page .chip{padding:5px 10px;border-radius:999px;font-size:11px;font-weight:800;color:#7768f5;background:#eeeafd}.lp-page .cyan-card{position:absolute;z-index:2;top:142px;right:-27px;width:192px;height:278px;border-radius:8px;background:linear-gradient(0deg,#56849738,#56849738),linear-gradient(150deg,#d8fbf5,#87d1dc);transform:rotate(15deg);box-shadow:0 18px 28px #3c6e8229}.lp-page .cyan-card:before{content:"";position:absolute;inset:76px 0 0;opacity:.25;background:linear-gradient(90deg,transparent 16%,#4b7b91 17% 28%,transparent 29%),linear-gradient(90deg,transparent 42%,#4b7b91 43% 56%,transparent 57%),linear-gradient(90deg,transparent 68%,#4b7b91 69% 79%,transparent 80%);background-size:100% 100%}.lp-page .phone-actions{position:absolute;z-index:4;bottom:63px;left:37px;right:37px;display:flex;justify-content:space-between}.lp-page .circle-btn{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 11px 25px #2d2f421f;font-size:42px;font-weight:300}.lp-page .circle-btn.pass{color:#717b92}.lp-page .circle-btn.like{color:var(--lp-pink)}.lp-page .dots{position:absolute;z-index:4;bottom:42px;left:0;right:0;display:flex;gap:9px;justify-content:center}.lp-page .dots i{width:8px;height:8px;border-radius:50%;background:#ced0de}.lp-page .dots i:nth-child(2){background:#7d72f6}.lp-page .blob{position:absolute;border-radius:31% 42% 34% 45%;background:#7c63ff21}.lp-page .blob.b1{right:15px;top:67px;width:32px;height:32px}.lp-page .blob.b2{right:17px;top:312px;width:30px;height:28px;background:#f2c4e140}.lp-page .blob.b3{right:49px;bottom:96px;width:55px;height:50px;background:#7b6af81f}.lp-page .blob.b4{left:14px;top:82px;width:29px;height:29px}.lp-page .dot-grid{position:absolute;left:-70px;top:184px;width:62px;display:grid;grid-template-columns:repeat(4,6px);gap:10px}.lp-page .dot-grid i{width:6px;height:6px;border-radius:50%;background:#7969fb40}.lp-page .how{padding:27px 38px 22px;background:linear-gradient(180deg,#fff,#fbfbff)}.lp-page .section-title{margin:0;text-align:center;font-size:25px;font-weight:900}.lp-page .section-title:after{content:"";display:block;width:92px;height:3px;border-radius:8px;margin:13px auto 0;background:var(--lp-purple)}.lp-page .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:27px}.lp-page .step{min-height:284px;display:grid;grid-template-rows:auto 1fr;align-items:start}.lp-page .step-head{display:grid;grid-template-columns:54px 1fr;gap:8px;align-items:start}.lp-page .step-num{color:#d7c8ff;font-size:31px;font-weight:900}.lp-page .step h3{margin:5px 0 9px;font-size:14px;font-weight:900}.lp-page .step p{margin:0;font-size:12px;line-height:1.65;font-weight:600}.lp-page .step-art{position:relative;height:192px;margin-top:13px;overflow:visible}.lp-page .small-card{position:absolute;left:72px;top:11px;width:132px;height:204px;padding:14px;border-radius:8px;background:#fff;box-shadow:0 16px 34px #50459a24}.lp-page .small-card .card-image{height:156px}.lp-page .chev{position:absolute;top:91px;color:#858ea1;width:34px;height:34px;display:grid;place-items:center;font-size:46px;line-height:1}.lp-page .chev.left{left:26px}.lp-page .chev.right{right:17px}.lp-page .swipe-demo{height:214px;display:grid;grid-template-columns:1fr 110px 1fr;align-items:center}.lp-page .arrow-label{text-align:center;font-size:14px;font-weight:900;white-space:nowrap}.lp-page .arrow-label.green{color:var(--lp-green)}.lp-page .arrow-label.red{color:#ff536d}.lp-page .arrow-label b{display:block;font-size:50px;line-height:.85}.lp-page .tilted-cards{position:relative;height:194px}.lp-page .tilted-cards .small-card{left:4px;top:42px;width:96px;height:154px;transform:rotate(-9deg);opacity:.45}.lp-page .tilted-cards .small-card.front{left:46px;top:20px;transform:rotate(11deg);opacity:1}.lp-page .list-phone{position:absolute;right:43px;top:2px;width:124px;height:222px;border:6px solid #7a7f88;border-radius:24px 24px 0 0;background:#fff;overflow:hidden}.lp-page .list-phone h4{margin:28px 0 16px;text-align:center;font-size:9px}.lp-page .saved-list{display:grid;gap:9px;padding:0 14px}.lp-page .saved-row{display:grid;grid-template-columns:26px 1fr;gap:8px;align-items:center}.lp-page .thumb{width:26px;height:31px;border-radius:2px;background:linear-gradient(145deg,#9488ff,#f4bddf 56%,#7573e8)}.lp-page .saved-row b,.lp-page .saved-row span{display:block;height:5px;border-radius:8px;background:#3f4962}.lp-page .saved-row span{margin-top:5px;width:56%;background:#9da5b8}.lp-page .recommend{margin:18px 38px 0;padding:22px 22px 25px;border-radius:10px;background:linear-gradient(145deg,#f6f3ff,#fff)}.lp-page .recommend h2{margin:0 0 24px;text-align:center;font-size:22px}.lp-page .rec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.lp-page .rec-card{min-height:154px;padding:20px 13px 16px;border-radius:8px;background:#fff;text-align:center;box-shadow:0 14px 30px #50459a14}.lp-page .rec-icon{height:44px;margin-bottom:14px;color:var(--lp-purple);font-size:46px;line-height:1}.lp-page .rec-card h3{margin:0 0 13px;font-size:14px;font-weight:900}.lp-page .rec-card p{margin:0;font-size:11px;line-height:1.85;font-weight:600}.lp-page .bottom-cta{position:relative;margin:23px 38px 10px;min-height:132px;padding:30px 36px 24px 151px;border-radius:10px;overflow:hidden;background:linear-gradient(145deg,#f4f1ff,#fff)}.lp-page .bottom-cta .logo{position:absolute;left:45px;top:30px;width:66px;height:66px;border-radius:17px}.lp-page .bottom-cta h2{margin:0 0 9px;font-size:23px;line-height:1.35}.lp-page .bottom-cta p{margin:0;font-size:14px;font-weight:700}.lp-page .bottom-cta .phone{right:95px;top:3px;width:150px;height:312px;border-width:7px;border-radius:25px;transform:rotate(-2deg)}.lp-page .bottom-cta .phone:before{left:38px;width:73px;height:15px}.lp-page .bottom-cta .phone-card{left:20px;top:57px;width:110px;height:166px;padding:6px}.lp-page .bottom-cta .phone-card .card-image{height:122px}.lp-page .bottom-cta .cyan-card{right:41px;top:26px;width:116px;height:170px}.lp-page .lp-cta-row{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.lp-page .lp-cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:14px;font-size:15px;font-weight:900;letter-spacing:0;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.lp-page .lp-cta.primary{color:#fff;background:linear-gradient(145deg,#8b74ff,#6658f2);box-shadow:0 16px 32px #6b5cf552}.lp-page .lp-cta.primary:hover{transform:translateY(-1px);box-shadow:0 18px 36px #6b5cf561}.lp-page .lp-cta.ghost{color:var(--lp-purple);background:#fff;border:1.5px solid #e1dcf5;box-shadow:0 10px 22px #50459a14}.lp-page .lp-cta.ghost:hover{transform:translateY(-1px);border-color:var(--lp-purple)}.lp-page .bottom-cta .lp-cta-row{margin-top:18px}@media (max-width: 760px){.lp-page .lp{width:100%}.lp-page .hero{grid-template-columns:1fr;min-height:auto;padding:26px 22px 34px}.lp-page .brand{font-size:20px}.lp-page .eyebrow{margin:24px 0 16px;font-size:14px}.lp-page .hero h1{font-size:clamp(31px,9.6vw,40px);line-height:1.28}.lp-page .lead{font-size:13px;line-height:1.85}.lp-page .feature-row,.lp-page .steps,.lp-page .rec-grid{grid-template-columns:1fr}.lp-page .hero-art{min-height:clamp(530px,156vw,610px);margin-top:18px}.lp-page .phone{right:50%;top:0;width:min(248px,68vw);height:min(540px,148vw);transform:translate(50%) rotate(5deg);transform-origin:top center}.lp-page .phone:before{left:25%;width:50%}.lp-page .phone-card{left:12%;top:18%;width:73%;height:51%}.lp-page .phone-card .card-image{height:76%}.lp-page .cyan-card{right:3%;top:25%;width:53%;height:47%}.lp-page .phone-actions{left:12%;right:12%;bottom:11%}.lp-page .circle-btn{width:56px;height:56px;font-size:34px}.lp-page .how{padding:28px 22px 18px}.lp-page .section-title{font-size:22px}.lp-page .steps{gap:34px}.lp-page .step{min-height:auto}.lp-page .step-head{grid-template-columns:52px 1fr}.lp-page .step-art{height:230px}.lp-page .chev{top:98px}.lp-page .small-card{left:50%;transform:translate(-50%)}.lp-page .swipe-demo{grid-template-columns:1fr;height:auto;gap:10px;justify-items:center}.lp-page .arrow-label b{font-size:42px}.lp-page .tilted-cards{width:160px}.lp-page .list-phone{left:50%;right:auto;transform:translate(-50%)}.lp-page .recommend{padding:22px 14px}.lp-page .recommend,.lp-page .bottom-cta{margin-left:22px;margin-right:22px}.lp-page .rec-card{min-height:136px}.lp-page .bottom-cta{min-height:230px;padding:24px 22px}.lp-page .bottom-cta .logo{position:static;margin-bottom:16px}.lp-page .bottom-cta h2{font-size:20px}.lp-page .bottom-cta .phone,.lp-page .bottom-cta .cyan-card{display:none}}@media (max-width: 560px){.lp-page .hero-art{min-height:clamp(520px,156vw,590px)}.lp-page .feature-row{gap:20px}.lp-page .feature{display:grid;grid-template-columns:56px 1fr;column-gap:14px;text-align:left;align-items:center}.lp-page .feature-icon{grid-row:span 2;width:56px;height:56px;margin:0;font-size:27px}.lp-page .feature h3{margin-bottom:4px}.lp-page .feature p{font-size:12px}}@media (max-width: 420px){.lp-page .hero{padding-left:18px;padding-right:18px}.lp-page .hero-art{min-height:clamp(500px,156vw,575px)}.lp-page .circle-btn{width:50px;height:50px;font-size:30px}}
