.launch-hero *,.problem-section *,.solution-section *{box-sizing:border-box}.launch-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);transition:all .3s ease}.launch-header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;max-width:1200px;margin:0 auto}.launch-brand a{display:flex;align-items:center}.launch-logo{height:56px;transition:height .3s ease}.launch-nav{display:flex;align-items:center;gap:8px}.launch-nav-link{color:#334155;text-decoration:none;font-weight:600;font-size:.92rem;padding:8px 16px;border-radius:8px;transition:all .2s ease}.launch-nav-link:hover{background:#f1f5f9;color:#0f172a}.launch-nav-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#0f7e3e,#10b981);color:#fff;text-decoration:none;border-radius:10px;font-weight:700;font-size:.92rem;transition:all .3s ease;box-shadow:0 2px 10px #0f7e3e33;margin-left:8px}.launch-nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f7e3e4d}.launch-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.launch-hamburger span{display:block;width:24px;height:2px;background:#0f172a;border-radius:2px;transition:all .3s ease}.launch-hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.launch-hamburger.open span:nth-child(2){opacity:0}.launch-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.launch-hamburger{display:flex}.launch-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:16px 20px;border-bottom:1px solid #e2e8f0;box-shadow:0 8px 24px #00000014;gap:4px}.launch-nav.open{display:flex}.launch-nav-link{width:100%;padding:12px 16px}.launch-nav-cta{width:100%;justify-content:center;margin-left:0;margin-top:8px}}.launch-hero{padding:140px 0 80px;background:linear-gradient(180deg,#f8faf9,#fff);overflow:hidden}.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:60px;max-width:1200px;margin:0 auto;padding:0 20px}.hero-text{flex:1;max-width:620px}.hero-tag{display:inline-block;background:#e6f4ea;color:#1b5e20;padding:6px 16px;border-radius:999px;font-size:.85rem;font-weight:600;letter-spacing:.02em;margin-bottom:20px}.hero-title{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.12;color:#0f172a;margin:0 0 24px;letter-spacing:-.02em}.hero-title em{font-style:normal;background:linear-gradient(135deg,#0f7e3e,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.15rem;line-height:1.7;color:#64748b;margin:0 0 32px;max-width:90%}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;padding:14px 28px;background:linear-gradient(135deg,#0f7e3e,#10b981);color:#fff;border-radius:10px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px #0f7e3e40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f7e3e59}.btn-ghost{display:inline-flex;align-items:center;padding:14px 28px;background:transparent;color:#0f172a;border:2px solid #e2e8f0;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.btn-ghost:hover{border-color:#0f7e3e;color:#0f7e3e;transform:translateY(-2px)}.hero-visual{flex:1;display:flex;justify-content:center}.hero-img{width:100%;max-width:440px;height:auto;border-radius:24px;box-shadow:0 20px 60px #0000001f,0 8px 20px #0000000f;transform:perspective(1000px) rotateY(-4deg);transition:transform .5s ease}.hero-img:hover{transform:perspective(1000px) rotateY(0)}.section-badge{display:inline-block;padding:6px 18px;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.problem-badge{background:#fef2f2;color:#b91c1c}.solution-badge{background:#e6f4ea;color:#1b5e20}.problem-section{padding:100px 0;background:#fafafa}.problem-header,.solution-header{text-align:center;margin-bottom:60px}.problem-header h2,.solution-header h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;color:#0f172a;margin:0 0 16px;line-height:1.15}.problem-subtitle,.solution-subtitle{font-size:1.15rem;color:#64748b;line-height:1.7;max-width:560px;margin:0 auto}.problem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:960px;margin:0 auto}.problem-card{background:#fff;border:1px solid #fee2e2;border-radius:16px;padding:32px;transition:all .3s ease}.problem-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #b91c1c14;border-color:#fca5a5}.problem-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fef2f2;color:#dc2626;border-radius:10px;font-size:1.2rem;font-weight:800;margin-bottom:16px}.problem-card h3{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0 0 12px;line-height:1.3}.problem-card p{font-size:.95rem;color:#64748b;line-height:1.7;margin:0}.problem-card em{color:#475569;font-style:italic}.solution-section{padding:100px 0 80px;background:#fff}.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:960px;margin:0 auto}.solution-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:32px;transition:all .3s ease}.solution-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f7e3e14;border-color:#86efac}.solution-card-wide{grid-column:1 / -1;max-width:640px;margin:0 auto;text-align:center}.solution-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#dcfce7;color:#16a34a;border-radius:10px;font-size:1.2rem;font-weight:800;margin-bottom:16px}.solution-card h3{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0 0 12px;line-height:1.3}.solution-card p{font-size:.95rem;color:#475569;line-height:1.7;margin:0}.closing-statement{text-align:center;margin:64px 0 40px}.closing-line{font-size:1.1rem;color:#94a3b8;margin:0 0 8px;font-weight:500}.closing-punch{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#0f172a;margin:0;line-height:1.2}.final-cta{text-align:center;padding-bottom:20px}.btn-large{padding:18px 40px;font-size:1.15rem}:root{--lib-green: #0f7e3e;--lib-green-light: #1bb45b;--lib-green-pale: #ecfdf5}.text-green-liberal{color:var(--lib-green)}.lib-timeline{padding:100px 0 80px;background:#fafafa}.timeline-header{text-align:center;margin-bottom:60px}.timeline-header h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;color:#0f172a;margin:0;line-height:1.15}.flow-timeline{position:relative;display:flex;flex-direction:column;gap:6rem}.flow-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#0f7e3e00,#0f7e3e33 40% 60%,#0f7e3e00);transform:translate(-50%);z-index:0}.flow-step{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.flow-step--left .flow-step-text{order:1;text-align:left}.flow-step--left .flow-step-visual{order:2}.flow-step--right .flow-step-visual{order:1}.flow-step--right .flow-step-text{order:2;text-align:left}.flow-step-num{font-size:1.4rem;font-weight:900;color:#0f7e3e;letter-spacing:2px;margin-bottom:.5rem}.flow-step-text h3{font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.25}.flow-step-text p{color:#475569;font-size:1.05rem;line-height:1.7;margin-bottom:.75rem}.phone-bubble{background:#fff;border:1px solid rgba(15,126,62,.15);border-radius:18px;padding:1.5rem;box-shadow:0 12px 32px #0f7e3e1a;max-width:320px;margin:0 auto}.bubble-incoming{display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;color:#0f7e3e;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.bubble-name{font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:.2rem}.bubble-phone{font-size:.9rem;color:#64748b;margin-bottom:1rem}.bubble-actions{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.bubble-action-btn{width:40px;height:40px;border:none;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#0f7e3e;cursor:pointer;transition:all .2s ease;flex-shrink:0}.bubble-action-btn:hover{background:var(--lib-green-pale);transform:translateY(-2px)}.fiche-mini{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem;box-shadow:0 8px 24px #0000000f;max-width:340px;margin:0 auto}.fiche-mini-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.fiche-mini-avatar{width:44px;height:44px;background:linear-gradient(135deg,#0f7e3e,#1bb45b);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.85rem;flex-shrink:0}.fiche-mini-name{font-weight:800;color:#0f172a;font-size:1rem}.fiche-mini-sub{font-size:.8rem;color:#9ca3af}.fiche-mini-row{display:flex;gap:.75rem;align-items:flex-start;font-size:.88rem;color:#475569;padding:.6rem 0;border-top:1px solid #f1f5f9;line-height:1.4}.fiche-mini-row.note{color:#1e293b;font-weight:600;background:#fef9ec;border-radius:8px;padding:.6rem .75rem;border-top:none;margin-bottom:.5rem}.rdv-form-mock{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #0000000f;max-width:340px;margin:0 auto;font-size:.9rem}.rdv-datetime{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid #f1f5f9}.rdv-date{font-size:.95rem;font-weight:700;color:#0f7e3e}.rdv-time{font-size:1.4rem;font-weight:800;color:#10b981;line-height:1.1}.rdv-tabs{display:flex;border-bottom:1px solid #e2e8f0}.rdv-tab{flex:1;padding:.65rem 0;background:none;border:none;font-size:.78rem;font-weight:700;letter-spacing:.5px;color:#9ca3af;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.rdv-tab.active{color:#0f7e3e;border-bottom-color:#10b981}.rdv-field{padding:.65rem 1.25rem;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.rdv-field-label{font-size:.72rem;color:#9ca3af;margin-bottom:.2rem}.rdv-field-row{display:flex;align-items:center;justify-content:space-between}.rdv-field-value{font-size:1rem;font-weight:500;color:#1e293b}.rdv-reason{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-bottom:1px solid #f1f5f9}.rdv-reason-label{font-size:.9rem;color:#475569}.rdv-reason-value{font-size:.9rem;font-weight:600;color:#1e293b;flex:1}.rdv-note{padding:.65rem 1.25rem;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.rdv-note-label{font-size:.72rem;color:#0f7e3e;font-weight:700;margin-bottom:.2rem}.rdv-note-value{font-size:.9rem;color:#1e293b;line-height:1.4}.rdv-footer{padding:.6rem 1.25rem;font-size:.75rem;color:#9ca3af;background:#fff;border-top:1px solid #f1f5f9}.sms-mini{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem;box-shadow:0 8px 24px #0000000f;max-width:340px;margin:0 auto}.sms-mini-header{display:flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;color:#0f7e3e;text-transform:uppercase;letter-spacing:.8px;margin-bottom:1rem}.sms-mini-bubble{background:#f8fafc;border-radius:12px;padding:1rem;font-size:.9rem;color:#334155;line-height:1.55;border:1px solid #e2e8f0;margin-bottom:1rem;font-style:italic}.sms-var{background:#0f7e3e;color:#fff;padding:1px 6px;border-radius:4px;font-style:normal;font-weight:700;font-size:.85em}.sms-mini-send{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#0f7e3e,#1bb45b);color:#fff;font-weight:700;font-size:.9rem;padding:.75rem 1rem;border-radius:10px;cursor:pointer}@media(max-width:968px){.hero-inner{flex-direction:column;text-align:center;gap:40px}.hero-text{max-width:100%}.hero-desc{max-width:100%;margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-img{transform:none;max-width:100%}.problem-grid,.solution-grid{grid-template-columns:1fr}.solution-card-wide{max-width:100%}.flow-timeline{gap:4rem}.flow-line{display:none}.flow-step{grid-template-columns:1fr;gap:2rem}.flow-step--right .flow-step-visual{order:2}.flow-step--right .flow-step-text{order:1}}@media(max-width:480px){.hero-actions{flex-direction:column;align-items:stretch}.btn-primary,.btn-ghost{text-align:center;justify-content:center}}.text-center{text-align:center}.text-green{color:#0f7e3e}.tracking-wide{letter-spacing:2px}.eyebrow{display:inline-block;font-weight:800;font-size:.9rem;margin-bottom:1rem;letter-spacing:2px}.title-dark{font-size:clamp(2rem,4vw,3rem);color:#0f172a;font-weight:800;margin-bottom:2rem}.features-cards-section{padding:100px 0 80px;background:#fff}.feat-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.feat-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.feat-cards-grid{grid-template-columns:1fr}}.feat-card{background:#ffffffe6;border:1px solid rgba(0,0,0,.07);border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 12px #0000000a}.feat-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0f7e3e1f;border-color:#0f7e3e33}.feat-card-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:.25rem}.feat-card-tag{display:inline-block;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px;padding:4px 10px;border-radius:99px;width:fit-content}.feat-card-title{font-size:1.15rem;font-weight:800;color:#0f172a;margin:0;line-height:1.3}.feat-card-desc{font-size:.95rem;color:#475569;line-height:1.65;margin:0}.why-install-section{background-color:#f8fafc}.why-install-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.why-install-card{background:#fff;border-radius:1rem;padding:2.5rem 2rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.why-install-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.why-install-card .card-line{height:4px;width:60px;border-radius:2px;margin-bottom:1.5rem;background:#0f7e3e}.why-install-card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.why-install-card p{color:#475569;line-height:1.6;font-size:1.05rem}
