/* Ketoa Modern CSS v1.0 - PHP 5.4 / MySQL 5.6 compatible site */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Roboto',Arial,sans-serif;font-size:16px;color:#2d3748;line-height:1.6;background:#fff}
a{color:#0077cc;text-decoration:none}
a:hover{color:#005fa3;text-decoration:underline}
img{max-width:100%;height:auto;border:none}
ul,ol{list-style:none}
p{margin-bottom:0.75em}
input,button,textarea,select{font-family:inherit;font-size:inherit}
button{cursor:pointer}

/* ===== CONTAINER ===== */
.kt-container{max-width:1160px;margin:0 auto;padding:0 24px}

/* ===== HEADER ===== */
.kt-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #e8ecf0;transition:box-shadow 0.2s}
.kt-header.kt-scrolled{box-shadow:0 2px 16px rgba(0,0,0,0.1)}
.kt-header-inner{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:64px;max-width:1160px;margin:0 auto;padding:0 24px}
.kt-logo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-flex:0;-webkit-flex-shrink:0;flex-shrink:0}
.kt-logo img{height:40px;width:auto}
.kt-nav{-webkit-box-flex:1;-webkit-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}
.kt-nav-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:4px;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}
.kt-nav-list li{display:inline-block}
.kt-nav-list a{display:inline-block;padding:8px 12px;color:#4a5568;font-size:14px;font-weight:500;border-radius:6px;transition:color 0.15s,background 0.15s;white-space:nowrap}
.kt-nav-list a:hover{color:#0077cc;background:#f0f7ff;text-decoration:none}
.kt-nav-price{color:#0077cc !important;font-weight:600 !important}
.kt-nav-login{color:#2d3748 !important}

/* HAMBURGER */
.kt-hamburger{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:5px;background:none;border:none;padding:8px;cursor:pointer;z-index:1001}
.kt-hamburger span{display:block;width:24px;height:2px;background:#2d3748;border-radius:2px;transition:transform 0.2s,opacity 0.2s}
.kt-hamburger.kt-open span:nth-child(1){-webkit-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}
.kt-hamburger.kt-open span:nth-child(2){opacity:0}
.kt-hamburger.kt-open span:nth-child(3){-webkit-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}

/* ===== BUTTONS ===== */
.kt-btn{display:inline-block;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;text-align:center;border:2px solid transparent;transition:background 0.15s,color 0.15s,border-color 0.15s,box-shadow 0.15s;white-space:nowrap;text-decoration:none !important}
.kt-btn-primary{background:#0077cc;color:#fff;border-color:#0077cc}
.kt-btn-primary:hover{background:#005fa3;border-color:#005fa3;color:#fff}
.kt-btn-outline{background:transparent;color:#0077cc;border-color:#0077cc}
.kt-btn-outline:hover{background:#f0f7ff;color:#0077cc}
.kt-btn-hero{background:#0077cc;color:#fff !important;border-color:#0077cc;padding:14px 28px;font-size:16px;border-radius:10px;box-shadow:0 4px 12px rgba(0,119,204,0.3)}
.kt-btn-hero:hover{background:#005fa3;box-shadow:0 6px 16px rgba(0,119,204,0.4);color:#fff;text-decoration:none}
.kt-btn-hero-outline{background:transparent;color:#0077cc !important;border:2px solid #0077cc;padding:14px 28px;font-size:16px;border-radius:10px}
.kt-btn-hero-outline:hover{background:#f0f7ff;text-decoration:none}

/* ===== HERO ===== */
.kt-hero{background:-webkit-linear-gradient(135deg,#f0f7ff 0%,#e8f4fd 50%,#f8fafc 100%);background:linear-gradient(135deg,#f0f7ff 0%,#e8f4fd 50%,#f8fafc 100%);padding:80px 0 60px}
.kt-hero .kt-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:60px}
.kt-hero-content{-webkit-box-flex:1;-webkit-flex:1;flex:1;min-width:0}
.kt-hero-badge{display:inline-block;background:#e8f4fd;color:#0077cc;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:16px}
.kt-hero-title{font-size:42px;font-weight:700;line-height:1.2;color:#1a202c;margin-bottom:16px}
.kt-highlight{color:#0077cc}
.kt-hero-sub{font-size:18px;color:#4a5568;margin-bottom:28px;line-height:1.6}
.kt-hero-actions{display:-webkit-box;display:-webkit-flex;display:flex;gap:16px;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}
.kt-hero-note{font-size:13px;color:#718096}
.kt-hero-visual{-webkit-box-flex:0;-webkit-flex:0 0 440px;flex:0 0 440px}
.kt-hero-screen{background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,0.15);overflow:hidden;border:1px solid #e2e8f0}
.kt-screen-bar{background:#f8fafc;padding:12px 16px;display:-webkit-box;display:-webkit-flex;display:flex;gap:6px;border-bottom:1px solid #e2e8f0}
.kt-screen-bar span{width:10px;height:10px;border-radius:50%;display:inline-block;background:#e2e8f0}
.kt-screen-bar span:nth-child(1){background:#fc7c7c}
.kt-screen-bar span:nth-child(2){background:#fbd96b}
.kt-screen-bar span:nth-child(3){background:#6dd98e}
.kt-screen-body{padding:20px}
.kt-screen-row{height:12px;background:#e8f4fd;border-radius:4px;margin-bottom:12px}
.kt-screen-header-row{background:#0077cc;width:60%}
.kt-screen-wide{width:100%}
.kt-screen-cols{display:-webkit-box;display:-webkit-flex;display:flex;gap:12px}
.kt-screen-col-left{-webkit-box-flex:1;-webkit-flex:1;flex:1}
.kt-screen-col-right{-webkit-box-flex:0;-webkit-flex:0 0 45%;flex:0 0 45%}
.kt-screen-block{height:10px;background:#f0f4f8;border-radius:3px;margin-bottom:10px}
.kt-screen-block.kt-short{width:60%}
.kt-screen-block.kt-tall{height:90px;background:#e8f4fd}

/* ===== STATS ===== */
.kt-stats{background:#0077cc;padding:40px 0}
.kt-stats-grid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;gap:0;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.kt-stat-item{text-align:center;padding:16px 48px;color:#fff;border-right:1px solid rgba(255,255,255,0.2)}
.kt-stat-item:last-child{border-right:none}
.kt-stat-num{display:block;font-size:36px;font-weight:700;line-height:1.1}
.kt-stat-label{display:block;font-size:14px;opacity:0.85;margin-top:4px}

/* ===== SECTION HEADER ===== */
.kt-section-header{text-align:center;margin-bottom:48px}
.kt-section-header h2{font-size:32px;font-weight:700;color:#1a202c;margin-bottom:12px}
.kt-section-header p{font-size:17px;color:#718096;max-width:560px;margin:0 auto}

/* ===== FEATURES ===== */
.kt-features{padding:80px 0;background:#fff}
.kt-features-grid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:24px}
.kt-feature-card{-webkit-box-flex:0;-webkit-flex:0 0 calc(33.333% - 16px);flex:0 0 calc(33.333% - 16px);background:#fff;border:1px solid #e8ecf0;border-radius:12px;padding:28px;transition:box-shadow 0.2s,-webkit-transform 0.2s;transition:box-shadow 0.2s,transform 0.2s}
.kt-feature-card:hover{box-shadow:0 8px 32px rgba(0,119,204,0.12);-webkit-transform:translateY(-3px);transform:translateY(-3px)}
.kt-feature-icon{width:60px;height:60px;border-radius:12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:16px}
.kt-feature-card h3{font-size:17px;font-weight:600;color:#1a202c;margin-bottom:10px}
.kt-feature-card p{font-size:14px;color:#718096;line-height:1.6;margin-bottom:0}

/* ===== INTEGRATIONS ===== */
.kt-integrations{padding:72px 0;background:#f8fafc}
.kt-int-grid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:20px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}
.kt-int-card{background:#fff;border:1px solid #e8ecf0;border-radius:12px;padding:32px 24px;text-align:center;-webkit-box-flex:0;-webkit-flex:0 0 220px;flex:0 0 220px;transition:box-shadow 0.2s}
.kt-int-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.08)}
.kt-int-icon{font-size:40px;margin-bottom:12px;display:block}
.kt-int-card h3{font-size:15px;font-weight:600;color:#1a202c;margin-bottom:8px}
.kt-int-card p{font-size:13px;color:#718096;margin-bottom:0}

/* ===== PRICING SECTION ===== */
.kt-pricing-section{padding:72px 0;background:#fff}
/* Override old price.ctp styles */
.kt-pricing-section .container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:24px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}
.kt-pricing-section .package{background:#fff;border:2px solid #e8ecf0;border-radius:16px;padding:32px 24px;-webkit-box-flex:0;-webkit-flex:0 0 280px;flex:0 0 280px;transition:box-shadow 0.2s,-webkit-transform 0.2s;transition:box-shadow 0.2s,transform 0.2s}
.kt-pricing-section .package:hover{box-shadow:0 12px 36px rgba(0,119,204,0.12);-webkit-transform:translateY(-4px);transform:translateY(-4px)}
.kt-pricing-section .package h2{font-size:20px;font-weight:700;color:#1a202c;margin-bottom:12px}
.kt-pricing-section .price{font-size:30px;font-weight:700;color:#0077cc;margin-bottom:8px}
.kt-pricing-section .price-des{font-size:13px;color:#718096;margin-bottom:16px}
.kt-pricing-section button{background:#0077cc;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:15px;font-weight:600;cursor:pointer;width:100%;margin-bottom:16px;transition:background 0.15s}
.kt-pricing-section button:hover{background:#005fa3}
.kt-pricing-section ul{margin-top:8px}
.kt-pricing-section ul li{font-size:13px;color:#4a5568;padding:5px 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:8px;border-top:1px solid #f0f4f8}
.kt-pricing-section ul li svg{color:#0077cc;-webkit-box-flex:0;-webkit-flex-shrink:0;flex-shrink:0;width:14px;height:14px}
.kt-pricing-section .title-p{font-size:32px;font-weight:700;text-align:center;margin-bottom:40px;color:#1a202c}

/* ===== CTA BOTTOM ===== */
.kt-cta-bottom{background:-webkit-linear-gradient(135deg,#0077cc 0%,#0056a3 100%);background:linear-gradient(135deg,#0077cc 0%,#0056a3 100%);padding:80px 0;text-align:center;color:#fff}
.kt-cta-bottom h2{font-size:32px;font-weight:700;margin-bottom:12px;color:#fff}
.kt-cta-bottom p{font-size:18px;opacity:0.9;margin-bottom:32px;color:#fff}
.kt-cta-bottom .kt-btn-hero{background:#fff;color:#0077cc !important;border-color:#fff}
.kt-cta-bottom .kt-btn-hero:hover{background:#f0f7ff}
.kt-cta-bottom .kt-btn-hero-outline{color:#fff !important;border-color:rgba(255,255,255,0.7)}
.kt-cta-bottom .kt-btn-hero-outline:hover{background:rgba(255,255,255,0.15)}

/* ===== FOOTER ===== */
.kt-footer{background:#1a202c;color:#e2e8f0;padding:60px 0 0}
.kt-footer-inner{max-width:1160px;margin:0 auto;padding:0 24px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:40px}
.kt-footer-col{-webkit-box-flex:1;-webkit-flex:1 1 180px;flex:1 1 180px;min-width:160px}
.kt-footer-col:first-child{-webkit-flex-basis:260px;flex-basis:260px}
.kt-footer-col img{height:36px;width:auto;margin-bottom:12px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.kt-footer-tagline{font-size:13px;color:#a0aec0;margin-bottom:12px}
.kt-footer-col p{font-size:13px;color:#a0aec0;margin-bottom:6px;line-height:1.5}
.kt-footer-col strong{color:#e2e8f0}
.kt-footer-col h3{font-size:14px;font-weight:600;color:#fff;margin-bottom:14px;text-transform:uppercase;letter-spacing:0.5px}
.kt-footer-col ul li{margin-bottom:8px}
.kt-footer-col ul li a{font-size:13px;color:#a0aec0;transition:color 0.15s}
.kt-footer-col ul li a:hover{color:#fff;text-decoration:none}
.kt-footer-col a{color:#a0aec0}
.kt-footer-col a:hover{color:#fff}
.kt-footer-contact{width:100%;padding-top:24px;border-top:1px solid #2d3748;font-size:13px;color:#a0aec0;line-height:1.8}
.kt-footer-contact p{margin-bottom:4px}
.kt-footer-contact a{color:#63b3ed}
.kt-footer-contact a:hover{color:#fff}
.kt-footer-bottom{background:#111827;margin-top:40px;padding:16px 0}
.kt-footer-bottom .kt-footer-inner{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:16px}
.kt-footer-bottom p{font-size:13px;color:#718096;margin:0}
.kt-footer-hotline a{color:#63b3ed;font-weight:600}

/* ===== FLOATING CALL BUTTON ===== */
.kt-call-float{position:fixed;bottom:100px;right:20px;width:50px;height:50px;background:#25d366;color:#fff;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:24px;box-shadow:0 4px 16px rgba(37,211,102,0.4);text-decoration:none;z-index:999;transition:box-shadow 0.2s,-webkit-transform 0.2s;transition:box-shadow 0.2s,transform 0.2s}
.kt-call-float:hover{-webkit-transform:scale(1.1);transform:scale(1.1);box-shadow:0 6px 20px rgba(37,211,102,0.5);text-decoration:none;color:#fff}

/* ===== AI CHAT ===== */
.kt-ai-toggle{position:fixed;bottom:24px;right:20px;background:#0077cc;color:#fff;border:none;border-radius:28px;padding:12px 18px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:8px;font-size:14px;font-weight:600;box-shadow:0 4px 16px rgba(0,119,204,0.4);cursor:pointer;z-index:998;transition:box-shadow 0.2s,-webkit-transform 0.2s;transition:box-shadow 0.2s,transform 0.2s}
.kt-ai-toggle:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,119,204,0.5)}
.kt-ai-toggle-icon{font-size:20px}
.kt-ai-toggle-label{white-space:nowrap}
.kt-ai-toggle.kt-ai-toggle-hidden{display:none}
.kt-ai-chat{position:fixed;bottom:80px;right:20px;width:340px;max-height:520px;background:#fff;border-radius:16px;box-shadow:0 12px 48px rgba(0,0,0,0.18);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;overflow:hidden;z-index:999;-webkit-transform:scale(0.8) translateY(20px);transform:scale(0.8) translateY(20px);opacity:0;pointer-events:none;transition:-webkit-transform 0.2s,opacity 0.2s;transition:transform 0.2s,opacity 0.2s;-webkit-transform-origin:bottom right;transform-origin:bottom right}
.kt-ai-chat.kt-ai-open{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);opacity:1;pointer-events:all}
.kt-ai-header{background:#0077cc;color:#fff;padding:14px 16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:10px;-webkit-box-flex:0;-webkit-flex-shrink:0;flex-shrink:0}
.kt-ai-avatar{font-size:28px;line-height:1}
.kt-ai-title{-webkit-box-flex:1;-webkit-flex:1;flex:1}
.kt-ai-title span{display:block;font-size:15px;font-weight:600}
.kt-ai-title small{font-size:11px;opacity:0.8}
.kt-ai-close{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:4px;opacity:0.8;border-radius:4px;line-height:1}
.kt-ai-close:hover{opacity:1;background:rgba(255,255,255,0.15)}
.kt-ai-messages{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow-y:auto;padding:16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:10px;background:#f8fafc}
.kt-ai-msg{display:-webkit-box;display:-webkit-flex;display:flex;max-width:88%}
.kt-ai-msg-bot{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-self:flex-start;align-self:flex-start}
.kt-ai-msg-user{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-self:flex-end;align-self:flex-end;margin-left:auto}
.kt-ai-msg-content{padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5}
.kt-ai-msg-bot .kt-ai-msg-content{background:#fff;color:#2d3748;border:1px solid #e8ecf0;border-bottom-left-radius:4px}
.kt-ai-msg-user .kt-ai-msg-content{background:#0077cc;color:#fff;border-bottom-right-radius:4px}
.kt-ai-quickreplies{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-top:4px}
.kt-ai-quick-btn{background:#fff;border:1px solid #0077cc;color:#0077cc;border-radius:16px;padding:6px 12px;font-size:12px;cursor:pointer;transition:background 0.15s,color 0.15s;white-space:nowrap}
.kt-ai-quick-btn:hover{background:#0077cc;color:#fff}
.kt-ai-typing .kt-ai-msg-content{padding:12px 16px}
.kt-dot{display:inline-block;width:7px;height:7px;margin:0 2px;background:#a0aec0;border-radius:50%;-webkit-animation:ktDot 1.2s ease-in-out infinite;animation:ktDot 1.2s ease-in-out infinite}
.kt-dot:nth-child(2){-webkit-animation-delay:0.2s;animation-delay:0.2s}
.kt-dot:nth-child(3){-webkit-animation-delay:0.4s;animation-delay:0.4s}
@-webkit-keyframes ktDot{0%,80%,100%{-webkit-transform:scale(0.7);transform:scale(0.7);opacity:0.5}40%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}
@keyframes ktDot{0%,80%,100%{-webkit-transform:scale(0.7);transform:scale(0.7);opacity:0.5}40%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}
.kt-ai-input-area{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:8px;padding:12px;border-top:1px solid #e8ecf0;background:#fff;-webkit-box-flex:0;-webkit-flex-shrink:0;flex-shrink:0}
.kt-ai-input{-webkit-box-flex:1;-webkit-flex:1;flex:1;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:14px;outline:none;transition:border-color 0.15s;background:#f8fafc}
.kt-ai-input:focus{border-color:#0077cc;background:#fff}
.kt-ai-send{background:#0077cc;color:#fff;border:none;border-radius:8px;width:36px;height:36px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:16px;cursor:pointer;-webkit-box-flex:0;-webkit-flex-shrink:0;flex-shrink:0;transition:background 0.15s}
.kt-ai-send:hover{background:#005fa3}

/* ===== MAIN CONTENT ===== */
#main-content{min-height:60vh}

/* ===== LEGACY PAGE STYLES — keep for register/login/servicefee etc ===== */
.main-left1{max-width:900px;margin:0 auto;padding:32px 24px}
.why-select{background:#f8fafc;border-radius:12px;padding:24px;margin-top:24px}
.why-select h1{font-size:20px;font-weight:600;color:#1a202c;margin-bottom:12px}
.why-select ul li{padding:8px 0;border-bottom:1px solid #e8ecf0;font-size:15px;color:#4a5568}
.why-select ul li span{font-weight:600;color:#0077cc}
.clear-left{max-width:900px;margin:0 auto;padding:32px 24px}
.title-p{font-size:28px;font-weight:700;text-align:center;margin-bottom:32px;color:#1a202c}

/* ===== RESPONSIVE ===== */
@media (max-width:768px){
  .kt-header-inner{padding:0 16px}
  .kt-hamburger{display:-webkit-box;display:-webkit-flex;display:flex}
  .kt-nav{position:fixed;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid #e8ecf0;max-height:0;overflow:hidden;transition:max-height 0.3s ease,-webkit-box-shadow 0.3s;transition:max-height 0.3s ease,box-shadow 0.3s;-webkit-box-shadow:none;box-shadow:none;z-index:999}
  .kt-nav.kt-open{max-height:500px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,0.1);box-shadow:0 4px 16px rgba(0,0,0,0.1)}
  .kt-nav-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;gap:0;padding:8px}
  .kt-nav-list li{display:block;width:100%}
  .kt-nav-list a{display:block;padding:12px 16px;width:100%;border-radius:8px}
  .kt-btn.kt-btn-primary{display:block;text-align:center;margin:4px 0}
  .kt-hero{padding:48px 0 40px}
  .kt-hero .kt-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:32px}
  .kt-hero-title{font-size:28px}
  .kt-hero-sub{font-size:16px}
  .kt-hero-visual{-webkit-box-flex:0;-webkit-flex:none;flex:none;width:100%;max-width:360px;margin:0 auto}
  .kt-hero-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;align-items:flex-start}
  .kt-stat-item{padding:14px 24px;border-right:none;border-bottom:1px solid rgba(255,255,255,0.2);width:50%}
  .kt-stat-item:nth-child(even){border-right:none}
  .kt-feature-card{-webkit-box-flex:0;-webkit-flex:0 0 calc(50% - 12px);flex:0 0 calc(50% - 12px)}
  .kt-int-card{-webkit-box-flex:0;-webkit-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px)}
  .kt-footer-inner{gap:24px}
  .kt-footer-col{-webkit-flex-basis:100%;flex-basis:100%}
  .kt-footer-bottom .kt-footer-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;text-align:center}
  .kt-ai-chat{width:calc(100vw - 32px);right:16px;bottom:70px}
  .kt-ai-toggle{right:16px;bottom:20px}
  .kt-call-float{bottom:90px;right:20px}
  .kt-section-header h2{font-size:26px}
  .kt-pricing-section .package{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%}
}
@media (max-width:480px){
  .kt-container{padding:0 16px}
  .kt-feature-card{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%}
  .kt-int-card{-webkit-box-flex:0;-webkit-flex:0 0 100%;flex:0 0 100%}
  .kt-hero-title{font-size:24px}
  .kt-stat-item{width:100%;border-right:none}
  .kt-features-grid{gap:16px}
}


/* ===== COMPAT OVERRIDES & MOBILE RESPONSIVE ===== */

/* Prevent horizontal scroll - dùng clip trên body để KHÔNG phá sticky header */
html {
  overflow-x: hidden;
}
body {
  overflow-x: clip;  /* clip không tạo BFC, không phá position:sticky */
  max-width: 100%;
}

/* Reset old fixed-width wrapper/main */
#wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
#main {
  display: block !important;
  width: 100% !important;
  margin-top: 0 !important;
  box-sizing: border-box !important;
}
#main-content {
  min-height: 60vh;
}

/* Old fixed-width slider elements - not visible but block layout */
#slider-wp, #slider {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
#slider img {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}

/* Old #header and #footer are gone from DOM, neutralize anyway */
#header, div#header-menu { display: none !important; }

/* === REGISTER PAGE: .main-left / .main-right float columns === */
/* Desktop: keep float layout but ensure proper widths */
.main-left {
  box-sizing: border-box !important;
}
.main-right {
  box-sizing: border-box !important;
}

/* === FEE PAGE: .package cards - responsive grid === */
.container {
  box-sizing: border-box !important;
  width: 100% !important;
  padding: 12px !important;
}
.package {
  box-sizing: border-box !important;
}
.package .price-des {
  height: auto !important;
}

/* ============================================
   MOBILE: max-width 768px
   ============================================ */
@media (max-width: 768px) {

  /* --- Register page: stack 2 columns vertically --- */
  .main-left,
  .main-right {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    display: block !important;
  }

  /* Old numbered columns */
  .main-left1,
  .main-left2,
  .main-left3,
  .main-right2,
  .main-right3 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    display: block !important;
  }

  /* Fee page: package cards full width on mobile */
  .container {
    flex-direction: column !important;
    padding: 8px !important;
    gap: 12px !important;
  }
  .package {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  /* Form inputs full width */
  .fregister input[type=text],
  .fregister input[type=email],
  .fregister input[type=password],
  .flogin input[type=text],
  .flogin input[type=email],
  .flogin input[type=password],
  input.text-box,
  input[class*=text-box],
  select, textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Float columns in other old pages */
  .fcolumn, [class*=fcolumn] {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Tables — scrollable */
  table {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
  }

  /* Old fixed-width images */
  .button-register img {
    width: 100% !important;
    max-width: 286px !important;
    height: auto !important;
  }

  /* iframes (video, maps) */
  iframe {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Clear floats */
  .clear-left {
    clear: both;
    display: block;
    width: 100% !important;
  }

  /* AI chat widget smaller on mobile */
  .kt-ai-chat {
    width: calc(100vw - 24px) !important;
    right: 12px !important;
    left: 12px !important;
  }
}

/* Extra small: 480px */
@media (max-width: 480px) {
  #main {
    padding: 0 !important;
  }
  .package {
    padding: 16px 12px !important;
  }
  .title-p {
    font-size: 1.4em !important;
    padding-top: 24px !important;
  }
}

/* ============================================================
   KETOA MODERN CSS — v1.4 ADDITIONS
   Pages: hero, article, guides, clinics, demo, contact,
          login, register, slideshow, AI logo
   ============================================================ */

/* --- PAGE HERO BANNER --- */
.kt-page-hero {
  background: linear-gradient(135deg, #00874a 0%, #005a32 100%);
  color: #fff;
  padding: 48px 0 40px;
}
.kt-breadcrumb {
  font-size: 0.85rem;
  margin-bottom: 12px;
  opacity: 0.85;
}
.kt-breadcrumb a { color: #fff; text-decoration: none; }
.kt-breadcrumb a:hover { text-decoration: underline; }
.kt-breadcrumb span { margin: 0 6px; }
.kt-page-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.2;
}
.kt-page-desc {
  font-size: 1.05rem;
  opacity: 0.9;
  max-width: 640px;
  margin: 0;
}

/* --- HOME SLIDESHOW inside kt-screen-body --- */
.kt-screen-body { overflow: hidden; position: relative; background: #f0f4f8; }
.kt-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 315px;
}
.kt-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.kt-slide:first-child { opacity: 1; }
.kt-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 8px 8px;
  display: block;
}

/* --- PRICING PAGE --- */
.kt-pricing-page-section { padding: 48px 0 0; }
.kt-pricing-trust { padding: 32px 0; background: #f8fdfb; }
.kt-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: center;
}
.kt-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #333;
}
.kt-trust-icon { font-size: 1.1rem; }

.kt-pricing-faq { padding: 48px 0; }
.kt-faq-list { max-width: 760px; margin: 32px auto 0; }
.kt-faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.kt-faq-q {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1rem;
  margin-bottom: 8px;
}
.kt-faq-a { color: #555; line-height: 1.6; font-size: 0.95rem; }
.kt-pricing-contact {
  text-align: center;
  margin-top: 40px;
  padding: 24px;
  background: #f8fdfb;
  border-radius: 12px;
  border: 1px solid #d0ead9;
}
.kt-pricing-contact a { color: #00874a; }

/* --- LAYOUT: Article + Guides + Clinics (sidebar) --- */
.kt-guides-section,
.kt-article-section,
.kt-clinics-section,
.kt-clinic-detail-section { padding: 48px 0; }

.kt-guides-layout,
.kt-clinics-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: start;
}
.kt-article-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: start;
}

/* Search bar */
.kt-search-form { margin-bottom: 32px; }
.kt-search-wrap { display: flex; gap: 0; }
.kt-search-input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-right: none;
  border-radius: 8px 0 0 8px;
  font-size: 1rem;
  outline: none;
  transition: border-color .2s;
}
.kt-search-input:focus { border-color: #00874a; }
.kt-search-btn {
  padding: 12px 20px;
  background: #00874a;
  color: #fff;
  border: none;
  border-radius: 0 8px 8px 0;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
  transition: background .2s;
}
.kt-search-btn:hover { background: #006a38; }

/* Guide cards grid */
.kt-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
.kt-guide-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.kt-guide-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.kt-guide-card-img { width: 100%; height: 160px; object-fit: cover; display: block; }
.kt-guide-card-img-link { display: block; }
.kt-guide-card-img-placeholder {
  height: 160px;
  background: linear-gradient(135deg, #e8f5ee, #c8eada);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}
.kt-guide-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.kt-guide-card-title { font-size: 1rem; font-weight: 600; margin: 0 0 8px; line-height: 1.4; }
.kt-guide-card-title a { color: #1a1a1a; text-decoration: none; }
.kt-guide-card-title a:hover { color: #00874a; }
.kt-guide-card-desc { color: #666; font-size: 0.88rem; line-height: 1.5; flex: 1; margin: 0 0 12px; }
.kt-guide-card-link { color: #00874a; font-size: 0.9rem; font-weight: 600; text-decoration: none; }
.kt-guide-card-link:hover { text-decoration: underline; }

/* Clinic cards grid */
.kt-clinics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}
.kt-clinic-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.kt-clinic-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.kt-clinic-card-img { width: 100%; height: 140px; object-fit: cover; display: block; }
.kt-clinic-card-img-link { display: block; }
.kt-clinic-card-img-placeholder {
  height: 140px;
  background: linear-gradient(135deg, #e8f5ee, #c8eada);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.kt-clinic-card-body { padding: 14px; flex: 1; }
.kt-clinic-card-title { font-size: 0.95rem; font-weight: 600; margin: 0 0 6px; line-height: 1.4; }
.kt-clinic-card-title a { color: #1a1a1a; text-decoration: none; }
.kt-clinic-card-title a:hover { color: #00874a; }
.kt-clinic-card-desc { color: #666; font-size: 0.82rem; line-height: 1.5; margin: 0; }

/* Specialty tabs */
.kt-spec-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.kt-spec-tab {
  padding: 8px 16px;
  border-radius: 20px;
  background: #f0f0f0;
  color: #555;
  font-size: 0.88rem;
  text-decoration: none;
  font-weight: 500;
  transition: background .2s, color .2s;
}
.kt-spec-tab:hover,
.kt-spec-tab-active {
  background: #00874a;
  color: #fff;
}

/* Clinic detail */
.kt-clinic-profile-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #f8fdfb;
  border: 1px solid #d0ead9;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
}
.kt-clinic-profile-icon { font-size: 3rem; }
.kt-clinic-profile-name { font-size: 1.4rem; font-weight: 700; color: #1a1a1a; margin: 0 0 8px; }
.kt-clinic-profile-address { color: #555; margin: 0 0 8px; }
.kt-clinic-profile-badge { color: #00874a; font-weight: 600; margin: 0; }
.kt-clinic-why { margin-bottom: 32px; }
.kt-clinic-why h2 { font-size: 1.2rem; font-weight: 700; margin-bottom: 20px; }

/* Article layout */
.kt-article-main { min-width: 0; }
.kt-article-title { font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 700; color: #1a1a1a; margin: 0 0 20px; line-height: 1.3; }
.kt-article-img-wrap { margin: 0 0 24px; border-radius: 10px; overflow: hidden; }
.kt-article-img { width: 100%; height: auto; display: block; }
.kt-article-lead { font-size: 1.05rem; color: #555; font-style: italic; margin: 0 0 24px; line-height: 1.7; border-left: 4px solid #00874a; padding-left: 16px; }
.kt-article-content { color: #333; line-height: 1.8; font-size: 0.97rem; }
.kt-article-content h2, .kt-article-content h3 { color: #00874a; margin-top: 28px; }
.kt-article-content img { max-width: 100%; border-radius: 8px; }
.kt-article-content a { color: #00874a; }
.kt-article-tags { margin-top: 24px; padding-top: 16px; border-top: 1px solid #eee; font-size: 0.88rem; color: #666; }
.kt-article-cta-inline {
  margin: 36px 0 0;
  padding: 24px;
  background: linear-gradient(135deg, #f0faf5, #e0f5ea);
  border-radius: 12px;
  border: 1px solid #c0e8d0;
  text-align: center;
}
.kt-article-cta-inline p { margin: 0 0 16px; font-size: 1rem; color: #333; }

/* Sidebar */
.kt-guides-sidebar,
.kt-clinics-sidebar,
.kt-article-sidebar { min-width: 0; }
.kt-sidebar-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  padding: 20px;
  margin-bottom: 20px;
}
.kt-sidebar-section .soft-book { background: none; padding: 0; border: none; box-shadow: none; }
.kt-sidebar-section h3,
.kt-sidebar-section .soft-book h3 { font-size: 0.95rem; color: #00874a; font-weight: 700; margin: 0 0 12px; text-align: left !important; }
.kt-sidebar-section .soft-book h3 a { color: #00874a; text-decoration: none; }
.kt-sidebar-section .sidebar2 { list-style: none; padding: 0; margin: 0; }
.kt-sidebar-section .sidebar2 li { padding: 6px 0; border-bottom: 1px solid #f0f0f0; font-size: 0.88rem; }
.kt-sidebar-section .sidebar2 li:last-child { border: none; }
.kt-sidebar-section .sidebar2 a { color: #333; text-decoration: none; }
.kt-sidebar-section .sidebar2 a:hover { color: #00874a; }
.kt-sidebar-title { font-size: 0.95rem; font-weight: 700; color: #00874a; margin: 0 0 12px; }
.kt-sidebar-list { list-style: none; padding: 0; margin: 0; }
.kt-sidebar-list li { padding: 6px 0; border-bottom: 1px solid #f0f0f0; font-size: 0.88rem; }
.kt-sidebar-list li:last-child { border: none; }
.kt-sidebar-list a { color: #333; text-decoration: none; }
.kt-sidebar-list a:hover { color: #00874a; }
.kt-sidebar-cta {
  background: linear-gradient(135deg, #00874a, #006a38);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.kt-sidebar-cta p { margin: 0 0 14px; font-size: 0.9rem; }
.kt-why-section .kt-why-list { list-style: none; padding: 0; margin: 0; }
.kt-why-section .kt-why-list li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 0.88rem; color: #555; }
.kt-why-section .kt-why-list li:last-child { border: none; }
.kt-why-section .kt-why-list strong { color: #00874a; }

/* Pagination */
.kt-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin: 32px 0;
}
.kt-page-btn, .kt-page-num {
  padding: 8px 14px;
  border-radius: 6px;
  background: #f0f0f0;
  color: #333;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background .2s;
}
.kt-page-btn:hover, .kt-page-num:hover { background: #00874a; color: #fff; }
.kt-page-current { background: #00874a; color: #fff; padding: 8px 14px; border-radius: 6px; font-size: 0.9rem; }
.kt-page-disabled { opacity: 0.4; cursor: default; }

/* --- DEMO PAGE --- */
.kt-demo-section { padding: 48px 0; }
.kt-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,.15);
  margin-bottom: 48px;
}
.kt-video-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-radius: 14px;
}
.kt-demo-features { margin-bottom: 48px; }
.kt-demo-features h2 { text-align: center; font-size: 1.4rem; font-weight: 700; color: #1a1a1a; margin-bottom: 28px; }
.kt-demo-feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.kt-demo-feat {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
  transition: transform .2s;
}
.kt-demo-feat:hover { transform: translateY(-3px); }
.kt-demo-feat-icon { font-size: 2rem; margin-bottom: 10px; }
.kt-demo-feat h3 { font-size: 0.95rem; font-weight: 600; color: #1a1a1a; margin: 0 0 8px; }
.kt-demo-feat p { font-size: 0.85rem; color: #666; margin: 0; line-height: 1.5; }
.kt-demo-cta {
  text-align: center;
  background: linear-gradient(135deg, #00874a, #005a32);
  border-radius: 16px;
  padding: 40px 24px;
  color: #fff;
}
.kt-demo-cta h2 { font-size: 1.5rem; margin: 0 0 12px; }
.kt-demo-cta p { opacity: 0.9; margin: 0 0 24px; font-size: 1rem; }
.kt-demo-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* --- CONTACT PAGE --- */
.kt-contact-section { padding: 48px 0; }
.kt-contact-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: start;
}
.kt-contact-info { display: flex; flex-direction: column; gap: 16px; }
.kt-contact-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.07);
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.kt-contact-card-icon { font-size: 1.8rem; flex-shrink: 0; }
.kt-contact-card h3 { font-size: 0.9rem; color: #00874a; font-weight: 700; margin: 0 0 6px; text-transform: uppercase; letter-spacing: 0.05em; }
.kt-contact-hotline { font-size: 1.4rem; font-weight: 700; color: #00874a; text-decoration: none; display: block; margin-bottom: 4px; }
.kt-contact-email { color: #00874a; text-decoration: none; font-weight: 600; }
.kt-contact-card p { color: #555; font-size: 0.88rem; margin: 0; line-height: 1.6; }
.kt-contact-content { display: flex; flex-direction: column; gap: 24px; }
.kt-contact-article { background: #fff; border-radius: 12px; padding: 28px; box-shadow: 0 2px 10px rgba(0,0,0,.07); color: #333; line-height: 1.8; }
.kt-contact-register {
  background: linear-gradient(135deg, #f0faf5, #e0f5ea);
  border: 1px solid #c0e8d0;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
}
.kt-contact-register h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 10px; }
.kt-contact-register p { color: #555; margin: 0 0 20px; }

/* --- AUTH: Login / Register --- */
.kt-auth-section {
  min-height: 100vh;
  background: linear-gradient(135deg, #f0faf5 0%, #e5f5ed 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}
.kt-auth-container {
  width: 100%;
  max-width: 440px;
}
.kt-register-container { max-width: 520px; }
.kt-auth-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,100,60,.12);
  overflow: hidden;
}
.kt-auth-header {
  background: linear-gradient(135deg, #00874a, #006a38);
  padding: 32px 28px 24px;
  text-align: center;
  color: #fff;
}
.kt-auth-logo { height: 44px; width: auto; margin-bottom: 16px; filter: brightness(10); }
.kt-auth-title { font-size: 1.3rem; font-weight: 700; margin: 0 0 6px; }
.kt-auth-sub { font-size: 0.88rem; opacity: 0.85; margin: 0; }
.kt-auth-body { padding: 28px; }
.kt-form-group { margin-bottom: 16px; }
.kt-form-input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  background: #fafafa;
  box-sizing: border-box;
  transition: border-color .2s, background .2s;
  outline: none;
}
.kt-form-input:focus { border-color: #00874a; background: #fff; }
.kt-form-row-between { display: flex; justify-content: flex-end; margin-bottom: 8px; }
.kt-form-link { color: #00874a; font-size: 0.88rem; text-decoration: none; }
.kt-form-link:hover { text-decoration: underline; }
.kt-form-link-strong { font-weight: 600; }
.kt-form-check { display: flex; align-items: flex-start; gap: 8px; }
.kt-form-check input[type=checkbox] { margin-top: 2px; flex-shrink: 0; }
.kt-form-error { color: #e53935; font-size: 0.85rem; margin-top: 4px; }
.kt-btn-block { width: 100%; }
.kt-btn-lg { padding: 14px 24px !important; font-size: 1rem !important; }
.kt-auth-divider {
  text-align: center;
  color: #aaa;
  font-size: 0.85rem;
  margin: 20px 0;
  position: relative;
}
.kt-auth-divider::before,
.kt-auth-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 42%;
  height: 1px;
  background: #e0e0e0;
}
.kt-auth-divider::before { left: 0; }
.kt-auth-divider::after { right: 0; }
.kt-google-signin-wrap { display: flex; justify-content: center; margin-bottom: 16px; }
.kt-google-signin-wrap .g_id_signin { width: 100% !important; }
.kt-auth-footer { text-align: center; font-size: 0.9rem; color: #666; margin-top: 8px; }
.kt-auth-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: center;
  margin-top: 20px;
  padding: 16px;
  color: #555;
  font-size: 0.85rem;
}
.kt-auth-trust-item { display: flex; align-items: center; gap: 6px; }

/* Domain preview */
.kt-domain-wrap { position: relative; display: flex; align-items: center; }
.kt-domain-input { flex: 1; padding-right: 100px !important; }
.kt-domain-suffix {
  position: absolute;
  right: 12px;
  color: #00874a;
  font-weight: 600;
  font-size: 0.9rem;
  pointer-events: none;
}
.kt-domain-preview { min-height: 20px; margin-top: 6px; font-size: 0.88rem; }
.kt-domain-preview-text { color: #555; }

/* Captcha */
.kt-captcha-group {}
.kt-captcha-row { display: flex; gap: 12px; align-items: center; }
.kt-captcha-input { flex: 1; }
.kt-captcha-img img { border-radius: 6px; height: 40px; }

/* AI SVG logo styles */
.kt-ai-avatar svg, .kt-ai-toggle-icon svg {
  display: block;
  flex-shrink: 0;
}
.kt-ai-header small { color: #90ee90; }

/* ============================================================
   RESPONSIVE — v1.4 additions
   ============================================================ */
@media (max-width: 900px) {
  .kt-guides-layout,
  .kt-article-layout,
  .kt-clinics-layout {
    grid-template-columns: 1fr;
  }
  .kt-contact-layout {
    grid-template-columns: 1fr;
  }
  .kt-guides-sidebar,
  .kt-clinics-sidebar,
  .kt-article-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .kt-page-hero { padding: 32px 0 28px; }
  .kt-guides-grid { grid-template-columns: 1fr; }
  .kt-clinics-grid { grid-template-columns: 1fr 1fr; }
  .kt-demo-feat-grid { grid-template-columns: 1fr 1fr; }
  .kt-guides-sidebar,
  .kt-clinics-sidebar,
  .kt-article-sidebar { grid-template-columns: 1fr; }
  .kt-auth-section { padding: 24px 12px; }
  .kt-auth-header { padding: 24px 20px 20px; }
  .kt-auth-body { padding: 20px; }
  .kt-demo-cta-btns { flex-direction: column; align-items: center; }
  .kt-clinic-profile-card { flex-direction: column; }
  .kt-spec-tabs { gap: 6px; }
  .kt-spec-tab { font-size: 0.8rem; padding: 6px 12px; }
}
@media (max-width: 480px) {
  .kt-clinics-grid { grid-template-columns: 1fr; }
  .kt-demo-feat-grid { grid-template-columns: 1fr; }
  .kt-trust-bar { flex-direction: column; align-items: center; }
  .kt-auth-trust { flex-direction: column; align-items: center; }
}

/* --- Register form: select dropdown (v1.4.1) --- */
.kt-form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2212%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%23666%27 d=%27M6 8L1 3h10z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px !important;
  cursor: pointer;
}
.kt-ai-link {
  color: #00874a;
  text-decoration: underline;
  word-break: break-all;
}
.kt-ai-link:hover {
  color: #005a32;
  text-decoration: none;
}

/* ==============================================================
   KETOA v1.5 — Additions for redesigned pages (Task #87)
   ============================================================== */

/* Utility */
.kt-section { padding: 40px 0; }
.kt-narrow-container { max-width: 680px !important; }
.kt-text-center { text-align: center; }
.kt-table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.kt-card-title { font-size: 1.1rem; font-weight: 700; color: #1a1a2e; margin: 0 0 18px; padding-bottom: 12px; border-bottom: 2px solid #e8f5ee; }
.kt-section-heading { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin: 0 0 14px; }
.kt-sidebar-title { font-size: .95rem; font-weight: 700; color: #1a1a2e; margin: 0 0 12px; }
.kt-sidebar-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.kt-sidebar-link { color: #00874a; font-size: .88rem; text-decoration: none; }
.kt-sidebar-link:hover { text-decoration: underline; }
.kt-input-label { display: block; font-weight: 600; font-size: .88rem; color: #444; margin-bottom: 6px; }
.kt-label-hint { font-weight: 400; color: #888; font-size: .82rem; }
.kt-input-readonly { background: #f0f0f0 !important; color: #777 !important; cursor: not-allowed; }

/* Buttons */
.kt-btn-sm { padding: 6px 14px !important; font-size: .82rem !important; }
.kt-btn-outline {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #00874a;
  color: #00874a;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  font-size: .9rem;
  transition: background .2s, color .2s;
}
.kt-btn-outline:hover { background: #00874a; color: #fff; }

/* Card CTA variant */
.kt-card-cta { border: 1.5px solid #00874a; }

/* Table */
.kt-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.kt-table thead tr { background: #00874a; color: #fff; }
.kt-table thead th { padding: 10px 12px; text-align: left; font-weight: 600; }
.kt-table tbody td { padding: 10px 12px; border-bottom: 1px solid #f0f0f0; color: #333; }
.kt-tr-alt td { background: #f9fdf9; }
.kt-table tbody tr:hover td { background: #f0faf5; }

/* Paginator */
.kt-paginator { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 24px; justify-content: center; }
.kt-paginator a,
.kt-paginator .current,
.kt-paginator span { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 8px; border-radius: 6px; border: 1.5px solid #e0e0e0; text-decoration: none; color: #444; font-size: .88rem; }
.kt-paginator .current { background: #00874a; color: #fff; border-color: #00874a; font-weight: 700; }
.kt-paginator a:hover { border-color: #00874a; color: #00874a; }
.kt-paginator .disabled { color: #ccc; pointer-events: none; }

/* ICD Layout */
.kt-icd-layout { display: grid; grid-template-columns: 1fr 280px; gap: 28px; align-items: start; }
.kt-icd-search-form { display: flex; flex-direction: column; gap: 0; }
.kt-icd-search-row { display: flex; gap: 10px; align-items: center; }
.kt-icd-search-input { flex: 1; }
.kt-icd-list { display: flex; flex-direction: column; gap: 1px; }
.kt-icd-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #f0f0f0; gap: 12px; }
.kt-icd-item:last-child { border-bottom: none; }
.kt-icd-link { color: #00874a; text-decoration: none; font-size: .9rem; }
.kt-icd-link:hover { text-decoration: underline; }
.kt-icd-badge { display: inline-block; padding: 2px 8px; background: #e8f5ee; color: #00874a; border-radius: 4px; font-size: .8rem; font-weight: 700; white-space: nowrap; }
.kt-icd-detail-title { font-size: 1.15rem; font-weight: 700; color: #1a1a2e; margin: 0 0 18px; }
.kt-icd-detail-grid { display: flex; flex-direction: column; gap: 0; }
.kt-icd-detail-row { display: flex; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.kt-icd-detail-row:last-child { border-bottom: none; }
.kt-icd-detail-label { min-width: 150px; font-size: .88rem; color: #777; flex-shrink: 0; }
.kt-icd-detail-val { font-weight: 600; color: #1a1a2e; }
.kt-icd-related-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.kt-icd-related-list li::before { content: '›'; color: #00874a; margin-right: 6px; }

/* Products layout */
.kt-products-layout { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: start; }
.kt-feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.kt-feature-list li { display: flex; gap: 12px; align-items: flex-start; }
.kt-feature-list li strong { display: block; color: #1a1a2e; margin-bottom: 2px; }
.kt-feature-list li p { margin: 0; font-size: .85rem; color: #666; }
.kt-feature-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.kt-feature-list-horizontal { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Domain page */
.kt-domain-info { display: flex; gap: 14px; align-items: flex-start; background: #f0faf5; padding: 16px; border-radius: 8px; margin-bottom: 24px; border-left: 4px solid #00874a; }
.kt-domain-info-icon { font-size: 1.5rem; flex-shrink: 0; }
.kt-domain-rule { margin: 0 0 6px; font-size: .9rem; color: #333; }
.kt-domain-example { margin: 0; font-size: .85rem; color: #555; }
.kt-domain-prefix { padding: 0 10px; font-weight: 600; color: #777; white-space: nowrap; background: #f0f0f0; border: 1.5px solid #ddd; border-right: none; border-radius: 8px 0 0 8px; display: flex; align-items: center; font-size: .9rem; height: 44px; box-sizing: border-box; }
.kt-domain-center-input { border-radius: 0 !important; flex: 1; }
.kt-domain-wrap { display: flex; align-items: stretch; }
.kt-domain-wrap .kt-domain-suffix { background: #f0f0f0; border: 1.5px solid #ddd; border-left: none; border-radius: 0 8px 8px 0; padding: 0 10px; display: flex; align-items: center; font-weight: 600; color: #00874a; font-size: .9rem; height: 44px; box-sizing: border-box; }
.kt-domain-wrap .kt-domain-center-input { height: 44px; }

/* Renew / Pricing */
.kt-pricing-table th:last-child,
.kt-pricing-table td:last-child { text-align: center; }
.kt-price-free { display: inline-block; padding: 3px 10px; background: #e8f5ee; color: #00874a; border-radius: 20px; font-size: .85rem; font-weight: 700; }
.kt-price-amount { color: #00874a; font-weight: 700; font-size: 1.05rem; }
.kt-table-btn-link { opacity: .9; transition: opacity .2s; }
.kt-table-btn-link:hover { opacity: 1; }

/* History */
.kt-history-layout { display: grid; grid-template-columns: 1fr 280px; gap: 28px; align-items: start; }
.kt-info-grid { display: flex; flex-direction: column; gap: 0; }
.kt-info-row { display: flex; flex-direction: column; gap: 2px; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.kt-info-row:last-child { border-bottom: none; }
.kt-info-label { font-size: .8rem; color: #999; text-transform: uppercase; letter-spacing: .03em; }
.kt-info-val { font-size: .95rem; color: #1a1a2e; font-weight: 600; }

/* Checkout */
.kt-checkout-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.kt-checkout-table td { padding: 12px 14px; }
.kt-checkout-lbl { color: #777; font-size: .88rem; width: 140px; }
.kt-checkout-total td { border-top: 2px solid #e8f5ee !important; padding-top: 14px; }
.kt-payment-option { border: 1.5px solid #e0e0e0; border-radius: 10px; padding: 14px; margin-bottom: 12px; transition: border-color .2s; }
.kt-payment-option:hover { border-color: #00874a; }
.kt-payment-label { display: flex; align-items: center; gap: 12px; cursor: pointer; font-size: .95rem; }
.kt-payment-radio { width: 18px; height: 18px; accent-color: #00874a; }
.kt-payment-logo { height: 30px; width: auto; object-fit: contain; }
.kt-bank-detail p { font-size: .88rem; color: #555; margin: 0 0 10px; }
.kt-bank-accounts { font-size: .88rem; padding-left: 18px; color: #333; margin: 0 0 10px; }
.kt-bank-accounts li { margin-bottom: 6px; }

/* Responsive */
@media (max-width: 900px) {
  .kt-icd-layout,
  .kt-products-layout,
  .kt-history-layout { grid-template-columns: 1fr; }
  .kt-checkout-layout { grid-template-columns: 1fr; }
  .kt-feature-list-horizontal { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .kt-icd-detail-label { min-width: 120px; }
  .kt-history-layout,
  .kt-checkout-layout { grid-template-columns: 1fr; }
}

/* ============================================================
   Clinic Detail Page — #92 — kt-cd-* classes
   ============================================================ */

/* Profile Card */
.kt-cd-profile-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #fff;
  border: 1.5px solid #e8f5ee;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0,135,74,.07);
}
.kt-cd-profile-avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: #e8f5ee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kt-cd-profile-avatar svg { width: 48px; height: 48px; }
.kt-cd-profile-body { flex: 1; min-width: 0; }
.kt-cd-profile-top { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.kt-cd-profile-name { font-size: 1.45rem; font-weight: 700; color: #1a1a2e; margin: 0; line-height: 1.3; }
.kt-cd-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #e8f5ee;
  color: #00874a;
  font-size: .78rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.kt-cd-profile-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.kt-cd-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f7f7f9;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: .84rem;
  color: #444;
  line-height: 1.3;
}
.kt-cd-meta-chip a { color: #00874a; text-decoration: none; }
.kt-cd-meta-chip a:hover { text-decoration: underline; }
.kt-cd-meta-specialist { border-color: #b6e2cc; background: #f0faf5; color: #00874a; }
.kt-cd-profile-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Small button variants */
.kt-btn-primary-sm {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  font-size: .88rem;
  font-weight: 600;
  background: #00874a;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background .2s;
}
.kt-btn-primary-sm:hover { background: #006e3c; color: #fff; }
.kt-btn-outline-sm {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  font-size: .88rem;
  font-weight: 600;
  border: 1.5px solid #00874a;
  color: #00874a;
  border-radius: 8px;
  text-decoration: none;
  background: #fff;
  transition: background .2s, color .2s;
}
.kt-btn-outline-sm:hover { background: #e8f5ee; }

/* Trust Stats Bar */
.kt-cd-stats-bar {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #00874a 0%, #00a85e 100%);
  border-radius: 14px;
  padding: 20px 28px;
  margin-bottom: 32px;
  gap: 0;
}
.kt-cd-stat { flex: 1; text-align: center; }
.kt-cd-stat-num { display: block; font-size: 1.5rem; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 4px; }
.kt-cd-stat-label { font-size: .78rem; color: rgba(255,255,255,.85); line-height: 1.3; }
.kt-cd-stat-divider { width: 1px; background: rgba(255,255,255,.25); align-self: stretch; margin: 0 4px; }

/* Why Ketoa */
.kt-cd-why { margin-bottom: 32px; }
.kt-cd-why-title { font-size: 1.1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 20px; line-height: 1.4; }
.kt-cd-feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.kt-cd-feat {
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 12px;
  padding: 20px;
  transition: border-color .2s, box-shadow .2s;
}
.kt-cd-feat:hover { border-color: #b6e2cc; box-shadow: 0 4px 12px rgba(0,135,74,.08); }
.kt-cd-feat-icon { margin-bottom: 10px; }
.kt-cd-feat h3 { font-size: .95rem; font-weight: 700; color: #1a1a2e; margin: 0 0 6px; }
.kt-cd-feat p { font-size: .84rem; color: #666; margin: 0; line-height: 1.6; }

/* CTA Block */
.kt-cd-cta-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: linear-gradient(135deg, #f0faf5 0%, #e0f5ea 100%);
  border: 1.5px solid #b6e2cc;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 8px;
}
.kt-cd-cta-heading { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin: 0 0 4px; }
.kt-cd-cta-sub { font-size: .84rem; color: #555; margin: 0; }

/* Not found */
.kt-cd-not-found { text-align: center; padding: 48px 0; color: #666; }

/* Other clinics sidebar list */
.kt-cd-other-list { list-style: none; margin: 0; padding: 0; }
.kt-cd-other-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.kt-cd-other-item:last-child { border-bottom: none; }
.kt-cd-other-icon { flex-shrink: 0; margin-top: 2px; }
.kt-cd-other-info { flex: 1; min-width: 0; }
.kt-cd-other-info a { font-size: .88rem; font-weight: 600; color: #1a1a2e; text-decoration: none; display: block; line-height: 1.4; }
.kt-cd-other-info a:hover { color: #00874a; }
.kt-cd-other-addr { font-size: .78rem; color: #888; display: block; margin-top: 2px; }

/* Responsive */
@media (max-width: 900px) {
  .kt-cd-profile-card { flex-direction: column; gap: 16px; }
  .kt-cd-stats-bar { flex-wrap: wrap; gap: 16px; padding: 16px 20px; }
  .kt-cd-stat-divider { display: none; }
  .kt-cd-stat { flex: 0 0 calc(50% - 8px); }
}
@media (max-width: 600px) {
  .kt-cd-feat-grid { grid-template-columns: 1fr; }
  .kt-cd-cta-block { flex-direction: column; align-items: flex-start; }
  .kt-cd-profile-card { padding: 18px; }
  .kt-cd-stats-bar { border-radius: 10px; padding: 14px 16px; }
  .kt-cd-stat { flex: 0 0 calc(50% - 8px); }
}

/* ============================================================
   Pharmacynews detail page — article header/meta extras
   ============================================================ */
.kt-article-header { margin-bottom: 20px; }
.kt-article-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #e8f5ee;
  color: #00874a;
  font-size: .78rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.kt-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}
.kt-article-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .82rem;
  color: #888;
}

/* Sidebar thumbnail for other-news items */
.kt-other-thumb {
  width: 44px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.kt-other-thumb-ph {
  width: 44px;
  height: 36px;
  background: #e8f5ee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
