.so-page,.so-page *{box-sizing:border-box}.so-page{max-width:1280px;margin:0 auto;padding:18px 16px 42px;color:#18212b}.so-top{display:grid;grid-template-columns:300px minmax(0,1fr);gap:10px;align-items:stretch;margin-bottom:18px}.so-card,.so-sidecard,.so-storecard,.so-news,.so-copy,.so-expired,.so-apply,.so-offer-tablewrap{background:#fff;border:1px solid #e7ecea;border-radius:24px;box-shadow:0 10px 26px rgba(15,23,42,.04)}.so-storecard{padding:22px;display:flex;flex-direction:column;gap:14px}.so-storelogo{width:92px;height:92px;border-radius:20px;background:#fff;border:1px solid #e8efec;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(15,23,42,.04);overflow:hidden}.so-storelogo img{width:100%;height:100%;object-fit:contain;display:block}.so-storetitle{margin:0;font-size:22px;line-height:1.1;font-weight:800;letter-spacing:-.03em;color:#101010}.so-storemeta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding-top:2px;align-content:start}.so-storemeta div{display:flex;align-items:center;gap:9px;font-size:12px;line-height:1.5;color:#707070;min-width:0}.so-storemeta svg{width:18px;height:18px;display:block;flex:0 0 18px}.so-storemeta div span,.so-storemeta div{word-break:normal;overflow-wrap:normal}.so-hero{padding:24px 24px 20px;display:flex;flex-direction:column;justify-content:center}.so-hero h1{margin:0 0 12px;font-size:28px;line-height:1.08;font-weight:800;letter-spacing:-.04em;color:#101010;max-width:860px}.so-hero p{margin:0;max-width:940px;font-size:14px;line-height:1.84;color:#6a6a6a}.so-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:15px;align-items:start}.so-main,.so-side{min-width:0}.so-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 0 14px}.so-heading h2{margin:0;font-size:20px;line-height:1.15;font-weight:800;letter-spacing:-.03em;color:#101010;max-width:640px}.so-heading p{margin:0;font-size:12px;line-height:1.6;color:#6b7280;text-align:right}.so-feed{display:grid;gap:6px}.so-offer{background:#fff;border:1px solid #e7ecea;border-radius:22px;box-shadow:0 10px 24px rgba(15,23,42,.04);overflow:visible;scroll-margin-top:90px;transition:border-color .2s ease,box-shadow .2s ease}.so-offer.is-flash{border-color:#6fddc4;box-shadow:0 0 0 2px rgba(67,206,174,.18),0 8px 20px rgba(15,23,42,.06)}.so-offer-main{display:grid;grid-template-columns:minmax(0,1fr) 196px;grid-template-areas:"badges cta" "title cta" "desc cta" "links cta";gap:8px 18px;padding:18px;align-items:center}.so-offer-copy{display:contents}.so-offer-topline{grid-area:badges;display:flex;align-items:center;justify-content:flex-start;gap:10px;margin:0}.so-badges{display:flex;flex-wrap:wrap;gap:4px}.so-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:default}.so-badge svg{width:20px;height:20px;display:block}.so-badge:after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100%+10px);transform:translateX(-50%);white-space:nowrap;background:#24323c;color:#fff;padding:7px 10px;border-radius:7px;font-size:10px;font-weight:700;line-height:1;opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease;z-index:30;box-shadow:0 8px 18px rgba(15,23,42,.14)}.so-badge:before{content:"";position:absolute;left:50%;bottom:calc(100%+4px);transform:translateX(-50%) rotate(45deg);width:8px;height:8px;background:#24323c;opacity:0;visibility:hidden;transition:.18s ease;z-index:30}.so-badge:hover:after,.so-badge:hover:before{opacity:1;visibility:visible}.so-badge-ver svg{fill:#43ceae}.so-badge-exp svg{fill:#efbb67}.so-offer-title{grid-area:title;margin:0;font-size:20px;line-height:1.24;font-weight:800;letter-spacing:-.02em}.so-offer-title a{text-decoration:none;color:#101010}.so-offer-title a:hover{color:#16846e}.so-offer-desc{grid-area:desc;margin:0;font-size:12px;line-height:1.72;color:#6a6a6a}.so-offer-links{grid-area:links;display:flex;align-items:center;gap:14px;margin-top:2px}.so-details-toggle{font-family:inherit;display:inline-flex;align-items:center;gap:2px;padding:0;border:0;background:none;color:#6a6a6a;font-size:12px;font-weight:400;cursor:pointer;line-height:1.2}.so-details-toggle svg{width:16px;height:16px;fill:rgb(32 149 122);transition:.2s ease}.so-details-toggle.is-open svg{transform:rotate(180deg)}.so-details-toggle:hover{color:#111;text-decoration:underline}.so-cta{grid-area:cta;display:flex;justify-content:flex-end;align-self:center}.so-btn{position:relative;display:flex;align-items:center;justify-content:flex-start;width:174px;max-width:100%;height:56px;border:0;border-radius:14px;text-decoration:none;overflow:hidden;box-shadow:inset 0 -1px 0 rgba(0,0,0,.08);transition:transform .16s ease,box-shadow .16s ease}.so-btn:hover{transform:translateY(-1px)}.so-btn-label{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:56px;color:#fff;font-size:15px;font-weight:800;letter-spacing:.04em;padding:0 18px;text-transform:uppercase}.so-btn-code{background:#e6fbf5}.so-btn-code:hover .so-btn-label{background:#36c2a3}.so-btn-deal{background:#2ba488}.so-btn-deal:hover{background:#218d75;box-shadow:0 6px 14px rgba(43,164,136,.18)}.so-btn-code .so-btn-label{width:132px;background:#43ceae}.so-btn-deal .so-btn-label{width:100%;background:#2ba488;clip-path:none}.so-code{position:absolute;right:0;top:0;width:100%;height:56px;padding-right:10px;display:flex;align-items:center;justify-content:flex-end;background:#e6fbf5;color:#e7a554;font-size:14px;font-weight:800;letter-spacing:0;white-space:nowrap;z-index:1}.so-terms{display:none;padding:0 18px 16px}.so-terms.is-open{display:block}.so-terms-box{padding:10px 0 0;border-top:1px solid #edf2f1;background:transparent;border-radius:0;overflow:visible}.so-terms ul{margin:0;}.so-terms li{font-size:12px;line-height:1.85;color:#707070}.so-news{margin-top:14px;overflow:hidden}.so-news-in{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:18px;align-items:center;padding:22px;background:#fff}.so-news h2{margin:0 0 6px;font-size:20px;line-height:1.18;font-weight:800;letter-spacing:-.03em;color:#101010;max-width:420px}.so-news p{margin:0;font-size:13px;line-height:1.7;color:#667085}.so-news-form{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.so-news-form input[type=email]{width:270px;max-width:100%;height:48px;padding:0 14px;border:1px solid #dbe7e3;border-radius:13px;background:#fff;font-size:13px;color:#101010;outline:none}.so-news-form input[type=email]:focus{border-color:#43ceae;box-shadow:0 0 0 4px rgba(67,206,174,.1)}.so-news-form input[type=submit]{height:48px;padding:0 18px;border:0;border-radius:13px;background:#43ceae;color:#fff;font-size:13px;font-weight:800;cursor:pointer;font-family:'DM Sans';}.so-news-form input[type=submit]:hover{background:#38c0a2}.so-news-line{height:7px;background:repeating-linear-gradient(-45deg,#e8f8f3 0 8px,#fff4cf 8px 16px,#ffffff 16px 24px)}.so-offer-tablewrap{margin-top:14px;padding:18px}.so-offer-tablewrap h3{margin:0 0 12px;font-size:18px;line-height:1.2;font-weight:800;color:#101010;padding-bottom:2px}.so-offer-table{width:100%;border-collapse:collapse;table-layout:fixed}.so-offer-table th,.so-offer-table td{padding:14px 10px;border-top:1px solid #eef2f1;text-align:left;font-size:12px;line-height:1.65;color:#707070;word-break:break-word}.so-offer-table th:nth-child(1),.so-offer-table td:nth-child(1){width:60%}.so-offer-table th:nth-child(2),.so-offer-table td:nth-child(2){width:18%}.so-offer-table th:nth-child(3),.so-offer-table td:nth-child(3){width:26%}.so-offer-table th{padding-top:15px;padding-bottom:15px;border-top:0;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#8b96a5;background:#f9f9f9}.so-offer-table tr{cursor:pointer}.so-offer-table tr:hover td{background:#fbfcfc}.so-offer-table a{text-decoration:none;font-weight:500;display:block;font-size:14px;}.so-offer-table a:hover{color:#16846e}.so-table-desc{display:block;color:#64748b;font-size:11px;line-height:1.65;margin-top:4px;max-width:88%}.so-copy,.so-expired,.so-apply,.so-sidecard{padding:20px}.so-copy,.so-expired,.so-apply{margin-top:14px}.so-copy h3,.so-expired h4,.so-apply h3,.so-sidecard h3{margin:0 0 12px;font-size:20px;line-height:1.18;font-weight:800;letter-spacing:-.03em;color:#101010}.so-copy p{margin:0;font-size:13px;line-height:1.9;color:#707070}.so-expired-list{display:grid;gap:10px}.so-expired-item{padding:14px 15px;border:1px solid #f0e7e7;background:#fff9f9;border-radius:15px}.so-expired-item h3{margin:0 0 5px;font-size:15px;line-height:1.34;font-weight:700}.so-expired-item h3 a{text-decoration:none;color:#374151}.so-expired-item p{margin:0;font-size:12px;line-height:1.72;color:#6b7280}.so-apply{padding:20px}.so-apply p{margin:0 0 12px;font-size:13px;line-height:1.72;color:#6a6a6a}.so-apply-slider{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;align-items:start}.so-apply-left{display:grid;gap:10px;align-content:start}.so-apply-step{display:grid;grid-template-columns:40px minmax(0,1fr);font-family:unset;gap:4px;align-items:start;width:100%;padding:13px 14px;border:1px solid #e5efec;border-radius:18px;background:#fff;text-align:left;cursor:pointer;transition:.18s ease}.so-apply-step:hover{border-color:#ffd04c;background:#fff6da}.so-apply-step.is-active{border-color:#ffd04c;background:#fffbef;box-shadow:0 8px 18px rgba(67,206,174,.08)}.so-step-no{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffeaaf;color:#141414;font-size:13px;font-weight:800;border:1px solid #ffd04c}.so-step-copy{display:block}.so-step-copy h4,.so-step-copy strong{display:block;margin:0 0 4px;font-size:15px;line-height:1.28;font-weight:800;color:#101010}.so-step-copy p,.so-step-copy em{display:block;margin:0;font-style:normal;font-size:12px;line-height:1.65;color:#6a6a6a}.so-apply-right{display:grid;gap:10px}.so-apply-frame{padding:16px;border-radius:22px;background:#f9f9f9;border:1px solid #e8efec}.so-apply-track{position:relative;min-height:260px}.so-apply-slide{display:none;animation:soFade .22s ease}.so-apply-slide.is-active{display:block}@keyframes soFade{from{opacity:.3;transform:translateY(4px)}to{opacity:1;transform:none}}.so-stage-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.so-stage-top strong{font-size:13px;line-height:1.2;color:#101010}.so-stage-dots{display:flex;gap:5px}.so-stage-dots span{width:7px;height:7px;border-radius:50%;background:#d7dfdb;display:block}.so-stage-dots span.active{background:#43ceae}.so-stage-card,.so-stage-popup,.so-stage-checkout,.so-check-applied{border-radius:16px}.so-stage-card{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:10px;align-items:center;padding:14px;border:1px solid #e6efec;background:#fff;min-height:112px}.so-stage-copy h5{margin:0 0 5px;font-size:16px;line-height:1.3;font-weight:800;color:#101010}.so-stage-copy p{margin:0;font-size:12px;line-height:1.6;color:#64748b}.so-stage-btn{position:relative;height:44px;border-radius:12px;background:#43ceae;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;letter-spacing:.03em;padding-right:42px}.so-stage-btn:after{content:"COME";position:absolute;right:0;top:0;width:44px;height:44px;background:#e6fbf5;color:#065f46;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.so-stage-btn.apply{padding-right:0;background:#2ba488}.so-stage-btn.apply:after{display:none}.so-stage-popup{padding:14px;border:1px solid #e6efec;background:#fff}.so-popup-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.so-popup-logo{width:34px;height:34px;border-radius:8px;border:1px solid #e7ecea;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.so-popup-logo img{max-width:80%;max-height:80%;display:block}.so-popup-code{display:flex;align-items:center;justify-content:center;min-height:48px;border:1px dashed #bde5d6;background:#f5fcf8;border-radius:12px;font-size:18px;font-weight:800;color:#101010;letter-spacing:.05em;margin-bottom:10px}.so-popup-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.so-popup-actions span{height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.so-popup-actions .copy{background:#43ceae;color:#fff}.so-popup-actions .visit{background:#f4f7f6;color:#101010;border:1px solid #e4ece8}.so-stage-checkout{display:grid;gap:10px;padding:14px;border:1px solid #e6efec;background:#fff}.so-check-field{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 12px;border:1px solid #e8efec;border-radius:12px;background:#fff}.so-check-field strong{font-size:12px;color:#101010}.so-check-field span{font-size:11px;color:#64748b}.so-check-applied{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;border:1px solid #cfe9de;background:#f4fcf8}.so-check-applied strong{font-size:12px;color:#101010}.so-check-applied span{font-size:11px;color:#0f8f71;font-weight:700}.so-apply-nav{display:flex;align-items:center;justify-content:center;gap:10px}.so-apply-prev,.so-apply-next{width:36px;height:36px;border:1px solid #dbe7e3;background:#fff;border-radius:999px;font-size:20px;line-height:1;color:#101010;cursor:pointer}.so-apply-pagers{display:flex;gap:6px}.so-apply-pagers button{width:11px;height:11px;border:0;border-radius:50%;background:#cfd8d5;cursor:pointer;padding:0}.so-apply-pagers button.is-active{background:#43ceae}.so-apply-note{padding:11px 13px;border-radius:14px;background:#fffbef;border:1px solid #ffd04c;font-size:12px;line-height:1.65;color:#6a6a6a}.so-side{display:grid;gap:10px;position:sticky;top:18px}.so-sidecard h4{margin:12px 0 6px;font-size:12px;line-height:1.5;font-weight:800;color:#1f2937}.so-sidecard p{margin:0;font-size:12px;line-height:1.82;color:#667085}.so-side-list{display:grid;gap:10px}.so-side-item{padding-top:10px;border-top:1px dashed #e5ece9}.so-side-item:first-child{padding-top:0;border-top:0}.so-catgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;list-style:none;margin:0;padding:0}.so-catgrid li a{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:50px;padding:12px 13px;border-radius:16px;background:#f9f9f9;text-decoration:none;color:#334155;transition:.2s ease}.so-catgrid li a:hover{border-color:#bfe7dc;background:#f3fbf8;transform:translateY(-1px)}.so-catgrid strong{display:block;font-size:12px;line-height:1.35;font-weight:800;color:#1f2937}.so-catgrid span{display:block;margin-top:4px;font-size:11px;line-height:1.5;color:#6b7280}.so-bread{padding:4px 2px 0;display:flex;justify-content:center;}.so-bread ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.so-bread li{font-size:11px;color:#6b7280}.so-bread a{text-decoration:none;color:#16846e;font-weight:700}.so-share-hide{display:none}.so-pop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;z-index:9999}.so-pop[hidden]{display:none!important}.so-pop-backdrop{position:absolute;inset:0;background:rgb(99 201 178 / 5%);backdrop-filter:blur(4px);filter:brightness(0.35);}.so-pop-panel{position:relative;width:100%;max-width:500px;background:#fff;border:1px solid #e7ecea;border-radius:26px;box-shadow:0 28px 80px rgba(15,23,42,.22);overflow:hidden;z-index:2}.so-pop-close{position:absolute;right:14px;top:14px;z-index:4;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e7ecea;color:#101010;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:18px;font-weight:700;box-shadow:0 8px 18px rgba(15,23,42,.08);cursor:pointer}.so-pop-head{padding:24px 22px 16px;text-align:center;background:#fff;border-bottom:1px solid #edf2f1}.so-pop-logo-lg{width:72px;height:72px;margin:0 auto 12px;border-radius:50%;background:#fff;border:1px solid #e7ecea;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(15,23,42,.06);overflow:hidden}.so-pop-logo-lg img{width:100%;height:100%;object-fit:contain;display:block}.so-pop-head h3{margin:0;font-size:22px;line-height:1.1;font-weight:800;letter-spacing:-.04em;color:#101010}.so-pop-head h5{margin:8px 0 0;font-size:12px;line-height:1.7;color:#64748b;font-weight:600}.so-pop-body{padding:18px 22px 22px;text-align:center}.so-pop-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0 0 14px}.so-pop-meta span{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;border:1px solid #e4ece8;background:#f8fbfa;color:#334155;font-size:11px;font-weight:700}.so-pop-codebox{display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 0 8px;margin-bottom:0}.so-pop-codebox span{display:flex;align-items:center;justify-content:center;width:auto;min-width:250px;max-width:100%;min-height:55px;padding:0 18px;border-radius:14px;background:#fff7e0;border:1px solid #ffeaaf;color:#26cda6;font-size:22px;font-weight:800;letter-spacing:.08em;position:relative;transition:.18s ease}.so-pop-codebox span.is-selected::selection{color:#fff;background:#43ceae}.so-pop-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;width:100%}.so-pop-actions button,.so-pop-actions a,.so-pop-visit{font-family:unset;height:50px;min-width:138px;max-width:168px;padding:0 18px;border:0;border-radius:12px;font-size:13px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.so-pop-actions button{background:#43ceae;color:#fff}.so-pop-actions button:hover{background:#38bfa0}.so-pop-actions button.is-copied{background:#43ceae}.so-pop-actions a,.so-pop-visit{background:#2ba488;color:#fff!important}.so-pop-actions a:hover,.so-pop-visit:hover{background:#218d75}.so-pop-textlink{display:inline-block;margin-top:2px;color:#6a6a6a;font-size:13px;font-weight:500;}.so-pop-textlink:hover{color:#101010}.so-pop-copy{padding:12px 0 0;border-radius:16px}.so-pop-copy h4{margin:0 0 8px;font-size:15px;line-height:1.25;font-weight:700;color:#101010}.so-pop-copy p{margin:0;font-size:13px;line-height:1.6;color:#6a6a6a}.so-pop-copy.is-deal{padding:10px 0 0}.so-pop-deal-icon{width:44px;height:44px;margin:0 auto 12px;border-radius:50%;background:#e7faf4;color:#2ba488;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800}.so-pop-copy.is-deal h4{margin:0 0 8px;font-size:26px;line-height:1.08;font-weight:800;color:#101010}.so-pop-copy.is-deal p{max-width:390px;margin:0 auto;font-size:13px;line-height:1.7;color:#6a6a6a}.so-pop-actions-deal{margin-top:14px}.so-pop-toggle{font-family:unset;display:inline-block;margin:12px auto 0;padding:0;border:0;background:none;color:#6a6a6a;font-size:12px;font-weight:500;text-decoration:underline;cursor:pointer}.so-pop-toggle:hover,.so-pop-toggle.is-open{color:#101010}.so-pop-drawer{max-height:0;overflow:hidden;opacity:0;transform:translateY(10px);transition:max-height .3s ease,opacity .24s ease,transform .24s ease}.so-pop-drawer.is-open{max-height:280px;opacity:1;transform:translateY(0)}.so-pop-sheet{margin-top:10px;padding:16px;border:1px solid #e8efec;border-radius:18px;background:#fcfdfd;text-align:left}.so-pop-sheet-row{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:flex-start}.so-pop-sheet-row+.so-pop-sheet-row{margin-top:12px}.so-pop-sheet-ico{width:38px;height:38px;border-radius:12px;background:#eff0ff;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.so-pop-sheet-row strong{display:block;margin:0 0 4px;font-size:14px;line-height:1.2;font-weight:800;color:#101010}.so-pop-sheet-row p{margin:0;font-size:12px;line-height:1.55;color:#6a6a6a}.so-pop-sheet-note{margin-top:14px;padding:11px 13px;border-radius:14px;background:#fffbef;border:1px solid #fbf4df;font-size:11px;line-height:1.45;color:#6a6a6a;}.so-pop-note{margin-top:3px;padding:11px 13px;border-radius:14px;background:#fffbef;border:1px solid #fbf4df;font-size:11px;line-height:1.35;color:#6a6a6a}@media(max-width:1200px){.so-page{max-width:1180px}.so-layout{grid-template-columns:minmax(0,1fr) 296px}.so-hero h1{font-size:26px}}@media(max-width:1024px){.so-page{padding:15px 10px 30px}.so-top{grid-template-columns:250px minmax(0,1fr);gap:10px}.so-layout{grid-template-columns:minmax(0,1fr) 275px;gap:10px}.so-hero h1{font-size:24px}.so-storetitle{font-size:20px}.so-side{top:14px}.so-apply-slider{grid-template-columns:280px minmax(0,1fr)}.so-apply-track{min-height:270px}.so-offer-main{grid-template-columns:minmax(0,1fr) 182px}.so-offer-table th:nth-child(1),.so-offer-table td:nth-child(1){width:54%}.so-offer-table th:nth-child(2),.so-offer-table td:nth-child(2){width:18%}.so-offer-table th:nth-child(3),.so-offer-table td:nth-child(3){width:28%}.so-storemeta svg{width:15px;height:15px;display:block;flex:0 0 15px}.so-storemeta div{font-size:11px;gap:5px;}.so-storecard{padding:12px;gap:10px;}.so-heading h2{font-size:18px;}}@media(max-width:900px){.so-layout{grid-template-columns:1fr}.so-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.so-news-in{grid-template-columns:1fr}.so-news-form{justify-content:flex-start}.so-apply-slider{grid-template-columns:1fr}.so-apply-track{min-height:auto}.so-apply-frame{padding:12px}}@media(max-width:640px){.so-page{padding:10px 10px 24px}.so-top{grid-template-columns:1fr;gap:0;margin-bottom:10px}.so-card,.so-sidecard,.so-storecard,.so-news,.so-copy,.so-expired,.so-apply,.so-offer-tablewrap{border-radius:20px}.so-storecard{padding:16px 16px 8px;align-items:center;justify-content:center;gap:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0;box-shadow:0 6px 16px rgba(15,23,42,.04)}.so-storelogo{width:80px;height:80px;border-radius:18px;margin:0 auto}.so-storetitle,.so-storemeta,.so-heading p,.so-side>.so-sidecard:nth-child(-n+2),.so-bread,.so-heading h2,.so-news{display:none}.so-hero{padding:0 16px 16px;border-top-left-radius:0;border-top-right-radius:0;border-top:0;box-shadow:0 6px 16px rgba(15,23,42,.04)}.so-hero h1{font-size:18px;line-height:1.18;margin:0 0 8px;text-align:center}.so-hero p{font-size:12px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;position:relative;text-align:center}.so-top .so-storecard+.so-card.so-hero{margin-top:-1px}.so-feed{gap:10px}.so-offer-main{grid-template-columns:1fr;grid-template-areas:"badges" "title" "desc" "cta" "links";gap:10px;padding:14px}.so-offer-title{font-size:20px}.so-offer-desc{font-size:11px;line-height:1.66}.so-cta{justify-content:flex-start}.so-btn{height:54px}.so-btn-label{height:54px;padding:0 14px}.so-code{height:54px;padding-right:14px;font-size:14px}.so-offer-links{margin-top:2px;order:5}.so-offer-tablewrap{padding:14px;overflow:hidden}.so-offer-table,.so-offer-table tbody{display:block;width:100%}.so-offer-table thead{display:none}.so-offer-table tr{display:flex;padding:10px 0;border-top:1px solid #eef2f1}.so-offer-table td{display:block;padding:3px 0;border:0;text-align:left;width:100%}.so-offer-table td:nth-child(1):before{content:"Offer";display:block;font-size:10px;font-weight:800;color:#8b96a5;text-transform:uppercase;margin-bottom:2px}.so-offer-table td:nth-child(2):before{content:"Type";display:block;font-size:10px;font-weight:800;color:#8b96a5;text-transform:uppercase;margin-bottom:2px}.so-offer-table td:nth-child(3):before{content:"Code preview";display:block;font-size:10px;font-weight:800;color:#8b96a5;text-transform:uppercase;margin-bottom:2px}.so-side{grid-template-columns:1fr}.so-side>.so-sidecard:nth-child(3){margin-top:0}.so-catgrid{grid-template-columns:1fr 1fr}.so-copy,.so-expired{padding:16px}.so-apply{padding:16px}.so-apply h3{font-size:18px}.so-apply p{font-size:12px;line-height:1.65}.so-apply-slider{grid-template-columns:1fr;gap:12px}.so-apply-left{gap:8px}.so-apply-step{padding:10px 12px}.so-step-copy strong,.so-step-copy h4{font-size:14px}.so-step-copy em,.so-step-copy p{font-size:12px}.so-apply-right{gap:8px}.so-apply-frame{padding:10px}.so-apply-track{min-height:auto}.so-stage-card{grid-template-columns:minmax(0,1fr) 96px}.so-apply-nav{margin-top:2px}.so-pop{padding:10px}.so-pop-panel{max-width:100%;border-radius:22px}.so-pop-head{padding:20px 16px 14px}.so-pop-head h3{font-size:21px}.so-pop-body{padding:14px 16px 16px}.so-pop-codebox span{font-size:21px;min-width:0;width:auto;max-width:100%}.so-pop-actions{gap:8px}.so-pop-actions button,.so-pop-actions a,.so-pop-visit{min-width:120px;max-width:160px;height:42px;padding:0 16px}.so-pop-textlink{font-size:12px}.so-pop-copy{padding:12px 4px 0}.so-pop-copy.is-deal h4{font-size:23px}.so-pop-toggle{font-size:13px}.so-pop-sheet{padding:14px}.so-pop-sheet-row{grid-template-columns:34px minmax(0,1fr);gap:10px}.so-pop-sheet-ico{width:34px;height:34px;font-size:16px}.so-success-burst{display:none}.so-scene-row{grid-template-columns:minmax(0,1fr) 108px}.so-scene-offer-copy h5{font-size:14px}.so-scene-offer-copy p{font-size:11px}.so-stage-btn-demo{width:108px;height:40px}.so-stage-btn-demo-label{width:70px;height:40px;font-size:10px}.so-stage-btn-demo-code{width:38px;height:40px;font-size:9px}.so-basket-promo-row{grid-template-columns:minmax(0,1fr) 104px}.so-basket-apply-btn{height:40px}.so-pop-actions-deal .so-pop-visit{min-width:140px}}.so-stage-scene,.so-stage-popup-demo,.so-stage-basket,.so-stage-success{position:relative;border:1px solid #e6efec;background:#fff;border-radius:16px;padding:14px}.so-scene-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:10px;align-items:center;min-height:110px}.so-scene-offer-copy h5{margin:0 0 5px;font-size:16px;line-height:1.3;font-weight:800;color:#101010}.so-scene-offer-copy p{margin:0;font-size:12px;line-height:1.6;color:#64748b}.so-stage-btn-demo{position:relative;display:flex;align-items:center;width:132px;height:44px;border-radius:12px;overflow:hidden;background:#e6fbf5}.so-stage-btn-demo-label{display:flex;align-items:center;justify-content:center;width:88px;height:44px;background:#43ceae;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;transition:background .18s ease}.so-stage-btn-demo-code{display:flex;align-items:center;justify-content:center;width:30px;height:44px;color:#e7a554;font-size:10px;font-weight:800}.so-demo-cursor{position:absolute;width:18px;height:26px;pointer-events:none;opacity:0;z-index:4;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 26'><path fill='%23ffffff' stroke='%23000000' stroke-width='1.4' stroke-linejoin='round' d='M2 1.5v18.2l4.5-4.2 2.8 7.5 3.1-1.2-2.8-7.4h6.1z'/></svg>") no-repeat center/contain}.so-demo-cursor-step1{right:80px;top:68px}.so-demo-cursor-step2{left:155px;bottom:5px}.so-demo-cursor-step3a{left:454px;top:94px}.so-demo-cursor-step3b{right:62px;bottom:24px}.so-popup-code-demo span{display:inline-block;padding:1px 4px;border-radius:0;background:linear-gradient(90deg,#c7ced6 0 0) left center/0 78% no-repeat}.so-copy-demo{position:relative;overflow:hidden}.so-copy-txt{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity .18s ease}.so-copy-default{opacity:1}.so-copy-done{opacity:0}.so-stage-basket{display:grid;gap:10px}.so-basket-line{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:#556372}.so-basket-line strong{color:#101010}.so-basket-muted strong{font-weight:600;color:#64748b}.so-basket-promo{padding:12px;border:1px solid #e8efec;border-radius:14px;background:#f9fcfb}.so-basket-promo label{display:block;margin:0 0 8px;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.so-basket-promo-row{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:8px;align-items:center}.so-basket-code-field{display:flex;align-items:center;min-height:42px;padding:0 12px;border:1px solid #d7e8e3;border-radius:10px;background:#fff}.so-basket-code-text{display:inline-block;font-size:12px;font-weight:800;color:#64748b}.so-basket-apply-btn{display:flex;align-items:center;justify-content:center;height:42px;border-radius:10px;background:#2ba488;color:#fff;font-size:11px;font-weight:800}.so-stage-success{padding:16px;border:1px solid #d8eee6;overflow:hidden}.so-success-head{margin:0 0 10px;font-size:14px;font-weight:800;color:#101010}.so-success-lines{display:grid;gap:8px}.so-success-line{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#707070}.so-success-line strong{color:#101010}.so-success-discount span,.so-success-discount strong{color:#2ba488;font-weight:800}.so-success-total{padding-top:8px;border-top:1px solid #d8eee6}.so-success-total span,.so-success-total strong{font-size:13px;font-weight:800;color:#101010}.so-success-badge{margin-top:12px;display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 15px;border-radius:999px;background:#43ce4e;color:#fff;font-size:12px;font-weight:500}.so-success-burst{position:absolute;right:14px;top:8px;width:54px;height:54px;pointer-events:none}.so-success-burst span{position:absolute;width:8px;height:8px;border-radius:50%;background:#43ce4e;opacity:0}.so-success-burst span:nth-child(1){left:8px;top:18px}.so-success-burst span:nth-child(2){left:24px;top:6px}.so-success-burst span:nth-child(3){right:8px;top:18px}.so-success-burst span:nth-child(4){left:18px;bottom:8px}.so-success-burst span:nth-child(5){right:16px;bottom:10px}.so-apply-slide.is-run .so-demo-cursor-step1{animation:soStep1Cursor .9s ease forwards}.so-apply-slide.is-run .so-stage-btn-demo-label{animation:soStep1Btn .9s ease forwards}.so-apply-slide.is-run .so-demo-cursor-step2{animation:soStep2Cursor .9s ease forwards}.so-apply-slide.is-run .so-popup-code-demo span{animation:soStep2Select .9s ease forwards}.so-apply-slide.is-run .so-copy-default{animation:soStep2CopyOut .9s ease forwards}.so-apply-slide.is-run .so-copy-done{animation:soStep2CopyIn .9s ease forwards}.so-apply-slide.is-run .so-copy-demo{animation:soStep2CopyBtn .9s ease forwards}.so-apply-slide.is-run .so-demo-cursor-step3a{animation:soStep3CursorA .8s ease forwards}.so-apply-slide.is-run .so-basket-code-text{animation:soStep3Paste .8s ease forwards}.so-apply-slide.is-run .so-demo-cursor-step3b{animation:soStep3CursorB 1.1s ease forwards}.so-apply-slide.is-run .so-basket-apply-btn{animation:soStep3Apply .7s ease .45s forwards}.so-apply-slide.is-run .so-success-badge{animation:soStep4Badge .8s ease forwards}.so-apply-slide.is-run .so-success-discount{animation:soStep4Row .7s ease forwards}.so-apply-slide.is-run .so-success-total{animation:soStep4Row .9s ease forwards}.so-apply-slide.is-run .so-success-burst span:nth-child(1){animation:soBurst .7s ease .05s forwards}.so-apply-slide.is-run .so-success-burst span:nth-child(2){animation:soBurst .7s ease .12s forwards}.so-apply-slide.is-run .so-success-burst span:nth-child(3){animation:soBurst .7s ease .18s forwards}.so-apply-slide.is-run .so-success-burst span:nth-child(4){animation:soBurst .7s ease .25s forwards}.so-apply-slide.is-run .so-success-burst span:nth-child(5){animation:soBurst .7s ease .32s forwards}@keyframes soStep1Cursor{0%{opacity:0;transform:translate(8px,-8px) scale(1)}30%{opacity:1}100%{opacity:1;transform:translate(-8px,8px) scale(.94)}}@keyframes soStep1Btn{0%,55%{background:#43ceae}70%,100%{background:#36c2a3}}@keyframes soStep2Cursor{0%{opacity:0;transform:translate(12px,-10px) scale(1)}35%{opacity:1}100%{opacity:1;transform:translate(0,0) scale(.94)}}@keyframes soStep2Select{0%{background-size:0 78%;color:#2c2c2c}100%{background-size:100% 78%;color:#2c2c2c}}@keyframes soStep2CopyOut{0%,55%{opacity:1}60%,100%{opacity:0}}@keyframes soStep2CopyIn{0%,55%{opacity:0}60%,100%{opacity:1}}@keyframes soStep2CopyBtn{0%,55%{background:#43ceae}60%,100%{background:#2fb797}}@keyframes soStep3CursorA{0%{opacity:0;transform:translate(18px,-8px) scale(1)}40%{opacity:1}100%{opacity:1;transform:translate(0,0) scale(.94)}}@keyframes soStep3Paste{0%,35%{color:transparent;background:transparent}55%,100%{color:#101010;background:#dff7ef;padding:2px 6px;border-radius:6px}}@keyframes soStep3CursorB{0%,45%{opacity:0;transform:translate(10px,-6px) scale(1)}70%{opacity:1}100%{opacity:1;transform:translate(0,0) scale(.94)}}@keyframes soStep3Apply{0%,35%{background:#2ba488}55%,100%{background:#218d75}}@keyframes soStep4Badge{0%{transform:scale(.85);opacity:.2}100%{transform:scale(1);opacity:1}}@keyframes soStep4Row{0%{opacity:.25;transform:translateY(4px)}100%{opacity:1;transform:none}}@keyframes soBurst{0%{opacity:0;transform:scale(.4) translateY(0)}60%{opacity:1}100%{opacity:0;transform:scale(1.1) translateY(-10px)}}@media(max-width:640px){.so-scene-row{grid-template-columns:minmax(0,1fr) 108px}.so-scene-offer-copy h5{font-size:14px}.so-scene-offer-copy p{font-size:11px}.so-stage-btn-demo{width:108px;height:40px}.so-stage-btn-demo-label{width:70px;height:40px;font-size:10px}.so-stage-btn-demo-code{width:38px;height:40px;font-size:9px}.so-basket-promo-row{grid-template-columns:minmax(0,1fr) 104px}.so-basket-apply-btn{height:40px}.so-success-burst{display:none}.so-table-desc{display:none;}.so-offer-table td:nth-child(1){width:50%}.so-offer-table td:nth-child(2){width:25%}.so-offer-table td:nth-child(3){width:25%}.so-offer-table a{font-size:12px;}}.so-apply-slide.is-run .so-stage-btn-demo-label{animation:soStep1Btn .9s ease forwards}@media(max-width:1024px){.so-demo-cursor-step3a{left:279px;top:96px}.so-demo-cursor-step2{left:115px;bottom:15px}}