.cp-region-hero{background:linear-gradient(135deg,var(--brand-soft-peach) 0%,#fff5e0 50%,#ffffff 100%);padding:3rem 1.5rem}.cp-region-hero__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cp-region-hero__content{max-width:480px}.cp-region-hero__icon{width:48px;height:48px;border-radius:50%;background:var(--brand-accent-light);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.cp-region-hero__icon svg{width:24px;height:24px;color:var(--brand-accent)}.cp-region-hero__title{font-size:2.5rem;font-weight:900;line-height:1.1;margin-bottom:.75rem;color:var(--text-primary)}.cp-region-hero__title-accent{color:var(--brand-primary)}.cp-region-hero__desc{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.cp-region-hero__flags{display:flex;align-items:center}.cp-region-hero__flag{width:40px;height:40px;border-radius:50%;border:2.5px solid #fff;overflow:hidden;margin-left:-8px;background:#f1f5f9}.cp-region-hero__flag:first-child{margin-left:0}.cp-region-hero__flag img{width:100%;height:100%;object-fit:cover}.cp-region-hero__flag-more{width:40px;height:40px;border-radius:50%;border:2.5px solid #fff;margin-left:-8px;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:var(--text-secondary)}.cp-region-hero__search{width:100%;max-width:420px}.cp-region-hero__search-wrap{position:relative}.cp-region-hero__search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--text-muted);pointer-events:none}.cp-region-hero__search-input{width:100%;padding:16px 20px 16px 50px;border:1px solid var(--border-default);border-radius:var(--radius-lg);font-size:1rem;font-family:inherit;background:#fff;color:var(--text-primary);box-shadow:var(--shadow-sm);outline:none;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.cp-region-hero__search-input:focus{border-color:var(--brand-accent);box-shadow:0 0 0 4px rgba(var(--brand-accent-rgb),.12)}.cp-region-hero__search-input::placeholder{color:var(--text-muted)}.cp-region-hero__search-clear{display:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:none;background:none;cursor:pointer;padding:0;color:var(--text-muted)}.cp-region-hero__search-clear.is-visible{display:flex;align-items:center;justify-content:center}.cp-region-hero__search-clear svg{width:16px;height:16px}.cp-country-hero{background:linear-gradient(135deg,var(--brand-soft-peach) 0%,#fff5e0 50%,#ffffff 100%);padding:2.5rem 1.5rem}.cp-country-hero__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:2.5rem}.cp-country-hero__content{flex:1}.cp-country-hero__badge{display:inline-flex;align-items:center;gap:6px;background:#fff;padding:5px 14px;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;color:var(--brand-accent);margin-bottom:1rem;box-shadow:var(--shadow-sm)}.cp-country-hero__badge svg{width:14px;height:14px}.cp-country-hero__title{font-size:2.5rem;font-weight:900;line-height:1.1;margin-bottom:.75rem;color:var(--text-primary)}.cp-country-hero__title-accent{color:var(--brand-primary)}.cp-country-hero__desc{font-size:1rem;color:var(--text-secondary);max-width:460px;line-height:1.6;margin-bottom:1.25rem}.cp-country-hero__features{display:flex;gap:1.5rem;flex-wrap:wrap}.cp-country-hero__feature{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:var(--text-secondary)}.cp-country-hero__feature svg{width:18px;height:18px;color:var(--color-success)}.cp-country-hero__media{flex:0 0 280px}.cp-country-hero__image-wrap{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}.cp-country-hero__image{width:100%;height:220px;object-fit:cover;display:block}.cp-country-hero__overlay{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;background:linear-gradient(transparent,#0009);color:#fff;display:flex;align-items:center;gap:10px}.cp-country-hero__overlay-flag{font-size:1.5rem}.cp-country-hero__overlay-title{font-weight:700;font-size:.9rem}.cp-country-hero__overlay-price{font-size:.75rem;opacity:.9}.cp-filters{max-width:1100px;margin:0 auto;padding:2rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.cp-filters__tabs{display:flex;background:#f1f5f9;border-radius:var(--radius-full);padding:4px;gap:0}.cp-filter-tab{padding:8px 20px;border-radius:var(--radius-full);font-size:.85rem;font-weight:600;color:var(--text-secondary);background:transparent;border:none;cursor:pointer;font-family:inherit;transition:all var(--transition-fast);white-space:nowrap}.cp-filter-tab.is-active{background:#fff;color:var(--text-primary);box-shadow:0 1px 4px #0000001a}.cp-filters__sort{position:relative;display:flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:.85rem;padding:8px 14px;border:1px solid var(--border-default);border-radius:var(--radius-full);background:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.cp-filters__sort .material-symbols-outlined{font-size:18px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.cp-filters__sort-label{font-weight:600;color:var(--text-primary)}.cp-filters__sort-chevron{transition:transform var(--transition-fast)}.cp-sort-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);min-width:200px;max-height:280px;overflow-y:auto;z-index:200}.cp-sort-dropdown.is-open{display:block}.cp-sort-option{padding:10px 16px;cursor:pointer;font-size:.85rem;color:var(--text-primary);transition:background var(--transition-fast)}.cp-sort-option:hover{background:#f8fafc}.cp-sort-option.is-active{background:var(--brand-accent-light);color:var(--brand-accent);font-weight:600}.cp-pill-filters{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 0}.cp-pill-filters__group{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.cp-pill-filters__label{font-size:.8rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;min-width:100px}.cp-pill{padding:6px 16px;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;color:var(--text-secondary);background:#e8edf2;border:none;cursor:pointer;font-family:inherit;transition:all var(--transition-fast)}.cp-pill.is-active{background:var(--brand-accent);color:#fff}.cp-grid{max-width:1100px;margin:0 auto;padding:0 1.5rem 1.5rem}.cp-grid__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:1.5rem}.cp-grid__empty{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:1rem}.pc{background:var(--bg-white);border-radius:var(--radius-xl);border:1px solid var(--border-default);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow var(--transition-normal),transform var(--transition-normal)}.pc:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pc__header{padding:.75rem 1.25rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:1rem}.pc__flag{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:none;box-shadow:none;border:none}.pc__flag--round{border-radius:6px}.pc__flag img{width:100%;height:100%;object-fit:cover}.pc__flag--icon{width:48px;height:48px;border-radius:50%;background:var(--brand-accent-light);display:flex;align-items:center;justify-content:center;border:none;box-shadow:none}.pc__flag--icon svg{width:28px;height:28px;color:var(--brand-accent)}.pc__carrier-logo img{height:40px;width:auto;max-width:100px;object-fit:contain;opacity:.7}.pc__carrier-logo--sm img{height:22px}.pc__carrier-logo--lg img{height:52px}.pc__carrier-logo--md img{height:56px}.pc__carrier-logo--xl img{height:90px}.pc__carrier-logo--text span{font-size:.75rem;font-weight:700;color:#94a3b8}.pc__title-group{flex:1;min-width:0}.pc__name{font-size:1.2rem;font-weight:800;line-height:1.2;margin-bottom:2px}.pc__name a{color:inherit;text-decoration:none}.pc__carriers{font-size:.78rem;color:var(--text-muted);font-weight:500}.pc__carrier-logo{flex-shrink:0;text-align:right;margin-left:auto;align-self:flex-start}.pc__carrier-logo img{width:auto;max-height:56px;display:block;margin-left:auto;margin-bottom:2px}.pc__carrier-logo span{font-size:.68rem;color:var(--text-muted);display:block;text-align:right}.pc__plan-section{padding:.75rem 1.25rem 1rem;flex-grow:1}.pc__plan-label{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-accent);margin-bottom:.5rem}.pc__plan-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.pc__spec-item{display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;background:var(--bg-card);border-radius:var(--radius-md)}.pc__spec-icon{width:22px;height:22px;color:var(--brand-primary);margin-bottom:4px}span.pc__spec-icon{width:auto;height:auto;font-size:22px;line-height:1;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.pc__spec-label{font-size:.68rem;color:var(--text-muted);font-weight:500;margin-bottom:2px}.pc__spec-value{font-size:.95rem;font-weight:800;color:var(--text-primary);text-align:center;line-height:1.2}.pc__verified-row{display:flex;align-items:center;gap:10px;margin-top:.75rem}.pc__verified-logo{height:20px;width:auto;max-width:60px;display:block;flex-shrink:0;opacity:.8}.pc__verified-logo--sm{height:14px}.pc__verified-logo--lg{height:50px}.pc__verified-row{flex-wrap:nowrap}.pc__sim-badge{display:inline-flex;align-items:center;padding:5px;border-radius:50%;margin-left:6px;flex-shrink:0;position:relative;cursor:pointer}.pc__sim-badge:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1e293b;color:#fff;font-size:.65rem;font-weight:600;padding:4px 8px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s}.pc__sim-badge:hover:after{opacity:1}.pc__sim-badge--physical{background:#eff6ff;color:#2563eb}.pc__sim-badge--esim{background:#fef9ee;color:#fbc106}.pc__sim-badge--call{background:#ecfdf5;color:#16a34a}.pc__verified-logo--text{font-size:.8rem;font-weight:700;color:var(--text-secondary);white-space:nowrap;flex-shrink:0;letter-spacing:-.01em}.pc__verified{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;background:var(--color-success-light);border-radius:var(--radius-full);font-size:.72rem;font-weight:700;color:var(--color-success)}.pc__verified svg{width:16px;height:16px}.pc__verified .material-symbols-outlined{font-size:14px;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 20}.pc__footer{padding:.5rem 1.25rem 0;display:flex;align-items:center;justify-content:space-between}.pc__price-label{font-size:.72rem;color:var(--text-muted);display:block;line-height:1}.pc__price{font-size:1.35rem;font-weight:900;color:var(--brand-primary);line-height:1.2}.pc__cta{display:inline-flex;align-items:center;gap:6px;padding:12px 24px;background:var(--brand-primary);color:var(--text-primary);font-size:.85rem;font-weight:700;border-radius:var(--radius-lg);border:none;cursor:pointer;font-family:inherit;text-decoration:none;transition:background var(--transition-fast)}.pc__cta:hover{background:var(--brand-primary-hover)}.pc__actions{padding:.5rem 1.25rem 1rem;display:flex;gap:8px}.pc__btn-info{flex:1;padding:0;height:34px;border:1.5px solid #e0d5c0;border-radius:var(--radius-full);background:#fff;font-size:.82rem;font-weight:700;color:var(--text-primary);cursor:pointer;text-align:center;font-family:inherit;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.pc__btn-info:hover{background:#fffbf0;border-color:#fbc106}.pc__btn-buy{flex:1;padding:0;height:34px;border:none;border-radius:var(--radius-full);background:var(--brand-primary);font-size:.82rem;font-weight:700;color:var(--text-primary);cursor:pointer;text-align:center;font-family:inherit;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.pc__btn-buy:hover{background:var(--brand-primary-hover);box-shadow:0 4px 12px #fc66}.pc__grid-section{padding:0 1.5rem 1rem}.pc__grid-label{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:.5rem}.pc__variant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:8px}.pc__variant{border:2px solid var(--border-default);border-radius:var(--radius-md);padding:10px 4px;text-align:center;cursor:pointer;background:#fff;transition:all var(--transition-fast)}.pc__variant:hover{border-color:#c5cad4}.pc__variant.is-selected{border-color:var(--brand-accent);box-shadow:0 0 0 1px var(--brand-accent)}.pc__variant-data{font-size:1rem;font-weight:800;color:var(--text-primary);line-height:1.2}.pc__variant-days{display:inline-block;font-size:.7rem;font-weight:700;color:var(--brand-accent);margin-top:3px;padding:2px 8px;border-radius:var(--radius-full);transition:all var(--transition-fast)}.pc__variant.is-selected .pc__variant-days{background:var(--brand-accent);color:#fff}.pc__variant-price{font-size:.75rem;font-weight:600;color:var(--text-secondary);margin-top:3px}.pc__summary{padding:.75rem 1.5rem;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.pc__summary-spec{font-size:.85rem;color:var(--text-secondary);font-weight:500}.pc__summary-price{font-size:1.5rem;font-weight:900;color:var(--text-primary)}.pc__summary-price .cur{font-size:.8rem;font-weight:600;color:var(--text-secondary);margin-right:2px}.pc__speed-row{padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.pc__speed-left{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text-secondary)}.pc__speed-left svg{width:20px;height:20px;color:var(--brand-primary)}.pc__speed-val{font-size:.9rem;font-weight:800;color:var(--text-primary)}.pc__actions{padding:.75rem 1.5rem 1.25rem;display:flex;gap:.75rem}.pc__btn{flex:1;display:flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:var(--radius-lg);font-size:.85rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all var(--transition-fast);text-decoration:none}.pc__btn--outline{background:#fff;border:2px solid var(--border-default);color:var(--text-primary)}.pc__btn--outline:hover{border-color:#c5cad4;background:#f8fafc}.pc__btn--fill{background:var(--brand-primary);border:2px solid var(--brand-primary);color:var(--text-primary)}.pc__btn--fill:hover{background:var(--brand-primary-hover);border-color:var(--brand-primary-hover)}.pc__btn--fill.is-loading{pointer-events:none;opacity:.7}.pc__network{padding:.75rem 1.5rem;border-top:1px solid #f1f5f9;display:flex;align-items:center;gap:8px}.pc__network-logo{height:20px;width:auto}.pc__network-name{font-size:.72rem;font-weight:600;color:var(--text-secondary);padding:3px 10px;background:#f1f5f9;border-radius:var(--radius-full)}.pc__network-check{margin-left:auto}.pc__network-check svg{width:22px;height:22px;color:var(--color-success)}.cp-features{max-width:1100px;margin:2rem auto;padding:0 1.5rem}.cp-features__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.cp-features__item{text-align:center;padding:2rem 1.5rem;background:var(--bg-white);border-radius:var(--radius-xl);border:1px solid var(--border-default)}.cp-features__icon{width:48px;height:48px;margin:0 auto 1rem;background:rgba(var(--brand-primary-rgb),.15);border-radius:50%;display:flex;align-items:center;justify-content:center}.cp-features__icon svg{width:24px;height:24px;color:var(--brand-primary)}.cp-features__icon .material-symbols-outlined{font-size:26px;color:var(--brand-primary);font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.cp-features__title{font-size:.95rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.cp-features__desc{font-size:.8rem;color:var(--text-secondary);line-height:1.5}.cp-cta{position:relative;border-radius:var(--radius-xl);overflow:hidden;min-height:240px;display:flex;align-items:center;background:linear-gradient(135deg,var(--brand-accent) 0%,#7b86d4 100%)}.cp-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cp-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.cp-cta__content{position:relative;z-index:1;padding:2.5rem 3rem;color:#fff;max-width:550px}.cp-cta__badge{display:inline-block;padding:4px 14px;background:#fff3;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;margin-bottom:.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cp-cta__title{font-size:1.75rem;font-weight:900;margin-bottom:.5rem;line-height:1.2}.cp-cta__desc{font-size:.95rem;opacity:.9;margin-bottom:1.25rem;line-height:1.5}.cp-cta__btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--brand-primary);color:var(--text-primary);font-size:.85rem;font-weight:700;border-radius:var(--radius-lg);text-decoration:none;transition:background var(--transition-fast)}.cp-cta__btn:hover{background:var(--brand-primary-hover)}.cp-filters__sort-select{padding:6px 12px;border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:.8rem;font-family:inherit;color:var(--text-secondary);background:#fff;cursor:pointer;outline:none}.cp-toast{position:fixed;bottom:24px;right:24px;background:#fff;padding:14px 20px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:10px;z-index:9999;font-size:.9rem;min-width:280px;transform:translateY(120%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.cp-toast.is-visible{transform:translateY(0)}.pc{opacity:0;transform:translateY(20px);animation:cpFadeUp .5s ease forwards}.pc:nth-child(1){animation-delay:.05s}.pc:nth-child(2){animation-delay:.1s}.pc:nth-child(3){animation-delay:.15s}.pc:nth-child(4){animation-delay:.2s}.pc:nth-child(5){animation-delay:.25s}.pc:nth-child(6){animation-delay:.3s}@keyframes cpFadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.cp-region-hero__inner{flex-direction:column;text-align:center}.cp-region-hero__title{font-size:2rem}.cp-region-hero__flags{justify-content:center}.cp-region-hero__search{max-width:100%}.cp-filters{flex-direction:column;align-items:flex-end}.cp-grid__list{grid-template-columns:1fr}.cp-country-hero__inner{flex-direction:column;text-align:center}.cp-country-hero__title{font-size:2rem}.cp-country-hero__desc{margin:0 auto 1.25rem}.cp-country-hero__features{justify-content:center}.cp-country-hero__media{display:none}.cp-pill-filters__group{flex-wrap:wrap}.cp-features__inner{grid-template-columns:1fr}.cp-cta__content{padding:2rem 1.5rem}.cp-cta__title{font-size:1.35rem}.cp-toast{left:16px;right:16px;bottom:16px;min-width:auto}.rg-hero{padding:2rem 1rem}.rg-hero__title{font-size:1.75rem}.rg-hero__flags{justify-content:flex-start}.cp-filters{flex-wrap:wrap;gap:.75rem}.cp-filters__tabs{width:100%;justify-content:center}.pc__actions{padding:.5rem 1rem 1rem;gap:8px}.pc__btn-info,.pc__btn-buy{padding:0;height:32px;font-size:.78rem}.sec-steps{padding:40px 16px 48px}.sec-steps__title{font-size:22px;margin-bottom:32px}.sec-steps__grid{grid-template-columns:1fr;gap:28px;max-width:300px;margin:0 auto}.sec-steps__compat{flex-direction:column;align-items:stretch;gap:16px;padding:24px 20px;margin:32px 0 0}.sec-steps__compat-btn{width:100%;justify-content:center}.dc-modal-v2 .dc-modal-container{width:100%;max-width:100%;max-height:100vh;height:100vh;border-radius:0}.dc-modal-v2 .dc-device-list{grid-template-columns:1fr}.dc-modal-v2 .dc-modal-body{padding:12px 16px 24px}.dc-modal-v2 .dc-modal-search{margin:12px 16px 0}.dc-modal-v2 .dc-hint{margin:10px 16px 0}.dc-modal-v2 .dc-modal-header{padding:16px 16px 0}}.rg-hero{background:linear-gradient(135deg,var(--brand-soft-peach) 0%,#fff5e0 50%,#ffffff 100%);padding:3rem 1.5rem}.rg-hero__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.rg-hero__content{max-width:480px;flex:1}.rg-hero__illustration{flex:0 0 220px;display:flex;align-items:center;justify-content:center}.rg-hero__illustration svg{width:200px;height:200px}.rg-hero__illustration img{width:200px;height:200px;object-fit:contain}@media(max-width:768px){.rg-hero__illustration{display:none}}.rg-hero__icon{width:48px;height:48px;border-radius:50%;background:var(--brand-accent-light);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.rg-hero__icon .material-symbols-outlined{font-size:28px;color:var(--brand-accent);font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.rg-hero__title{font-size:2.5rem;font-weight:900;line-height:1.1;margin-bottom:.75rem;color:var(--text-primary)}.rg-hero__desc{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.rg-hero__flags{display:flex;align-items:center}.rg-hero__flag{width:40px;height:40px;border-radius:50%;border:2.5px solid #fff;overflow:hidden;margin-left:-8px;background:#f1f5f9}.rg-hero__flag:first-child{margin-left:0}.rg-hero__flag img{width:100%;height:100%;object-fit:cover}.rg-hero__flag-more{width:40px;height:40px;border-radius:50%;border:2.5px solid #fff;margin-left:-8px;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:var(--text-secondary)}.sec-steps{padding:72px 20px;background:#fff}.sec-steps__inner{max-width:1000px;margin:0 auto}.sec-steps__title{text-align:center;font-size:28px;font-weight:800;color:var(--text-primary);margin-bottom:48px;letter-spacing:-.02em;line-height:1.2}.sec-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.sec-steps__item{text-align:center}.sec-steps__icon{width:64px;height:64px;border-radius:50%;background:rgba(var(--brand-primary-rgb),.12);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;transform:rotate(var(--icon-rotate, 0deg));transition:transform .3s}.sec-steps__item:hover .sec-steps__icon{transform:rotate(0) scale(1.05)}.sec-steps__icon svg{width:28px;height:28px;color:var(--brand-primary);stroke-width:1.8}.sec-steps__item-title{font-size:17px;font-weight:700;color:var(--text-primary);margin-bottom:8px;letter-spacing:-.01em}.sec-steps__item-desc{font-size:14px;line-height:1.6;color:var(--text-secondary);max-width:260px;margin:0 auto}.sec-steps__item-desc strong{color:var(--text-primary);font-weight:600}.sec-steps__compat{max-width:1000px;margin:48px auto 0;padding:32px;background:rgba(var(--brand-primary-rgb),.08);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:space-between;gap:24px}.sec-steps__compat-left{display:flex;align-items:center;gap:16px;flex:1}.sec-steps__compat-icon{width:48px;height:48px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(var(--brand-primary-rgb),.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sec-steps__compat-icon svg{width:22px;height:22px;color:var(--brand-primary);stroke-width:1.8}.sec-steps__compat-text h3{font-size:17px;font-weight:700;color:var(--text-primary);margin:0 0 3px;line-height:1.3}.sec-steps__compat-text p{font-size:13.5px;color:var(--text-secondary);margin:0;line-height:1.4}.sec-steps__compat-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;font-family:inherit;color:#fff;background:var(--text-primary);border:none;border-radius:12px;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);white-space:nowrap}.sec-steps__compat-btn:hover{background:#334155;transform:translateY(-2px);box-shadow:0 4px 12px #1e293b33}.sec-steps__compat-btn svg{width:14px;height:14px}.sec-steps__compat-btn-arrow{transition:transform .2s}.sec-steps__compat-btn:hover .sec-steps__compat-btn-arrow{transform:translate(3px)}.dc-modal-v2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.dc-modal-v2.active{opacity:1;visibility:visible}.dc-modal-v2 .dc-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.dc-modal-v2 .dc-modal-container{position:relative;width:90%;max-width:540px;max-height:85vh;background:#fff;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;transform:translateY(20px) scale(.97);transition:transform .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 24px 80px #0003}.dc-modal-v2.active .dc-modal-container{transform:translateY(0) scale(1)}.dc-modal-v2 .dc-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 0}.dc-modal-v2 .dc-modal-header h3{font-size:20px;font-weight:800;color:var(--text-primary)}.dc-modal-v2 .dc-modal-close{width:36px;height:36px;border:none;background:#f5f5f7;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.dc-modal-v2 .dc-modal-close:hover{background:#e8e8ec}.dc-modal-v2 .dc-modal-close svg{width:16px;height:16px;color:#666}.dc-modal-v2 .dc-modal-search{display:flex;align-items:center;gap:10px;margin:16px 24px 0;padding:12px 16px;background:#f5f5f7;border-radius:12px;border:1.5px solid transparent;transition:border-color .2s,background .2s}.dc-modal-v2 .dc-modal-search:focus-within{border-color:#c0c4d0;background:#fff}.dc-modal-v2 .dc-modal-search svg{flex-shrink:0;color:#999}.dc-modal-v2 .dc-modal-search input{flex:1;border:none;background:none;outline:none;font-size:14px;font-family:inherit;color:var(--text-primary);min-width:0}.dc-modal-v2 .dc-modal-search input::placeholder{color:#aaa}.dc-modal-v2 .dc-search-clear{display:none;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:#e0e0e4;border-radius:50%;cursor:pointer;transition:background .15s;flex-shrink:0}.dc-modal-v2 .dc-search-clear:hover{background:#d0d0d4}.dc-modal-v2 .dc-hint{margin:12px 24px 0;padding:10px 14px;background:rgba(var(--brand-primary-rgb),.08);border-radius:10px;font-size:12px;line-height:1.5;color:var(--text-secondary);border:1px solid rgba(var(--brand-primary-rgb),.2)}.dc-modal-v2 .dc-hint strong{font-weight:700;color:var(--text-primary)}.dc-modal-v2 .dc-modal-body{flex:1;overflow-y:auto;padding:16px 24px 24px;overscroll-behavior:contain}.dc-modal-v2 .dc-modal-body::-webkit-scrollbar{width:5px}.dc-modal-v2 .dc-modal-body::-webkit-scrollbar-track{background:transparent}.dc-modal-v2 .dc-modal-body::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.dc-modal-v2 .dc-brand-group{border:1px solid #eee;border-radius:12px;margin-bottom:8px;overflow:hidden}.dc-modal-v2 .dc-brand-group:last-child{margin-bottom:0}.dc-modal-v2 .dc-brand-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;border:none;background:none;cursor:pointer;font-family:inherit;transition:background .15s}.dc-modal-v2 .dc-brand-header:hover{background:#fafafa}.dc-modal-v2 .dc-brand-left{display:flex;align-items:center;gap:12px}.dc-modal-v2 .dc-brand-icon{width:32px;height:32px;border-radius:8px;background:#f5f5f7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dc-modal-v2 .dc-brand-icon svg{width:18px;height:18px;color:#555}.dc-modal-v2 .dc-brand-name{font-size:15px;font-weight:600;color:var(--text-primary)}.dc-modal-v2 .dc-device-count{font-size:12px;color:#999;background:#f0f0f2;padding:2px 8px;border-radius:10px;font-weight:500}.dc-modal-v2 .dc-chevron{color:#bbb;transition:transform .25s;flex-shrink:0}.dc-modal-v2 .dc-brand-group.open .dc-chevron{transform:rotate(180deg)}.dc-modal-v2 .dc-brand-devices{max-height:0;overflow:hidden;transition:max-height .3s ease}.dc-modal-v2 .dc-brand-group.open .dc-brand-devices{max-height:2000px}.dc-modal-v2 .dc-device-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0 16px 12px;margin:0}.dc-modal-v2 .dc-device-item{font-size:13px;color:#555;padding:7px 10px;border-radius:6px;transition:background .15s;line-height:1.4}.dc-modal-v2 .dc-device-item:hover{background:#f5f5f7}.dc-modal-v2 .dc-device-item.highlight{background:rgba(var(--brand-primary-rgb),.1);font-weight:500;color:var(--text-primary)}.dc-modal-v2 .dc-no-results{display:none;text-align:center;padding:40px 20px;color:#999;font-size:14px}.dc-modal-v2 .dc-no-results svg{display:block;margin:0 auto 12px;color:#ddd}
/*# sourceMappingURL=/cdn/shop/t/3/assets/collection-page.css.map */
