@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;800&family=Inter:wght@300;400;500;600;700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;background:#fff;color:#111827;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}a{transition:color .2s}
:root{--tvd-gold:#eab308;--tvd-gold2:#ca8a04;--tvd-bg:#f8f8f8}
#tvd-nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(234,179,8,.15);box-shadow:0 1px 20px rgba(0,0,0,.07)}
.tvd-logo{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:#111827;text-decoration:none}
.tvd-logo span{color:var(--tvd-gold2)}
.tvd-nav-links{display:flex;align-items:center;gap:32px}
.tvd-nav-links a{font-size:14px;font-weight:500;color:#374151;text-decoration:none}
.tvd-nav-links a:hover{color:var(--tvd-gold2)}
#tvd-nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
#tvd-nav-toggle span{display:block;width:24px;height:2px;background:#374151;border-radius:2px}
#tvd-mobile-menu{display:none;position:fixed;top:70px;left:0;right:0;background:#fff;border-bottom:1px solid #fde68a;padding:20px 24px;z-index:999;flex-direction:column;gap:0}
#tvd-mobile-menu a{font-size:15px;font-weight:500;color:#374151;text-decoration:none;padding:14px 0;border-bottom:1px solid #fef9c3;display:block}
.tvd-btn-gold{background:var(--tvd-gold);color:#fff;font-weight:700;padding:14px 28px;border-radius:8px;text-decoration:none;display:inline-block;transition:background .2s;border:none;cursor:pointer;font-size:15px}
.tvd-btn-gold:hover{background:var(--tvd-gold2);color:#fff}
.tvd-btn-green{background:#22c55e;color:#fff;font-weight:700;padding:14px 28px;border-radius:8px;text-decoration:none;display:inline-block;transition:background .2s}
.tvd-btn-green:hover{background:#16a34a}
.tvd-btn-outline{border:2px solid #fff;color:#fff;font-weight:700;padding:14px 28px;border-radius:8px;text-decoration:none;display:inline-block;transition:all .2s}
.tvd-btn-outline:hover{background:#fff;color:#111827}
.tvd-full{width:100%;text-align:center}
.tvd-badge{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#fef9c3;border:1px solid #fde047;font-size:12px;font-weight:700;color:#854d0e;text-transform:uppercase;letter-spacing:.12em;margin-bottom:20px}
.tvd-container{max-width:1280px;margin:0 auto;padding:0 48px}
.tvd-section{padding:96px 0}
.tvd-bg-light{background:var(--tvd-bg)}
.tvd-section-header{margin-bottom:64px}
.tvd-section-header h1,.tvd-section-header h2{font-family:'Playfair Display',serif;font-size:clamp(32px,4vw,52px);font-weight:700;color:#111827}
.tvd-section-header p{font-size:16px;color:#6b7280;margin-top:12px}
.tvd-gold{color:var(--tvd-gold)}
.tvd-hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:120px 48px 80px;background-size:cover;background-position:center;background-repeat:no-repeat}
.tvd-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(15,23,42,.75),rgba(15,23,42,.4),rgba(15,23,42,.2))}
.tvd-hero-content{position:relative;z-index:2;max-width:760px}
.tvd-hero-content h1{font-family:'Playfair Display',serif;font-size:clamp(44px,6vw,72px);font-weight:700;line-height:1.15;color:#fff;margin:0 0 28px}
.tvd-hero-content p{font-size:18px;color:rgba(255,255,255,.8);max-width:640px;line-height:1.7;margin:0 0 36px}
.tvd-hero-btns{display:flex;flex-wrap:wrap;gap:14px}
.tvd-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #fde68a;border-bottom:1px solid #fde68a;background:#fff}
.tvd-stat{padding:48px 24px;text-align:center;border-right:1px solid #fde68a;transition:background .2s}
.tvd-stat:last-child{border-right:none}
.tvd-stat:hover{background:#fefce8}
.tvd-stat-num{font-family:'Playfair Display',serif;font-size:clamp(32px,4vw,48px);font-weight:700;color:var(--tvd-gold2);margin-bottom:8px}
.tvd-stat-lbl{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.tvd-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}
.tvd-service-card{background:#fff;border:1px solid #fde68a;border-radius:12px;padding:32px;transition:all .3s}
.tvd-service-card:hover{border-color:var(--tvd-gold);box-shadow:0 20px 40px rgba(0,0,0,.1);transform:translateY(-4px)}
.tvd-service-icon{font-size:36px;margin-bottom:20px}
.tvd-service-card h3{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:#111827;margin-bottom:12px}
.tvd-service-card p{font-size:14px;color:#6b7280;line-height:1.7}
.tvd-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.tvd-step-num{width:64px;height:64px;border-radius:50%;border:4px solid var(--tvd-gold);background:#fefce8;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:var(--tvd-gold2);margin-bottom:28px}
.tvd-step h3{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:#111827;margin-bottom:12px}
.tvd-step p{font-size:14px;color:#6b7280;line-height:1.7}
.tvd-about{display:grid;grid-template-columns:1fr 1fr}
.tvd-about-img{min-height:480px;background-size:cover;background-position:center;position:relative;overflow:hidden}
.tvd-about-deco{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:clamp(80px,12vw,180px);font-weight:700;color:rgba(253,230,138,.35);pointer-events:none}
.tvd-about-text{padding:80px;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:16px}
.tvd-about-text h2{font-family:'Playfair Display',serif;font-size:clamp(28px,3vw,40px);font-weight:700;color:#111827}
.tvd-about-text p{font-size:15px;color:#374151;line-height:1.8}
.tvd-checklist{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;margin-bottom:8px}
.tvd-checklist li{display:flex;align-items:flex-start;gap:14px;font-size:14px;color:#374151}
.tvd-checklist li::before{content:'✓';color:var(--tvd-gold2);font-size:18px;flex-shrink:0;font-weight:700}
.tvd-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.tvd-contact-cards{display:flex;flex-direction:column;gap:14px}
.tvd-contact-card{display:flex;align-items:center;gap:20px;padding:20px;border:1px solid #fde68a;border-radius:10px;text-decoration:none;color:inherit;transition:all .3s}
.tvd-contact-card:hover{border-color:var(--tvd-gold);background:#fefce8}
.tvd-contact-icon{width:48px;height:48px;flex-shrink:0;border:2px solid var(--tvd-gold);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px}
.tvd-contact-lbl{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:3px}
.tvd-contact-val{font-size:15px;font-weight:600;color:#111827}
.tvd-contact-form{display:flex;flex-direction:column;gap:18px}
.tvd-field{display:flex;flex-direction:column;gap:8px}
.tvd-field label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b7280}
.tvd-field input,.tvd-field textarea{background:#f9fafb;border:1.5px solid #d1d5db;color:#111827;padding:12px 16px;border-radius:8px;outline:none;font-size:14px;font-family:inherit;transition:border-color .2s}
.tvd-field input:focus,.tvd-field textarea:focus{border-color:var(--tvd-gold)}
.tvd-field textarea{resize:none}
.tvd-booking-page{min-height:100vh;padding:120px 0 80px;background:var(--tvd-bg)}
.tvd-form-wrap{max-width:560px;margin:0 auto}
#tvd-footer{background:var(--tvd-bg);border-top:1px solid #fde68a;padding:64px 0 28px}
.tvd-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px}
#tvd-footer h4{font-size:12px;font-weight:700;color:var(--tvd-gold2);text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px}
#tvd-footer ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}
#tvd-footer ul a{font-size:14px;color:#374151;text-decoration:none;font-weight:500}
#tvd-footer ul a:hover{color:var(--tvd-gold2)}
#tvd-footer p{font-size:14px;color:#374151;line-height:1.8;margin-top:12px}
.tvd-footer-bottom{border-top:1px solid #fde68a;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.tvd-footer-bottom>div{font-size:12px;color:#6b7280}
.tvd-footer-bottom a{font-size:12px;color:#6b7280;text-decoration:none;margin-left:20px}
.tvd-footer-bottom a:hover{color:var(--tvd-gold2)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.show{opacity:1;transform:translateY(0)}
@media(max-width:1024px){.tvd-steps-grid{grid-template-columns:1fr 1fr}.tvd-about{grid-template-columns:1fr}.tvd-about-img{min-height:260px}.tvd-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){#tvd-nav{padding:16px 24px}.tvd-nav-links{display:none}#tvd-nav-toggle{display:flex}.tvd-container{padding:0 24px}.tvd-hero{padding:80px 24px 60px}.tvd-section{padding:64px 0}.tvd-stats{grid-template-columns:1fr 1fr}.tvd-steps-grid,.tvd-services-grid{grid-template-columns:1fr}.tvd-contact-grid,.tvd-about{grid-template-columns:1fr}.tvd-about-text{padding:40px 24px}.tvd-footer-grid{grid-template-columns:1fr}.tvd-footer-bottom{flex-direction:column;text-align:center}}