:root{--background:#fff;--foreground:#1d2530;--surface:#f9fafa;--primary:#d31212;--primary-foreground:#fff;--primary-light:#ed2c2c;--primary-glow:#f15b5b;--accent:#f45925;--accent-foreground:#fff;--accent-light:#f67e55;--accent-glow:#f9a386;--secondary:#f4f4f6;--secondary-foreground:#303d50;--success:#11d462;--success-foreground:#fff;--warning:#f9c31f;--warning-foreground:#fff;--muted:#f1f2f4;--muted-foreground:#7b899d;--border:#e3e5e8;--input:#f1f2f4;--ring:#0a3776;--card:#fff;--card-foreground:#1d2530;--gradient-primary:linear-gradient(135deg,var(--primary),var(--primary-glow));--gradient-accent:linear-gradient(135deg,var(--accent),var(--accent-light));--gradient-hero:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);--gradient-surface:linear-gradient(180deg,var(--background) 0%,var(--surface) 100%);--gradient-red-glow:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);--shadow-soft:0 2px 10px -2px hsla(0,84%,45%,.1);--shadow-medium:0 8px 25px -5px hsla(0,84%,45%,.15);--shadow-large:0 20px 40px -10px hsla(0,84%,45%,.2);--shadow-accent:0 8px 25px -5px hsla(15,90%,55%,.25);--transition-smooth:all .3s cubic-bezier(.4,0,.2,1);--transition-fast:all .15s cubic-bezier(.4,0,.2,1);--radius:.75rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:var(--foreground);background-color:var(--background)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--foreground)}.icon{width:1rem;height:1rem;flex-shrink:0}.icon.success{color:var(--success)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:var(--transition-smooth);border:none;cursor:pointer;text-decoration:none;outline:none}.btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.btn:disabled{pointer-events:none;opacity:.5}.btn-cta{background:var(--gradient-primary);color:var(--primary-foreground);box-shadow:var(--shadow-accent);font-weight:600}.btn-cta:hover{background:var(--primary-light);box-shadow:var(--shadow-large);transform:scale(1.05)}.btn-hero{background:#fff;color:var(--primary);font-weight:600}.btn-hero:hover{background:rgba(255,255,255,.9);box-shadow:var(--shadow-large);transform:scale(1.05)}.btn-outline-light{border:2px solid rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.btn-outline-light:hover{background:rgba(255,255,255,.2)}.btn-sm{height:2.25rem;padding:0 .75rem;border-radius:calc(var(--radius) - 2px)}.btn-lg{height:2.75rem;padding:0 2rem;border-radius:var(--radius)}.btn-xl{height:3.5rem;padding:0 2.5rem;font-size:1.125rem;border-radius:calc(var(--radius) + 2px)}.header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid rgba(var(--border),.4);background:rgba(var(--background),.95);backdrop-filter:blur(10px)}.header-content{display:flex;height:4rem;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.5rem}.brand-fydelia{font-weight:700;font-size:1.25rem;color:var(--primary)}.brand-separator{color:var(--muted-foreground)}.brand-sevenrooms{font-weight:700;font-size:1.25rem}.brand-seven{color:var(--foreground)}.brand-rooms{color:var(--primary)}.nav-desktop{display:flex;align-items:center;gap:1.5rem}.nav-link{font-size:.875rem;font-weight:500;color:var(--muted-foreground);background:0 0;border:none;cursor:pointer;transition:var(--transition-fast)}.nav-link:hover{color:var(--foreground)}.nav-mobile{display:none}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;inset:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.6),rgba(0,0,0,.4),rgba(0,0,0,.3))}.hero-content{position:relative;z-index:10;padding:5rem 0}.hero-text{max-width:4rem;margin:0 auto;text-align:center;color:#fff}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;margin-bottom:1.5rem;border-radius:9999px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);font-size:.875rem;font-weight:500}.hero-badge .icon{color:var(--accent-light)}.hero-badge-brand{font-weight:700;font-size:1.125rem}.badge-seven{color:#fff}.badge-rooms{color:var(--accent-light)}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}.hero-highlight{color:var(--accent-light)}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:rgba(255,255,255,.9);max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}.hero-free{font-weight:600;color:var(--accent-light)}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:3rem}.hero-stats{display:grid;grid-template-columns:1fr;gap:2rem;max-width:48rem;margin:0 auto}.stat{text-align:center}.stat-header{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.stat-header .icon{margin-right:.5rem;width:1.5rem;height:1.5rem}.stat-value{font-size:1.5rem;font-weight:700}.stat-label{color:rgba(255,255,255,.8);font-size:.875rem}.stat-seven{font-weight:600;color:#fff}.stat-rooms{font-weight:600;color:var(--accent-light)}.benefits{padding:5rem 0;background:var(--gradient-surface)}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:rgba(var(--primary),.1);color:var(--primary);margin-bottom:1rem;font-size:.875rem;font-weight:500}.section-badge.accent{background:rgba(211,18,18,.1);color:var(--accent)}.section-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.section-subtitle{font-size:1.25rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.benefit-card{padding:1.5rem;border-radius:var(--radius);background:rgba(var(--card),.5);backdrop-filter:blur(10px);border:1px solid var(--border);box-shadow:var(--shadow-medium);transition:var(--transition-smooth)}.benefit-card:hover{box-shadow:var(--shadow-large)}.benefit-header{display:flex;align-items:center;margin-bottom:1rem}.benefit-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:var(--radius);background:rgba(var(--primary),.1);margin-right:1rem;flex-shrink:0;background-color:rgba(211,18,18,.1)}.benefit-icon svg{width:1.5rem;height:1.5rem;color:var(--primary)}.benefit-title{font-size:1.25rem;font-weight:600}.benefit-description{color:var(--muted-foreground);margin-bottom:1rem;line-height:1.6}.benefit-features{list-style:none}.benefit-features li{display:flex;align-items:center;font-size:.875rem;margin-bottom:.5rem}.feature-icon{width:1rem;height:1rem;color:var(--success);margin-right:.5rem;flex-shrink:0}.cta-card{padding:2rem;max-width:4rem;margin:0 auto;text-align:center;border-radius:var(--radius);background:var(--gradient-red-glow);color:#fff;border:none;box-shadow:var(--shadow-large);animation:pulse-glow 2s ease-in-out infinite}.cta-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:1.5rem;max-width:32rem;margin-left:auto;margin-right:auto}.how-it-works{padding:5rem 0;background:var(--background)}.steps-container{max-width:6rem;margin:0 auto}.step{display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.step:last-child{margin-bottom:2rem}.step-card{flex:1;width:100%;padding:2rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-medium);transition:var(--transition-smooth)}.step-card:hover{box-shadow:var(--shadow-large)}.step-content{display:flex;align-items:flex-start;gap:1rem}.step-number{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--gradient-primary);color:#fff;font-weight:700;font-size:1.125rem;flex-shrink:0}.step-details{flex:1}.step-header{display:flex;align-items:center;margin-bottom:.75rem}.step-icon{width:1.5rem;height:1.5rem;color:var(--primary);margin-right:.75rem}.step-title{font-size:1.25rem;font-weight:600}.step-description{color:var(--muted-foreground);margin-bottom:.75rem;line-height:1.6}.step-note{font-size:.875rem;color:var(--accent);font-weight:500}.step-arrow{display:flex;justify-content:center;margin:1rem 0}.step-arrow svg{width:1.5rem;height:1.5rem;color:var(--muted-foreground);transform:rotate(90deg)}.technical-details{padding:2rem;max-width:4rem;margin:0 auto;background:var(--surface);border:1px solid rgba(var(--border),.5);border-radius:var(--radius)}.technical-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.technical-grid{display:grid;grid-template-columns:1fr;gap:2rem}.technical-heading{font-weight:600;margin-bottom:.75rem;color:var(--primary)}.technical-list{list-style:none}.technical-list li{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.5rem}.free-highlight{font-weight:600;color:var(--success)}.footer{background:var(--primary);color:var(--primary-foreground)}.footer-content{padding:4rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}.footer-brand-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-fydelia{font-weight:700;font-size:1.25rem}.footer-separator{color:rgba(255,255,255,.6)}.footer-sevenrooms{font-weight:700;font-size:1.25rem}.footer-seven{color:var(--primary-foreground)}.footer-rooms{color:var(--accent-light)}.footer-brand-description{color:rgba(255,255,255,.8);margin-bottom:1.5rem;line-height:1.6}.footer-brand-seven{font-weight:600;color:#fff}.footer-brand-rooms{font-weight:600;color:var(--accent-light)}.footer-title{font-weight:600;font-size:1.125rem;margin-bottom:1rem;color:#fff}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-link{color:rgba(255,255,255,.8);text-decoration:none;transition:var(--transition-fast)}.footer-link:hover{color:var(--primary-foreground)}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;color:rgba(255,255,255,.8)}.contact-icon{width:1rem;height:1rem;margin-right:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-copyright{color:rgba(255,255,255,.6);font-size:.875rem}.footer-legal{display:flex;gap:1.5rem}.legal-link{color:rgba(255,255,255,.6);text-decoration:none;font-size:.875rem;transition:var(--transition-fast)}.legal-link:hover{color:var(--primary-foreground)}@keyframes pulse-glow{0%,100%{box-shadow:0 0 20px hsla(0,84%,45%,.3)}50%{box-shadow:0 0 40px hsla(0,84%,45%,.6)}}@media (min-width:640px){.hero-buttons{flex-direction:row}.hero-stats{grid-template-columns:repeat(3,1fr)}.hero-text{max-width:64rem}.footer-bottom{flex-direction:row;justify-content:space-between}}@media (min-width:768px){.nav-mobile{display:none}.hero-title{font-size:3.75rem}.hero-subtitle{font-size:1.5rem}.section-title{font-size:3.75rem}.benefits-grid{grid-template-columns:repeat(2,1fr)}.technical-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.step{flex-direction:row;align-items:center}.step-arrow svg{transform:rotate(0deg)}}@media (min-width:1024px){.benefits-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(4,1fr)}.step-arrow{display:flex;margin:0 1rem}}@media (max-width:767px){.nav-desktop{display:none}.nav-mobile{display:block}}