@import"https://fonts.googleapis.com/css2?family=Mukta:wght@400;600;700&display=swap";:root{--blue-primary: #000091;--blue-light: #3333b5;--blue-dark: #000070;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-600: #4b5563;--gray-700: #374151;--gray-900: #111827;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}*{box-sizing:border-box;margin:0;padding:0}html{font-family:Mukta,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--gray-50)}body{margin:0;padding:0;color:var(--gray-900);line-height:1.6}button{font-family:inherit;cursor:pointer}a{color:var(--blue-primary);text-decoration:none}a:hover{color:var(--blue-dark)}:focus-visible{outline:2px solid var(--blue-primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.language-toggle[data-astro-cid-lb7h3eps]{display:flex;align-items:center}.lang-link[data-astro-cid-lb7h3eps]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;background:var(--white);color:var(--gray-700);font-weight:500;transition:all .2s;box-shadow:var(--shadow-sm);border:2px solid var(--gray-200)}.lang-link[data-astro-cid-lb7h3eps]:hover{background:var(--blue-primary);color:var(--white);border-color:var(--blue-primary);transform:translateY(-1px);box-shadow:var(--shadow-md)}.flag[data-astro-cid-lb7h3eps]{flex-shrink:0;border-radius:2px;box-shadow:0 1px 2px #0000001a}.lang-code[data-astro-cid-lb7h3eps]{font-size:.875rem;font-weight:600;display:none}.lang-text[data-astro-cid-lb7h3eps]{font-size:.875rem}@media(max-width:768px){.lang-code[data-astro-cid-lb7h3eps]{display:block}.lang-text[data-astro-cid-lb7h3eps]{display:none}.lang-link[data-astro-cid-lb7h3eps]{padding:.5rem .75rem}}header[data-astro-cid-sex3buh6]{background:var(--white);border-bottom:1px solid var(--gray-200);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.container[data-astro-cid-sex3buh6]{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo[data-astro-cid-sex3buh6] a[data-astro-cid-sex3buh6]{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon[data-astro-cid-sex3buh6]{width:32px;height:32px}.logo[data-astro-cid-sex3buh6] h1[data-astro-cid-sex3buh6]{font-size:1.5rem;color:var(--blue-primary);font-weight:700}nav[data-astro-cid-sex3buh6]{display:flex;gap:2rem;align-items:center}nav[data-astro-cid-sex3buh6] a[data-astro-cid-sex3buh6]{color:var(--gray-700);font-weight:500;transition:color .2s}nav[data-astro-cid-sex3buh6] a[data-astro-cid-sex3buh6]:hover{color:var(--blue-primary)}@media(max-width:768px){.logo[data-astro-cid-sex3buh6] h1[data-astro-cid-sex3buh6]{font-size:1.25rem}nav[data-astro-cid-sex3buh6]{gap:1rem}nav[data-astro-cid-sex3buh6]>a[data-astro-cid-sex3buh6]{display:none}nav[data-astro-cid-sex3buh6]>a[data-astro-cid-sex3buh6]:first-child{display:block}}.banner[data-astro-cid-xlzmmsbp]{background:linear-gradient(135deg,var(--blue-primary) 0%,var(--blue-dark) 100%);color:var(--white);padding:2rem 0;margin-bottom:2rem}.container[data-astro-cid-xlzmmsbp]{max-width:1200px;margin:0 auto;padding:0 1.5rem}.banner-content[data-astro-cid-xlzmmsbp]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.logo-container[data-astro-cid-xlzmmsbp]{background:var(--white);padding:1rem 2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.lyca-logo[data-astro-cid-xlzmmsbp]{height:50px;max-width:200px;object-fit:contain;display:block}.banner-text[data-astro-cid-xlzmmsbp]{text-align:center}.banner-text[data-astro-cid-xlzmmsbp] h2[data-astro-cid-xlzmmsbp]{font-size:1.75rem;margin-bottom:.5rem;font-weight:700}.highlight[data-astro-cid-xlzmmsbp]{font-size:1.125rem;opacity:.95;font-weight:600;margin:0}.plans-grid[data-astro-cid-xlzmmsbp]{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;width:100%;max-width:800px}.plan-item[data-astro-cid-xlzmmsbp]{display:flex;flex-direction:column;align-items:center;gap:.75rem}.plan-item[data-astro-cid-xlzmmsbp] strong[data-astro-cid-xlzmmsbp]{font-size:1.125rem;display:block}.price-circle[data-astro-cid-xlzmmsbp]{position:relative;background:var(--white);color:var(--blue-primary);width:90px;height:90px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 4px 12px #00000026}.price-circle[data-astro-cid-xlzmmsbp]:before{content:"";position:absolute;inset:-3px;background:var(--white);border-radius:50%;z-index:-1;animation:wave 3s ease-in-out infinite}@keyframes wave{0%,to{border-radius:50% 45% 55% 50%/50% 55% 45% 50%}25%{border-radius:45% 55% 50% 50%/55% 50% 50% 45%}50%{border-radius:55% 50% 45% 55%/45% 50% 55%}75%{border-radius:50% 50% 55% 45%/50% 45% 50% 55%}}.first-month[data-astro-cid-xlzmmsbp]{font-size:2rem;font-weight:700;line-height:1}.normal-price[data-astro-cid-xlzmmsbp]{font-size:.875rem;opacity:.9;font-weight:500}.banner-cta[data-astro-cid-xlzmmsbp]{text-align:center;width:100%}.cta-button[data-astro-cid-xlzmmsbp]{display:inline-block;background:var(--white);color:var(--blue-primary);padding:1rem 2.5rem;border-radius:8px;font-weight:700;font-size:1.125rem;transition:all .2s;box-shadow:var(--shadow-lg);white-space:nowrap}.cta-button[data-astro-cid-xlzmmsbp]:hover{transform:translateY(-2px);box-shadow:0 12px 20px -3px #0003;color:var(--blue-dark)}@media(max-width:768px){.lyca-logo[data-astro-cid-xlzmmsbp]{height:40px}.banner-text[data-astro-cid-xlzmmsbp] h2[data-astro-cid-xlzmmsbp]{font-size:1.5rem}.plans-grid[data-astro-cid-xlzmmsbp]{grid-template-columns:repeat(2,1fr)}.cta-button[data-astro-cid-xlzmmsbp]{width:100%;max-width:300px}}
