@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");: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}.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{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px;align-items:start;padding:18px 10px 28px}.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}.about{display:flex;gap:var(--gap);align-items:center;padding:56px 0;flex-wrap:wrap}.about .left{flex:1 1;min-width:280px}.about h2{font-family:Playfair Display;font-size:28px;margin-bottom:12px}.about p{color:#6a6f74;max-width:520px}.about .right{flex:1 1;display:flex;justify-content:center;align-items:center}.about .avatar{width:100%;max-width:400px;height:auto;border-radius:12px;background:var(--accent);overflow:hidden;border:8px solid hsla(0,0%,100%,.9);box-shadow:var(--card-shadow)}.about .avatar img{width:100%;height:auto;object-fit:cover;display:block}.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:90px;right:20px}}@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(auto-fit,minmax(250px,1fr));grid-gap:30px;gap:30px;max-width:1200px;margin:0 auto}.pricing-section .card{background:#fff;border-radius:12px;padding:35px;box-shadow:var(--soft-shadow);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between}.pricing-section .card:hover{transform:translateY(-10px);box-shadow:var(--card-shadow)}.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)}.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:768px){.pricing-section{padding:60px 20px}.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}}