@font-face{font-family:DM Sans;src:url(/landing/nuevos-planes-b2b/fonts/DM_Sans-Regular.woff2) format("woff2"),url(/landing/nuevos-planes-b2b/fonts/DM_Sans-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/landing/nuevos-planes-b2b/fonts/DM_Sans-Medium.woff2) format("woff2"),url(/landing/nuevos-planes-b2b/fonts/DM_Sans-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/landing/nuevos-planes-b2b/fonts/DM_Sans-Bold.woff2) format("woff2"),url(/landing/nuevos-planes-b2b/fonts/DM_Sans-Bold.ttf) format("truetype");font-weight:700;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-dark: #001EB4;--blue-light: #00C8FF;--blue-mid: #0033CC;--gray-bg: #EAECF4;--gray-text: #565656;--white: #ffffff;--radius-card: 1.25rem;--radius-btn: 2rem;--shadow-card: 0 8px 32px rgba(0, 30, 180, .1);--shadow-btn: 0 4px 16px rgba(0, 200, 255, .3)}html,body{height:100%}body{font-family:DM Sans,sans-serif;background-color:var(--gray-bg);color:var(--gray-text);-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:var(--blue-dark);height:3rem;display:flex;align-items:center;justify-content:center;width:100%;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #001eb42e}.header img{height:1.6rem}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem 4rem}.card{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-card);max-width:480px;width:100%;overflow:hidden}.card-image-wrapper{width:100%;background:#f0f0f0;position:relative}.card-image{width:100%;display:block;border-radius:0}.plan-badge{position:absolute;top:.8rem;right:.8rem;background:var(--blue-dark);color:#fff;font-size:.65rem;font-weight:700;padding:.25rem .6rem;border-radius:2rem;letter-spacing:.05em;text-transform:uppercase}.card-body{padding:1.75rem 1.5rem 2rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}.card-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-light)}.card-title{font-size:1.25rem;font-weight:700;color:var(--blue-dark);line-height:1.3}.card-subtitle{font-size:.88rem;color:var(--gray-text);max-width:320px;line-height:1.55}.card-divider{width:40px;height:3px;background:var(--blue-light);border-radius:2px;margin:.25rem auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:700;font-size:.85rem;border-radius:var(--radius-btn);padding:.75rem 2rem;min-width:200px;transition:all .2s ease;letter-spacing:.03em;text-transform:uppercase;text-decoration:none}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--blue-light);color:#fff;box-shadow:var(--shadow-btn)}.btn-primary:hover:not(:disabled){background:#00b8eb;transform:translateY(-1px);box-shadow:0 6px 20px #00c8ff66}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-outline{background:transparent;color:var(--blue-dark);border:2px solid var(--blue-dark)}.btn-outline:hover:not(:disabled){background:var(--blue-dark);color:#fff;transform:translateY(-1px)}.btn-group{display:flex;flex-direction:column;gap:.75rem;width:100%;align-items:center;margin-top:.5rem}.footer{background:var(--blue-dark);color:#ffffffb3;font-size:.65rem;text-align:center;padding:.9rem 1rem;margin-top:auto}.modal-overlay{position:fixed;inset:0;background:#000a328c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:#fff;border-radius:1.25rem;padding:2rem 1.75rem;max-width:380px;width:100%;box-shadow:0 20px 60px #00146433;position:relative}.modal-title{font-size:1.1rem;font-weight:700;color:var(--blue-dark);margin-bottom:.5rem;text-align:center}.modal-subtitle{font-size:.82rem;color:var(--gray-text);text-align:center;margin-bottom:1.5rem;line-height:1.5}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#aaa;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;transition:background .15s}.modal-close:hover{background:#f0f0f0;color:#333}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.75rem;font-weight:700;color:var(--blue-dark);margin-bottom:.4rem;letter-spacing:.05em;text-transform:uppercase}.input-wrapper{display:flex;align-items:stretch;border:1.5px solid #ddd;border-radius:.6rem;overflow:hidden;transition:border-color .2s}.input-wrapper:focus-within{border-color:var(--blue-light);box-shadow:0 0 0 3px #00c8ff26}.input-prefix{background:#f5f8ff;color:var(--blue-dark);font-weight:700;font-size:.9rem;padding:0 .75rem;display:flex;align-items:center;border-right:1.5px solid #ddd;white-space:nowrap}.form-input{flex:1;border:none;outline:none;font-family:DM Sans,sans-serif;font-size:.95rem;padding:.75rem;background:#fff;color:var(--gray-text);min-width:0}.form-hint{font-size:.72rem;color:#999;margin-top:.35rem}.form-error{font-size:.72rem;color:#e53e3e;margin-top:.35rem}.success-icon{width:4rem;height:4rem;background:linear-gradient(135deg,#00c8ff,#001eb4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-size:1.75rem}.success-code{background:#f0f4ff;border:1px dashed var(--blue-light);border-radius:.5rem;padding:.6rem 1rem;font-size:.8rem;color:var(--blue-dark);font-weight:600;margin:.75rem 0}.error-page{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.error-page h2{color:var(--blue-dark);font-size:1.2rem;margin-bottom:.5rem}.error-page p{font-size:.85rem;color:var(--gray-text)}.spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.countdown{font-size:.75rem;color:#aaa;font-style:italic;margin-top:.5rem}@media(max-width:768px){.header{height:2.75rem;padding:.5rem 1.5rem}.header img{height:1.4rem}}@media(max-width:480px){.header{height:2.5rem;padding:.4rem 1.25rem}.header img{height:1.3rem}.card-body{padding:1.5rem 1.25rem 1.75rem}.modal{padding:1.75rem 1.25rem}}._header_kfks9_2{width:100%;box-shadow:0 2px 8px #0000001f}._container_kfks9_7{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center}._chevron_kfks9_15{display:inline-block;vertical-align:middle;margin-left:4px;flex-shrink:0;transition:transform .15s ease}._dropdownWrapper_kfks9_23:hover>a>._chevron_kfks9_15{transform:rotate(180deg)}._compactBar_kfks9_28{background-color:#001eb4;color:#fff;font-size:13px;font-family:DM Sans,sans-serif;display:none}@media(min-width:1024px){._compactBar_kfks9_28{display:block}}._compactBar_kfks9_28 ._container_kfks9_7{justify-content:space-between;height:40px}._compactLeft_kfks9_47,._compactRight_kfks9_48{display:flex;align-items:center;gap:4px}._personasLink_kfks9_54{color:#212f40;background:#fff;font-weight:500;font-size:13px;padding:0 12px;height:40px;display:flex;align-items:center;text-decoration:none;transition:opacity .15s}._personasLink_kfks9_54:hover{opacity:.85}._empresasLink_kfks9_68{color:#fff;font-size:13px;padding:0 12px;height:40px;display:flex;align-items:center;gap:4px;text-decoration:none;transition:opacity .15s}._empresasLink_kfks9_68:hover{opacity:.8}._compactLink_kfks9_81{color:#fff;font-size:13px;padding:0 10px;height:40px;display:flex;align-items:center;gap:6px;text-decoration:none;cursor:pointer;transition:opacity .15s}._compactLink_kfks9_81:hover{opacity:.8}._flag_kfks9_95{border-radius:2px;object-fit:cover}._navbar_kfks9_101{background:#fff;border-bottom:1px solid #e5e7eb}._navbarInner_kfks9_106{height:74px;justify-content:space-between;gap:1rem}._navLeft_kfks9_113{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._hamburger_kfks9_120{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#001eb4;padding:6px}@media(min-width:1024px){._hamburger_kfks9_120{display:none}}._logoLink_kfks9_135{display:flex;align-items:center;padding:8px 0}._logoColor_kfks9_141{color:#001eb4;display:flex;align-items:center}._navBody_kfks9_148{display:none;flex:1;margin-left:1.5rem}@media(min-width:1024px){._navBody_kfks9_148{display:flex;align-items:center}}._navList_kfks9_158{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px;height:74px;flex-wrap:nowrap}._navItem_kfks9_169{display:flex;align-items:center;height:74px}._navLink_kfks9_175{display:flex;align-items:center;gap:4px;padding:0 10px;height:74px;font-size:14px;font-weight:400;color:#212f40;text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent;background:none;border-top:none;border-left:none;border-right:none;cursor:pointer;font-family:DM Sans,sans-serif;transition:color .15s,border-color .15s}._navLink_kfks9_175:hover,._navLinkActive_kfks9_197,._dropdownWrapper_kfks9_23:hover>._navLink_kfks9_175{color:#001eb4;border-bottom-color:#001eb4}._navLink_kfks9_175 ._chevron_kfks9_15{color:#001eb4}._dropdownWrapper_kfks9_23{position:relative;display:flex;align-items:center;height:100%}._dropdown_kfks9_23{position:absolute;top:100%;left:0;z-index:200;display:flex;flex-direction:column;min-width:200px;padding:8px;background:#fff;border:1px solid rgba(158,158,158,.5);border-radius:20px;box-shadow:4px 4px 7px -5px #212f4059;white-space:nowrap;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .15s ease,visibility .15s ease,transform .15s ease}._dropdownWrapper_kfks9_23:hover>._dropdown_kfks9_23,._dropdownWrapper_kfks9_23:focus-within>._dropdown_kfks9_23{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}._dropdownItem_kfks9_247{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:8px;font-size:14px;font-weight:400;color:#212f40;text-decoration:none;font-family:DM Sans,sans-serif;border-bottom:1px solid #f5f5f5;transition:background .12s,color .12s}._dropdownItem_kfks9_247:last-child{border-bottom:none}._dropdownItem_kfks9_247:hover{background:#f5f5f599;color:#001eb4}._dropdownItemActive_kfks9_271{color:#001eb4;font-weight:500}._dropdownIcon_kfks9_276{flex-shrink:0;width:24px;height:24px}._navRight_kfks9_283{display:none;align-items:center;gap:12px;flex-shrink:0}@media(min-width:1024px){._navRight_kfks9_283{display:flex}}._cartLink_kfks9_294{display:flex;align-items:center;padding:6px;color:#1a1a2e;opacity:.7;transition:opacity .15s}._cartLink_kfks9_294:hover{opacity:1}._searchBar_kfks9_304{display:flex;align-items:center;gap:6px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:0 10px;width:176px;height:36px;color:#9ca3af}._searchInput_kfks9_317{background:none;border:none;outline:none;font-size:13px;color:#1a1a2e;width:100%}._searchInput_kfks9_317::placeholder{color:#9ca3af}._mobileRight_kfks9_329{display:flex;align-items:center;gap:8px;margin-left:auto}._mobileRight_kfks9_329 a{display:flex;align-items:center;padding:4px;opacity:.7;transition:opacity .15s}._mobileRight_kfks9_329 a:hover{opacity:1}@media(min-width:1024px){._mobileRight_kfks9_329{display:none}}._sidebarOverlay_kfks9_350{position:fixed;inset:0;background:#00000073;z-index:1000;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}._sidebarOverlayOpen_kfks9_359{opacity:1;visibility:visible}._sidebar_kfks9_350{position:fixed;top:0;left:0;bottom:0;width:min(86vw,380px);background:#fff;z-index:1001;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.22,1,.36,1);box-shadow:4px 0 24px #0000002e}._sidebarOpen_kfks9_378{transform:translate(0)}@media(min-width:1024px){._sidebarOverlay_kfks9_350,._sidebar_kfks9_350{display:none}}._sidebarTop_kfks9_387{display:flex;align-items:center;gap:1.1rem;height:56px;padding:0 1rem;background:#001eb4;flex-shrink:0}._sidebarTop_kfks9_387 a,._sidebarTop_kfks9_387 button{display:flex;align-items:center;background:none;border:none;padding:4px;color:#fff;cursor:pointer}._sidebarFlag_kfks9_406{display:flex;align-items:center;gap:6px;color:#fff;font-size:14px;font-family:DM Sans,sans-serif}._sidebarFlag_kfks9_406 img{border-radius:2px}._sidebarFlag_kfks9_406 ._chevron_kfks9_15{color:#fff}._sidebarClose_kfks9_416{margin-left:auto}._sidebarSearch_kfks9_418{padding:1rem;flex-shrink:0}._sidebarSearchInner_kfks9_422{display:flex;align-items:center;gap:8px;height:46px;padding:0 1rem;border:1px solid #d1d5db;border-radius:50px;color:#9ca3af}._sidebarSearchInner_kfks9_422 input{flex:1;min-width:0;border:none;outline:none;background:none;font-size:15px;color:#1a1a2e;font-family:DM Sans,sans-serif}._sidebarSearchInner_kfks9_422 input::placeholder{color:#9ca3af}._sidebarBody_kfks9_444{flex:1;overflow-y:auto;padding:0 1rem 2rem}._sidebarInicio_kfks9_450{display:block;padding:.25rem .5rem 1rem;color:#6b7280;font-size:14px;letter-spacing:.02em;font-family:DM Sans,sans-serif}._sidebarPill_kfks9_459{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;height:52px;padding:0 1.25rem;margin-bottom:.7rem;background:#001eb4;color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:600;font-family:DM Sans,sans-serif;text-align:left;text-decoration:none;cursor:pointer}._sidebarPill_kfks9_459 ._chevron_kfks9_15{color:#fff}._sidebarGroup_kfks9_481{margin-bottom:.7rem}._sidebarGroup_kfks9_481 ._sidebarPill_kfks9_459{margin-bottom:0}._sidebarGroupOpen_kfks9_483 ._sidebarPill_kfks9_459{border-radius:16px 16px 0 0}._sidebarSub_kfks9_485{background:#001eb4;border-radius:0 0 16px 16px;padding:0 1.25rem .4rem}._sidebarSubLink_kfks9_490{display:block;padding:.7rem 0;color:#fff;font-size:15px;text-decoration:none;border-top:1px solid rgba(255,255,255,.16);font-family:DM Sans,sans-serif}._chevronUp_kfks9_500{transform:rotate(180deg)}._sidebarDivider_kfks9_502{height:1px;background:#e5e7eb;margin:.4rem 0 1rem}._container_17qy7_2{max-width:1280px;margin:0 auto;padding:0 1.5rem}._columnsSection_17qy7_9{background:#fff;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;padding:3rem 0}._columns_17qy7_9{display:flex;gap:1rem;flex-wrap:wrap}._column_17qy7_9{list-style:none;margin:0;padding:0;flex:1;min-width:140px;display:flex;flex-direction:column;gap:8px}._columnTitle_17qy7_33{font-size:14px;font-weight:500;color:#212f40;margin-bottom:4px;font-family:DM Sans,sans-serif}._columnLink_17qy7_41{display:flex;align-items:center;gap:4px;font-size:13px;color:#374151;text-decoration:none;font-family:DM Sans,sans-serif;transition:color .15s}._columnLink_17qy7_41:hover{color:#001eb4}._linkIcon_17qy7_56{flex-shrink:0;width:20px;height:20px}._firm_17qy7_63{background-color:#001eb4;color:#fff;padding:2rem 0}._firmInner_17qy7_69{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}._copyright_17qy7_77{font-size:12px;color:#fff;margin:0;font-family:DM Sans,sans-serif;line-height:1.6}._firmLink_17qy7_85{color:#fff;text-decoration:underline;text-underline-offset:2px;transition:opacity .15s}._firmLink_17qy7_85:hover{opacity:.8}._socialIcons_17qy7_93{display:flex;align-items:center;gap:4px}._socialLink_17qy7_99{display:flex;align-items:center;padding:4px;opacity:.9;transition:opacity .15s}._socialLink_17qy7_99:hover{opacity:1}._accessibility_17qy7_108{display:flex;align-items:center;gap:8px}._accessibilityBtn_17qy7_114{background:none;border:none;color:#fff;font-size:13px;cursor:pointer;padding:0;font-family:DM Sans,sans-serif;transition:opacity .15s}._accessibilityBtn_17qy7_114:hover{opacity:.8}@media(max-width:767px){._columnsSection_17qy7_9{padding:1rem 0}._columns_17qy7_9{flex-direction:column;gap:0}._column_17qy7_9{border-bottom:1px solid #f1f1f1;padding:.75rem 0}._firmInner_17qy7_69{flex-direction:column;align-items:center;text-align:center}._copyright_17qy7_77{text-align:center}}._container_1sk1y_1{width:100%;min-height:100vh;background:#f5f7fa;font-family:DM Sans,sans-serif}._header_1sk1y_8{background:#f5f7fa;padding:2rem 1.5rem 2.5rem;position:relative;display:flex;flex-direction:column;align-items:center}._curve_1sk1y_17{position:absolute;bottom:-1px;left:0;right:0;height:2rem;background:#f5f7fa;border-radius:2rem 2rem 0 0}._title_1sk1y_27{width:50%;height:24px;background:#e5e7eb;border-radius:6px;margin-bottom:4px}._subtitle_1sk1y_35{width:35%;height:14px;background:#e5e7eb;border-radius:6px;margin-bottom:1rem}._searchWrapper_1sk1y_43{max-width:480px;width:100%}._search_1sk1y_43{width:100%;height:48px;background:#fff;border-radius:50px;box-shadow:0 2px 12px #0000001a}._list_1sk1y_56{max-width:960px;margin:0 auto;padding:0 1rem 3rem}._row_1sk1y_62{border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;animation:_pulse_1sk1y_1 1.5s ease-in-out infinite}._label_1sk1y_69{width:110px;height:12px;background:#e5e7eb;border-radius:6px;margin:.75rem auto .5rem}._items_1sk1y_77{display:grid;grid-template-columns:repeat(2,1fr);padding:.5rem}._item_1sk1y_77{display:flex;align-items:center;gap:6px;padding:6px 8px}._flag_1sk1y_90{width:20px;height:14px;background:#e5e7eb;border-radius:2px;flex-shrink:0}._name_1sk1y_98{width:70px;height:8px;background:#e5e7eb;border-radius:4px}@media(min-width:640px){._row_1sk1y_62{flex-direction:row;display:grid;grid-template-columns:20% 80%}._label_1sk1y_69{margin:auto}._items_1sk1y_77{grid-template-columns:repeat(4,1fr)}}@keyframes _pulse_1sk1y_1{0%,to{opacity:.3}50%{opacity:.6}}._container_1lold_1{width:100%;min-height:100vh;background:#f5f7fa;font-family:DM Sans,sans-serif}._header_1lold_8{background:#f5f7fa;padding:2rem 1.5rem 2.5rem;position:relative;display:flex;flex-direction:column;align-items:center}._headerCurve_1lold_17{position:absolute;bottom:-1px;left:0;right:0;height:2rem;background:#f5f7fa;border-radius:2rem 2rem 0 0}._titlePlaceholder_1lold_27{width:50%;height:24px;background:#e5e7eb;border-radius:6px;margin-bottom:4px}._subtitlePlaceholder_1lold_35{width:35%;height:14px;background:#e5e7eb;border-radius:6px;margin-bottom:1rem}._searchWrapper_1lold_43{max-width:480px;width:100%;z-index:1}._searchPlaceholder_1lold_49{width:100%;height:48px;background:#fff;border-radius:50px;box-shadow:0 2px 12px #0000001a}._grid_1lold_57{padding:1.5rem 1rem 3rem}._cityPlaceholder_1lold_61{width:120px;height:20px;background:#e5e7eb;border-radius:10px;margin:0 auto 1rem}._cardsGrid_1lold_69{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}._card_1lold_69{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;animation:_pulse_1lold_1 1.5s ease-in-out infinite}._headerRow_1lold_86{display:flex;justify-content:space-between;align-items:center}._namePlaceholder_1lold_92{width:70%;height:14px;background:#e5e7eb;border-radius:4px}._badgePlaceholder_1lold_99{width:50px;height:16px;background:#e5e7eb;border-radius:2rem}._linePlaceholder_1lold_106{width:90%;height:10px;background:#e5e7eb;border-radius:4px}._lineShort_1lold_113{width:40%;height:10px;background:#e5e7eb;border-radius:4px}@keyframes _pulse_1lold_1{0%,to{opacity:.3}50%{opacity:.6}}._container_5dqok_1{width:100%;min-height:100vh;background:#000d33;font-family:DM Sans,sans-serif}._header_5dqok_8{position:sticky;top:0;z-index:100;background:#011eb4eb;padding:10px 20px;display:flex;align-items:center;gap:2rem;max-width:1200px;margin:0 auto}._headerLogo_5dqok_15{width:56px;height:24px;background:#ffffff1f;border-radius:4px}._headerLinks_5dqok_20{display:flex;gap:1.75rem;margin:0 auto}._headerLink_5dqok_20{width:80px;height:12px;background:#ffffff14;border-radius:4px}._hero_5dqok_27{position:relative;width:100%;height:50vw;max-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}._heroOverlay_5dqok_33{position:absolute;inset:0;background:linear-gradient(180deg,#011eb44d,#000d33f2)}._heroContent_5dqok_37{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1rem}._logo_5dqok_42{width:80px;height:24px;background:#ffffff1f;border-radius:4px}._badge_5dqok_47{width:200px;height:28px;background:#ffbe0026;border-radius:50px}._headline_5dqok_52{width:70%;max-width:500px;height:36px;background:#ffffff14;border-radius:8px;animation:_pulse_5dqok_1 1.5s ease-in-out infinite}._countdown_5dqok_58{display:flex;gap:1rem}._countdownBlock_5dqok_59{width:52px;height:52px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:10px}._cta_5dqok_65{width:160px;height:44px;background:#ffbe0040;border-radius:50px}._benefits_5dqok_71{padding:3rem 1.25rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));max-width:1000px;margin:0 auto}._benefitCard_5dqok_77{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:2rem 1.25rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}._benefitIcon_5dqok_84{width:80px;height:45px;background:#ffffff0f;border-radius:6px}._benefitLine_5dqok_89{width:80%;height:10px;background:#ffffff0f;border-radius:4px}._benefitLineShort_5dqok_94{width:60%;height:10px;background:#ffffff0a;border-radius:4px}@keyframes _pulse_5dqok_1{0%,to{opacity:.2}50%{opacity:.5}}._container_y87jw_1{min-height:100vh;background:#f4f6fb}._heroSkeleton_y87jw_6{height:80vh;background:linear-gradient(135deg,#e0e4f0,#d0d6e8);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;animation:_pulse_y87jw_1 1.8s ease-in-out infinite}._heroLine_y87jw_17{height:48px;width:320px;max-width:80vw;background:#c8cee0;border-radius:8px}._heroLineShort_y87jw_25{height:20px;width:240px;max-width:60vw;background:#cdd3e3;border-radius:6px}._heroBtns_y87jw_33{display:flex;gap:1rem;margin-top:1rem}._heroBtn_y87jw_33{height:44px;width:140px;border-radius:50px;background:#c8cee0}._section_y87jw_46{padding:3rem 1.5rem}._sectionTitle_y87jw_50{height:32px;width:280px;background:#c8cee0;border-radius:6px;margin:0 auto 1rem}._sectionSubtitle_y87jw_58{height:18px;width:200px;background:#cdd3e3;border-radius:5px;margin:0 auto 2rem}._grid3_y87jw_66{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}._card_y87jw_74{height:220px;background:#fff;border-radius:16px;animation:_pulse_y87jw_1 1.8s ease-in-out infinite}._cardAlt_y87jw_81{animation-delay:.15s}._cardAlt2_y87jw_85{animation-delay:.3s}._tabs_y87jw_89{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}._tab_y87jw_89{height:36px;width:120px;background:#c8cee0;border-radius:50px}._gridFlags_y87jw_103{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;max-width:1100px;margin:0 auto}._flagCard_y87jw_111{height:72px;background:#d8dce8;border-radius:12px}@keyframes _pulse_y87jw_1{0%,to{opacity:.6}50%{opacity:1}}@media(max-width:768px){._grid3_y87jw_66{grid-template-columns:1fr}._tabs_y87jw_89{overflow-x:hidden}._heroLine_y87jw_17{height:36px;width:240px}}
