:root{--color-brand-50:#f0f7ff;--color-brand-100:#e0effe;--color-brand-400:#38bdf8;--color-brand-500:#0284c7;--color-brand-600:#0265d2;--color-brand-900:#0c4a6e;--loader-bg:#ffffff;--loader-text:#0f172a;--accent:#0284c7;--success:#10b981;--tw-gradient-from:#0f172a;--tw-gradient-to:rgb(15 23 42 / 0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}*,*::before,*::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e2e8f0;-webkit-tap-highlight-color:transparent !important}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:'Plus Jakarta Sans',sans-serif}body{margin:0;line-height:inherit;font-family:'Plus Jakarta Sans',sans-serif;background-color:#ffffff;color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{cursor:pointer;background:none;border:none;padding:0}::selection{background-color:var(--color-brand-500);color:#ffffff}.main-body{display:flex;flex-direction:column;min-height:100vh;color:#1e293b;background:#ffffff;overflow-x:hidden}html.dark .main-body{background:#020617;color:#f8fafc}html.dark{--loader-bg:#020617;--loader-text:#f8fafc;--accent:#38bdf8}html:has(#loader:not(.hidden)),body:has(#loader:not(.hidden)){overflow:hidden}@font-face{font-family:'Velocity BC';src:url('/fonts/velocity-bc.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap}#loader{position:fixed;inset:0;background:var(--loader-bg);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden;transition:opacity .4s ease,visibility .4s ease}#loader.hidden{opacity:0;visibility:hidden}.loader-grid{position:absolute;inset:0;background:linear-gradient( var(--accent) 1px,transparent 1px ),linear-gradient( 90deg,var(--accent) 1px,transparent 1px );background-size:40px 40px;opacity:0.08;mask-image:radial-gradient( circle at center,black 40%,transparent 80% );animation:gridMove 6s linear infinite}@keyframes gridMove{from{transform:translateY(0)}to{transform:translateY(40px)}}.loader-box{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:22px}.loader-logo{font-family:'Velocity BC','Inter',system-ui,sans-serif;font-size:2.6rem;letter-spacing:6px;color:var(--loader-text);position:relative}.loader-logo::after{content:"SDRYPSE";position:absolute;inset:0;color:var(--accent);filter:blur(12px);opacity:.6}.loader-bar{width:180px;height:3px;background:rgba(0,0,0,0.08);border-radius:10px;overflow:hidden}html.dark .loader-bar{background:rgba(255,255,255,0.08)}.loader-progress{width:40%;height:100%;background:linear-gradient( 90deg,var(--accent),var(--success),var(--accent) );background-size:200% auto;animation:progressMove 1.2s linear infinite}@keyframes progressMove{0%{transform:translateX(-100%)}100%{transform:translateX(250%)}}#mainContent{opacity:0;transition:opacity .3s ease}.main-content{flex-grow:1;color:#1e293b;background:#f8fafc}html.dark .main-content{color:#f8fafc;background:#020617}.main-header{position:relative;width:100%;z-index:50;background:#ffffff;border-bottom:1px solid #e2e8f0}html.dark .main-header{background:#020617;border-color:#1e293b}.main-container{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.main-header-row{height:5rem;display:flex;align-items:center;justify-content:space-between}.main-logo-wrap{display:flex;align-items:center;gap:.75rem}.main-logo-link{display:flex;align-items:center;gap:.75rem}.main-logo{width:24px;height:40.28px;object-fit:contain}.main-desktop-nav{display:none;flex:1;justify-content:flex-end;align-items:center;gap:1.5rem;margin-right:2rem;font-size:.875rem;font-weight:500;color:#475569}html.dark .main-desktop-nav{color:#cbd5e1}.main-nav-link{transition:color .15s ease}.main-nav-link:hover{color:var(--color-brand-500)}.main-header-actions{display:flex;align-items:center;gap:.5rem}.main-login{display:none;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:600;color:#ffffff;background:var(--color-brand-500);transition:all .2s ease}.main-login:hover{background:var(--color-brand-600)}#theme-toggle{padding:0;margin:0;border:0;background:transparent;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;line-height:0;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;color:#475569}html.dark #theme-toggle{color:#cbd5e1}#theme-toggle svg{display:block;width:24px;height:24px;padding:0;margin:0}#theme-icon{padding:0;margin:0;transform:none}@media (hover:hover) and (pointer:fine){#theme-toggle:hover{color:var(--color-brand-500)}html.dark #theme-toggle:hover{color:var(--color-brand-400)}}#theme-toggle:active{color:inherit;background:transparent;box-shadow:none}html.dark #theme-toggle:active{color:#cbd5e1;background:transparent;box-shadow:none}#sunRays{transform-origin:center;transition:opacity .3s ease,transform .3s ease}html.dark #sunRays{opacity:0;transform:scale(.5) rotate(-45deg)}.main-menu-button{position:relative;z-index:50;display:inline-flex;padding:.5rem;color:#475569}html.dark .main-menu-button{color:#cbd5e1}.main-menu-button:hover{color:#0f172a}html.dark .main-menu-button:hover{color:#ffffff}.main-menu-icon{width:1.75rem;height:1.75rem}.main-mobile-menu{position:fixed;inset:0;width:100%;height:100vh;z-index:40;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:#ffffff}html.dark .main-mobile-menu{background:#020617}.main-mobile-menu.hidden{display:none}.main-mobile-nav{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;width:100%;text-align:center;font-size:1.25rem;font-weight:700;color:#1e293b}html.dark .main-mobile-nav{color:#e2e8f0}.main-mobile-link{transition:color .15s ease}.main-mobile-link:hover{color:var(--color-brand-500)}.main-mobile-login-wrap{width:100%;max-width:20rem;padding-top:1.5rem}.main-mobile-login{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:700;color:#ffffff;background:var(--color-brand-500)}.main-mobile-login:hover{background:var(--color-brand-600)}.main-hero{position:relative;padding-top:4rem;padding-bottom:4rem;overflow:hidden;background:rgba(248,250,252,.8);border-bottom:1px solid rgba(226,232,240,.6)}html.dark .main-hero{background:rgba(15,23,42,.4);border-color:rgba(30,41,59,.6)}.main-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.main-hero-text{text-align:center}.main-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:#0265d2;background:rgba(2,132,199,.1);border:1px solid rgba(2,132,199,.2)}html.dark .main-hero-badge{color:#38bdf8}.main-hero-title{margin-top:1.5rem;margin-bottom:1.5rem;font-size:1.875rem;line-height:1.25;font-weight:800;letter-spacing:-.025em;color:#0f172a}html.dark .main-hero-title{color:#ffffff}.main-gradient-text{color:transparent;background-image:linear-gradient( to right,#0284c7,#38bdf8 );background-clip:text;-webkit-background-clip:text}.main-hero-description{max-width:42rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.625;color:#475569}html.dark .main-hero-description{color:#cbd5e1}.main-hero-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-top:1rem;margin-top:2rem}.main-primary-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:.75rem;font-weight:700;color:#ffffff;background:var(--color-brand-500);transition:background .2s ease}.main-primary-button:hover{background:var(--color-brand-600)}.main-secondary-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:.75rem;font-weight:700;color:#1e293b;background:rgba(226,232,240,.8)}html.dark .main-secondary-button{color:#e2e8f0;background:#1e293b}.main-secondary-button:hover{background:rgba(203,213,225,.8)}html.dark .main-secondary-button:hover{background:#334155}.main-hero-image-column{position:relative}.main-hero-image{position:relative;max-width:28rem;margin-left:auto;margin-right:auto;overflow:hidden;border-radius:1rem;border:1px solid #e2e8f0;background:#ffffff;line-height:0}html.dark .main-hero-image{border-color:#1e293b;background:#0f172a}.main-hero-image img{display:block;width:100%;height:auto;object-fit:cover}.main-plans{padding-top:4rem;padding-bottom:4rem;background:#ffffff}html.dark .main-plans{background:#020617}.main-section-container{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.main-section-heading{max-width:48rem;margin-left:auto;margin-right:auto;margin-bottom:4rem;text-align:center}.main-section-heading h2{margin:0 0 .75rem;font-size:1.875rem;line-height:1.25;font-weight:800;color:#0f172a}html.dark .main-section-heading h2{color:#ffffff}.main-section-heading p{margin:0;font-size:1rem;color:#475569}html.dark .main-section-heading p{color:#94a3b8}.main-plans-grid{width:100%;max-width:56rem;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}.main-plan-card{display:flex;flex-direction:column;justify-content:space-between;padding:2rem;border-radius:1rem;border:1px solid #e2e8f0;background:#f8fafc;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:border-color .2s ease,box-shadow .2s ease}html.dark .main-plan-card{border-color:#1e293b;background:rgba(15,23,42,.6)}.main-plan-card:hover{border-color:rgba(2,132,199,.5);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.main-plan-label{margin-bottom:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}html.dark .main-plan-label{color:#94a3b8}.main-plan-label-premium{color:var(--color-brand-500)}html.dark .main-plan-label-premium{color:#38bdf8}.main-plan-title{margin:0 0 .5rem;font-size:1.5rem;line-height:2rem;font-weight:700;color:#0f172a}html.dark .main-plan-title{color:#ffffff}.main-plan-description{margin:0 0 1.5rem;font-size:.875rem;line-height:1.25rem;color:#475569}html.dark .main-plan-description{color:#94a3b8}.main-plan-divider{margin-top:1.5rem;margin-bottom:1.5rem;border-top:1px solid #e2e8f0}html.dark .main-plan-divider{border-color:#1e293b}.main-plan-features{margin:0 0 2rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem;font-size:.875rem;color:#334155}html.dark .main-plan-features{color:#cbd5e1}.main-plan-feature{display:flex;align-items:flex-start;gap:.75rem}.main-plan-feature i{margin-top:.25rem;color:#10b981}.main-plan-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:700;color:#ffffff;background:#0f172a;box-shadow:0 1px 2px rgba(0,0,0,.05)}html.dark .main-plan-button{background:#1e293b}.main-plan-button:hover{background:var(--color-brand-500)}.main-plan-button-premium{padding-top:.875rem;padding-bottom:.875rem;background:var(--color-brand-500)}.main-plan-button-premium:hover{background:var(--color-brand-600)}.main-popular-badge{position:absolute;top:-.875rem;left:50%;transform:translateX(-50%);z-index:10;padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;color:#ffffff;background:var(--color-brand-500);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.main-plan-premium{position:relative}.main-faq{padding-top:4rem;padding-bottom:4rem;background:rgba(241,245,249,.7);border-top:1px solid rgba(226,232,240,.8);border-bottom:1px solid rgba(226,232,240,.8)}html.dark .main-faq{background:rgba(15,23,42,.6);border-color:rgba(30,41,59,.8)}.main-faq-container{width:100%;max-width:56rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.main-faq-heading{margin-bottom:3rem;text-align:center}.main-faq-heading h2{margin:0 0 .75rem;font-size:1.875rem;line-height:1.25;font-weight:800;color:#0f172a}html.dark .main-faq-heading h2{color:#ffffff}.main-faq-heading p{margin:0;font-size:1rem;color:#475569}html.dark .main-faq-heading p{color:#94a3b8}.main-faq-list{display:flex;flex-direction:column;gap:1rem}.main-faq-item{overflow:hidden;border-radius:1rem;border:1px solid #e2e8f0;background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.05)}html.dark .main-faq-item{border-color:#1e293b;background:#020617}.main-faq-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;text-align:left;font-weight:600;color:#0f172a}html.dark .main-faq-button{color:#ffffff}.main-faq-button:hover{color:var(--color-brand-500)}html.dark .main-faq-button:hover{color:#38bdf8}.main-faq-icon{color:#94a3b8;transition:transform .2s ease}.main-faq-answer{padding:1rem 1.5rem 1.25rem;border-top:1px solid #f1f5f9;font-size:.875rem;line-height:1.625;color:#475569}html.dark .main-faq-answer{border-color:rgba(30,41,59,.6);color:#cbd5e1}.main-faq-answer.hidden{display:none}.main-faq-answer a{font-weight:600;color:var(--color-brand-500)}.main-faq-answer a:hover{color:var(--color-brand-600)}.main-footer{padding-top:3rem;padding-bottom:2rem;background:#ffffff;color:#475569}html.dark .main-footer{background:#020617;color:#94a3b8}.main-footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem;text-align:center}.main-footer-brand{display:flex;flex-direction:column;align-items:center;gap:.25rem}.main-footer-brand-title{margin:0;display:flex;align-items:center;justify-content:center;gap:.75rem;line-height:1}.main-footer-logo{display:block;width:24px;height:40.28px;object-fit:contain}.main-footer-brand-name{font-family:'Velocity BC','Plus Jakarta Sans',sans-serif;font-size:28px;font-weight:800;line-height:1;letter-spacing:2px;color:#0f172a}html.dark .main-footer-brand-name{color:#ffffff}.main-footer-description{margin-top:.25rem;font-size:.875rem;color:#64748b}html.dark .main-footer-description{color:#94a3b8}.main-footer-column{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}html.dark .main-footer-column{color:#94a3b8}.main-footer-column h3{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#0f172a}html.dark .main-footer-column h3{color:#ffffff}.main-footer-column a{color:inherit;white-space:nowrap;transition:color .2s ease-in-out}.main-footer-column a:hover{color:var(--color-brand-500)}.main-footer-contact{display:flex;flex-direction:column;align-items:center;gap:.75rem}.main-footer-contact-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.main-footer-contact-link i{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.main-footer-whatsapp{color:#10b981}.main-footer-email{color:var(--color-brand-500)}.main-footer-divider{width:100%;max-width:none;margin:1.5rem 0;border-top:1px solid #e2e8f0}html.dark .main-footer-divider{border-color:rgba(30,41,59,.8)}.main-footer-bottom{width:100%;max-width:none;margin:0;padding-left:1rem;padding-right:1rem;text-align:center;font-size:.75rem;color:#64748b}.main-footer-bottom a{font-weight:500;color:#475569}html.dark .main-footer-bottom a{color:#94a3b8}.main-footer-bottom a:hover{color:#0f172a}html.dark .main-footer-bottom a:hover{color:#ffffff}.main-hidden{display:none !important}.main-visible{display:block !important}.main-overflow-hidden{overflow:hidden}@media (min-width:640px){.main-container{padding-left:1.5rem;padding-right:1.5rem}.main-header-actions{gap:1rem}.main-hero{padding-top:4rem;padding-bottom:4rem}.main-hero-title{font-size:2.25rem}.main-hero-description{font-size:1.125rem;line-height:1.75rem}.main-hero-actions{flex-direction:row}.main-primary-button,.main-secondary-button{width:auto}.main-footer-bottom{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){.main-desktop-nav{display:flex}.main-login{display:inline-flex}.main-menu-button{display:none}.main-hero{padding-top:6rem;padding-bottom:6rem}.main-hero-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.main-hero-text{grid-column:span 7 / span 7;text-align:left}.main-hero-description{margin-left:0;margin-right:0}.main-hero-actions{justify-content:flex-start}.main-hero-image-column{grid-column:span 5 / span 5}.main-hero-image{max-width:none}.main-hero-title{font-size:3rem;line-height:1}.main-plans{padding-top:6rem;padding-bottom:6rem}.main-plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.main-faq{padding-top:6rem;padding-bottom:6rem}.main-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));text-align:left}.main-footer-brand,.main-footer-column{align-items:flex-start}.main-footer-brand-title{justify-content:flex-start}.main-footer-contact{align-items:flex-start}.main-footer-contact-link{justify-content:flex-start}}@media (min-width:1024px){.main-container{padding-left:2rem;padding-right:2rem}.main-desktop-nav{gap:2rem}.main-hero-text{grid-column:span 7 / span 7}.main-hero-image-column{grid-column:span 5 / span 5}.main-footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.main-section-container{padding-left:2rem;padding-right:2rem}}@media (max-width:768px){.main-hero-actions{margin-top:3rem}.main-hero-actions.main-actions-adjusted{margin-top:2rem}}@media (max-width:639px){.main-secondary-button{margin-top:2.5rem}}