@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--primary-green:#059669;--primary-green-hover:#047857;--text-dark:#0f172a;--text-medium:#475569;--text-light:#64748b;--bg-white:#fff;--bg-light:#f8fafc;--border-color:#e2e8f0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;color:var(--text-dark);line-height:1.6;background:#fff}.landing-page{min-height:100vh}.launch-banner{background:linear-gradient(135deg,#059669,#047857);color:#fff;padding:12px 0;text-align:center;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.1)}.launch-banner p{font-size:14px;font-weight:600;margin:0;letter-spacing:.3px}.container{max-width:1100px;margin:0 auto;padding:0 32px}.hero{padding:120px 0 140px;text-align:center;background:#fff}.badge{display:inline-flex;align-items:center;gap:8px;background:#ecfdf5;padding:10px 20px;border-radius:100px;font-size:14px;font-weight:600;border:1px solid #d1fae5}.badge,.eyebrow{color:var(--primary-green);margin-bottom:24px}.eyebrow{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.hero h1{font-size:64px;font-weight:700;line-height:1.1;margin-bottom:32px;color:var(--text-dark);letter-spacing:-.01em;max-width:900px;margin-left:auto;margin-right:auto}.hero h1 .highlight{color:var(--primary-green)}.hero .subheadline{font-size:20px;line-height:1.6;margin-bottom:48px;color:var(--text-medium);font-weight:500;max-width:700px;margin-left:auto;margin-right:auto}.btn-hero{padding:20px 48px;font-size:18px;font-weight:700;background:var(--primary-green);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px rgba(5,150,105,.3)}.btn-hero:hover{background:var(--primary-green-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(5,150,105,.4)}.hero-note{margin-top:20px;font-size:14px;color:var(--text-medium);font-weight:500}.value-prop{padding:100px 0;background:var(--bg-light);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.value-prop h2{font-size:42px;font-weight:700;color:var(--text-dark);margin-bottom:16px;letter-spacing:-.01em;text-align:center}.value-prop-subtitle{font-size:18px;color:var(--text-medium);font-weight:500;text-align:center;margin-bottom:64px;max-width:700px;margin-left:auto;margin-right:auto}.solution-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:1100px;margin:0 auto}.solution-card{background:#fff;border:2px solid var(--border-color);border-radius:16px;padding:32px;display:flex;gap:24px;align-items:flex-start;transition:all .2s}.solution-card:hover{border-color:#d1fae5;box-shadow:0 4px 16px rgba(5,150,105,.08)}.card-icon{flex-shrink:0;width:56px;height:56px;background:#ecfdf5;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary-green)}.card-content{flex:1 1}.card-content h3{font-size:20px;font-weight:700;color:var(--text-dark);margin-bottom:12px;letter-spacing:-.01em;line-height:1.3}.card-content p{font-size:16px;color:var(--text-medium);font-weight:500;line-height:1.6;margin-bottom:16px}.card-badge{display:inline-block;background:#ecfdf5;color:var(--primary-green);font-size:13px;font-weight:700;padding:6px 12px;border-radius:6px;letter-spacing:.3px}.problem{padding:100px 0;background:#fff}.problem h2{font-size:42px;font-weight:700;margin-bottom:24px;color:var(--text-dark);letter-spacing:-.01em;text-align:center}.problem-subtitle{font-size:17px;color:var(--text-medium);font-weight:500;line-height:1.7;text-align:center;margin-bottom:56px;max-width:900px;margin-left:auto;margin-right:auto}.problem-subtitle strong{font-weight:700;color:var(--text-dark)}.problem-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:1100px;margin:0 auto 48px}.problem-card{background:#fff;border:2px solid var(--border-color);border-radius:16px;padding:32px;display:flex;gap:20px;align-items:flex-start}.problem-icon{flex-shrink:0;width:48px;height:48px;background:#fee2e2;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#dc2626}.problem-card-content h3{font-size:19px;font-weight:700;color:var(--text-dark);margin-bottom:10px;letter-spacing:-.01em;line-height:1.3}.problem-card-content p{font-size:16px;color:var(--text-medium);font-weight:500;line-height:1.6;margin:0}.solution-summary{max-width:900px;margin:0 auto;background:#f0fdf4;border:2px solid #a7f3d0;border-radius:16px;padding:32px 40px;text-align:center}.solution-summary-text{font-size:18px;color:var(--text-dark);font-weight:500;line-height:1.7;margin:0}.solution-summary-text strong{font-weight:700;color:var(--primary-green)}.flow-diagram{max-width:500px;margin:64px auto 24px;padding:48px 32px;background:#fafafa;border:2px solid var(--border-color);border-radius:16px}.flow-step{display:flex;flex-direction:column;align-items:center;position:relative}.flow-label{font-size:18px;font-weight:700;color:var(--text-dark);text-align:center;padding:16px 24px;background:#fff;border:2px solid var(--border-color);border-radius:8px;min-width:200px;position:relative}.flow-problem .flow-label{border-color:#f97316;background:#fff7ed;padding-top:20px}.sponsored-badge{position:absolute;top:-10px;right:12px;background:#f97316;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.flow-label-final{line-height:1.4;opacity:.5}.flow-sublabel{display:block;font-size:14px;font-weight:600;color:#666;margin-top:4px}.flow-arrow{font-size:32px;color:var(--text-medium);margin:12px 0;font-weight:300}.flow-arrow-faded{color:#ccc;opacity:.4}.diagram-caption{font-size:15px;color:#666;text-align:center;margin:16px 0 0;font-style:italic}.problem-impact{font-size:20px;font-weight:700;color:var(--text-dark)}.hirefy-position,.problem-impact{text-align:center;margin-top:32px}.hirefy-position{background:#f0fdf4;border-left:4px solid #10b981;border-radius:8px;padding:24px 32px}.hirefy-position p{font-size:16px;line-height:1.6;color:var(--text-dark);margin:0}.hirefy-position strong{font-weight:700;color:#059669}.categories-main{padding:100px 0;background:var(--bg-light)}.categories-main h2{font-size:42px;font-weight:700;margin-bottom:24px;color:var(--text-dark);letter-spacing:-.01em;text-align:center}.categories-subtitle{font-size:17px;color:var(--text-medium);font-weight:500;line-height:1.7;text-align:center;margin-bottom:56px;max-width:800px;margin-left:auto;margin-right:auto}.category-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;max-width:1100px;margin:0 auto 40px}.category-card{background:#fff;border:2px solid var(--border-color);border-radius:16px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;transition:all .2s}.category-card:hover{border-color:#d1fae5;box-shadow:0 4px 16px rgba(5,150,105,.08)}.category-card-featured{background:#f0fdf4;border-color:#a7f3d0}.category-card-icon{width:64px;height:64px;background:#ecfdf5;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary-green)}.category-card-featured .category-card-icon{background:#fff}.category-card h3{font-size:17px;font-weight:700;color:var(--text-dark);margin:0;letter-spacing:-.01em;line-height:1.3}.categories-note{max-width:800px;margin:0 auto;padding:24px 32px;background:#f8f9fa;border-left:4px solid var(--primary-green);border-radius:8px}.categories-note p{font-size:15px;color:var(--text-medium);font-weight:500;line-height:1.6;margin:0}.categories-note strong{font-weight:700;color:var(--text-dark)}.booking-system{padding:100px 0;background:#fff}.booking-system h2{font-size:40px;font-weight:700;margin-bottom:64px;color:var(--text-dark);letter-spacing:0;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.feature-blocks{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.feature-block{display:flex;align-items:flex-start;gap:20px;padding:0}.feature-icon{flex-shrink:0;color:var(--primary-green);margin-top:2px}.feature-content h3{font-size:19px;font-weight:700;color:var(--text-dark);margin-bottom:6px;letter-spacing:-.01em}.feature-content p{font-size:16px;color:var(--text-medium);font-weight:500;line-height:1.5;margin:0}.booking-system-footer{text-align:center;font-size:17px;font-weight:600;color:var(--text-dark);margin-top:56px;max-width:600px;margin-left:auto;margin-right:auto}.development-progress{padding:100px 0;background:#fff}.development-progress h2{font-size:42px;font-weight:700;margin-bottom:16px;color:var(--text-dark);letter-spacing:-.01em;text-align:center}.progress-subtitle{font-size:17px;color:var(--text-medium);font-weight:500;text-align:center;margin-bottom:56px}.progress-items{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.progress-item{gap:20px;padding:24px 28px;background:var(--bg-light);border-radius:12px;border:2px solid var(--border-color)}.progress-icon,.progress-item{display:flex;align-items:center}.progress-icon{flex-shrink:0;width:48px;height:48px;border-radius:50%;justify-content:center}.progress-completed .progress-icon{background:#ecfdf5;color:var(--primary-green)}.progress-in-progress .progress-icon{background:#dbeafe;color:#3b82f6}.progress-planned .progress-icon{background:#f3f4f6;color:#9ca3af}.progress-content h3{font-size:18px;font-weight:700;color:var(--text-dark);margin:0;letter-spacing:-.01em}.early-access-star{padding:120px 0;background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.early-access-box{max-width:700px;margin:0 auto;background:#fff;padding:64px;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.08);text-align:center;border:2px solid #10b981}.early-access-box h2{font-size:48px;font-weight:700;color:var(--text-dark);margin-bottom:24px;letter-spacing:-.01em}.early-subtitle{font-size:20px;color:var(--text-medium);margin-bottom:48px;font-weight:500;line-height:1.6}.early-benefits{list-style:none;text-align:left;margin-bottom:48px}.early-benefits li{display:flex;align-items:center;gap:16px;font-size:18px;font-weight:600;color:var(--text-dark);padding:20px 0;border-bottom:1px solid var(--border-color)}.early-benefits li:last-child{border-bottom:none}.early-benefits li svg{flex-shrink:0;color:var(--primary-green)}.btn-early-access{width:100%;padding:22px 48px;font-size:20px;font-weight:800;background:var(--primary-green);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s;box-shadow:0 8px 24px rgba(5,150,105,.3)}.btn-early-access:hover{background:var(--primary-green-hover);transform:translateY(-2px);box-shadow:0 12px 32px rgba(5,150,105,.4)}.categories{padding:80px 0;background:#fff}.categories h3{font-size:24px;font-weight:700;color:var(--text-dark);margin-bottom:32px;text-align:center}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;max-width:800px;margin:0 auto}.category-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--bg-light);border-radius:8px;font-size:15px;font-weight:600;color:var(--text-dark);border:1px solid var(--border-color)}.category-item svg{flex-shrink:0;color:var(--primary-green)}.founder{padding:100px 0;background:var(--bg-light);text-align:center}.founder h3{font-size:24px;font-weight:700;color:var(--text-dark);margin-bottom:24px;letter-spacing:-.01em;line-height:1.3;max-width:700px;margin-left:auto;margin-right:auto}.founder p{font-size:17px;color:var(--text-medium);font-weight:500;line-height:1.7;max-width:650px;margin:0 auto 16px}.founder-credit{font-size:15px;color:var(--text-light);font-weight:500;margin-top:24px}footer{padding:48px 0;background:var(--text-dark);color:#fff;text-align:center}footer p{font-size:14px;opacity:.7}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:20px;padding:48px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s;box-shadow:0 20px 60px rgba(0,0,0,.3)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;color:var(--text-medium);padding:8px;border-radius:8px;transition:all .2s}.modal-close:hover{background:var(--bg-light);color:var(--text-dark)}.modal-content h2{font-size:32px;font-weight:700;color:var(--text-dark);margin-bottom:12px;letter-spacing:0}.modal-subtitle{font-size:16px;color:var(--text-medium);margin-bottom:32px;font-weight:500}.form-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:var(--text-dark)}.form-group input,.form-group select{padding:14px 16px;font-size:16px;border:2px solid var(--border-color);border-radius:10px;outline:none;background:#fff;transition:all .2s;font-family:inherit;font-weight:500}.form-group input:focus,.form-group select:focus{border-color:var(--primary-green);box-shadow:0 0 0 3px rgba(5,150,105,.1)}.form-group input:disabled,.form-group select:disabled{background:var(--bg-light);cursor:not-allowed;opacity:.6}.error-message{background:#fee2e2;border:2px solid #ef4444;padding:14px 18px;border-radius:10px;margin-bottom:20px}.error-message p{font-size:14px;font-weight:600;margin:0;color:#991b1b}.btn-submit{width:100%;padding:18px 32px;font-size:17px;font-weight:700;background:var(--primary-green);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:8px}.btn-submit:hover:not(:disabled){background:var(--primary-green-hover);transform:translateY(-1px)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.spinner{width:18px;height:18px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.success-content{text-align:center;padding:32px 0}.success-icon{width:80px;height:80px;background:var(--primary-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:scaleIn .5s}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-content h2{font-size:32px;font-weight:700;margin-bottom:16px}.success-content p{font-size:18px;color:var(--text-medium);margin-bottom:32px;font-weight:500}.btn-close{padding:14px 32px;font-size:16px;font-weight:600;background:var(--bg-light);color:var(--text-dark);border:2px solid var(--border-color);border-radius:10px;cursor:pointer;transition:all .2s}.btn-close:hover{background:#fff;border-color:var(--text-dark)}@media (max-width:768px){.launch-banner p{font-size:13px}.hero h1{font-size:42px}.hero .subheadline{font-size:18px}.value-prop h2{font-size:32px}.value-prop-subtitle{font-size:16px;margin-bottom:48px}.solution-cards{grid-template-columns:1fr;gap:20px}.solution-card{padding:24px;gap:20px}.card-icon{width:48px;height:48px}.card-content h3{font-size:18px}.card-content p{font-size:15px;margin-bottom:12px}.card-badge{font-size:12px;padding:5px 10px}.categories-main h2{font-size:32px}.categories-subtitle{font-size:16px;margin-bottom:48px}.category-cards{grid-template-columns:repeat(2,1fr);gap:16px}.category-card{padding:24px 20px}.category-card-icon{width:56px;height:56px}.category-card h3{font-size:16px}.categories-note{padding:20px 24px}.before-after,.categories-note p{font-size:14px}.before-after{gap:12px}.solution-flow{padding:40px 24px;max-width:500px}.diagram-label{font-size:12px;margin-bottom:32px}.flow-label-solution{font-size:16px;min-width:240px;padding:18px 24px}.flow-sublabel-success{font-size:14px;margin-top:6px}.flow-arrow-green{font-size:32px;margin:16px 0}.problem-statement p{font-size:19px}.flow-diagram{padding:32px 20px}.flow-label{font-size:16px;min-width:180px;padding:14px 20px}.sponsored-badge{font-size:10px;padding:2px 6px}.solution-step{gap:20px}.step-content h3{font-size:22px}.problem h2{font-size:32px}.problem-subtitle{font-size:16px;margin-bottom:48px}.problem-cards{grid-template-columns:1fr;gap:20px}.problem-card{padding:24px;gap:16px}.problem-icon{width:44px;height:44px}.problem-card-content h3{font-size:18px}.problem-card-content p{font-size:15px}.solution-summary{padding:24px 28px}.solution-summary-text{font-size:16px}.development-progress h2{font-size:32px}.progress-subtitle{font-size:16px;margin-bottom:48px}.progress-items{gap:16px}.progress-item{padding:20px 24px;gap:16px}.progress-icon{width:44px;height:44px}.progress-content h3{font-size:17px}.booking-system h2{font-size:32px}.feature-blocks{gap:28px}.feature-block{gap:16px}.feature-content h3{font-size:18px}.feature-content p{font-size:15px}.booking-system-footer{font-size:16px;margin-top:48px}.early-access-box{padding:40px}.early-access-box h2{font-size:36px}.category-grid{grid-template-columns:1fr}.founder h3{font-size:26px}.modal-content{padding:32px}.form-row{grid-template-columns:1fr}}@media (max-width:480px){.launch-banner{padding:10px 0}.launch-banner p{font-size:12px}.container{padding:0 20px}.hero{padding:80px 0 100px}.hero h1{font-size:36px}.btn-hero{width:100%;padding:18px 32px}.value-prop h2{font-size:28px}.problem-subtitle,.value-prop-subtitle{font-size:15px;margin-bottom:40px}.problem-cards{gap:16px}.problem-card{padding:20px;gap:14px;flex-direction:column}.problem-icon{width:44px;height:44px}.problem-card-content h3{font-size:17px}.problem-card-content p{font-size:15px}.solution-summary{padding:20px 24px}.solution-summary-text{font-size:15px}.solution-cards{gap:16px}.solution-card{padding:20px;gap:16px;flex-direction:column}.card-icon{width:48px;height:48px}.card-content h3{font-size:17px}.card-content p{font-size:15px}.card-badge{font-size:12px}.categories-main h2,.problem h2{font-size:28px}.categories-subtitle{font-size:15px;margin-bottom:40px}.category-cards{grid-template-columns:1fr;gap:16px}.category-card{padding:24px}.category-card-icon{width:56px;height:56px}.category-card h3{font-size:16px}.categories-note{padding:20px 24px}.categories-note p{font-size:14px}.before-after{font-size:13px;gap:8px;flex-direction:column;text-align:center}.arrow-separator{transform:rotate(90deg);font-size:16px}.solution-flow{padding:32px 20px;margin-bottom:48px;max-width:100%}.diagram-label{font-size:11px;margin-bottom:24px}.flow-label-solution{font-size:15px;min-width:200px;padding:16px 20px}.flow-sublabel-success{font-size:13px;margin-top:6px}.flow-arrow-green{font-size:28px;margin:14px 0}.problem-statement{gap:16px}.problem-statement p{font-size:17px}.flow-diagram{padding:24px 16px;margin:48px auto 40px}.flow-label{font-size:15px;min-width:160px;padding:12px 16px}.sponsored-badge{font-size:9px;padding:2px 5px;top:-8px;right:8px}.hirefy-position{padding:20px 24px}.hirefy-position p{font-size:15px}.step-number{width:48px;height:48px}.step-content h3,.step-number{font-size:20px}.development-progress h2{font-size:28px}.progress-subtitle{font-size:15px;margin-bottom:40px}.progress-items{gap:16px}.progress-item{padding:18px 20px;gap:14px}.progress-icon{width:40px;height:40px}.progress-content h3{font-size:16px}.booking-system h2{font-size:28px}.feature-blocks{gap:24px}.feature-block{gap:14px}.feature-content h3{font-size:17px}.feature-content p{font-size:15px}.booking-system-footer{font-size:15px;margin-top:40px}.early-access-box{padding:32px}.early-access-box h2{font-size:32px}.modal-content{padding:24px}.modal-content h2{font-size:28px}}