@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#26c0a5;--primary-hover:#1f9d86;--bg-main:#fff;--text-main:#1f2937;--text-muted:#6b7280;--gray-btn:#7f7f7f}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,-apple-system,sans-serif}body{background-color:var(--bg-main);color:var(--text-main);line-height:1.6}a{color:inherit;text-decoration:none}.top-banner{background-color:var(--primary);color:#fff;text-align:center;padding:10px 15px;font-size:.9rem;font-weight:500}.top-banner a{font-weight:700;text-decoration:underline}.main-header{background-color:#f7f7f7;justify-content:space-between;align-items:center;padding:20px 10%;display:flex}.header-left{align-items:center;gap:15px;display:flex}.logo-img{object-fit:contain;width:auto;height:80px}.logo-text h2{color:var(--primary);letter-spacing:1px;font-size:2.2rem;font-weight:700;line-height:1}.logo-text p{color:#a3a3a3;letter-spacing:.5px;margin-top:5px;font-size:.85rem;font-weight:600}.header-right{flex-direction:column;align-items:flex-end;gap:15px;display:flex}.contact-login{align-items:center;gap:30px;display:flex}.tel{color:#555;font-size:.9rem;font-weight:600}.login-btn{color:#2b7061;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;font-size:.95rem;font-weight:700;display:flex}.search-lang{align-items:center;gap:10px;display:flex}.search-box{background:#fff;border:1px solid #ddd;border-radius:20px;align-items:center;padding:5px 15px;display:flex}.search-box input{border:none;outline:none;margin-left:8px;font-size:.85rem}.lang-box{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:20px;align-items:center;padding:5px 15px;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 1px 3px #0000000d}.dropdown-arrow{color:#888;margin-left:10px;font-size:.7rem}.nav-menu{background-color:#fff;justify-content:center;gap:80px;padding:15px 0;font-size:1.1rem;font-weight:700;display:flex}.nav-menu a{color:#111;transition:color .2s}.nav-menu a:hover,.nav-menu a.active{color:var(--primary)}.action-banner{background-color:var(--primary);justify-content:space-between;align-items:center;padding:30px 15%;display:flex}.action-banner h2{color:#fff;font-size:2rem;font-weight:600}.btn-gray{background-color:var(--gray-btn);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:12px 40px;font-size:1.1rem;font-weight:600;transition:background .2s}.btn-gray:hover{background-color:#666}.hero-section{width:100%;height:600px;position:relative}.hero-image{object-fit:cover;object-position:center;width:100%;height:100%}.floating-chat-btn{background-color:var(--primary);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:30px;align-items:center;gap:12px;padding:10px 25px 10px 10px;font-size:1.1rem;font-weight:700;transition:transform .2s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 6px 16px #00000040}.floating-chat-btn:hover{transform:translateY(-5px)}.floating-chat-btn img{object-fit:contain;background:#fff;border-radius:50%;width:40px;height:40px;padding:5px}.chat-widget-window{z-index:1000;background:#fff;border:1px solid #eee;border-radius:16px;flex-direction:column;width:350px;height:500px;max-height:80vh;display:flex;position:fixed;bottom:30px;right:30px;overflow:hidden;box-shadow:0 10px 25px #0003}.chat-header{background:var(--primary);justify-content:space-between;align-items:center;padding:15px;display:flex}.chat-body{background-color:#f9f9f9;flex-direction:column;flex-grow:1;padding:15px;display:flex;overflow-y:auto}.login-prompt{text-align:center;color:#666;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.message-list{flex-direction:column;gap:10px;display:flex}.message-bubble{white-space:pre-wrap;border-radius:15px;max-width:85%;padding:10px 15px;font-size:.95rem;line-height:1.4}.message-bubble.assistant{color:#333;background:#e9ecef;border-bottom-left-radius:2px;align-self:flex-start}.message-bubble.user{background:var(--primary);color:#fff;border-bottom-right-radius:2px;align-self:flex-end}.chat-input-area{background:#fff;border-top:1px solid #ddd;padding:10px;display:flex}.chat-input-area input{border:1px solid #ddd;border-radius:20px;outline:none;flex-grow:1;padding:10px 15px}.chat-input-area button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:10px;display:flex}.chat-input-area button:disabled{cursor:not-allowed;background:#ccc}.spinner{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.quick-action-container{z-index:10;justify-content:center;gap:15px;margin-top:-20px;padding:0 5%;display:flex;position:relative}.btn-quick{color:var(--primary);border:2px solid var(--primary);cursor:pointer;background:#fff;border-radius:30px;align-items:center;gap:10px;padding:15px 30px;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 10px #0000001a}.btn-quick:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.section{padding:5rem 10%}.section-title{text-align:center;margin-bottom:3rem;font-size:2.2rem;font-weight:700}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.card{background:#fff;border-radius:12px;flex-direction:column;padding:2.5rem;display:flex;box-shadow:0 4px 15px #0000000d}.card h3{color:var(--primary);margin-bottom:1rem;font-size:1.4rem}.card p{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem}.btn-outline{border:1px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:20px;padding:10px 20px;font-weight:600}.btn-outline:hover{background:var(--primary);color:#fff}.card--asgard{background:linear-gradient(135deg,#fff 0%,#f0fdf9 100%);border:1px solid #10b98140;position:relative;box-shadow:0 4px 20px #10b98114}.card--asgard:hover{transition:all .2s;transform:translateY(-2px);box-shadow:0 8px 28px #10b9812e}.card-badge-new{color:#fff;letter-spacing:.04em;background:#10b981;border-radius:999px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1rem}.btn-solid{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-weight:600}.features-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.feature-item h4{color:var(--primary);font-size:1.2rem}.feature-item p{color:var(--text-muted);margin-bottom:1.5rem}.feature-img{border-radius:12px;width:100%;box-shadow:0 10px 30px #0000001a}footer{background-color:#f7f7f7;border-top:1px solid #eaeaea;padding:4rem 10% 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.footer-col p,.footer-col a{color:var(--text-muted);margin-bottom:.5rem;font-size:.95rem;display:block}.newsletter-form{gap:10px;margin-top:1rem;display:flex}.newsletter-form input{border:1px solid #ddd;border-radius:8px;flex-grow:1;padding:10px}.copyright{text-align:center;color:var(--text-muted);border-top:1px solid #ddd;padding-top:2rem;font-size:.85rem}.package-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.8rem;display:grid}.pkg-card{background:#fff;border-radius:14px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000012}.pkg-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.pkg-card--recommended{border:2px solid var(--pkg-color);box-shadow:0 6px 25px #10b98140}.pkg-recommended-banner{background:var(--pkg-color);color:#fff;text-align:center;letter-spacing:.5px;padding:6px 0;font-size:.85rem;font-weight:700}.pkg-top-bar{background:var(--pkg-color);height:5px}.pkg-card--recommended .pkg-top-bar{display:none}.pkg-type-badge{color:#64748b;letter-spacing:.5px;background:#f1f5f9;border-radius:20px;width:fit-content;margin:1.2rem 1.4rem 0;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-block}.pkg-name{color:var(--pkg-color);letter-spacing:.3px;margin:.7rem 1.4rem 0;font-size:1.05rem;font-weight:800}.pkg-price-row{align-items:baseline;gap:.6rem;margin:.8rem 1.4rem 0;display:flex}.pkg-price{color:var(--text-main);font-size:1.6rem;font-weight:800}.pkg-original-price{color:#9ca3af;font-size:.95rem;text-decoration:line-through}.pkg-price-note{color:#9ca3af;margin:.25rem 1.4rem 0;font-size:.75rem}.pkg-features{flex-direction:column;flex-grow:1;gap:.45rem;margin:1rem 1.4rem;list-style:none;display:flex}.pkg-features li{color:var(--text-muted);font-size:.88rem;line-height:1.4}.pkg-badges{flex-wrap:wrap;gap:.5rem;margin:0 1.4rem 1rem;display:flex}.pkg-badge{border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:700}.pkg-badge-telemed{color:#7c3aed;background:#ede9fe}.pkg-badge-tech{color:#c2410c;background:#fff7ed}.btn-book{background:var(--pkg-color);color:#fff;cursor:pointer;border:none;border-radius:8px;margin:0 1.4rem 1.4rem;padding:12px;font-size:.95rem;font-weight:700;transition:opacity .2s}.btn-book:hover{opacity:.88}.news-section{background:#fffdf7}.news-subtitle{text-align:center;color:var(--text-muted);margin-top:-2rem;margin-bottom:3rem;font-size:1.05rem}.news-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.6rem;font-size:.8rem;display:flex}.news-tag{background:color-mix(in srgb, var(--news-color) 14%, white);color:var(--news-color);letter-spacing:.3px;border-radius:20px;padding:3px 10px;font-weight:700}.news-product{color:var(--primary);font-weight:700}.news-product:before{content:"·";color:#cbd5e1;margin-right:.6rem}.news-featured{background:#fff;border:1px solid #fde68a;border-radius:16px;grid-template-columns:1.15fr 1fr;margin-bottom:2rem;display:grid;overflow:hidden;box-shadow:0 6px 25px #d977061f}.news-featured-img{background:#f1f5f9;min-height:320px}.news-featured-img img{object-fit:cover;width:100%;height:100%;display:block}.news-featured-body{flex-direction:column;gap:.9rem;padding:2.2rem 2.4rem;display:flex}.news-featured-title{color:var(--text-main);font-size:1.6rem;font-weight:800;line-height:1.3}.news-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;display:grid}.news-card{background:#fff;border-radius:14px;flex-direction:column;gap:.7rem;padding:1.6rem 1.8rem;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.news-card-img{background:#f1f5f9;margin:-1.6rem -1.8rem .6rem}.news-card-img img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.news-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000017}.news-card-title{color:var(--text-main);font-size:1.1rem;font-weight:700;line-height:1.35}.news-summary{color:var(--text-muted);flex-grow:1;font-size:.93rem;line-height:1.6}.news-organizer{color:#9ca3af;font-size:.8rem}.news-link{color:var(--primary);width:fit-content;font-size:.9rem;font-weight:700}.news-link:hover{color:var(--primary-hover);text-decoration:underline}@media (width<=900px){.main-header{padding:15px 5%}.action-banner{padding:25px 5%}.section{padding:4rem 5%}footer{padding:3rem 5% 2rem}}@media (width<=768px){.main-header{flex-direction:column;align-items:flex-start;gap:12px;padding:15px 4%}.logo-img{height:55px}.logo-text h2{font-size:1.6rem}.logo-text p{font-size:.75rem}.header-right{align-items:flex-start;gap:10px;width:100%}.contact-login{flex-wrap:wrap;gap:15px}.search-lang{width:100%}.search-box{flex:1}.search-box input{width:100%;min-width:0}.nav-menu{white-space:nowrap;justify-content:flex-start;gap:30px;padding:12px 5%;font-size:1rem;overflow-x:auto}.action-banner{text-align:center;flex-direction:column;gap:16px;padding:24px 5%}.action-banner h2{font-size:1.4rem}.btn-gray{padding:10px 30px;font-size:1rem}.hero-section{height:240px}.quick-action-container{flex-direction:column;align-items:stretch;gap:12px;margin-top:0;padding:0 4%}.btn-quick{justify-content:center;padding:14px 20px;font-size:.95rem}.package-grid{grid-template-columns:1fr}.pkg-price{font-size:1.4rem}.section{padding:3rem 4%}.section-title{margin-bottom:2rem;font-size:1.7rem}.grid-3{grid-template-columns:1fr;gap:1.5rem}.card{padding:1.8rem}.features-container{grid-template-columns:1fr;gap:2rem}.feature-list h2{margin-bottom:1.5rem!important;font-size:1.8rem!important}.feature-img-container{order:-1}.news-featured{grid-template-columns:1fr}.news-featured-img{aspect-ratio:3/2;min-height:0}.news-featured-body{padding:1.5rem 1.4rem}.news-card{padding:1.4rem 1.3rem}.news-card-img{margin:-1.4rem -1.3rem .5rem}.news-featured-title{font-size:1.3rem}.news-grid{grid-template-columns:1fr}.news-subtitle{margin-top:-1.2rem;margin-bottom:2rem;font-size:.95rem}footer{padding:2.5rem 4% 1.5rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form .btn-solid{width:100%}.floating-chat-btn{padding:8px 18px 8px 8px;font-size:.95rem;bottom:16px;right:16px}.floating-chat-btn img{width:34px;height:34px}.chat-widget-window{border-radius:16px 16px 0 0;width:100%;height:90vh;bottom:0;left:0;right:0}}@media (width<=480px){.top-banner{padding:8px 10px;font-size:.8rem}.logo-text h2{font-size:1.3rem}.action-banner h2{font-size:1.2rem}.hero-section{height:180px}.btn-quick{padding:12px 16px;font-size:.88rem}.section-title{font-size:1.5rem}.card h3{font-size:1.2rem}}.products-section{background:#f8fafc}.products-subtitle{text-align:center;color:var(--text-muted);max-width:720px;margin:-2rem auto 3rem;font-size:1.05rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.8rem;display:grid}.product-card{border-top:5px solid var(--product-color);background:#fff;border-radius:16px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000f}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001f}.product-card-img{background:#f1f5f9}.product-card-img img{aspect-ratio:16/10;object-fit:cover;object-position:top;width:100%;display:block}.product-card-body{flex-direction:column;flex-grow:1;gap:.5rem;padding:1.5rem 1.7rem 1.7rem;display:flex}.product-kicker{letter-spacing:.4px;color:var(--product-color);text-transform:uppercase;font-size:.78rem;font-weight:700}.product-card-name{color:var(--text-main);font-size:1.6rem;font-weight:800;line-height:1.1}.product-card-text{color:var(--text-muted);flex-grow:1;font-size:.95rem;line-height:1.6}.product-card-link{color:var(--product-color);margin-top:.4rem;font-size:.9rem;font-weight:700}.product-breadcrumb{color:var(--text-muted);flex-wrap:wrap;gap:.5rem;padding:1rem 10% 0;font-size:.85rem;display:flex}.product-breadcrumb a:hover{color:var(--primary)}.product-hero{grid-template-columns:1fr 1.1fr;align-items:center;gap:3rem;padding:3rem 10% 3.5rem;display:grid}.product-title{color:var(--text-main);margin:.4rem 0 1rem;font-size:3.2rem;font-weight:800;line-height:1.05}.product-tagline{color:var(--text-main);margin-bottom:1rem;font-size:1.15rem;line-height:1.65}.product-audience{color:var(--text-muted);margin-bottom:1.6rem;font-size:.92rem;line-height:1.6}.product-hero-actions{flex-wrap:wrap;gap:.8rem;display:flex}.btn-product,.btn-product-outline{cursor:pointer;border:2px solid var(--product-color);border-radius:30px;padding:12px 26px;font-size:1rem;font-weight:700;transition:all .2s;display:inline-block}.btn-product{background:var(--product-color);color:#fff}.btn-product:hover{opacity:.9;transform:translateY(-2px)}.btn-product-outline{color:var(--product-color);background:#fff}.btn-product-outline:hover{background:var(--product-color);color:#fff}.product-hero-img img{border-radius:16px;width:100%;display:block;box-shadow:0 12px 40px #00000026}.product-stats{background:#e5e7eb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.product-stat{text-align:center;background:#fff;padding:1.6rem 1rem}.product-stat-value{color:var(--product-color);font-size:1.9rem;font-weight:800;line-height:1.1}.product-stat-label{color:var(--text-muted);margin-top:.4rem;font-size:.85rem;line-height:1.4}.product-body{max-width:1200px;margin:0 auto;padding:1rem 10% 4rem}.product-block{border-bottom:1px solid #f1f5f9;padding:2.5rem 0}.product-block:last-child{border-bottom:none}.product-h2{color:var(--text-main);border-left:5px solid var(--product-color);margin-bottom:1.2rem;padding-left:.9rem;font-size:1.7rem;font-weight:800;line-height:1.2}.product-p{color:var(--text-main);max-width:820px;font-size:1.05rem;line-height:1.75}.product-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;display:grid}.product-feature{background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:1.3rem 1.4rem}.product-feature h3{color:var(--product-color);margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.product-feature p{color:var(--text-muted);font-size:.93rem;line-height:1.6}.product-list{flex-direction:column;gap:.8rem;max-width:860px;list-style:none;display:flex}.product-list li{color:var(--text-main);padding-left:1.6rem;font-size:.98rem;line-height:1.7;position:relative}.product-list li:before{content:"";background:var(--product-color);border-radius:50%;width:10px;height:10px;position:absolute;top:.65rem;left:0}.product-list--status li:before{background:#f59e0b}.product-gallery{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;display:grid}.product-gallery--2{grid-template-columns:repeat(2,1fr)}.product-figure{background:#f1f5f9;border:1px solid #e5e7eb;border-radius:12px;margin:0;overflow:hidden}.product-figure img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.product-figure figcaption{color:var(--text-muted);background:#fff;padding:.6rem .9rem;font-size:.82rem}.product-recognition{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-bottom:1.6rem;padding:.9rem 1.1rem;font-weight:600;line-height:1.6}.product-news-list{flex-direction:column;gap:.7rem;list-style:none;display:flex}.product-news-list li{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.7rem;font-size:.85rem;display:flex}.product-news-title{color:var(--text-main);font-size:1rem;font-weight:600}.product-news-title:hover{color:var(--primary)}.product-cta-band{background:linear-gradient(135deg, color-mix(in srgb, var(--product-color) 10%, white) 0%, #fff 100%);border:1px solid color-mix(in srgb, var(--product-color) 30%, white);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:1.2rem;margin:2.5rem 0;padding:2.5rem 2rem;display:flex}.product-cta-band h2{color:var(--text-main);font-size:1.6rem;font-weight:800}.product-others{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.product-other{border:1px solid #e5e7eb;border-left:5px solid var(--product-color);background:#fff;border-radius:12px;flex-direction:column;gap:.2rem;padding:1.1rem 1.3rem;transition:transform .2s,box-shadow .2s;display:flex}.product-other:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.product-other strong{color:var(--text-main);font-size:1.15rem}.product-other span{color:var(--text-muted);font-size:.85rem}@media (width<=900px){.product-breadcrumb{padding:1rem 5% 0}.product-hero{gap:2rem;padding:2.5rem 5% 3rem}.product-body{padding:.5rem 5% 3rem}}@media (width<=768px){.products-subtitle{margin-top:-1.2rem;margin-bottom:2rem;font-size:.95rem}.products-grid{grid-template-columns:1fr}.product-breadcrumb{padding:.8rem 4% 0}.product-hero{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 4% 2.5rem}.product-hero-img{order:-1}.product-title{font-size:2.2rem}.product-tagline{font-size:1.05rem}.product-stats{grid-template-columns:repeat(2,1fr)}.product-stat{padding:1.2rem .8rem}.product-stat-value{font-size:1.5rem}.product-body{padding:0 4% 2.5rem}.product-block{padding:2rem 0}.product-h2{font-size:1.4rem}.product-gallery,.product-gallery--2{grid-template-columns:1fr}.product-cta-band{padding:2rem 1.2rem}.btn-product,.btn-product-outline{text-align:center;width:100%}}
