@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Playfair+Display:wght@700;900&display=swap");@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css");.blog-card-link{transition:transform .2s,box-shadow .2s}.blog-card-link:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(15,20,30,.12)}:root{--bg:#fff;--muted:#f5f6f7;--muted-2:#f0f0f0;--text:#22262b;--primary:#22262b;--accent:#d97436;--accent-dark:#b55a2a;--card-shadow:0 12px 30px rgba(15,20,30,.08);--soft-shadow:0 6px 18px rgba(15,20,30,.06);--radius-lg:28px;--radius-md:14px;--gap:28px}*{box-sizing:border-box}body,html{height:100%}body{margin:0;padding-top:90px;background:var(--bg);color:var(--text);font-family:Open Sans,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55;font-size:15px}.container{max-width:1100px;margin:0 auto;padding:0 28px}header.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;justify-content:center;padding:0;background:var(--bg);box-shadow:0 2px 12px rgba(15,20,30,.06)}.header-inner,header.site-header{width:100%;display:flex;align-items:center}.header-inner{justify-content:space-between;max-width:1100px;margin:0 auto;padding:26px 28px}.logo{display:flex;align-items:center;gap:12px;font-weight:700;color:var(--text);font-size:18px}.logo img{height:36px}nav.main-nav{display:flex;gap:18px}nav.main-nav a{color:var(--text);text-decoration:none;font-size:14px;padding:6px 8px}.btn-book{background:var(--accent);color:#fff;padding:10px 18px;border-radius:10px;text-decoration:none;box-shadow:0 8px 22px rgba(217,121,62,.18);font-weight:600}.dropdown{position:relative}.dropdown>a{cursor:pointer;display:flex;align-items:center;gap:4px}.dropdown-content{display:flex;flex-direction:column;position:absolute;top:120%;left:50%;transform:translateX(-50%) scaleY(0);transform-origin:top;background:#fff;min-width:180px;border-radius:12px;box-shadow:0 8px 22px rgba(0,0,0,.1);overflow:hidden;opacity:0;transition:all .25s ease-in-out;z-index:1000}.dropdown-content a{padding:12px 16px;color:var(--text);text-decoration:none;font-size:14px;transition:background .2s,padding-left .2s}.dropdown-content a:hover{background:var(--accent);color:#fff;padding-left:22px}.dropdown:hover .dropdown-content{opacity:1;transform:translateX(-50%) scaleY(1)}.hero{display:flex;gap:var(--gap);align-items:center;padding:36px 0 18px}.hero-left{flex:1 1}h1.hero-title{font-family:Playfair Display,serif;font-weight:700;font-size:44px;color:var(--text);margin:0 0 18px;line-height:1.02}h1.hero-title span{display:block}.hero-desc{color:#6a6f74;max-width:520px;margin-bottom:22px;font-size:15px}.hero-actions{display:flex;gap:14px;align-items:center;margin-bottom:18px}.btn-dark{background:#0f1720;color:#fff;padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:600;box-shadow:var(--soft-shadow)}.hero-actions .btn-book{padding:10px 18px}.hero.hero-service{background:var(--muted);border-radius:32px;padding:40px 32px;margin-top:24px;box-shadow:var(--card-shadow)}.hero.hero-service .hero-left{padding-right:0}.hero.hero-service .hero-desc{max-width:100%}.hero.hero-service .hero-right{max-width:420px}.hero.hero-service .hero-card{background:#fff;border-radius:24px;padding:10px;box-shadow:var(--card-shadow)}.hero.hero-service .hero-title{font-family:Open Sans,system-ui,sans-serif;font-size:36px;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:12px}.hero.hero-service .hero-title .hero-highlight{display:block;color:var(--accent);font-weight:700;font-size:28px;margin-top:6px}.hero.hero-service .hero-desc{max-width:520px;margin-bottom:24px}.hero.hero-service .hero-actions{margin-bottom:28px}.hero-trusted{background:#f0f2f5;border-radius:14px;padding:16px 20px;display:inline-block;margin-top:8px}.hero-trusted-text{margin:0 0 12px;font-size:13px;color:#6a6f74;font-weight:600}.hero-trusted-logos{display:flex;flex-wrap:wrap;align-items:center;gap:20px}.hero-trusted-logo{height:28px;width:auto;max-width:100px;object-fit:contain;filter:grayscale(1);opacity:.85}.hero-visual{position:relative}.social-row{display:flex;gap:10px}.social-row .circle{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(0,0,0,.07)}.hero-right{width:660px;min-width:240px;align-items:flex-start}.hero-card,.hero-right{position:relative;display:flex;justify-content:center}.hero-card{width:100%;height:100%;overflow:visible;align-items:center}section.services{background:var(--muted);padding:48px 0}.services .inner{max-width:980px;margin:0 auto;padding:0 18px;text-align:center}.services h2{font-family:Playfair Display;font-size:30px;margin:6px 0 8px}.services p{color:#7b8086;margin-bottom:28px}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.service-card{background:#fff;padding:22px;border-radius:18px;box-shadow:var(--soft-shadow);text-align:left;min-height:180px;position:relative}.service-card .icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;margin-bottom:12px}.service-card h3{margin:6px 0;font-size:16px}.service-card p{color:#7b8086;font-size:14px}.cards-grid-what-we-do{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.service-card-what-we-do{padding:0;min-height:100%;display:flex;flex-direction:column;overflow:hidden;text-align:center;border-radius:16px;box-shadow:0 8px 24px rgba(15,20,30,.08);transition:transform .25s ease,box-shadow .25s ease}.service-card-what-we-do:hover{transform:translateY(-6px);box-shadow:0 14px 32px rgba(15,20,30,.12)}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px;align-items:start;padding:18px 10px 28px}.cards-grid-what-we-do{grid-template-columns:repeat(4,1fr);gap:24px;padding:18px 10px 36px;align-items:stretch}@media (max-width:1200px){.cards-grid,.cards-grid-what-we-do{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.cards-grid,.cards-grid-what-we-do{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.cards-grid,.cards-grid-what-we-do{grid-template-columns:1fr}}.service-card-what-we-do .service-card-image{width:100%;height:200px;overflow:hidden;background:var(--muted);display:flex;align-items:center;justify-content:center}.service-card-what-we-do .service-card-image img{width:100%;height:100%;object-fit:contain}.service-card-what-we-do .service-card-body{padding:20px 18px 22px;flex:1 1;display:flex;flex-direction:column;align-items:center}.service-card-what-we-do .service-card-body h3{margin:0 0 10px;font-size:18px;font-weight:700;color:var(--text)}.service-card-what-we-do .service-card-body p{margin:0;font-size:14px;color:#7b8086;line-height:1.5;flex:1 1;min-height:0}.service-card-what-we-do .service-card-btn{display:block;width:100%;margin-top:auto;padding:12px 16px;border-radius:10px;color:#fff;font-weight:600;font-size:15px;text-decoration:none;text-align:center;transition:opacity .2s,transform .2s}.service-card-what-we-do .service-card-btn:hover{opacity:.92;color:#fff;transform:scale(1.02)}section.services.services-service{background:transparent;padding:40px 0 20px}.services.services-service .inner{text-align:left;max-width:900px}.services.services-service .cards-grid{padding:0;gap:18px}.services.services-service .service-card{border-radius:16px;box-shadow:none;border:1px solid #e5e5e5;background:#fff}.services.services-service .service-card.service-card-image-top{border-radius:20px}.services.services-service .service-card:hover{box-shadow:var(--soft-shadow);transform:translateY(-2px);transition:box-shadow .2s ease,transform .2s ease}.page-type-service .hero.hero-service{background:linear-gradient(135deg,#fef8f5,#f5f6f7 50%,#f0f4ff);border-radius:24px;padding:48px 40px;max-width:1100px;margin:24px auto 0;box-shadow:0 20px 50px rgba(15,20,30,.06);border:1px solid rgba(217,116,54,.08)}.page-type-service .hero.hero-service .hero-title{font-size:38px;line-height:1.15;position:relative;padding-left:20px;border-left:4px solid var(--accent)}.page-type-service .hero.hero-service .hero-desc{font-size:16px;color:#5a5f64;margin-bottom:24px}.page-type-service .hero.hero-service .hero-actions .btn-book,.page-type-service .hero.hero-service .hero-actions .btn-dark{padding:12px 22px;border-radius:12px}.page-type-service .hero.hero-service .hero-card{border-radius:20px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.08)}.page-type-service .about{padding:64px 28px;background:#fff}.page-type-service .about:nth-of-type(2n){background:linear-gradient(180deg,#fafbfc,#fff)}.page-type-service .about-left h2{font-size:32px;font-weight:700;color:var(--text);margin-bottom:20px;padding-bottom:12px;border-bottom:3px solid var(--accent);display:inline-block}.page-type-service .about-left div,.page-type-service .about-left p{color:#555;line-height:1.75;font-size:16px}.page-type-service .about-image-card{box-shadow:0 16px 40px rgba(0,0,0,.08);border-radius:20px;padding:12px;border:1px solid #eee}.page-type-service section.services.services-service{padding:56px 20px;background:linear-gradient(180deg,#fff,#f8f9fa)}.page-type-service section.services.services-service .inner h2{font-size:32px;font-weight:700;margin-bottom:12px;color:var(--text)}.page-type-service section.services.services-service .inner p{font-size:16px;color:#6a6f74}.page-type-service section.services.services-service .service-card{border-radius:20px;padding:28px 22px;box-shadow:0 10px 30px rgba(15,20,30,.06);border:1px solid #eee;background:#fff;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.page-type-service section.services.services-service .service-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(15,20,30,.12);border-color:rgba(217,116,54,.25)}.page-type-service section.services.services-service .service-card .icon{border-radius:16px;width:64px;height:64px}.page-type-service section.services.services-service .service-card h3{font-size:18px;font-weight:700;margin-top:14px}.page-type-service section.services.services-service .service-card p{font-size:14px;line-height:1.6;margin-top:8px}.cards-grid-service-image-top{align-items:stretch}.service-card.service-card-image-top{padding:0;display:flex;flex-direction:column;min-height:100%;overflow:hidden}.service-card.service-card-image-top .service-card-image{width:100%;height:180px;overflow:hidden;background:transparent;flex-shrink:0}.service-card.service-card-image-top .service-card-image img{width:100%;height:100%;object-fit:cover;display:block}.service-card.service-card-image-top .service-card-body{flex:1 1;display:flex;flex-direction:column;padding:20px 18px 24px;text-align:left}.service-card.service-card-image-top .service-card-body h3{margin:0 0 10px;font-size:17px;font-weight:700;color:var(--text)}.service-card.service-card-image-top .service-card-body p{margin:0;font-size:14px;color:#6a6f74;line-height:1.55;flex:1 1;min-height:0}.service-card.service-card-image-top .icon{display:none}.page-type-service section.tech{padding:56px 20px;background:linear-gradient(180deg,#f8f9fa,#fff)}.page-type-service section.tech h2{font-size:32px;font-weight:700;margin-bottom:28px;color:var(--text)}.page-type-service section.tech .tech-card{border-radius:20px;padding:24px 20px;box-shadow:0 10px 30px rgba(15,20,30,.06);border:1px solid #eee;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.page-type-service section.tech .tech-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,20,30,.1);border-color:rgba(217,116,54,.2)}.page-type-service section.newsletter .panel{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);border-radius:24px;padding:48px 40px;box-shadow:0 20px 50px rgba(217,116,54,.25)}.page-type-service section.newsletter .panel h3{font-size:28px;margin-bottom:12px}.page-type-service section.newsletter .panel .btn-book{background:#fff;color:var(--accent);padding:14px 28px;border-radius:12px;font-weight:700}.page-type-service section.newsletter .panel .btn-book:hover{background:#f5f5f5;color:var(--accent-dark)}.page-type-service .contact-section{background:#f8f9fa}@media (max-width:768px){.page-type-service .hero.hero-service{margin:16px 12px 0;padding:32px 20px}.page-type-service .hero.hero-service .hero-title{font-size:26px;padding-left:14px;border-left-width:3px}.page-type-service .about-left h2{font-size:26px}}.about{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center;padding:80px 20px}.about-left h2{font-size:36px;margin-bottom:16px}.about-left p{color:#555;line-height:1.7;margin-bottom:14px}.about-right{display:flex;justify-content:center}.about-image-card{background:#fff;border-radius:20px;padding:18px;box-shadow:0 10px 30px rgba(0,0,0,.08);border:1px solid #f1f1f1}.about-image-card img{max-width:100%;height:auto;display:block;border-radius:14px}@media (max-width:900px){.about{grid-template-columns:1fr;text-align:center}.about-right{margin-top:30px}}.tech{background:var(--muted);padding:44px 0;text-align:center}.tech h2{font-family:Playfair Display;font-size:28px;margin-bottom:18px}.tech .tech-row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.tech-card{width:190px;background:#fff;border-radius:18px;padding:18px;box-shadow:var(--soft-shadow);text-align:center;transition:transform .3s ease,box-shadow .3s ease}@media (max-width:768px){.tech-row{justify-content:flex-start;padding:12px 10px;gap:8px}.tech-card{width:calc((100% - 16px) / 3);min-width:unset;padding:10px}.tech-bubble{width:60px;height:60px;margin-bottom:6px}.tech-card h4{font-size:13px;margin-top:4px;margin-bottom:4px}.tech-card p{font-size:10px}}@media (max-width:480px){.tech-card{width:calc((100% - 20px) / 3);padding:8px}.tech-bubble{width:50px;height:50px}.tech-card h4{font-size:12px}.tech-card p{font-size:9px}}@media (max-width:420px){.tech-row{padding:12px 5px;gap:5px}.tech-card{width:calc((100% - 10px) / 3);padding:8px}.tech-bubble{width:50px;height:50px;margin-bottom:4px}.tech-card h4{font-size:12px}.tech-card p{font-size:9px}}@media (max-width:320px){.tech-card{width:calc(50% - 10px)}}.tech-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(15,20,30,.12)}.tech-bubble{width:92px;height:92px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-weight:700;font-size:22px;box-shadow:0 8px 20px rgba(0,0,0,.06);overflow:hidden}.tech-bubble img{max-width:100%;max-height:100%;object-fit:contain;display:block}.tech-card h4{margin:6px 0;font-size:16px}.tech-card p{color:#6a6f74;font-size:13px}@media (max-width:980px){.tech-card{width:170px}}@media (max-width:680px){.tech-card{width:calc((100% - 40px) / 3);min-width:100px;margin:0 5px 5px;padding:15px}.tech-bubble{width:80px;height:80px}.tech-card h4{font-size:15px}.tech-card p{font-size:12px}}@media (max-width:480px){.tech-card{width:calc(40% - 0px);min-width:unset;margin:0 5px 5px}.tech-bubble{width:70px;height:70px}}.review{padding:56px 0;text-align:center}.review h2{font-family:Playfair Display;font-size:28px;margin-bottom:18px}.review-slider{max-width:920px;margin:0 auto;position:relative;overflow:hidden}.review-cards{display:flex;transition:transform .45s cubic-bezier(.2,.9,.2,1);will-change:transform;justify-content:flex-start;align-items:center}.review-card{background:#f6f6f6;border-radius:20px;padding:24px;width:calc(50% - 20px);min-width:320px;flex:0 0 auto;margin:0 10px;box-shadow:var(--soft-shadow);text-align:left}.review-top{display:flex;gap:12px;align-items:center;margin-bottom:8px}.review-top img{width:48px;height:48px;border-radius:50%;object-fit:cover}.stars{color:var(--accent);font-weight:700}.review-card p{color:#5f6468;font-size:14px}.review-bottom{margin-top:12px;font-weight:600;color:#333}.dots{display:flex;gap:8px;justify-content:center;margin-top:18px}.dots button{width:8px;height:8px;border-radius:50%;border:none;background:#ddd}.dots button.active{background:var(--accent)}@media (max-width:980px){.review-card{width:calc(50% - 16px);min-width:280px;margin:0 8px}}@media (max-width:680px){.review-card{width:100%;min-width:unset;margin:0}.review-cards{flex-direction:row}}.newsletter{padding:48px 0 36px}.newsletter .panel{max-width:980px;margin:0 auto;background-image:linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.42)),url(/_next/static/media/subscriptionbg.ae5e9538.png);background-size:cover;background-position:50%;border-radius:28px;padding:46px 36px;color:#fff;position:relative;overflow:hidden}.newsletter h3{font-family:Playfair Display;font-size:32px;margin:0 0 18px;text-align:center}.newsletter .form{display:flex;gap:12px;justify-content:center;align-items:center;margin-top:8px;flex-wrap:wrap}.newsletter input{padding:14px 18px;border-radius:12px;border:none;width:420px;max-width:100%;font-size:15px}.newsletter button{background:var(--accent);color:#fff;border:none;padding:12px 22px;border-radius:12px;font-weight:700;box-shadow:0 10px 24px rgba(213,113,55,.18)}footer.site-footer{background:var(--muted-2);padding:36px 0 20px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:26px;gap:26px;align-items:start;max-width:1100px;margin:0 auto;padding:0 28px}.brand-block img{height:44px}.brand-block p{color:#6a6f74;font-size:14px;margin:12px 0 16px;max-width:320px}.footer-col h4{font-size:13px;margin-bottom:10px;color:#333}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:8px}.footer-col a{color:#50555a;text-decoration:none}.socials a{display:inline-block;width:38px;height:38px;border-radius:50%;border:1px solid rgba(0,0,0,.06);display:grid;place-items:center;margin-right:8px;color:#333;text-decoration:none}.footer-follow-legal{margin-top:16px}.footer-follow-legal h4{font-size:13px;margin-bottom:10px;color:#333;font-weight:700}.footer-legal-links{list-style:none;padding:0;margin:10px 0 0}.footer-legal-links li{margin-bottom:6px}.footer-legal-links a{color:#50555a;text-decoration:none;font-size:14px}.footer-legal-links a:hover{color:var(--accent)}.footer-opening-hours{margin-top:20px}.footer-hours-label{font-weight:700;font-size:13px;margin-bottom:6px;color:#333}.footer-hours-text{color:#6a6f74;font-size:14px;line-height:1.5}.footer-bottom{margin-top:28px;border-top:1px solid rgba(0,0,0,.06);padding-top:18px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:#7a8086;font-size:14px;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:28px;padding-right:28px}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:90px;left:20px;background-color:#25d366;color:#fff;border-radius:50%;text-align:center;font-size:28px;box-shadow:2px 2px 8px rgba(0,0,0,.2);z-index:1000;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .3s ease}.whatsapp-float:hover{transform:scale(1.1);color:#fff}.chatbot-container{position:fixed;bottom:90px;right:20px;z-index:1001}.chatbot-button{width:60px;height:60px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;border:none;border-radius:50%;font-size:24px;cursor:pointer;box-shadow:0 4px 12px rgba(217,121,62,.3);display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.chatbot-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(217,121,62,.4)}.chatbot-button .badge{position:absolute;top:-5px;right:-5px;background:#f44;color:#fff;border-radius:50%;width:20px;height:20px;font-size:12px;display:flex;align-items:center;justify-content:center;font-weight:700}.chatbot-window{position:absolute;bottom:80px;right:0;left:auto;width:350px;max-width:calc(100vw - 40px);height:500px;max-height:calc(100vh - 120px);background:#fff;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.15);display:none;flex-direction:column;overflow:hidden;animation:slideUp .3s ease}.chatbot-window.open{display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;padding:20px;display:flex;align-items:center;justify-content:space-between}.chatbot-header h3{margin:0;font-size:18px;font-weight:600}.chatbot-close{background:transparent;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.chatbot-close:hover{background:hsla(0,0%,100%,.2)}.chatbot-messages{flex:1 1;overflow-y:auto;padding:20px;background:#f8f9fa;display:flex;flex-direction:column;gap:12px}.chatbot-message{display:flex;gap:10px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-message.bot{align-self:flex-start}.chatbot-message.user{align-self:flex-end;flex-direction:row-reverse}.chatbot-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.chatbot-message.user .chatbot-avatar{background:var(--text)}.chatbot-text{max-width:75%;padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.5}.chatbot-message.bot .chatbot-text{background:#fff;color:var(--text);border-bottom-left-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.chatbot-message.user .chatbot-text{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chatbot-quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.chatbot-quick-reply{background:#fff;border:1px solid var(--accent);color:var(--accent);padding:6px 12px;border-radius:20px;font-size:12px;cursor:pointer;transition:all .2s}.chatbot-quick-reply:hover{background:var(--accent);color:#fff}.chatbot-input-area{padding:15px;background:#fff;border-top:1px solid #e0e0e0;display:flex;gap:10px}.chatbot-input{flex:1 1;border:1px solid #e0e0e0;border-radius:25px;padding:10px 15px;font-size:14px;outline:none;transition:border-color .2s}.chatbot-input:focus{border-color:var(--accent)}.chatbot-send{background:var(--accent);color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.chatbot-send:hover{background:var(--accent-dark);transform:scale(1.05)}.chatbot-send:disabled{opacity:.5;cursor:not-allowed}.chatbot-form-input{margin-top:10px}.chatbot-input-field{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s;margin-top:8px}.chatbot-input-field:focus{border-color:var(--accent);box-shadow:0 0 0 2px rgba(217,116,54,.1)}@media (max-width:768px){.chatbot-window{width:calc(100vw - 40px);height:calc(100vh - 120px);bottom:80px}.chatbot-container{bottom:32px;right:20px}.whatsapp-float{bottom:32px}}@media (max-width:980px){.hero{flex-direction:column-reverse;align-items:center}.hero-left{padding-right:0;text-align:center}h1.hero-title{font-size:36px}.hero-right{width:100%}.hero-card{width:90%;height:auto}.review-card{min-width:300px;margin:0 8px}}@media (max-width:680px){.logo img{height:32px}.btn-book,nav.main-nav{display:none}.header-inner{padding:18px 14px}.container{padding:0 14px}.service-card{min-height:150px}.about{flex-direction:column;gap:18px}.about .right{order:-1}.review-card{min-width:100%;width:100%;margin:0}.review-cards{flex-direction:row}.footer-grid{padding:0 14px}}.center{display:flex;align-items:center;justify-content:center}.hamburger{display:none;background:none;border:none;font-size:22px;cursor:pointer}@media (max-width:680px){.hamburger{display:block;color:var(--text)}nav.main-nav{display:none;flex-direction:column;gap:12px;position:absolute;top:70px;left:0;right:0;background:#fff;padding:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1000}nav.main-nav.open{display:flex}}.contact{background:var(--muted);padding:60px 0;text-align:center}.contact-inner{max-width:800px;margin:0 auto 30px;padding:0 20px}.contact h2{font-family:Playfair Display,serif;font-size:34px;margin-bottom:10px;color:#222}.contact p{color:#555;font-size:16px}.contact-section{background:var(--muted);padding:80px 20px}.contact-container{max-width:1100px;margin:auto;display:flex;gap:var(--gap);flex-wrap:wrap;justify-content:space-between}.contact-form-box,.contact-info-box{flex:1 1 500px;background:var(--bg);padding:35px;border-radius:var(--radius-md);box-shadow:var(--card-shadow)}.contact-form-box h2{font-size:28px;margin-bottom:12px;color:var(--text)}.contact-form-box p{margin-bottom:25px;color:#555;line-height:1.6}.input-group{display:flex;align-items:center;background:var(--muted-2);border:1px solid #ddd;padding:12px 15px;border-radius:var(--radius-md);margin-bottom:20px;transition:all .3s ease}.input-group i{color:var(--accent);margin-right:10px}.input-group input,.input-group textarea{border:none;outline:none;flex:1 1;font-size:15px;background:transparent;resize:none;color:var(--text)}.input-group:focus-within{border-color:var(--accent);box-shadow:0 0 8px rgba(217,116,54,.25)}.contact-form button{width:100%;background:var(--accent);color:#fff;border:none;padding:14px 20px;border-radius:var(--radius-md);font-size:16px;cursor:pointer;transition:all .3s ease}.contact-form button:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:var(--soft-shadow)}.contact-info-box{text-align:center}.info-list{list-style:none;padding:0;margin:20px 0;color:var(--text);font-size:15px}.info-list li{margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:10px}.info-list i{color:var(--accent);font-size:18px}.contact-info-box .social-icons{margin-top:20px}.contact-info-box .social-icons a{color:var(--accent);margin:0 8px;font-size:16px;display:inline-block;width:40px;height:40px;line-height:40px;border-radius:50%;background:var(--muted-2);transition:all .3s ease}.contact-info-box .social-icons a:hover{background:var(--accent);color:#fff}@media (max-width:768px){.contact-container{flex-direction:column}}.pricing-section{background:var(--muted);padding:80px 20px;text-align:center}.pricing-section h2{font-family:Playfair Display,serif;font-size:40px;margin-bottom:20px;font-weight:700;color:var(--primary)}.pricing-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:30px;gap:30px;max-width:1200px;margin:0 auto}.pricing-section .card{background:#fff;border-radius:16px;padding:32px 26px;box-shadow:var(--soft-shadow);border:1px solid rgba(0,0,0,.03);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.pricing-section .card:before{content:"";position:absolute;inset:0;border-radius:inherit;border:2px solid transparent;background:radial-gradient(circle at top left,rgba(217,116,54,.16),transparent 55%);opacity:0;pointer-events:none;transition:opacity .25s ease}.pricing-section .card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(15,20,30,.12);border-color:rgba(217,116,54,.25)}.pricing-section .card:hover:before{opacity:1}.pricing-section .card h3{font-size:20px;font-weight:700;margin-bottom:10px;color:var(--primary)}.pricing-section .price{font-size:30px;font-weight:700;margin:10px 0 20px;color:var(--accent);min-height:36px}.pricing-section .features{list-style:none;padding:0;text-align:left;flex-grow:1;margin-bottom:25px}.pricing-section .features li{padding:10px 0;border-bottom:1px solid var(--muted-2);font-size:14px;color:var(--secondary);display:flex;align-items:flex-start}.pricing-section .features li:last-child{border-bottom:none}.pricing-section .features li:before{content:"✓";color:#38a169;font-weight:700;margin-right:10px;font-size:16px}.btn-plan{padding:12px 30px;border-radius:25px;font-weight:600;background:var(--accent);color:#fff;text-decoration:none;display:inline-block;transition:background .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:0 4px 12px rgba(217,121,62,.2)}.btn-plan:hover{background:var(--accent-dark);box-shadow:0 6px 16px rgba(217,121,62,.3);color:#fff}@media (max-width:1200px){.pricing-section{padding:60px 20px}.pricing-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.pricing-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.pricing-cards{grid-template-columns:1fr}.pricing-section .card{padding:30px}.btn-plan{width:100%;text-align:center}}.service-tabs{display:flex;justify-content:center;gap:10px;margin-bottom:40px;flex-wrap:wrap}.tab-btn{padding:12px 30px;border:2px solid var(--accent);background:transparent;color:var(--accent);border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:15px}.tab-btn.active,.tab-btn:hover{background:var(--accent);color:#fff}.tab-content{display:none}.tab-content.active{display:block}.pricing-section .card.featured{position:relative;border:2px solid var(--accent);transform:scale(1.05)}.pricing-section .card.featured .badge{position:absolute;top:-12px;right:20px;background:var(--accent);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;box-shadow:0 4px 8px rgba(217,121,62,.3)}.pricing-section .price .period{font-size:18px;color:#666;font-weight:400}.checkout-modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);align-items:center;justify-content:center;padding:20px;overflow-y:auto}.checkout-modal-content{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px rgba(0,0,0,.2);animation:slideUp .3s ease}.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid #e0e0e0}.checkout-header h3{margin:0;font-size:24px;color:var(--text)}.checkout-close{background:none;border:none;font-size:32px;color:#999;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.checkout-close:hover{background:#f0f0f0;color:var(--text)}.checkout-body{padding:30px}.order-summary{background:var(--muted);padding:20px;border-radius:12px;margin-bottom:30px}.order-summary h4{margin:0 0 15px;font-size:18px;color:var(--text)}.summary-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #ddd}.summary-item:last-child{border-bottom:none}.summary-item.total{font-weight:700;font-size:18px;color:var(--accent);margin-top:10px;padding-top:15px;border-top:2px solid var(--accent)}.checkout-body h4{margin:25px 0 15px;font-size:18px;color:var(--text)}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--text);font-size:14px}.form-group input,.form-group textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:all .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(217,116,54,.1)}.payment-options{display:flex;gap:15px;margin-bottom:20px}.payment-option{flex:1 1;display:flex;align-items:center;padding:15px;border:2px solid #ddd;border-radius:10px;cursor:pointer;transition:all .2s}.payment-option:hover{border-color:var(--accent)}.payment-option input[type=radio]{margin-right:10px;width:auto;cursor:pointer}.payment-option input[type=radio]:checked+span{font-weight:600;color:var(--accent)}.payment-option:has(input[type=radio]:checked){border-color:var(--accent);background:rgba(217,116,54,.05)}.terms-check{margin:25px 0;padding:15px;background:var(--muted);border-radius:8px}.terms-check label{display:flex;align-items:flex-start;cursor:pointer;font-size:14px;line-height:1.6}.terms-check input[type=checkbox]{margin-right:10px;margin-top:3px;width:auto;cursor:pointer}.terms-check a{color:var(--accent);text-decoration:underline}.btn-pay{width:100%;padding:15px;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:10px}.btn-pay:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(217,121,62,.3)}.btn-pay:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.pricing-section .card.featured{transform:scale(1)}.service-tabs{gap:8px}.tab-btn{padding:10px 20px;font-size:14px}.checkout-modal-content{max-height:95vh}.checkout-body,.checkout-header{padding:20px}.payment-options{flex-direction:column}}