.travel-stories{max-width:1300px;margin:0 auto;padding:2rem 1rem;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222}.utility-margin-bottom-2rem{margin-bottom:2rem}.utility-margin-bottom-0{margin-bottom:0}.utility-margin-top-auto{margin-top:auto}.user-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.user-card{background:#fff;border-radius:8px;box-shadow:0 6px 12px #00000014;display:flex;flex-direction:column;padding:1.5rem;min-height:250px;border:2px solid;border-image:linear-gradient(90deg,#ff7b00,#ff4b91) 1}.card-body{display:flex;flex-direction:column;height:100%}h2{font-size:3rem;color:#111}.card-body p{flex-grow:1;font-size:1rem;line-height:1.4;color:#444}.flex-horizontal{display:flex}.y-center{align-items:center}.flex-gap-xs>*+*{margin-left:.5rem}.avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#eee}.cover-image{width:100%;height:100%;object-fit:cover;display:block}.paragraph-sm{font-size:.9rem;font-weight:600;color:#222}@media (max-width: 768px){.user-grid-layout{grid-template-columns:1fr}}@media (max-width: 480px){.user-grid-layout{grid-template-columns:1fr}}.travel-feature-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#222}.utility-text-align-center{text-align:center}.utility-margin-bottom-4rem{margin-bottom:4rem}.eyebrow{font-size:1rem;font-weight:600;text-transform:uppercase;color:#888;margin-bottom:.5rem;letter-spacing:.1em}.h2-heading{font-size:3rem;font-weight:700;margin:0;line-height:1.2}.desktop-3-column{grid-template-columns:repeat(3,1fr)}.tablet-2-column{grid-template-columns:repeat(2,1fr)}.mobile-landscape-1-column{grid-template-columns:1fr}.flex-vertical{display:flex;flex-direction:column;align-items:center}.icon-large{width:72px;height:72px;color:#007acc;margin-bottom:1rem}.h4-heading{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#111}.flex-vertical p{font-size:1rem;line-height:1.5;color:#555;max-width:280px}.button-group{margin-top:4rem}.features-button{padding:.9rem 2.8rem;background:linear-gradient(90deg,#ff7b00,#ff4b91);border:none;border-radius:30px;color:#fff;font-weight:800;font-size:1.1rem;cursor:pointer;box-shadow:0 6px 14px #ff4b9180;transition:background .3s ease,transform .2s ease}.features-button:hover{background:linear-gradient(90deg,#ff914d,#ff5ca8);transform:scale(1.05);box-shadow:0 8px 16px #ff4b91b3}.feature-heading{font-family:Playfair Display,serif;color:#ff4b91}.feature-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 900px){.feature-grid-layout{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.feature-grid-layout{grid-template-columns:1fr}}.highlights-section{padding:2rem 1rem;max-width:1200px;margin:0 auto}.highlights-top{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;align-items:flex-start;margin-bottom:3rem}.highlights-intro{align-items:center}@media (min-width: 768px){.highlights-top{align-items:center}}.highlights-intro h2{font-size:3rem;margin:.25rem 0}.highlights-intro p{max-width:500px;color:#555}.button{padding:.75rem 1.5rem;background-color:#222;color:#fff;text-decoration:none;border-radius:6px;font-weight:700;white-space:nowrap}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.highlight-card{display:block;text-decoration:none;color:inherit;background:#f9f9f9;border-radius:10px;padding:1rem;transition:box-shadow .2s;border:2px solid;border-image:linear-gradient(90deg,#ff7b00,#ff4b91) 1}.highlight-card:hover{box-shadow:0 4px 12px #0000000f}.highlight-image img{width:100%;height:auto;border-radius:8px;aspect-ratio:3 / 2;object-fit:cover;margin-bottom:1rem}.highlight-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;color:#777}.tag{background-color:#e0e0e0;padding:.25rem .5rem;border-radius:4px;font-weight:500;font-size:.75rem}.highlight-title{font-size:1.1rem;margin:.5rem 0;text-align:left}.highlight-desc{font-size:.95rem;color:#444;margin-bottom:1rem;text-align:left}.highlight-cta{display:flex;align-items:center;font-weight:500;color:#ff4b91}.arrow-icon{width:16px;height:16px;margin-left:.5rem}.form-wrapper{background:linear-gradient(135deg,#fef9f8,#f0faff);border-radius:24px;box-shadow:0 12px 32px #00000014;padding:2rem;max-width:650px;margin:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #6400e4}.tab-group{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.tab{padding:.6rem 1.2rem;border-radius:30px;background:#e0e0ff;border:none;color:#333;font-weight:500;cursor:pointer;transition:all .3s ease}.tab.active{background:#6400e4!important;color:#fff;box-shadow:0 2px 8px #ff7b8966}.radio-group{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.radio{cursor:pointer;padding:.4rem 1rem;border-radius:20px;background:#f4f4f4;transition:all .3s ease;color:#444;font-weight:500}.radio.active{background:linear-gradient(90deg,#6400e4,#3b82f6);color:#fff;box-shadow:0 2px 6px #3b82f64d}.form-fields{display:flex;flex-direction:column;gap:1.25rem}.route-group{display:grid;flex-direction:column;gap:1rem;margin-bottom:1rem}input[type=text],input[type=date]{padding:.75rem 1rem;border:1px solid #ddd;border-radius:10px;background:#fff;font-size:1rem;transition:border .3s ease,box-shadow .3s ease}input[type=text]:focus,input[type=date]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.add-route-button,.add-hotel-button,.submit-button{padding:.8rem 1.5rem;background:linear-gradient(to right,#6400e4,#3b82f6);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease}.add-route-button:hover,.add-hotel-button:hover,.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #3b82f64d}.route-group-wrapper{position:relative}.remove-route{position:absolute;top:-10px;right:-30px;background:none;border:none;font-size:.8rem;cursor:pointer}.hotel-fields{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.hotel-fields label{grid-column:span 2;font-weight:500}.hero-banner.two-column{display:flex;gap:3rem;padding:4rem 2rem;width:100%;box-sizing:border-box;background:#fafafa;color:#1a1a1a;justify-content:center;flex-wrap:wrap}.home-hero-banner-inner{display:flex;gap:3rem;max-width:1200px;width:100%;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center}.home-hero-img-container{padding:1rem 1.5rem}.home-hero-img-container img{width:100%;height:auto;display:block}.home-hero-text{flex:1;max-width:600px;padding:1.5rem;text-align:left}.home-hero-heading{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.75rem;color:#ff4b91}.home-hero-subheading{font-size:1.25rem;font-weight:500;color:#555;line-height:1.5;max-width:500px}.plan-trip-btn{margin-top:1.5rem;padding:.85rem 2.5rem;background:linear-gradient(90deg,#ff7b00,#ff4b91);border:none;border-radius:30px;color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background .3s ease,transform .2s ease;box-shadow:0 6px 12px #ff4b9180}.plan-trip-btn:hover{background:linear-gradient(90deg,#ff914d,#ff5ca8);transform:scale(1.05);box-shadow:0 8px 18px #ff4b91b3}.sticker{position:absolute;width:48px;height:48px;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.85;transition:transform .3s ease;filter:drop-shadow(0 1px 1px rgba(0,0,0,.15));z-index:2}.sticker:hover{transform:scale(1.2) rotate(10deg);opacity:1;filter:drop-shadow(0 3px 3px rgba(0,0,0,.3))}.sticker-plane{top:20%;left:20vw}.sticker-suitcase{bottom:40%;left:18vw}.sticker-balloon{bottom:40%;right:18vw}.sticker-guide{top:40%;left:10vw}.sticker-ticket{top:40%;right:5vw}.sticker-visa{top:20%;right:10vw}@media (max-width: 1024px){.sticker-plane{left:20vw}.sticker-suitcase{left:25vw}.sticker-balloon{right:5vw}}@media (max-width: 768px){.hero-banner.two-column,.home-hero-banner-inner{flex-direction:column;align-items:center;gap:2rem;padding:2rem 1rem}.home-hero-img-container,.home-hero-text{width:100%;max-width:100%;padding:0;text-align:center}.home-hero-heading{font-size:2rem}.home-hero-subheading{font-size:1rem;margin-top:.5rem}.sticker{display:none}}.dummy-ticket-support{display:flex;gap:3rem;padding:4rem 2rem;width:100%;box-sizing:border-box;background:#fafafa;color:#1a1a1a;border-radius:0;box-shadow:none;justify-content:center}.dummy-ticket-content{display:flex;gap:3rem;max-width:1200px;width:100%;align-items:flex-start;box-sizing:border-box}.dummy-ticket-text{flex:1 1 400px;max-width:480px;text-align:left;margin:0 auto;color:#222;font-family:Poppins,sans-serif}.dummy-ticket-heading{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:#ff4b91;margin-bottom:.5rem}.dummy-ticket-subheading{font-size:1.1rem;font-weight:500;color:#444;margin-bottom:1.8rem;line-height:1.4}.dummy-ticket-btn{padding:.9rem 2.8rem;background:linear-gradient(90deg,#ff7b00,#ff4b91);border:none;border-radius:30px;color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;box-shadow:0 6px 14px #ff4b9180;transition:background .3s ease,transform .2s ease}.dummy-ticket-btn:hover{background:linear-gradient(90deg,#ff914d,#ff5ca8);transform:scale(1.05);box-shadow:0 8px 18px #ff4b91b3}.dummy-ticket-image{flex:1 1 300px;max-width:460px;text-align:center;padding:1rem 1.5rem}.dummy-ticket-image img{width:100%;border-radius:20px 20px 0 0;box-shadow:0 10px 20px #0000001a}@media (max-width: 1024px){.dummy-ticket-content{gap:2rem;padding:2rem 1rem}.dummy-ticket-text,.dummy-ticket-image{padding:0}}@media (max-width: 768px){.dummy-ticket-support{flex-direction:column;padding:2rem 1rem;width:100%}.dummy-ticket-content{flex-direction:column;align-items:center;text-align:center}.dummy-ticket-text{max-width:100%;text-align:center}.dummy-ticket-heading{font-size:1.8rem}.dummy-ticket-subheading{font-size:1rem}.dummy-ticket-image{order:-1;max-width:100%;padding:1rem 0}.dummy-ticket-image img{width:100%;height:auto;border-radius:16px}}.hotel-card{width:300px;background:#fff;border-radius:20px;box-shadow:0 12px 25px #ff4b911a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;font-family:Poppins,sans-serif;position:relative}.hotel-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px #ff4b9126}.hotel-image img{width:100%;height:180px;object-fit:cover;border-radius:20px 20px 0 0}.badge{position:absolute;top:15px;left:15px;background:#ff4b91;color:#fff;font-size:.75rem;padding:4px 8px;border-radius:12px;font-weight:600}.hotel-info{padding:1rem 1.2rem 1.5rem}.hotel-name{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem}.hotel-location{font-size:.9rem;color:#888;margin-bottom:.8rem}.hotel-details{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.95rem;font-weight:500}.hotel-rating{color:#f5a623}.hotel-price{color:#ff4b91;font-weight:600}.hotel-btn{width:100%;padding:.75rem 1.2rem;background:linear-gradient(to right,#ff7b00,#ff4b91);border:none;border-radius:30px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background .3s ease,transform .2s ease}.hotel-btn:hover{background:linear-gradient(to right,#ff914d,#ff5ca8);transform:scale(1.03)}@media (max-width: 768px){.hotel-card{width:90vw;margin:0 auto}.hotel-image img{height:160px}.hotel-name{font-size:1rem}.hotel-details{font-size:.9rem;flex-direction:column;gap:.4rem;align-items:flex-start}.hotel-btn{font-size:.95rem;padding:.65rem 1rem}}.explore-hotels-section{padding:4rem 1.5rem;background:#fafafa;text-align:center;font-family:Poppins,sans-serif}.explore-hotels-heading{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:700;color:#ff4b91;margin-bottom:.4rem}.explore-hotels-subheading{font-size:1.1rem;color:#555;max-width:600px;margin:0 auto 2.5rem;line-height:1.45}.hotels-grid{display:flex;gap:2rem;scroll-behavior:smooth;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;justify-content:center}.hotels-grid>*{flex:0 0 auto;width:auto;scroll-snap-align:start}.arrow-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #ccc;border-radius:50%;width:36px;height:36px;cursor:pointer;z-index:10;display:none;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000026}.arrow-left{left:.5rem}.arrow-right{right:.5rem}@media (max-width: 768px){.explore-hotels-section{padding:1rem}.hotels-grid{gap:1rem;justify-content:flex-start}.hotels-grid>*{flex:0 0 90%}.arrow-btn{display:flex}}.passenger-form-container{padding:2rem;max-width:800px;margin:3rem auto 0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f9fafb;border-radius:10px;box-shadow:0 4px 15px #0000000d}.passenger-form-container h2{text-align:center;margin-bottom:2rem;color:#222;font-weight:700}.passenger-card{border:1px solid #ccc;padding:1.5rem;margin-bottom:2rem;border-radius:8px;background:#fff;box-shadow:0 1px 6px #0000000d}.passenger-card h4{margin-bottom:1rem;color:#444}.passenger-input,.passenger-select{width:100%;padding:.55rem .75rem;margin-bottom:1.2rem;font-size:1rem;border:1.5px solid #bbb;border-radius:6px;transition:border-color .3s ease}.passenger-input:focus,.passenger-select:focus{outline:none;border-color:#0070f3;box-shadow:0 0 6px #0070f3aa}.remove-btn{background:none;border:none;color:#e74c3c;font-weight:600;cursor:pointer;padding:0;margin-top:-.5rem;transition:color .2s ease}.remove-btn:hover{color:#c0392b}.add-passenger-btn{background:#ddd;padding:.55rem 1.2rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;margin-bottom:1rem;transition:background-color .25s ease}.add-passenger-btn:hover{background:#ccc}.submit-btn{display:block;width:100%;padding:.85rem 0;background:#0070f3;color:#fff;font-size:1.15rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .25s ease}.submit-btn:hover{background:#005bb5}.phone-group{display:flex;gap:.5rem;margin-bottom:1rem}.country-code-select,.phone-input{width:50%;padding:.5rem;font-size:1rem}.form-row{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.passenger-card{border:1px solid #ccc;padding:1rem;margin-bottom:2rem;border-radius:8px;background:#fafafa}.passenger-input,.passenger-select,.select-dropdown,.phone-input{flex:1;padding:.5rem;font-size:1rem;min-width:120px}.remove-btn{color:red;background:none;border:none;margin-top:.5rem;cursor:pointer;font-weight:700}.select-dropdown{width:50%;font-size:1rem;padding:.5rem;max-height:150px;overflow-y:auto;border:1px solid #ccc;border-radius:4px}@media (max-width: 600px){.passenger-form-container{padding:1rem}}.contact-wrapper{display:flex}.contact-container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2rem;max-width:1000px;margin:3rem auto;background:#f9f9f9;border-radius:12px;box-shadow:0 0 15px #0000000d}.contact-left{flex:1;position:relative;padding:50px 45px 35px;border-radius:15px;background:#fff;box-shadow:var(--box-shadow-two);z-index:1;margin-top:50px;margin-right:50px;margin-left:50px}.contact-right{flex:1;position:relative;padding:50px 45px 35px;border-radius:15px;box-shadow:var(--box-shadow-two);z-index:1;margin-top:50px;margin-right:50px}.contact-right h3,.contact-right p{text-align:left}.contact-title{font-size:1.8rem;margin-bottom:1.5rem}.contact-success{color:green;font-weight:700}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form textarea{padding:.8rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;width:100%;box-sizing:border-box}.contact-button{padding:.8rem;background:#0070f3;color:#fff;border:none;font-weight:700;border-radius:8px;cursor:pointer;transition:background .3s ease}.contact-button:hover{background:#005bb5}.contact_boxes{display:flex;gap:2rem;flex-wrap:wrap}.contact_box_inner{display:flex;align-items:center;background:#f9f9f9;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 5px #0000001a;min-width:250px;max-width:350px;margin-bottom:50px;margin-top:50px}.icon_bx{font-size:2rem;color:#0070f3;margin-right:1rem;flex-shrink:0}.contnet h3{margin:0 0 .3rem;font-size:1.5rem;font-weight:600}.contnet p{margin:0;font-size:1.1rem;color:#555}@media (max-width: 768px){.contact-container{flex-direction:column}.contact-grid{grid-template-columns:1fr}}.header{width:100%;background:linear-gradient(90deg,#ff7b00,#ff4b91);color:#fff;position:relative;z-index:10}.header-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-logo{font-weight:700;font-size:1.5rem;letter-spacing:.05em;cursor:pointer}.nav{display:flex;gap:1.5rem;align-items:center;transition:max-height .3s ease}.nav a{color:#fff;text-decoration:none;font-weight:600;font-size:1rem}.cta-button{padding:.6rem 2rem;background:#fff;color:#ff4b91;font-weight:700;border-radius:30px;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .3s ease,color .3s ease}.menu-toggle{display:none;background:transparent;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:0}.menu-toggle .bar{width:25px;height:3px;background-color:#fff;border-radius:2px;display:block}@media (max-width: 768px){.nav{flex-direction:column;max-height:0;overflow:hidden;width:100%;background:linear-gradient(90deg,#ff7b00,#ff4b91);border-radius:0 0 8px 8px;margin-top:.5rem}.nav.open{max-height:300px}.nav a{padding:.75rem 1rem;width:100%;border-top:1px solid rgba(255,255,255,.2)}.cta-button{display:none}.menu-toggle{display:flex}}.footer{width:100%;background-color:#eff0f423;color:#000;padding:2rem 1rem;position:relative;box-sizing:border-box}.container{max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.w-layout-grid.grid-layout{display:flex;gap:3rem;max-width:1200px;width:100%;align-items:flex-start;box-sizing:border-box}.w-layout-left,.w-layout-right{flex:1}.w-links{display:flex;grid-template-rows:auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-auto-columns:1fr;gap:3rem;max-width:1200px;width:100%;align-items:flex-start;box-sizing:border-box}.flex-horizontal{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;align-items:flex-start}.flex-vertical{align-items:center}.flex-gap-md{gap:1.5rem}.grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.tablet-1-footer-column{grid-template-columns:1fr}.grid-gap-sm{gap:.75rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.nav-logo-icon svg{width:32px;height:32px;fill:currentColor}.touviza-text{background:linear-gradient(90deg,#ff7b00,#ff4b91);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;text-decoration:none;font-size:2rem;font-weight:1000;white-space:nowrap}.footer-subheading{color:#000;font-size:1.25rem;font-weight:700}.email{font-family:Playfair Display,serif;background:linear-gradient(90deg,#ff7b00,#ff4b91);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:.35em;font-size:2rem;text-decoration:none}.h6-heading{font-size:1rem;font-weight:600;margin-bottom:.5rem}.footer-link{color:#555;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#ff4b91}.utility-margin-bottom-0{margin-bottom:0!important}.button.primary-button-on-inverse{background-color:#0d5fe2;color:#eee;padding:.5rem 1rem;border:none;border-radius:3px;cursor:pointer;font-weight:600;margin-top:.5rem;display:inline-block;text-align:center}.button.primary-button-on-inverse:hover{background-color:#e6a600}.w-list-unstyled{list-style:none;padding:0;margin:0}.flex-horizontal.y-center{align-items:center}.flex-horizontal.x-center{justify-content:center}.flex-gap-xs{gap:.5rem}.wrap{flex-wrap:wrap}.footer>div:last-child{margin-top:2rem;text-align:center}.footer-email-link{color:#ff4b91}.start-now-button{margin-top:1.5rem;padding:.85rem 2.5rem;background:linear-gradient(90deg,#ff7b00,#ff4b91);border:none;border-radius:30px;color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background .3s ease,transform .2s ease;box-shadow:0 6px 12px #ff4b9180}@media (max-width: 768px){.w-layout-grid.grid-layout{flex-direction:column;gap:2rem;align-items:center}.grid-layout{grid-template-columns:1fr!important;row-gap:1.5rem}.footer .container{padding:2rem 1rem}.button-primary{width:100%;text-align:center}}.payment-form{max-width:420px;margin:30px auto;background:#f8fafc;padding:25px 30px;border-radius:12px;box-shadow:0 8px 20px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.StripeElement{background:#fff;padding:14px 16px;border-radius:8px;border:1.8px solid #ddd;box-shadow:inset 0 1px 3px #32325d1a;transition:border-color .3s ease,box-shadow .3s ease;font-size:16px;color:#303238;letter-spacing:.5px}.StripeElement--focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640;outline:none}.StripeElement--invalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef44444d}.StripeElement--webkit-autofill{background-color:#e6f0ff!important}.payment-btn{margin-top:20px;width:100%;padding:14px 0;background:linear-gradient(90deg,#4f46e5,#3b82f6);border:none;border-radius:10px;color:#fff;font-weight:600;font-size:18px;cursor:pointer;transition:background .4s ease;box-shadow:0 6px 12px #3b82f666}.payment-btn:hover:not(:disabled){background:linear-gradient(90deg,#3b82f6,#2563eb);box-shadow:0 8px 20px #2563eb99}.payment-btn:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none}.error-message{margin-top:12px;color:#ef4444;font-size:14px;font-weight:500}.success-message{margin-top:12px;color:#16a34a;font-size:15px;font-weight:600}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Arial,sans-serif;background-color:#f8f8f8;color:#222}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{box-sizing:border-box}.hero-heading{font-size:4rem;font-weight:200;line-height:1.2;letter-spacing:var(--ai-gen-82921b10-4b39-48f0-b346-808cf4903d29-1750025288247---h1-heading--h1-letter-spacing);font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.subheading{font-size:1.2rem;color:#555;margin:1rem 0 2rem}@tailwind base;@tailwind components;@tailwind utilities;@keyframes scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scroll-down{0%{transform:translateY(0)}to{transform:translateY(50%)}}.animate-marquee-up{animation:scroll-up 20s linear infinite}.animate-marquee-down{animation:scroll-down 20s linear infinite}html{scroll-behavior:smooth}#root{width:100vw;max-width:100vw;margin:0;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}h2{font-family:Playfair Display,serif;font-size:3rem;color:#ff4b91}h3{font-weight:700;font-size:1.75rem;color:#111}h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#111}p{color:#555}
