@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;--color-navy: #0A2540;--color-navy-light: #143D5C;--color-navy-dark: #051829;--color-orange: #00A8E8;--color-orange-light: #33B9ED;--color-orange-dark: #0097D1;--color-primary: #0A2540;--color-primary-hover: #143D5C;--color-secondary: #00A8E8;--color-secondary-hover: #33B9ED;--color-accent: #00A8E8;--color-success: #10b981;--color-warning: #00A8E8;--color-error: #ef4444;--color-text-primary: #0A2540;--color-text-secondary: #475569;--color-text-light: #64748b;--color-text-inverse: #ffffff;--color-bg-primary: #ffffff;--color-bg-secondary: #F8FAFC;--color-bg-accent: #FFF9F0;--color-bg-dark: #0A2540;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 6rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(10, 37, 64, .05);--shadow-md: 0 4px 12px rgba(10, 37, 64, .08);--shadow-lg: 0 12px 32px rgba(10, 37, 64, .12);--shadow-xl: 0 24px 64px rgba(10, 37, 64, .16);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-bg-primary);color:var(--color-text-primary)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--color-text-primary);letter-spacing:-.02em}h1{font-size:3.5rem;line-height:1.1;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:1.75rem;font-weight:600}p{line-height:1.7;color:var(--color-text-secondary)}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-secondary)}button{border-radius:var(--radius-md);border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.5rem;justify-content:center;position:relative;overflow:hidden}button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff1a;transform:translate(-50%,-50%);transition:width .6s,height .6s}button:hover:before{width:300px;height:300px}button:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-dark) 100%);color:#fff;box-shadow:0 4px 16px #f5a6234d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #f5a62366}.btn-secondary{background:var(--color-navy);color:#fff;box-shadow:0 4px 16px #0a25404d}.btn-secondary:hover:not(:disabled){background:var(--color-navy-light);transform:translateY(-2px);box-shadow:0 8px 24px #0a254066}.btn-outline{background-color:transparent;border:2px solid currentColor;color:var(--white);box-shadow:none}.btn-outline:hover:not(:disabled){background-color:var(--color-navy);color:#fff;transform:translateY(-2px)}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}button{padding:.875rem 1.5rem}}._header_1w51d_1{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(10,37,64,.08);transition:all .3s cubic-bezier(.4,0,.2,1)}._header_1w51d_1._scrolled_1w51d_13{background:#fffffff2;box-shadow:0 4px 20px #0a254014}._nav_1w51d_18{max-width:1400px;margin:0 auto;padding:1rem 3rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}._logoContainer_1w51d_28{display:flex;align-items:center;z-index:1001}._logo_1w51d_28{height:60px;width:auto;object-fit:contain;transition:transform .3s ease;cursor:pointer}._logo_1w51d_28:hover{transform:scale(1.05)}._menuItems_1w51d_46{display:flex;align-items:center;gap:2.5rem;flex:1;justify-content:center}._menuItem_1w51d_46{background:none;border:none;padding:.5rem 0;font-size:1rem;font-weight:500;color:var(--color-navy);cursor:pointer;position:relative;transition:color .3s ease}._menuItem_1w51d_46:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-orange);transition:width .3s cubic-bezier(.4,0,.2,1)}._menuItem_1w51d_46:hover{color:var(--color-orange)}._menuItem_1w51d_46:hover:after{width:100%}._actions_1w51d_85{display:flex;align-items:center;gap:1rem}._shopButtonDesktop_1w51d_91{display:flex;white-space:nowrap}._shopButton_1w51d_91{display:none}._mobileMenuButton_1w51d_100{display:none;background:none;border:none;color:var(--color-navy);cursor:pointer;padding:.5rem;z-index:1001}._overlay_1w51d_110{display:none}@media(max-width:968px){._nav_1w51d_18{padding:1rem 1.5rem}._logo_1w51d_28{height:50px}._menuItems_1w51d_46{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#fff;flex-direction:column;justify-content:flex-start;padding:6rem 2rem 2rem;gap:2rem;box-shadow:-4px 0 20px #0a25401a;transition:right .4s cubic-bezier(.4,0,.2,1);z-index:1000}._menuItems_1w51d_46._menuOpen_1w51d_139{right:0}._menuItem_1w51d_46{width:100%;text-align:left;font-size:1.125rem;padding:.75rem 0}._menuItem_1w51d_46:after{display:none}._shopButton_1w51d_91{display:flex;width:100%;background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-dark) 100%);color:#fff;padding:1rem;border-radius:var(--radius-md);font-weight:600;justify-content:center;box-shadow:0 4px 12px #f5a6234d;margin-top:1rem}._shopButtonDesktop_1w51d_91{display:none}._mobileMenuButton_1w51d_100{display:flex}._overlay_1w51d_110{display:block;position:fixed;inset:0;background:#0a254080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:_fadeIn_1w51d_1 .3s ease}}@media(max-width:640px){._nav_1w51d_18{padding:.875rem 1rem}._logo_1w51d_28{height:45px}._menuItems_1w51d_46{width:100%;right:-100%}}@keyframes _fadeIn_1w51d_1{0%{opacity:0}to{opacity:1}}._hero_1y673_1{background:linear-gradient(135deg,#fff,#f8fafc,#fff9f0);padding:5.5rem 0 2rem;min-height:auto;display:flex;flex-direction:column;position:relative;overflow:hidden}._hero_1y673_1:before{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(circle at top right,rgba(245,166,35,.08) 0%,transparent 70%);pointer-events:none}._container_1y673_22{max-width:1200px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}._content_1y673_32{display:flex;flex-direction:column;gap:1.25rem;z-index:1}._badge_1y673_39{display:inline-flex;align-self:flex-start;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#f5a6231f,#f5a6230f);border:1.5px solid rgba(245,166,35,.25);border-radius:50px;font-size:.875rem;font-weight:600;color:var(--color-orange-dark);animation:_fadeInUp_1y673_1 .6s ease}._badge_1y673_39 svg{color:var(--color-orange)}._headline_1y673_58{font-size:3.25rem;line-height:1.1;color:var(--color-navy);margin:0;letter-spacing:-.03em;animation:_fadeInUp_1y673_1 .6s ease .1s backwards}._highlight_1y673_67{background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}._subheadline_1y673_75{font-size:1.125rem;line-height:1.6;color:var(--color-text-secondary);margin:0;max-width:560px;animation:_fadeInUp_1y673_1 .6s ease .2s backwards}._ctaButtons_1y673_84{display:flex;gap:1rem;flex-wrap:wrap;animation:_fadeInUp_1y673_1 .6s ease .3s backwards}._ctaButtons_1y673_84 button{font-size:1rem;padding:1rem 2rem}._quickInfo_1y673_96{padding:1rem 1.5rem;background:#f5a6230d;border-left:4px solid var(--color-orange);border-radius:var(--radius-md);animation:_fadeInUp_1y673_1 .6s ease .35s backwards}._quickInfo_1y673_96 p{margin:0;font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6}._quickInfo_1y673_96 strong{color:var(--color-navy);font-weight:600}._heroImage_1y673_116{display:flex;align-items:center;justify-content:center;position:relative;animation:_fadeIn_1y673_1 .8s ease .3s backwards}._imageWrapper_1y673_124{position:relative;width:100%;display:flex;align-items:center;justify-content:center}._tireCircle_1y673_132{width:380px;height:380px;display:flex;align-items:center;justify-content:center;animation:_float_1y673_149 6s ease-in-out infinite;position:relative}._tire_1y673_132{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}._floatingCard_1y673_149{position:absolute;top:8%;right:-15%;background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-dark) 100%);padding:1.5rem 2rem;border-radius:var(--radius-lg);box-shadow:0 16px 48px #f5a62359;animation:_floatCard_1y673_1 4s ease-in-out infinite;z-index:3;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}._floatingCard_1y673_149:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 60px #f5a62373}._cardContent_1y673_168{display:flex;align-items:center;gap:.875rem;color:#fff}._shopIcon_1y673_175{color:#fff}._shopLabel_1y673_179{font-size:1.125rem;font-weight:700;color:#fff}._savingsCard_1y673_185{position:absolute;bottom:8%;left:-12%;background:#fff;padding:1.5rem 2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);animation:_floatCard_1y673_1 4.5s ease-in-out infinite;z-index:2}._savingsContent_1y673_197{display:flex;flex-direction:column;align-items:center;gap:.5rem}._savings_1y673_185{font-size:2.75rem;font-weight:800;background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}._label_1y673_214{font-size:.875rem;color:var(--color-text-secondary);font-weight:600}@keyframes _fadeInUp_1y673_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_1y673_1{0%{opacity:0}to{opacity:1}}@keyframes _float_1y673_149{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}@keyframes _floatCard_1y673_1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}@media(max-width:1200px){._container_1y673_22{gap:4rem}._headline_1y673_58{font-size:3.75rem}._tireCircle_1y673_132{width:400px;height:400px}}@media(max-width:968px){._hero_1y673_1{padding:6rem 0 3rem}._container_1y673_22{grid-template-columns:1fr;gap:4rem;padding:0 1.5rem}._headline_1y673_58{font-size:3rem}._subheadline_1y673_75{font-size:1.25rem}._stats_1y673_292{grid-template-columns:repeat(3,1fr);gap:2rem}._tireCircle_1y673_132{width:350px;height:350px}._floatingCard_1y673_149{top:5%;right:-8%;padding:1.25rem 1.75rem}._savingsCard_1y673_185{bottom:5%;left:-8%}}@media(max-width:640px){._hero_1y673_1{padding:5rem 0 2rem;min-height:auto}._container_1y673_22{padding:0 1rem}._headline_1y673_58{font-size:2.5rem}._subheadline_1y673_75{font-size:1.125rem}._ctaButtons_1y673_84{flex-direction:column}._ctaButtons_1y673_84 button{width:100%;padding:1rem 1.75rem}._stats_1y673_292{gap:1.5rem}._statNumber_1y673_345{font-size:2rem}._trustBadges_1y673_349{flex-direction:column;gap:1rem}._tireCircle_1y673_132{width:280px;height:280px}._floatingCard_1y673_149{padding:1rem 1.5rem;top:2%;right:-5%}._shopLabel_1y673_179{font-size:1rem}._savingsCard_1y673_185{padding:1.25rem 1.5rem;bottom:2%;left:-5%}._savings_1y673_185{font-size:2.25rem}}._howItWorks_9noj7_1{background:#fff;padding:4rem 0 3rem;position:relative}._container_9noj7_7{max-width:1200px;margin:0 auto;padding:0 3rem}._header_9noj7_13{text-align:center;margin-bottom:3rem}._header_9noj7_13 h2{font-size:2.5rem;font-weight:800;color:var(--color-navy);margin:0 0 .75rem;letter-spacing:-.02em;line-height:1.2}._header_9noj7_13 p{font-size:1.125rem;color:var(--color-text-secondary);margin:0;font-weight:500}._steps_9noj7_34{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}._step_9noj7_34{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid rgba(10,37,64,.08);border-radius:var(--radius-lg);padding:2rem 1.75rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}._step_9noj7_34:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0a254014;border-color:#f5a6234d}._iconWrapper_9noj7_57{width:72px;height:72px;background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-light) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;position:relative;box-shadow:0 8px 24px #f5a62340}._iconWrapper_9noj7_57 svg{color:#fff;stroke-width:2.5}._stepNumber_9noj7_75{position:absolute;top:-8px;right:-8px;width:28px;height:28px;background:var(--color-navy);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px #0a25404d}._step_9noj7_34 h3{font-size:1.375rem;font-weight:700;color:var(--color-navy);margin:0 0 .625rem;line-height:1.3}._step_9noj7_34 p{font-size:1rem;line-height:1.6;color:var(--color-text-secondary);margin:0;font-weight:500}._guarantee_9noj7_108{background:linear-gradient(135deg,#10b981,#059669);border-radius:var(--radius-lg);padding:2rem 2.5rem;display:flex;align-items:center;gap:1.75rem;box-shadow:0 8px 24px #10b98133}._guaranteeIcon_9noj7_118{flex-shrink:0;width:64px;height:64px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}._guaranteeText_9noj7_131 h4{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.3}._guaranteeText_9noj7_131 p{font-size:1rem;line-height:1.6;color:#fffffff2;margin:0;font-weight:500}@media(max-width:968px){._howItWorks_9noj7_1{padding:3rem 0 2.5rem}._container_9noj7_7{padding:0 2rem}._header_9noj7_13{margin-bottom:2.5rem}._header_9noj7_13 h2{font-size:2rem}._header_9noj7_13 p{font-size:1rem}._steps_9noj7_34{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}._step_9noj7_34{padding:1.75rem 1.5rem}._iconWrapper_9noj7_57{width:64px;height:64px;margin-bottom:1rem}._iconWrapper_9noj7_57 svg{width:28px;height:28px}._stepNumber_9noj7_75{width:26px;height:26px;font-size:.8125rem}._step_9noj7_34 h3{font-size:1.25rem}._step_9noj7_34 p{font-size:.9375rem}._guarantee_9noj7_108{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:1.25rem}._guaranteeIcon_9noj7_118{width:56px;height:56px}._guaranteeIcon_9noj7_118 svg{width:32px;height:32px}._guaranteeText_9noj7_131 h4{font-size:1.25rem}._guaranteeText_9noj7_131 p{font-size:.9375rem}}@media(max-width:640px){._container_9noj7_7{padding:0 1.5rem}._header_9noj7_13 h2{font-size:1.75rem}._guarantee_9noj7_108{padding:1.5rem}}._savingsSection_nfk9k_1{background:linear-gradient(to bottom,#fff,#f8fafc);padding:6rem 0;position:relative}._container_nfk9k_7{max-width:1200px;margin:0 auto;padding:0 1.5rem}._header_nfk9k_13{text-align:center;margin-bottom:4rem}._header_nfk9k_13 h2{font-size:2.5rem;font-weight:700;color:var(--color-navy);margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2}._header_nfk9k_13 p{font-size:1.25rem;color:var(--color-text-secondary);margin:0;font-weight:400}._cardsGrid_nfk9k_34{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}._card_nfk9k_34{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0a254014;border:2px solid #e2e8f0;transition:all .3s ease;position:relative;display:flex;flex-direction:column;gap:1.5rem}._card_nfk9k_34:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0a25401f}._highlightedCard_nfk9k_59{border-color:var(--color-orange);box-shadow:0 4px 16px #00a8e826;background:linear-gradient(to bottom,#fff,#f0f9ff)}._highlightedCard_nfk9k_59:hover{box-shadow:0 8px 24px #00a8e840}._popularBadge_nfk9k_69{position:absolute;top:-12px;right:1.5rem;background:var(--color-orange);color:#fff;padding:.5rem 1rem;font-size:.75rem;font-weight:700;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #00a8e84d}._cardHeader_nfk9k_84{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}._planName_nfk9k_94{font-size:1.5rem;font-weight:700;color:var(--color-navy);margin:0}._priceSection_nfk9k_101{display:flex;align-items:baseline;gap:.5rem;justify-content:center}._price_nfk9k_101{font-size:2.5rem;font-weight:900;color:var(--color-navy);line-height:1}._currency_nfk9k_115{font-size:1rem;font-weight:500;color:var(--color-text-secondary)}._priceCustom_nfk9k_121{font-size:1.25rem;font-weight:600;color:var(--color-navy)}._cardContent_nfk9k_127{display:flex;flex-direction:column;gap:1.25rem}._featureRow_nfk9k_133{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:12px}._icon_nfk9k_144{color:var(--color-orange);flex-shrink:0}._featureText_nfk9k_149{display:flex;flex-direction:column;align-items:center;gap:.25rem}._featureValue_nfk9k_156{font-size:1.5rem;font-weight:900;color:var(--color-navy);line-height:1}._featureLabel_nfk9k_163{font-size:.875rem;color:var(--color-text-secondary);font-weight:500}._savingsBox_nfk9k_169{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:1.25rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:12px;border:1px solid #10b981}._savingsIcon_nfk9k_181{color:#10b981;flex-shrink:0}._savingsContent_nfk9k_186{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}._savingsLabel_nfk9k_194{font-size:.875rem;font-weight:600;color:#065f46;text-transform:uppercase;letter-spacing:.05em}._savingsAmount_nfk9k_202{font-size:1.5rem;font-weight:900;color:#059669;line-height:1.2}._calloutBox_nfk9k_209{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem 2.5rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:16px;border-left:4px solid var(--color-orange);box-shadow:0 2px 8px #00a8e81a}._calloutIcon_nfk9k_220{flex-shrink:0;width:48px;height:48px;background:var(--color-orange);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}._calloutContent_nfk9k_232{flex:1}._calloutContent_nfk9k_232 h4{font-size:1.25rem;font-weight:700;color:var(--color-navy);margin:0 0 .5rem;line-height:1.4}._calloutContent_nfk9k_232 p{margin:0;font-size:1rem;line-height:1.6;color:var(--color-text-secondary)}@media(max-width:1024px){._cardsGrid_nfk9k_34{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._savingsSection_nfk9k_1{padding:4rem 0}._header_nfk9k_13{margin-bottom:3rem}._header_nfk9k_13 h2{font-size:2rem}._header_nfk9k_13 p{font-size:1.0625rem}._cardsGrid_nfk9k_34{grid-template-columns:1fr;gap:1.25rem}._card_nfk9k_34{padding:1.5rem}._planName_nfk9k_94{font-size:1.25rem}._price_nfk9k_101{font-size:2rem}._featureValue_nfk9k_156{font-size:1.125rem}._savingsAmount_nfk9k_202{font-size:1.25rem}._calloutBox_nfk9k_209{padding:1.5rem 1.75rem;gap:1.25rem}._calloutIcon_nfk9k_220{width:40px;height:40px}._calloutContent_nfk9k_232 h4{font-size:1.125rem}._calloutContent_nfk9k_232 p{font-size:.9375rem}}@media(max-width:640px){._savingsSection_nfk9k_1{padding:3rem 0}._container_nfk9k_7{padding:0 1rem}._header_nfk9k_13 h2{font-size:1.75rem}._header_nfk9k_13 p{font-size:1rem}._card_nfk9k_34{padding:1.25rem;gap:1.25rem}._cardHeader_nfk9k_84{padding-bottom:1.25rem}._planName_nfk9k_94{font-size:1.125rem}._price_nfk9k_101{font-size:1.75rem}._currency_nfk9k_115{font-size:.875rem}._priceCustom_nfk9k_121{font-size:1.125rem}._featureRow_nfk9k_133{padding:.875rem}._featureValue_nfk9k_156{font-size:1.125rem}._featureLabel_nfk9k_163{font-size:.8125rem}._savingsBox_nfk9k_169{padding:1rem}._savingsLabel_nfk9k_194{font-size:.8125rem}._savingsAmount_nfk9k_202{font-size:1.125rem}._calloutBox_nfk9k_209{flex-direction:column;padding:1.25rem 1.5rem;gap:1rem}._calloutIcon_nfk9k_220{width:36px;height:36px}._calloutIcon_nfk9k_220 svg{width:20px;height:20px}._calloutContent_nfk9k_232 h4{font-size:1rem}._calloutContent_nfk9k_232 p{font-size:.875rem}._popularBadge_nfk9k_69{font-size:.6875rem;padding:.375rem .75rem}}._pricing_24k6x_1{padding:6rem 1.5rem;background-color:var(--color-bg-secondary)}._container_24k6x_6{max-width:1200px;margin:0 auto}._header_24k6x_11{text-align:center;margin-bottom:4rem}._header_24k6x_11 h2{margin-bottom:1rem;color:var(--color-text-primary)}._header_24k6x_11 p{font-size:1.25rem;color:var(--color-text-secondary)}._plans_24k6x_26{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;align-items:stretch}._plan_24k6x_26{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;position:relative;transition:transform .3s ease,box-shadow .3s ease}._plan_24k6x_26:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}._popular_24k6x_49{border:3px solid var(--color-primary);transform:scale(1.05)}._popular_24k6x_49:hover{transform:scale(1.05) translateY(-8px)}._popularBadge_24k6x_58{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-primary);color:#fff;padding:.5rem 1.5rem;border-radius:24px;font-weight:600;font-size:.875rem;white-space:nowrap}._planHeader_24k6x_72{text-align:center;margin-bottom:2rem}._planHeader_24k6x_72 h3{font-size:1.75rem;margin-bottom:1rem;color:var(--color-text-primary)}._priceWrapper_24k6x_83{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:1rem}._price_24k6x_83{font-size:3rem;font-weight:700;color:var(--color-primary);line-height:1}._period_24k6x_98{font-size:1rem;color:var(--color-text-secondary)}._customPrice_24k6x_103{font-size:1.5rem;font-weight:700;color:var(--color-primary)}._description_24k6x_109{font-size:1rem;color:var(--color-text-secondary);line-height:1.5}._features_24k6x_115{flex:1;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}._feature_24k6x_115{display:flex;align-items:flex-start;gap:.75rem}._checkIcon_24k6x_129{color:var(--color-success);flex-shrink:0;margin-top:2px}._feature_24k6x_115 span{color:var(--color-text-secondary);font-size:.95rem;line-height:1.5}._plan_24k6x_26 button{width:100%;margin-bottom:1rem}._guarantee_24k6x_146{text-align:center;font-size:.875rem;color:var(--color-text-secondary);padding-top:1rem;border-top:1px solid #e5e7eb}@media(max-width:968px){._plans_24k6x_26{grid-template-columns:repeat(2,1fr)}._popular_24k6x_49{transform:none}._popular_24k6x_49:hover{transform:translateY(-8px)}}@media(max-width:640px){._pricing_24k6x_1{padding:3rem 1rem}._plans_24k6x_26{grid-template-columns:1fr}._plan_24k6x_26{padding:1.5rem}._price_24k6x_83{font-size:2.5rem}._header_24k6x_11 h2{font-size:1.75rem}._header_24k6x_11 p{font-size:1rem}}._uniqueValue_1nlfn_1{padding:0;background:linear-gradient(135deg,var(--color-navy) 0%,var(--color-navy-dark) 100%)}._container_1nlfn_6{max-width:1200px;margin:0 auto}._header_1nlfn_11{text-align:center;margin-bottom:0;padding:6rem 1.5rem 3rem}._header_1nlfn_11 h2{margin-bottom:1.5rem;color:#fff;font-size:2.5rem;font-weight:700}._header_1nlfn_11 p{font-size:1.25rem;color:#ffffffd9;max-width:700px;margin:0 auto;line-height:1.7}._benefits_1nlfn_32{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;padding:3rem 1.5rem 6rem}._benefit_1nlfn_32{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}._iconWrapper_1nlfn_47{width:64px;height:64px;background:#00a8e8;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #00a8e866}._benefit_1nlfn_32 h3{font-size:1.35rem;margin:0;color:#fff;font-weight:600}._benefit_1nlfn_32 p{margin:0;color:#fffc;line-height:1.7;font-size:1rem}._comparison_1nlfn_73{background:linear-gradient(to bottom,#e0f2fe,#f0f9ff);border-radius:0;padding:5rem 1.5rem}._comparisonHeader_1nlfn_79{text-align:center;margin-bottom:3rem}._comparisonHeader_1nlfn_79 h3{font-size:2rem;color:var(--color-navy);margin:0;font-weight:700}._comparisonGrid_1nlfn_91{display:grid;grid-template-columns:1fr auto 1.2fr;gap:2rem;align-items:center;max-width:1000px;margin:0 auto}._comparisonCard_1nlfn_100{background:#fff;padding:2.5rem 2rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #0a254014;transition:transform .3s ease}._comparisonCard_1nlfn_100:hover{transform:translateY(-4px)}._highlight_1nlfn_113{border:3px solid var(--color-navy);box-shadow:0 12px 32px #0a254026;padding:2.5rem 2rem}._comparisonLabel_1nlfn_119{font-size:1rem;color:var(--color-text-secondary);margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._comparisonPrice_1nlfn_128{font-size:3.5rem;font-weight:800;color:var(--color-navy);margin-bottom:.75rem;line-height:1}._comparisonDetail_1nlfn_136{font-size:.95rem;color:var(--color-text-secondary);line-height:1.5}._savings_1nlfn_142{margin-top:1.5rem;padding:1rem 1.5rem;background:var(--color-success);color:#fff;border-radius:12px;font-weight:700;font-size:1.05rem;box-shadow:0 4px 16px #10b9814d}._arrow_1nlfn_153{font-size:2.5rem;color:var(--color-navy);font-weight:300}@media(max-width:968px){._benefits_1nlfn_32{grid-template-columns:1fr;gap:2.5rem;padding:2rem 1.5rem 4rem}._comparisonGrid_1nlfn_91{grid-template-columns:1fr;gap:1.5rem}._arrow_1nlfn_153{transform:rotate(90deg);justify-self:center;margin:0}._comparison_1nlfn_73{padding:4rem 1.5rem}._comparisonCard_1nlfn_100,._highlight_1nlfn_113{padding:2rem 1.5rem}}@media(max-width:640px){._header_1nlfn_11{padding:4rem 1rem 2rem}._header_1nlfn_11 h2{font-size:1.85rem;line-height:1.2}._header_1nlfn_11 p{font-size:1rem;line-height:1.6}._benefits_1nlfn_32{padding:2rem 1rem 3rem;gap:2rem}._benefit_1nlfn_32 h3{font-size:1.2rem}._benefit_1nlfn_32 p{font-size:.95rem}._iconWrapper_1nlfn_47{width:56px;height:56px}._iconWrapper_1nlfn_47 svg{width:28px;height:28px}._comparison_1nlfn_73{padding:3rem 1rem}._comparisonHeader_1nlfn_79 h3{font-size:1.4rem;line-height:1.3;padding:0 .5rem}._comparisonCard_1nlfn_100,._highlight_1nlfn_113{padding:1.75rem 1.25rem}._comparisonPrice_1nlfn_128{font-size:2.5rem}._comparisonLabel_1nlfn_119,._comparisonDetail_1nlfn_136{font-size:.85rem}._savings_1nlfn_142{padding:.875rem 1.25rem;font-size:.95rem}}._faq_1ywfa_1{padding:6rem 1.5rem;background-color:var(--color-bg-secondary)}._container_1ywfa_6{max-width:900px;margin:0 auto}._header_1ywfa_11{text-align:center;margin-bottom:3rem}._header_1ywfa_11 h2{margin-bottom:1rem;color:var(--color-text-primary)}._header_1ywfa_11 p{font-size:1.125rem;color:var(--color-text-secondary)}._faqList_1ywfa_26{display:flex;flex-direction:column;gap:1rem}._faqItem_1ywfa_32{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;overflow:hidden;transition:box-shadow .3s ease}._faqItem_1ywfa_32:hover{box-shadow:0 4px 8px #0000001a}._faqQuestion_1ywfa_44{width:100%;padding:1.5rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;text-align:left;font-size:1.125rem;font-weight:600;color:var(--color-text-primary);transition:background-color .2s ease}._faqQuestion_1ywfa_44:hover{background-color:#f9fafb}._faqQuestion_1ywfa_44 span{flex:1}._chevron_1ywfa_69{flex-shrink:0;transition:transform .3s ease;color:var(--color-primary)}._open_1ywfa_75 ._chevron_1ywfa_69{transform:rotate(180deg)}._faqAnswer_1ywfa_79{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}._open_1ywfa_75 ._faqAnswer_1ywfa_79{max-height:500px;padding:0 1.5rem 1.5rem}._faqAnswer_1ywfa_79 p{margin:0;color:var(--color-text-secondary);line-height:1.6;font-size:1rem}@media(max-width:640px){._faq_1ywfa_1{padding:3rem 1rem}._header_1ywfa_11 h2{font-size:1.75rem}._header_1ywfa_11 p{font-size:1rem}._faqQuestion_1ywfa_44{font-size:1rem;padding:1.25rem}._open_1ywfa_75 ._faqAnswer_1ywfa_79{padding:0 1.25rem 1.25rem}}._finalCTA_1jgim_1{padding:6rem 1.5rem;background:linear-gradient(135deg,#0a2540,#051829);color:#fff}._container_1jgim_7{max-width:1200px;margin:0 auto}._content_1jgim_12{text-align:center;margin-bottom:4rem}._badge_1jgim_17{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;padding:.5rem 1.25rem;border-radius:24px;margin-bottom:1.5rem;font-size:.95rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._content_1jgim_12 h2{font-size:2.75rem;margin-bottom:1.25rem;color:#fff}._content_1jgim_12 p{font-size:1.25rem;margin-bottom:2.5rem;color:#ffffffe6;max-width:600px;margin-left:auto;margin-right:auto}._ctaButtons_1jgim_44{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}._ctaButtons_1jgim_44 ._btn-primary_1jgim_52{background:#fff;color:#0a2540}._ctaButtons_1jgim_44 ._btn-primary_1jgim_52:hover{background:#f0f9ff;transform:translateY(-2px);box-shadow:0 8px 16px #0003}._ctaButtons_1jgim_44 ._btn-outline_1jgim_63{border-color:#fff!important;color:#fff!important}._ctaButtons_1jgim_44 ._btn-outline_1jgim_63:hover{background:#fff!important;color:#0a2540!important}._features_1jgim_73{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;max-width:700px;margin:0 auto}._feature_1jgim_73{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.95rem}._feature_1jgim_73 svg{flex-shrink:0;stroke-width:3}._statsGrid_1jgim_95{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}._stat_1jgim_95{text-align:center;padding:2rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._statNumber_1jgim_111{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#fff}._statLabel_1jgim_118{font-size:.95rem;color:#ffffffe6}@media(max-width:968px){._statsGrid_1jgim_95{grid-template-columns:1fr;gap:1.5rem}._content_1jgim_12 h2{font-size:2rem}._content_1jgim_12 p{font-size:1.125rem}}@media(max-width:640px){._finalCTA_1jgim_1{padding:3rem 1rem}._content_1jgim_12 h2{font-size:1.75rem}._content_1jgim_12 p{font-size:1rem}._ctaButtons_1jgim_44{flex-direction:column}._ctaButtons_1jgim_44 button{width:100%}._features_1jgim_73{flex-direction:column;align-items:flex-start;gap:.75rem}._statNumber_1jgim_111{font-size:2.5rem}}._footer_11da9_1{background-color:#1f2937;color:#fff;padding:4rem 1.5rem 2rem}._container_11da9_7{max-width:1200px;margin:0 auto}._grid_11da9_12{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}._brand_11da9_19{display:flex;flex-direction:column;gap:1rem}._logo_11da9_25{max-height:60px;max-width:250px;width:auto;height:auto;object-fit:contain;margin:0}._brand_11da9_19 p{color:#ffffffb3;font-size:.95rem;line-height:1.5;margin:0}._links_11da9_41 h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}._links_11da9_41 ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._links_11da9_41 a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .2s ease}._links_11da9_41 a:hover{color:#fff}._bottom_11da9_68{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}._bottom_11da9_68 p{color:#ffffffb3;font-size:.875rem;margin:0}._payments_11da9_82{display:flex;align-items:center;gap:1rem}._payments_11da9_82 span{color:#ffffffb3;font-size:.875rem}._paymentLogos_11da9_93{display:flex;gap:.5rem}._paymentBadge_11da9_98{background:#ffffff1a;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;color:#fff}@media(max-width:968px){._grid_11da9_12{grid-template-columns:repeat(2,1fr);gap:2rem}._brand_11da9_19{grid-column:1 / -1}._bottom_11da9_68{flex-direction:column;gap:1.5rem;text-align:center}._payments_11da9_82{flex-direction:column;gap:.75rem}}@media(max-width:640px){._footer_11da9_1{padding:3rem 1rem 1.5rem}._grid_11da9_12{grid-template-columns:1fr;gap:2rem}}._stickyButton_12w0x_1{position:fixed;bottom:-100px;left:50%;transform:translate(-50%);z-index:999;background:linear-gradient(135deg,var(--color-orange) 0%,var(--color-orange-dark) 100%);color:#fff;padding:1rem 2rem;border-radius:50px;border:none;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.625rem;box-shadow:0 8px 32px #f5a62366;transition:all .4s cubic-bezier(.4,0,.2,1)}._stickyButton_12w0x_1._visible_12w0x_22{bottom:2rem}._stickyButton_12w0x_1:hover{transform:translate(-50%) translateY(-4px);box-shadow:0 12px 40px #f5a62380}@media(min-width:769px){._stickyButton_12w0x_1{display:none}}@media(max-width:640px){._stickyButton_12w0x_1{padding:.875rem 1.75rem;font-size:.9375rem}._stickyButton_12w0x_1._visible_12w0x_22{bottom:1.5rem}}._container_hjt8n_1{position:fixed;bottom:2rem;right:2rem;z-index:10000;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}._calloutBubble_hjt8n_12{background:linear-gradient(135deg,#1e5ee8,#1a4fc9);color:#fff;padding:1rem 1.5rem;border-radius:16px;box-shadow:0 8px 24px #1e5ee866,0 2px 8px #00000026;display:flex;align-items:center;gap:.75rem;max-width:280px;animation:_slideInBounce_hjt8n_1 1s ease-out .5s backwards;position:relative}._calloutBubble_hjt8n_12:after{content:"";position:absolute;bottom:-8px;right:2rem;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #1a4fc9}._icon_hjt8n_38{font-size:1.75rem;flex-shrink:0;line-height:1}._calloutText_hjt8n_44{display:flex;flex-direction:column;gap:.25rem;flex:1}._calloutText_hjt8n_44 strong{font-size:1rem;font-weight:700;line-height:1.3;color:#fff}._calloutText_hjt8n_44 p{font-size:.875rem;font-weight:500;line-height:1.3;margin:0;color:#fffffff2}._whatsappButton_hjt8n_66{background:#25d366;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;border-radius:50px;box-shadow:0 4px 20px #25d36680,0 2px 8px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1);animation:_pulse_hjt8n_1 2.5s ease-in-out infinite;min-width:160px}._whatsappButton_hjt8n_66:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 32px #25d366b3,0 4px 12px #0003;animation:none;background:#22c55e}._whatsappButton_hjt8n_66:active{transform:translateY(-1px) scale(1.01)}._iconWrapper_hjt8n_93{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;background:#fff3;border-radius:50%;padding:6px}._iconWrapper_hjt8n_93 svg{width:100%;height:100%;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}._textContent_hjt8n_111{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;line-height:1.2}._mainText_hjt8n_119{font-size:1rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.15);letter-spacing:-.01em}._subText_hjt8n_127{font-size:.75rem;font-weight:500;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.1)}@keyframes _pulse_hjt8n_1{0%,to{box-shadow:0 4px 20px #25d36680,0 2px 8px #00000026}50%{box-shadow:0 4px 24px #25d366cc,0 0 0 10px #25d3661a,0 2px 8px #00000026}}@keyframes _slideInBounce_hjt8n_1{0%{opacity:0;transform:translate(100px) scale(.8)}60%{opacity:1;transform:translate(-10px) scale(1.05)}80%{transform:translate(5px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@media(max-width:768px){._container_hjt8n_1{bottom:1.5rem;right:1.5rem}._calloutBubble_hjt8n_12{padding:.875rem 1.25rem;max-width:240px}._icon_hjt8n_38{font-size:1.5rem}._calloutText_hjt8n_44 strong{font-size:.9375rem}._calloutText_hjt8n_44 p{font-size:.8125rem}._whatsappButton_hjt8n_66{padding:.75rem 1.25rem;gap:.625rem;min-width:140px}._iconWrapper_hjt8n_93{width:28px;height:28px;padding:5px}._mainText_hjt8n_119{font-size:.9375rem}._subText_hjt8n_127{font-size:.6875rem}}@media(max-width:640px){._container_hjt8n_1{bottom:5.5rem;right:1rem}._calloutBubble_hjt8n_12{padding:.75rem 1rem;max-width:220px;gap:.625rem}._calloutBubble_hjt8n_12:after{right:1.5rem;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #1a4fc9}._icon_hjt8n_38{font-size:1.375rem}._calloutText_hjt8n_44 strong{font-size:.875rem}._calloutText_hjt8n_44 p{font-size:.75rem}._whatsappButton_hjt8n_66{padding:.625rem 1rem;gap:.5rem;min-width:120px}._iconWrapper_hjt8n_93{width:26px;height:26px;padding:4px}._mainText_hjt8n_119{font-size:.875rem}._subText_hjt8n_127{font-size:.625rem}}@media(max-width:480px){._calloutBubble_hjt8n_12{padding:.625rem .875rem;max-width:200px;gap:.5rem}._icon_hjt8n_38{font-size:1.25rem}._calloutText_hjt8n_44{gap:.125rem}._calloutText_hjt8n_44 strong{font-size:.8125rem}._calloutText_hjt8n_44 p{font-size:.6875rem}._textContent_hjt8n_111{gap:.0625rem}._whatsappButton_hjt8n_66{padding:.5rem .875rem;min-width:110px}._mainText_hjt8n_119{font-size:.8125rem}._subText_hjt8n_127{font-size:.5625rem}}._overlay_txtgx_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_txtgx_16{background:#fff;border-radius:16px;padding:2.5rem;max-width:480px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d;animation:_slideUp_txtgx_1 .3s ease}@keyframes _slideUp_txtgx_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._closeButton_txtgx_38{position:absolute;top:1rem;right:1rem;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--color-text-secondary);border-radius:8px;transition:all .2s ease}._closeButton_txtgx_38:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}._modal_txtgx_16 h2{margin-bottom:.5rem;color:var(--color-text-primary);font-size:1.75rem}._subtitle_txtgx_62{margin-bottom:2rem;color:var(--color-text-secondary);font-size:.95rem;line-height:1.5}._formGroup_txtgx_69{margin-bottom:1.5rem}._formGroup_txtgx_69 label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--color-text-primary);font-size:.95rem}._formGroup_txtgx_69 input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease}._formGroup_txtgx_69 input:focus{outline:none;border-color:var(--color-primary)}._formGroup_txtgx_69 input::placeholder{color:#9ca3af}._error_txtgx_100{padding:.875rem 1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;margin-bottom:1rem}._success_txtgx_110{padding:.875rem 1rem;background:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;color:#059669;font-size:.875rem;margin-bottom:1rem}._modal_txtgx_16 form button[type=submit]{width:100%;margin-top:.5rem}._toggle_txtgx_125{margin-top:1.5rem;text-align:center;color:var(--color-text-secondary);font-size:.95rem}._toggle_txtgx_125 button{background:none;border:none;color:var(--color-primary);font-weight:600;cursor:pointer;padding:0;text-decoration:underline}._toggle_txtgx_125 button:hover{color:var(--color-primary-hover)}@media(max-width:640px){._modal_txtgx_16{padding:2rem 1.5rem}._modal_txtgx_16 h2{font-size:1.5rem}}._container_j1f4d_1{min-height:100vh;background:#f8fafc;padding:24px}._loading_j1f4d_7{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:18px;color:#64748b}._header_j1f4d_16{max-width:1000px;margin:0 auto 32px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}._header_j1f4d_16 h1{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:8px}._subtitle_j1f4d_32{font-size:16px;color:#64748b}._content_j1f4d_37{max-width:1000px;margin:0 auto;display:grid;gap:24px}._card_j1f4d_44{background:#fff;padding:32px;border-radius:12px;box-shadow:0 1px 3px #0000001a}._cardHeader_j1f4d_51{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._cardHeader_j1f4d_51 h2{font-size:24px;font-weight:600;color:#1e293b}._badge_j1f4d_64{padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._badge_j1f4d_64._active_j1f4d_73{background:#d1fae5;color:#065f46}._badge_j1f4d_64._past_due_j1f4d_78{background:#fef3c7;color:#92400e}._badge_j1f4d_64._cancelled_j1f4d_83{background:#fee2e2;color:#991b1b}._planInfo_j1f4d_88 h3{font-size:28px;font-weight:700;color:#2563eb;margin-bottom:8px}._planDescription_j1f4d_95{font-size:16px;color:#64748b;margin-bottom:24px}._planDetails_j1f4d_101{display:grid;gap:16px}._detail_j1f4d_106{display:flex;align-items:center;gap:16px;padding:16px;background:#f8fafc;border-radius:8px}._detail_j1f4d_106 svg{color:#2563eb;flex-shrink:0}._detail_j1f4d_106>div{display:flex;flex-direction:column;gap:4px}._detailLabel_j1f4d_126{font-size:14px;color:#64748b}._detailValue_j1f4d_131{font-size:16px;font-weight:600;color:#1e293b}._cancelNotice_j1f4d_137{display:flex;align-items:center;gap:12px;margin-top:24px;padding:16px;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;color:#92400e;font-weight:500}._cancelNotice_j1f4d_137 svg{flex-shrink:0}._cancelButton_j1f4d_154{margin-top:24px;width:100%;padding:12px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#dc2626;font-weight:600;cursor:pointer;transition:all .2s}._cancelButton_j1f4d_154:hover{background:#fee2e2;border-color:#dc2626}._cancelButton_j1f4d_154:disabled{opacity:.5;cursor:not-allowed}._accountInfo_j1f4d_177{display:grid;gap:16px}._infoRow_j1f4d_182{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #e2e8f0}._infoRow_j1f4d_182:last-child{border-bottom:none}._infoRow_j1f4d_182 span:first-child{color:#64748b;font-weight:500}._infoRow_j1f4d_182 span:last-child{color:#1e293b;font-weight:600}._noSubscription_j1f4d_203{text-align:center;padding:64px 32px}._noSubscription_j1f4d_203 h2{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:16px}._noSubscription_j1f4d_203 p{font-size:16px;color:#64748b;margin-bottom:32px}._error_j1f4d_221{max-width:1000px;margin:0 auto 24px;display:flex;align-items:center;gap:12px;padding:16px;background:#fee2e2;border:1px solid #dc2626;border-radius:8px;color:#991b1b;font-weight:500}._error_j1f4d_221 button{margin-left:auto;padding:4px;background:transparent;border:none;cursor:pointer;color:#991b1b}@media(max-width:768px){._container_j1f4d_1{padding:16px}._header_j1f4d_16{flex-direction:column;align-items:flex-start}._header_j1f4d_16 h1{font-size:24px}._card_j1f4d_44{padding:24px}._cardHeader_j1f4d_51{flex-direction:column;align-items:flex-start;gap:12px}._planInfo_j1f4d_88 h3{font-size:22px}._infoRow_j1f4d_182{flex-direction:column;gap:8px}}._impressum_zkk2f_1{min-height:100vh;background:linear-gradient(to bottom,#fff,#f8fafc);padding:6rem 1.5rem 4rem}._container_zkk2f_7{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #0a254014}._container_zkk2f_7 h1{font-size:2.5rem;color:var(--color-navy);margin-bottom:2rem;font-weight:700;padding-bottom:1rem;border-bottom:3px solid var(--color-primary)}._section_zkk2f_25{margin-bottom:2.5rem}._section_zkk2f_25 h2{font-size:1.5rem;color:var(--color-navy);margin-bottom:1rem;font-weight:600}._section_zkk2f_25 p{color:var(--color-text-secondary);line-height:1.8;margin-bottom:1rem;font-size:1rem}._section_zkk2f_25 ul{color:var(--color-text-secondary);line-height:1.8;margin-left:1.5rem;margin-bottom:1rem}._section_zkk2f_25 li{margin-bottom:.5rem}._section_zkk2f_25 a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .2s ease}._section_zkk2f_25 a:hover{color:var(--color-navy);text-decoration:underline}._section_zkk2f_25 strong{color:var(--color-navy);font-weight:600}._divider_zkk2f_71{border:none;border-top:2px solid #e2e8f0;margin:3rem 0}@media(max-width:768px){._impressum_zkk2f_1{padding:4rem 1rem 3rem}._container_zkk2f_7{padding:2rem 1.5rem}._container_zkk2f_7 h1{font-size:2rem}._section_zkk2f_25 h2{font-size:1.25rem}._section_zkk2f_25 p,._section_zkk2f_25 ul{font-size:.95rem}}@media(max-width:480px){._impressum_zkk2f_1{padding:3rem .75rem 2rem}._container_zkk2f_7{padding:1.5rem 1rem;border-radius:12px}._container_zkk2f_7 h1{font-size:1.75rem}._section_zkk2f_25 h2{font-size:1.15rem}}._kontakt_1uto5_1{min-height:100vh;padding:120px 0 80px;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}._container_1uto5_7{max-width:1200px;margin:0 auto;padding:0 24px}._kontakt_1uto5_1 h1{font-size:3rem;font-weight:700;margin-bottom:24px;text-align:center;color:#1a1a1a}._intro_1uto5_21{font-size:1.25rem;color:#495057;text-align:center;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}._contactMethods_1uto5_31{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:60px}._contactCard_1uto5_38{background:#fff;border-radius:16px;padding:40px 32px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease}._contactCard_1uto5_38:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}._iconWrapper_1uto5_52{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:transparent;color:var(--color-orange);margin-bottom:24px}._contactCard_1uto5_38 h2{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:#1a1a1a}._contactCard_1uto5_38 p{font-size:1rem;color:#6c757d;margin-bottom:24px;line-height:1.6}._contactCard_1uto5_38 ._btn-primary_1uto5_78{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:500}._supportInfo_1uto5_87{background:#fff;border-radius:16px;padding:40px;text-align:center;margin-bottom:40px;box-shadow:0 4px 20px #00000014}._supportInfo_1uto5_87 h2{font-size:1.75rem;font-weight:600;margin-bottom:16px;color:#1a1a1a}._supportInfo_1uto5_87 p{font-size:1.125rem;color:#495057;line-height:1.6}._supportInfo_1uto5_87 a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease}._supportInfo_1uto5_87 a:hover{color:#1e40af;text-decoration:underline}._hours_1uto5_121{background:#fff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 4px 20px #00000014}._hours_1uto5_121 h3{font-size:1.5rem;font-weight:600;margin-bottom:20px;color:#1a1a1a}._hours_1uto5_121 p{font-size:1.125rem;color:#495057;margin-bottom:8px;line-height:1.6}._note_1uto5_143{margin-top:24px;font-size:.95rem!important;color:#6c757d!important;font-style:italic;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){._kontakt_1uto5_1{padding:100px 0 60px}._kontakt_1uto5_1 h1{font-size:2rem}._intro_1uto5_21{font-size:1.125rem;margin-bottom:40px}._contactMethods_1uto5_31{grid-template-columns:1fr;gap:24px}._contactCard_1uto5_38{padding:32px 24px}._iconWrapper_1uto5_52{width:64px;height:64px}._contactCard_1uto5_38 h2{font-size:1.25rem}._supportInfo_1uto5_87,._hours_1uto5_121{padding:32px 24px}}.app{width:100%;min-height:100vh}
