:root{--primary: #667eea;--primary-dark: #764ba2;--gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--secondary: #10b981;--text: #1f2937;--text-muted: #6b7280;--text-light: #9ca3af;--bg: #f9fafb;--bg-white: #ffffff;--border: #e5e7eb;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow: 0 4px 6px rgba(0,0,0,.1);--shadow-lg: 0 10px 25px rgba(0,0,0,.1);--radius: 12px;--radius-lg: 16px;--header-height: 70px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header{background:var(--bg-white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000;height:var(--header-height);display:flex;align-items:center;width:100%}.header>.container{width:100%}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;flex-shrink:0}.logo-icon{width:32px;height:32px;stroke-width:2;stroke:var(--primary);flex-shrink:0}.logo-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.desktop-nav{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s;position:relative;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--primary);border-radius:2px}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px;border-radius:8px;transition:background .2s;flex-shrink:0;z-index:1001}.hamburger:hover{background:var(--bg)}.hamburger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-backdrop{display:none;position:fixed;inset:0;background:#0006;z-index:1001;opacity:0;transition:opacity .3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-backdrop.visible{opacity:1}.mobile-nav{display:none;position:fixed;top:0;right:0;height:100dvh;width:280px;background:var(--bg-white);z-index:1002;box-shadow:-8px 0 30px #00000026;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);flex-direction:column}.mobile-nav.open{transform:translate(0)}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);height:var(--header-height)}.mobile-nav-title{font-size:1.1rem;font-weight:700;color:var(--text)}.mobile-nav-close{background:none;border:none;cursor:pointer;padding:6px;border-radius:8px;color:var(--text-muted);transition:background .2s,color .2s;display:flex;align-items:center}.mobile-nav-close:hover{background:var(--bg);color:var(--primary)}.mobile-nav-close svg{width:22px;height:22px}.mobile-nav-list{list-style:none;padding:1rem 0;margin:0;display:flex;flex-direction:column}.mobile-nav-link{display:block;padding:1rem 1.75rem;color:var(--text);text-decoration:none;font-size:1.05rem;font-weight:500;border-left:3px solid transparent;transition:background .2s,color .2s,border-color .2s}.mobile-nav-link:hover{background:var(--bg);color:var(--primary);border-left-color:var(--primary)}.mobile-nav-link.active{color:var(--primary);background:#667eea12;border-left-color:var(--primary);font-weight:600}.hero,.page-hero,.discover-hero{background:var(--gradient);color:#fff;padding:4rem 0;position:relative;overflow:hidden}.discover-hero{padding:4rem 0 5rem}.hero.hero-fullpage{height:calc(100vh - var(--header-height));max-height:calc(100vh - var(--header-height));padding:0;display:flex;align-items:stretch;overflow:hidden}.hero-split{display:flex;align-items:stretch;width:100%;height:100%;padding:0;gap:0;position:relative;z-index:1}.hero-text-side{flex:1 1 50%;display:flex;flex-direction:column;justify-content:center;gap:1.25rem;padding:3rem 4rem;overflow:hidden}.hero-eyebrow{font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.8;background:#ffffff26;display:inline-block;padding:.4rem 1rem;border-radius:30px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:fit-content}.hero-title{font-size:clamp(2.2rem,4vw,3.8rem);font-weight:800;line-height:1.15;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.2)}.hero-highlight{background:linear-gradient(135deg,gold,#ffb347);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1rem,1.5vw,1.2rem);opacity:.92;line-height:1.8;max-width:520px;margin:0}.hero-features{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.hero-feature{display:flex;align-items:center;gap:.5rem;background:#ffffff1f;padding:.6rem 1.2rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.9rem;font-weight:500;border:1px solid rgba(255,255,255,.2);transition:background .2s}.hero-feature:hover{background:#fff3}.hero-feature svg{width:18px;height:18px;stroke-width:2;flex-shrink:0}.hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.btn-hero-primary{padding:.9rem 2rem;background:#fff;color:var(--primary);border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #0003}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000040}.btn-hero-secondary{padding:.9rem 2rem;background:#ffffff1f;color:#fff;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;border:1.5px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s,transform .2s}.btn-hero-secondary:hover{background:#fff3;transform:translateY(-2px)}.hero-image-side{flex:1 1 50%;position:relative;overflow:hidden}.hero-collage{position:absolute;inset:0;display:grid;grid-template-columns:3fr 2fr 2fr;grid-template-rows:1fr 1fr 1fr;gap:4px;padding:4px}.collage-item{position:relative;overflow:hidden}.collage-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.collage-item:hover img{transform:scale(1.07)}.collage-label{position:absolute;bottom:6px;left:8px;background:#00000080;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px;border-radius:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}.collage-main{grid-column:1;grid-row:1 / 3}.collage-top-right{grid-column:2;grid-row:1}.collage-mid-right{grid-column:3;grid-row:1}.collage-bot-left{grid-column:1;grid-row:3}.collage-bot-mid{grid-column:2;grid-row:2 / 4}.collage-bot-right{grid-column:3;grid-row:2 / 4}.hero-overlay,.discover-hero-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 10% 60%,rgba(255,255,255,.08) 0%,transparent 45%),radial-gradient(circle at 85% 20%,rgba(255,255,255,.06) 0%,transparent 40%)}.hero-content,.discover-hero-content{position:relative;text-align:center;max-width:800px;margin:0 auto}.discover-title,.page-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.discover-subtitle,.page-subtitle{font-size:1.25rem;opacity:.95;line-height:1.8;max-width:600px;margin:0 auto}.discover-badge{display:inline-block;padding:.5rem 1rem;background:#fff3;border-radius:30px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.main-content{flex:1;padding:3rem 0}.search-section{margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-muted);margin-bottom:3rem}.discover-cta{max-width:600px;margin:0 auto;text-align:center}.discover-cta-button{display:inline-flex;align-items:center;gap:1rem;padding:1.5rem 3rem;background:var(--gradient);color:#fff;border:none;border-radius:var(--radius-lg);font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 10px 30px #667eea4d}.discover-cta-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px #667eea66}.discover-cta-button svg{width:24px;height:24px;stroke-width:2;transition:transform .3s}.discover-cta-button:hover svg:last-child{transform:translate(5px)}.discover-cta-hint{color:var(--text-muted);font-size:.9rem;margin-top:1rem}.form-container,.discover-form{background:var(--bg-white);border-radius:var(--radius-lg);padding:.5rem;box-shadow:var(--shadow-lg);max-width:700px;margin:0 auto}.input-wrapper,.discover-input-wrapper{display:flex;align-items:center;gap:.5rem}.input-box,.discover-input{flex:1;padding:1rem 1.5rem;border:2px solid transparent;border-radius:8px;font-size:1rem;outline:none;background:transparent;transition:border-color .3s}.input-box:focus,.discover-input:focus{border-color:var(--primary)}.discover-search-icon{width:24px;height:24px;margin-left:1rem;stroke:var(--text-muted);stroke-width:2}.submit-button,.discover-button{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--gradient);color:#fff;border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap}.submit-button:hover:not(:disabled),.discover-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.submit-button:disabled,.discover-button:disabled{opacity:.7;cursor:not-allowed}.submit-button svg,.discover-button svg,.search-icon{width:20px;height:20px;stroke-width:2}.suggested-tags{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.tags-label{color:var(--text-muted);font-size:.9rem;font-weight:500}.tags-list{display:flex;gap:.5rem;flex-wrap:wrap}.tag-button{padding:.5rem 1rem;background:var(--bg-white);border:1px solid var(--border);border-radius:30px;font-size:.875rem;cursor:pointer;transition:all .2s}.tag-button:hover{background:var(--gradient);color:#fff;border-color:transparent;transform:translateY(-2px)}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.loader{width:50px;height:50px;border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container,.discover-loading{text-align:center;padding:4rem 2rem}.loading-container p,.discover-loading p{color:var(--text-muted);font-size:1.1rem}.discover-loader{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.loader-dot{width:12px;height:12px;background:var(--gradient);border-radius:50%;animation:bounce .6s infinite alternate}.loader-dot:nth-child(2){animation-delay:.2s}.loader-dot:nth-child(3){animation-delay:.4s}@keyframes bounce{to{transform:translateY(-15px)}}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.recommendation-card{background:var(--bg-white);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform .3s,box-shadow .3s}.recommendation-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.recommendation-card.clickable{cursor:pointer}.recommendation-card.clickable:hover{border-color:var(--primary)}.card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.card-icon{width:40px;height:40px;background:var(--gradient);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-icon svg{width:24px;height:24px;stroke:#fff;stroke-width:2}.card-title{font-size:1.25rem;font-weight:600;color:var(--text);line-height:1.4}.card-action{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--primary);font-weight:500;font-size:.9rem}.card-action svg{width:20px;height:20px;stroke-width:2;transition:transform .3s}.recommendation-card.clickable:hover .card-action svg{transform:translate(5px)}.discover-page{min-height:100vh;padding-bottom:3rem;background:var(--bg)}.discover-search-section{margin-top:-3rem;position:relative;z-index:10}.discover-results{margin-top:3rem}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.results-heading,.results-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:var(--text)}.results-heading svg{width:28px;height:28px;stroke:var(--primary);stroke-width:2}.results-count{padding:.5rem 1rem;background:#667eea1a;color:var(--primary);border-radius:20px;font-size:.875rem;font-weight:500}.discover-grid{display:flex;flex-direction:column;gap:1rem}.discover-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--bg-white);border-radius:var(--radius-lg);cursor:pointer;transition:all .3s;border-left:4px solid transparent;box-shadow:var(--shadow-sm)}.discover-card:hover{transform:translate(10px);box-shadow:var(--shadow-lg);border-left-color:var(--primary)}.discover-card-number{font-size:2rem;font-weight:700;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;min-width:50px}.discover-card-content{flex:1}.discover-card-title{font-size:1.25rem;font-weight:600;color:var(--text)}.discover-card-arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg);border-radius:50%;transition:all .3s}.discover-card-arrow svg{width:20px;height:20px;stroke:var(--text-muted);stroke-width:2;transition:transform .3s}.discover-card:hover .discover-card-arrow{background:var(--gradient)}.discover-card:hover .discover-card-arrow svg{stroke:#fff;transform:translate(3px)}.no-results,.discover-empty{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.no-results-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:var(--text-light);stroke-width:1.5}.empty-illustration svg{width:150px;height:150px;margin-bottom:2rem}.empty-title{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.empty-text{color:var(--text-muted);font-size:1.1rem;max-width:400px;margin:0 auto;line-height:1.7}.features-section{background:var(--bg-white);padding:4rem 0;margin-top:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{text-align:center;padding:2rem;border-radius:var(--radius);transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:var(--gradient);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.feature-icon svg{width:32px;height:32px;stroke:#fff;stroke-width:2}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.feature-description{color:var(--text-muted);line-height:1.6}.places-page{min-height:100vh;padding-bottom:2rem}.search-bar{display:flex;align-items:center;background:var(--bg-white);border:2px solid var(--border);border-radius:50px;padding:.75rem 1.25rem;margin:1.5rem auto;max-width:500px;transition:all .3s}.search-bar:focus-within{border-color:var(--primary);box-shadow:var(--shadow)}.search-bar svg{width:20px;height:20px;stroke:var(--text-muted);stroke-width:2}.search-bar input{flex:1;border:none;outline:none;padding:0 .75rem;font-size:1rem}.clear-search{background:var(--text-light);border:none;color:#fff;width:20px;height:20px;border-radius:50%;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center}.search-results-info{text-align:center;color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.places-tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem;border-bottom:2px solid var(--border)}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:var(--text-muted);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;margin-bottom:-2px}.tab-button svg{width:18px;height:18px;stroke-width:2}.tab-button:hover{color:var(--primary)}.tab-button.active{color:var(--primary);border-bottom-color:var(--primary)}.accordion-container{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.accordion-item{background:var(--bg-white);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:var(--bg-white);border:none;border-left:4px solid var(--primary);cursor:pointer;transition:all .3s}.accordion-header:hover{background:var(--bg)}.accordion-header-left{display:flex;align-items:center;gap:.75rem}.accordion-icon{font-size:1.5rem}.accordion-title{font-size:1.1rem;font-weight:600;color:var(--text)}.accordion-count{background:var(--primary);color:#fff;padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:500}.accordion-arrow{width:20px;height:20px;stroke:var(--text-muted);stroke-width:2;transition:transform .3s}.accordion-header.expanded .accordion-arrow{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s;padding:0 1.25rem}.accordion-content.expanded{max-height:1000px;padding:.75rem 1.25rem 1.25rem}.compact-cards-grid{display:flex;flex-direction:column;gap:.75rem}.compact-place-card{padding:.5rem 1rem;border-radius:20px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;text-align:center}.compact-place-card:hover{transform:scale(1.05);box-shadow:var(--shadow)}.compact-card-name{text-shadow:0 2px 8px rgba(0,0,0,.25);font-weight:700}.reviews-page{min-height:100vh;padding-bottom:3rem}.back-link,.back-link-white{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:500;transition:gap .3s}.back-link{color:var(--primary);margin-bottom:1.5rem}.back-link-white{color:var(--text);padding:2rem 0 1rem}.back-link:hover,.back-link-white:hover{gap:.75rem}.back-link svg,.back-link-white svg{width:20px;height:20px;stroke-width:2}.reviews-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.review-card{background:var(--bg-white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border-left:4px solid var(--primary);transition:transform .3s,box-shadow .3s}.review-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.review-header{display:flex;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.review-meta{display:flex;align-items:center;gap:1.5rem}.review-rating{font-size:1.1rem}.review-date{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.9rem}.review-date svg{width:16px;height:16px;stroke-width:2}.review-title{color:var(--text);font-size:1.25rem;font-weight:600;margin-bottom:.75rem;line-height:1.4}.review-text{color:var(--text-muted);line-height:1.8}.about-page{min-height:100vh}.about-content{padding:3rem 0}.about-section{margin-bottom:4rem;text-align:center}.about-icon{font-size:3.5rem;margin-bottom:1.5rem}.sri-lanka-flag-icon{width:3.5rem;height:3.5rem;object-fit:contain}.about-section h2{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:1.5rem}.about-section p{font-size:1.125rem;line-height:1.8;color:var(--text-muted);max-width:800px;margin:0 auto}.stats-section{background:var(--bg-white);padding:3rem;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.stat-card{padding:2rem;background:var(--gradient);color:#fff;border-radius:var(--radius);transition:transform .3s}.stat-card:hover{transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.95}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;text-align:left}.feature-item{background:var(--bg-white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow)}.feature-item h3{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:.75rem}.feature-item p{font-size:1rem;line-height:1.6;color:var(--text-muted)}.contact-page{min-height:100vh;background:linear-gradient(to bottom,#fff,#f8fafc)}.contact-hero{background:var(--gradient);padding:5rem 0 4rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 0;max-width:1200px;margin:0 auto}.contact-info h2,.contact-form-section h2{font-size:2.25rem;font-weight:800;color:var(--text);margin-bottom:1.5rem}.contact-intro{font-size:1.1rem;line-height:1.8;color:var(--text-muted);margin:2rem 0 2.5rem}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.info-card{background:var(--bg-white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow);text-align:center}.info-icon{width:50px;height:50px;margin:0 auto 1rem;background:var(--gradient);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.info-icon svg{width:24px;height:24px;stroke:#fff;stroke-width:2}.info-card h3{font-size:1.125rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.info-card p{font-size:.95rem;color:var(--text-muted)}.emergency-info{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;padding:2rem;border-radius:var(--radius-lg);margin-top:2.5rem}.emergency-info h3{font-size:1.4rem;font-weight:700;color:#92400e;margin-bottom:1rem}.emergency-info p{color:#78350f;line-height:1.8;font-size:.95rem}.emergency-number{font-size:1.15rem;font-weight:700;color:#dc2626;margin-top:.75rem;padding:.5rem 1rem;background:#ffffff80;border-radius:8px;display:inline-block;margin-right:.5rem;border-left:4px solid #dc2626}.contact-email-card{background:var(--gradient);padding:3rem 2.5rem;border-radius:24px;box-shadow:0 20px 60px #667eea4d;text-align:center}.email-card-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#fffffff2;border-radius:20px;display:flex;align-items:center;justify-content:center}.email-card-icon svg{width:40px;height:40px;stroke:var(--primary);stroke-width:2}.contact-email-card h3{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1rem}.email-card-text{font-size:1.1rem;line-height:1.7;color:#fffffff2;margin-bottom:2rem}.email-display{background:#fff;padding:1.5rem 2rem;border-radius:var(--radius-lg);margin:2rem 0 1rem}.contact-email-link{font-size:1.3rem;font-weight:700;color:var(--primary);text-decoration:none}.contact-form-section{background:var(--bg-white);padding:3rem;border-radius:20px;box-shadow:var(--shadow-lg)}.contact-form{display:flex;flex-direction:column;gap:1.75rem}.form-group label{font-weight:700;color:var(--text);margin-bottom:.75rem;display:block}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:var(--radius);font-size:1rem;transition:all .3s;background:#f8fafc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);background:#fff}.form-group textarea{resize:vertical;min-height:140px}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2.5rem;background:var(--gradient);color:#fff;border:none;border-radius:var(--radius);font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}.submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:var(--shadow-lg)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.success-message{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid var(--secondary);color:#065f46;padding:1.25rem;border-radius:var(--radius);margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.error-message{display:flex;flex-direction:column;align-items:center;padding:3rem;text-align:center;color:#dc2626}.error-message svg{width:64px;height:64px;margin-bottom:1rem}.footer{background:#1e293b;color:#fff;padding:2rem 0;margin-top:4rem}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-section{display:flex;flex-direction:column}.footer-section:first-child{flex:1;min-width:250px}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-logo .logo-icon{width:24px;height:24px;stroke:var(--primary)}.footer-logo .logo-text{font-size:1.25rem;font-weight:700;color:#fff;-webkit-text-fill-color:white}.footer-description{color:#94a3b8;font-size:.875rem;max-width:350px}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s}.social-link:hover{background:#fff3}.social-link svg{width:20px;height:20px}.footer-heading{font-size:.875rem;font-weight:600;margin-bottom:.75rem;color:#cbd5e1;text-transform:uppercase}.footer-links{list-style:none;display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .3s}.footer-links a:hover{color:var(--primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;color:#64748b;font-size:.875rem}@media(max-width:1024px){.hero.hero-fullpage{height:auto;max-height:none}.hero-split{flex-direction:column;height:auto}.hero-text-side{align-items:center;text-align:center;padding:4rem 2rem 2.5rem}.hero-subtitle,.hero-eyebrow{margin:0 auto}.hero-cta-group{justify-content:center}.hero-image-side{width:100%;height:55vw;max-height:420px}.hero-collage{gap:3px;padding:3px}}@media(max-width:768px){.desktop-nav{display:none}.hamburger{display:flex}.mobile-backdrop{display:block;pointer-events:none}.mobile-backdrop.visible{pointer-events:auto}.mobile-nav{display:flex}.hero-title,.discover-title,.page-title{font-size:2rem}.hero-subtitle,.discover-subtitle,.page-subtitle{font-size:1rem}.section-title{font-size:2rem}.input-wrapper,.discover-input-wrapper{flex-direction:column}.submit-button,.discover-button{width:100%;justify-content:center}.discover-search-icon{display:none}.discover-input{text-align:center}.cards-grid,.features-grid,.accordion-container{grid-template-columns:1fr}.discover-card{flex-direction:column;text-align:center}.results-header{flex-direction:column;gap:1rem;text-align:center}.contact-content{grid-template-columns:1fr;gap:2.5rem}.contact-form-section{padding:2rem 1.5rem}.footer-content{flex-direction:column;align-items:flex-start}.footer-bottom{flex-direction:column;text-align:center}.review-header{flex-direction:column;align-items:flex-start}.review-meta{width:100%;justify-content:space-between}.review-card{padding:1.5rem}.places-tabs{flex-direction:row}.tab-button{flex:1;justify-content:center;padding:.6rem .5rem;font-size:.85rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.info-cards{grid-template-columns:1fr}.hero-image-side{min-height:240px;max-height:280px}.hero-collage{gap:2px;padding:2px}.collage-label{font-size:.6rem;padding:2px 6px}.hero-slide-label{font-size:.75rem;bottom:1rem;left:1rem}.hero-slide-dots{bottom:1rem;right:1rem}}
