:root{--toggle-left:4px;--toggle-width:80px}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.hero.is-primary{background:#ffffff;color:#4a4a4a}.hero.is-primary .title{color:#363636}.hero.is-primary .subtitle{color:#4a4a4a;font-size:1.5rem}.hero img{max-width:100%;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.file-upload-zone{padding:40px;border:2px dashed #00d1b2;border-radius:12px;background:rgba(211,250,244,0.4);margin-bottom:20px;transition:all 0.3s ease}.file-upload-zone.is-hovered{background:rgba(255,255,255,0.2)!important;transform:scale(1.02)}.file-upload-zone .columns{margin-bottom:0}.file-upload-zone .column{padding:0.5rem}.file-upload-zone .fa-arrow-right{margin:0 1rem}.file-upload-zone .file{justify-content:center}.file-upload-zone .file-label{justify-content:center}.button.is-info.is-large{background-color:#00d1b2;color:white;height:max-content;white-space:inherit;font-weight:normal;transition:background-color 0.3s ease}.button.is-info.is-large:hover{background-color:#00b89c;color:white}.button.is-primary{background-color:#00d1b2;font-weight:bold;color:white}.button.is-primary:hover{background-color:#00b89c;color:white}.card{height:100%;transition:transform 0.2s ease}.box.h-100{height:100%;display:flex;flex-direction:column;justify-content:flex-start;min-height:220px}.box.h-100 .mt-5{margin-top:auto!important}.card:hover{transform:translateY(-5px)}.switch{position:absolute;opacity:0;width:0;height:0}.switch + label{position:relative;cursor:pointer;padding:0.75rem 1.5rem;background:#f0f0f0;border-radius:2rem;display:inline-flex;align-items:center;gap:2rem;border:2px solid #e0e0e0;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,0.1);transition:all 0.3s ease}.switch + label:hover{background:#e8e8e8}.switch + label::before{content:"";position:absolute;width:var(--toggle-width,80px);height:85%;background:#00d1b2;border-radius:1.5rem;left:var(--toggle-left,4px);transition:all 0.3s ease}.switch:checked + label::before{transform:translateX(140px)}.switch + label span{position:relative;z-index:1;transition:color 0.3s ease}.switch:not(:checked) + label .toggle-monthly,.switch:checked + label .toggle-yearly{color:white}.switch:checked + label .toggle-monthly,.switch:not(:checked) + label .toggle-yearly{color:#4a4a4a}.pricing-card{text-align:center;padding:2rem}.pricing-card .price{font-size:2.5rem;font-weight:bold;color:#4a90e2}.footer{padding:2rem;background-color:#f5f5f5;margin-top:auto}@media screen and (max-width:768px){.hero-body{padding:3rem 1.5rem}.file-upload-zone{margin:1rem;padding:1.5rem!important}.columns{margin:0}.column{padding:0.75rem}}.site-name{display:none}@media screen and (min-width:512px){.site-name{display:inline}}a{color:#00b89c}a:hover{color:#00d1b2}.check{opacity:0.7;background-image:url("/static/img/checkmark.svg");background-size:cover;width:17px;height:17px;display:inline-block;margin-right:7px;vertical-align:middle}.is-success{background-color:#00d1b2!important}.cf-turnstile{width:100%}