@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap);:root{--bg:#0f1724;--card:#0f1724;--surface:#0b1220;--muted:#9aa4b2;--text:#e6eef6;--accent:#06b6d4;--accent-600:#0891b2;--danger:#ff6b6b;--glass:#ffffff0a;--container-max:1100px;--gutter:1rem;--radius:12px;--fw-regular:400;--fw-medium:500;--fw-bold:700;--base-size:16px}*{box-sizing:border-box}#root,body,html{height:100%}html{-webkit-text-size-adjust:100%;font-size:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(1200px 400px at 10% 10%,#06b6d40d,#0000),linear-gradient(180deg,#0f1724,#07111a 120%);background:radial-gradient(1200px 400px at 10% 10%,#06b6d40d,#0000),linear-gradient(180deg,var(--bg),#07111a 120%);color:#e6eef6;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:16px;font-size:var(--base-size);line-height:1.5;margin:0;padding:.75rem}.container{margin:0 auto;max-width:1100px;max-width:var(--container-max);padding-left:1rem;padding-left:var(--gutter);padding-right:1rem;padding-right:var(--gutter);width:100%}main{display:block;min-height:60vh;padding-top:.75rem}.row{display:flex;flex-wrap:wrap;gap:1rem}.col{flex:1 1}.center{align-items:center;display:flex;justify-content:center}h1,h2,h3,h4{color:#e6eef6;color:var(--text);font-weight:500;font-weight:var(--fw-medium);margin:0 0 .5rem}p{color:#9aa4b2;color:var(--muted);margin:0 0 1rem}.lead{color:#e6eef6;color:var(--text);font-size:1.025rem;opacity:.95}header.app-header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,#ffffff05,#0000);border-radius:8px;border-radius:calc(var(--radius) - 4px);box-shadow:0 6px 18px #02061799;padding:.6rem .75rem}.header-inner{gap:1rem;justify-content:space-between}.brand,.header-inner{align-items:center;display:flex}.brand{font-weight:700;gap:.6rem}.brand img{border-radius:8px;box-shadow:0 8px 20px #02061773;height:40px;width:auto}.brand .title{font-size:1.05rem;letter-spacing:.01em}.nav{align-items:center;display:flex;gap:.75rem}.nav a{border-radius:10px;color:#9aa4b2;color:var(--muted);font-weight:600;padding:.45rem .6rem;text-decoration:none;transition:all .16s ease}.nav a:hover{background:linear-gradient(180deg,#ffffff05,#ffffff03);color:#e6eef6;color:var(--text);transform:translateY(-2px)}.nav a.active{background:linear-gradient(90deg,#06b6d414,#0000);box-shadow:inset 0 -2px 0 #06b6d41f;color:#06b6d4;color:var(--accent)}.nav-toggle{align-items:center;background:#0000;border:0;border-radius:8px;color:#e6eef6;color:var(--text);height:40px;justify-content:center;padding:.4rem;width:44px}.nav-toggle .burger{display:block;position:relative}.nav-toggle .burger,.nav-toggle .burger:after,.nav-toggle .burger:before{background:#e6eef6;background:var(--text);border-radius:2px;height:2px;width:22px}.nav-toggle .burger:after,.nav-toggle .burger:before{content:"";left:0;position:absolute;transition:transform .18s ease,opacity .18s ease}.nav-toggle .burger:before{top:-7px}.nav-toggle .burger:after{top:7px}.nav-toggle.open .burger{background:#0000}.nav-toggle.open .burger:before{transform:translateY(7px) rotate(45deg)}.nav-toggle.open .burger:after{transform:translateY(-7px) rotate(-45deg)}.hero{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;padding:1.5rem .5rem}.hero .kicker{color:#06b6d4;color:var(--accent);font-size:.9rem;font-weight:700}.hero h1{font-size:2rem;line-height:1.05;margin:0 0 .5rem}.hero p{color:#9aa4b2;color:var(--muted);font-size:1.025rem;max-width:68ch}.hero{background:linear-gradient(180deg,#ffffff05,#0000);border-radius:14px;padding:1.5rem}.card-grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:repeat(1,1fr)}.card{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid hsla(0,0%,100%,.035);border-radius:16px;box-shadow:0 10px 30px #02061773;padding:1rem;transition:transform .22s cubic-bezier(.2,.9,.3,1),box-shadow .22s ease}.card:hover{box-shadow:0 20px 40px #02061780;transform:translateY(-8px)}.card h3{font-size:1.05rem;margin-bottom:.4rem}.btn{align-items:center;background:linear-gradient(90deg,#06b6d4,#0891b2);background:linear-gradient(90deg,var(--accent),var(--accent-600));border:0;border-radius:12px;box-shadow:0 8px 20px #06b6d414;color:#042027;cursor:pointer;display:inline-flex;font-weight:700;gap:.6rem;padding:.65rem 1rem;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.btn.secondary{background:#0000;border:1px solid #ffffff0f;color:#e6eef6;color:var(--text)}.btn.ghost{background:#0000;border:0;color:#06b6d4;color:var(--accent)}.btn:hover{box-shadow:0 18px 40px #06b6d414;transform:translateY(-3px)}.btn:focus{outline:3px solid #06b6d42e;outline-offset:3px}.modal-backdrop{align-items:center;background:#02061799;display:flex;inset:0;justify-content:center;position:fixed;z-index:60}.modal{background:linear-gradient(180deg,#0c141cfa,#060c12fa);border:1px solid hsla(0,0%,100%,.045);border-radius:14px;box-shadow:0 30px 60px #020617bf;padding:1.25rem;width:clamp(320px,92vw,720px)}.modal .modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.modal .close-btn{background:#0000;border:0;border-radius:8px;color:#9aa4b2;color:var(--muted);padding:.25rem}input[type=email],input[type=text],select,textarea{background:#0000;border:1px solid #ffffff0a;border-radius:10px;color:#e6eef6;color:var(--text);font-size:.95rem;padding:.6rem;width:100%}label{display:block;font-weight:500;margin-bottom:.4rem}footer.site-footer,label{color:#9aa4b2;color:var(--muted)}footer.site-footer{background:linear-gradient(180deg,#ffffff03,#0000);border-radius:10px;margin-top:1.4rem;padding:1rem}@media(min-width:680px){.hero h1{font-size:2rem}.card-grid{grid-template-columns:repeat(2,1fr)}.header-inner{gap:1.5rem}}@media(min-width:1024px){body{padding:1rem}.hero{align-items:center;flex-direction:row;justify-content:space-between}.card-grid{grid-template-columns:repeat(3,1fr)}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.uppercase{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:focus{outline:none}:focus-visible{outline:3px solid #06b6d42e;outline-offset:3px}.brand,.btn,.card,.footer,.header,.modal,.nav{transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-6px)}.btn:active{transform:translateY(1px)}.tv-container{margin:0 auto;max-width:1100px;max-width:var(--container-max);padding-left:1rem;padding-left:var(--gutter);padding-right:1rem;padding-right:var(--gutter);width:100%}header.tv-header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,#ffffff05,#0000);border-radius:8px;border-radius:calc(var(--radius) - 4px);box-shadow:0 6px 18px #02061799;padding:.6rem .75rem}.tv-brand,.tv-brand *{color:#e6eef6;color:var(--text)}.tv-brand{align-items:center;display:flex;gap:.6rem}.tv-logo{border-radius:8px;height:36px;width:auto}.tv-tagline{color:#9aa4b2;color:var(--muted);font-size:.9rem;margin:0}.tv-site-title{font-weight:700}.tv-nav{padding:0}.tv-nav .nav-inner{align-items:center;display:flex;gap:1rem;justify-content:space-between}.nav-links{display:none;flex-direction:column;gap:.6rem;margin-top:.6rem}.nav-links a,.nav-links a:link,.nav-links a:visited{border-radius:8px;color:#9aa4b2;color:var(--muted);font-weight:500;padding:.45rem .6rem;text-decoration:none}.nav-links a:hover{background:#ffffff0a;background:var(--glass);color:#e6eef6;color:var(--text)}.nav-links a.active{background:linear-gradient(90deg,#06b6d414,#0000);color:#06b6d4;color:var(--accent)}.nav-links.open{display:flex}.nav-toggle{display:inline-flex}@media(min-width:680px){.nav-links{display:flex;flex-direction:row;margin:0}.nav-toggle{display:none}}.tv-book,a.tv-book{align-items:center;background:#06b6d4;background:var(--accent);border:0;border-radius:10px;color:#042027;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.5rem .8rem;text-decoration:none}.tv-book.secondary{background:#0000;border:1px solid #ffffff0f;color:#e6eef6;color:var(--text)}.tv-book:focus{outline:3px solid #06b6d42e;outline-offset:2px}.qb-overlay{align-items:center;background:#02061799;display:flex;inset:0;justify-content:center;position:fixed;z-index:60}.qb-modal{background:linear-gradient(180deg,#0c141cfa,#060c12fa);border:1px solid hsla(0,0%,100%,.045);border-radius:14px;box-shadow:0 30px 60px #020617bf;padding:1.25rem;width:clamp(320px,92vw,720px)}.qb-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.qb-close{background:#0000;border:0;border-radius:8px;padding:.25rem}.qb-close,.qb-form label{color:#9aa4b2;color:var(--muted)}.qb-form label{display:block;font-weight:500;margin-bottom:.6rem}.qb-form input,.qb-form textarea{background:#0000;border:1px solid #ffffff0a;border-radius:10px;color:#e6eef6;color:var(--text);padding:.6rem;width:100%}.qb-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.6rem}.services-grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:repeat(1,1fr)}.service-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid hsla(0,0%,100%,.035);border-radius:14px;box-shadow:0 12px 30px #02061773;display:flex;flex-direction:column;overflow:hidden}.service-card img{display:block;height:160px;object-fit:cover;width:100%}.service-card-body{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:1rem}.service-card h3{margin-bottom:.5rem}.service-card p{color:#9aa4b2;color:var(--muted);margin:0}@media(min-width:680px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto;max-width:900px}}.tv-footer{background:linear-gradient(180deg,#ffffff03,#0000);border-radius:12px;color:#9aa4b2;color:var(--muted);margin-top:1.4rem;padding:1.4rem}.tv-footer-inner{align-items:center;display:flex;flex-direction:column;gap:.6rem;margin:0 auto;max-width:880px;text-align:center}.footer-top h4{font-weight:700;margin:0}.footer-contact{align-items:center;display:flex;gap:.6rem;justify-content:center}.footer-link{color:#e6eef6;color:var(--text);text-decoration:none}.footer-address{font-size:.95rem}.footer-bottom{align-items:center;color:#9aa4b2;color:var(--muted);display:flex;gap:.6rem;justify-content:center}@media(min-width:1024px){.tv-footer{padding:1.6rem}}.muted{color:#9aa4b2;color:var(--muted)}.tv-logo{max-height:40px}.hero{padding:1.25rem 0}.hero-inner{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}.hero-left{flex:1 1}.hero-right{display:flex;flex:0 0 100%;justify-content:center}.hero-image{border-radius:12px;box-shadow:0 12px 30px #02061780;height:auto;max-width:420px;object-fit:cover;width:100%}.hero-ctas{display:flex;gap:.6rem;margin-top:.75rem}@media(min-width:680px){.hero-inner{align-items:center;flex-direction:row}.hero-right{flex:0 0 420px}.hero-image{height:260px;width:420px}}.feature-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr);margin-top:1rem}.feature-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);border-radius:12px;box-shadow:0 8px 20px #02061773;padding:1rem;text-align:center}.feature-card h3{margin-bottom:.5rem}.feature-card p{color:#9aa4b2;color:var(--muted);margin:0}.fun-widget{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid #ffffff08;border-radius:12px;box-shadow:0 12px 30px #02061759;display:flex;flex-direction:column;gap:.6rem;max-width:720px;padding:.9rem}.fun-fact{align-items:flex-start;display:flex;gap:.8rem}.fun-fact .fact-emoji{font-size:1.7rem}.fun-fact .fact-text{color:#e6eef6;color:var(--text);flex:1 1;font-size:.98rem}.fun-fact.fade{opacity:.25;transform:translateY(6px);transition:opacity .28s ease,transform .28s ease}.fun-controls{display:flex;justify-content:flex-end}.fun-widget .btn.ghost{background:#0000;border:1px solid #ffffff0f;border-radius:10px;color:#e6eef6;color:var(--text);padding:.45rem .7rem}.live-widget{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid #ffffff08;border-radius:12px;box-shadow:0 12px 30px #02061759;flex-direction:column;gap:.6rem;max-width:320px;padding:.8rem}.live-top,.live-widget{display:flex;justify-content:space-between}.live-top{align-items:center;gap:.8rem}.live-time{font-size:1.2rem;font-weight:700}.live-label{color:#9aa4b2;color:var(--muted);font-size:.85rem}.weather-row{align-items:flex-end;display:flex;flex-direction:column}.weather-row .temp{font-weight:700}.weather-row .code{color:#9aa4b2;color:var(--muted);font-size:.85rem}.live-footer{font-size:.85rem}@media(min-width:680px){.fun-widget{max-width:520px}.live-widget{max-width:320px}}.widgets-row{align-items:stretch;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.widgets-row>*{flex:1 1 280px;min-width:240px}.widgets-row .fun-widget{flex-basis:60%}.widgets-row .live-widget{flex-basis:36%}.widgets-row .card{display:flex;flex-direction:column}@media(min-width:900px){.widgets-row{margin-left:auto;max-width:760px}}@media(min-width:1200px){.widgets-row{gap:18px;margin-left:auto;max-width:860px}}@media(min-width:680px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.two-col{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.two-col .left{flex:1 1 380px}.two-col .right{flex:0 1 220px}.rates-table{border-collapse:collapse;margin-top:8px;max-width:720px;width:100%}.rates-table td{border-bottom:1px solid #ffffff08;padding:6px 8px}a.tv-book.inline{display:inline-block}.hero{background:linear-gradient(180deg,#070e1499,#060a0e66);padding:2rem 1rem}.hero-content{align-items:center;display:flex;flex-direction:column;gap:1.25rem;margin:0 auto;max-width:1100px;max-width:var(--container-max)}.text-block{max-width:720px;padding:0 .25rem;text-align:center}.text-block h1{color:#e6eef6;color:var(--text);font-size:2.05rem;font-weight:800;line-height:1.03;margin-bottom:.5rem}.text-block p{color:#9aa4b2;color:var(--muted);font-size:1.02rem;margin-bottom:1rem}.buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.buttons .primary,.buttons .tv-book{background:linear-gradient(90deg,#06b6d4,#0891b2);background:linear-gradient(90deg,var(--accent),var(--accent-600));border:0;border-radius:10px;box-shadow:0 10px 22px #06b6d40f;color:#042027;cursor:pointer;font-weight:700;padding:.72rem 1.05rem;transition:transform .16s ease,box-shadow .16s ease}.buttons .primary:hover,.buttons .tv-book:hover{box-shadow:0 20px 40px #06b6d417;transform:translateY(-3px)}.buttons .secondary,.buttons .tv-book.secondary{background:#0000;border:1px solid #ffffff0f;border-radius:10px;color:#e6eef6;color:var(--text);padding:.68rem 1rem}.image-block{display:flex;justify-content:center;width:100%}.image-block img{border:1px solid #ffffff08;border-radius:14px;box-shadow:0 18px 46px #02061799;height:auto;max-width:520px;object-fit:cover;width:100%}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1.5rem}.info-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);border:1px solid hsla(0,0%,100%,.025);border-radius:12px;box-shadow:0 12px 28px #02061759;display:flex;flex-direction:column;justify-content:space-between;min-height:110px;padding:1.1rem;transition:transform .18s ease,box-shadow .18s ease}.info-card h3{color:#e6eef6;color:var(--text);font-size:1.05rem;margin:0 0 .4rem}.info-card p{color:#9aa4b2;color:var(--muted);margin:0}.info-card:hover{box-shadow:0 26px 60px #02061773;transform:translateY(-6px)}.info-row{grid-gap:1rem;align-items:stretch;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1rem}.info-row .info-card{min-height:130px}.info-row .info-card>*{display:flex;flex-direction:column;min-height:100%}.info-row .info-card .fun-widget,.info-row .info-card .live-widget{height:100%}.info-row .info-card .fun-widget .fun-fact,.info-row .info-card .live-widget .live-top{flex:1 1}@media(min-width:900px){.info-row{gap:1rem;grid-template-columns:repeat(3,1fr)}}.promise{margin-left:auto;margin-right:auto;margin-top:1.6rem;max-width:1100px;max-width:var(--container-max);padding:0 1rem}.promise h2{color:#e6eef6;color:var(--text);margin-bottom:.6rem}.promise p{color:#9aa4b2;color:var(--muted);max-width:900px}@media(min-width:900px){.hero-content{align-items:center;flex-direction:row;justify-content:space-between}.text-block{flex:1 1;padding-right:1rem;text-align:left}.image-block{display:flex;flex:0 0 48%;justify-content:flex-end}.info-grid{gap:1rem;grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.text-block h1{font-size:2.65rem}.hero{padding:3rem 1.5rem}}@media(max-width:420px){.buttons .primary,.buttons .tv-book{padding:.6rem .9rem}}
/*# sourceMappingURL=main.88c5439c.css.map*/