body, html { font-family: "Roboto", Arial, sans-serif; font-style: normal; }
body, html, .a1400 { margin: 0; padding: 0; min-width: 320px; }
body, a, a:active, a:visited, a:link, textarea { font-weight: 300; font-size: 16px; text-decoration: none; }
a, a:active, a:visited, a:link { cursor: pointer; font-weight: bold; }
p { margin: 0; padding: 0; }

a, a:active, a:visited, a:link { color: #138deb; }
a:hover { color: #6cb3e9; }
a:active { color: #4a6880; }

a.default, span.default, input.default { border: 0; box-sizing: border-box; transition: background 0.4s; font-weight: 500 !important; font-size: 20px !important; color: #fff !important; display: table; height: 50px; line-height: 50px; padding: 0 44px; background: #138deb; border-radius: 30px; }
a.default:hover, input.default:hover, span.default:hover { background: #052a94; }
a.default:active, input.default:active, span.default:active { background: #4a69bd; }

a.blue-button, button.blue-button { display: block; transition: background-color 0.3s, box-shadow 0.3s; font-weight: 500; font-size: 20px; color: #fff !important; height: 50px; line-height: 50px; padding: 0 44px; background: #138deb; border-radius: 30px; }
a.blue-button:hover, button.blue-button:hover { background: #42adff; box-shadow: 0 0 25px 5px rgba(0, 145, 255, 0.6); }
a.blue-button:active, button.blue-button:active { background: #3178af; }

a.blue-inline, button.blue-inline { background: transparent !important; border: 2px solid #138deb; }
a.blue-inline:hover, button.blue-inline:hover { border-color: #42adff; }
a.blue-inline:active, button.blue-inline:active { border-color: #3178af; }

#go-top { display: none; opacity: 0.4; position: fixed; z-index: 1005; bottom: 40px; right: 40px; background: #052a94; color: #fff; font-size: 22px; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; text-align: center; border: 2px solid rgba(255,255,255,0.1); cursor: pointer; transition: opacity 0.4s; }
#go-top:hover { opacity: 1; }
#go-top.show { display: block; }
#go-top:active { opacity: 0; }

#preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #103692 0%, #1a4bb8 100%); display: flex; justify-content: center; align-items: center; z-index: 99999; transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
#preloader.fade-out { opacity: 0; visibility: hidden; }
.preloader-content { text-align: center; }
.preloader-logo { width: 200px; height: auto; animation: pl-pulse 1.5s ease-in-out infinite; filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3)); }
.preloader-spinner { margin-top: 30px; width: 50px; height: 50px; border: 4px solid rgba(255, 255, 255, 0.2); border-top-color: #fff; border-radius: 50%; animation: pl-spin 1s linear infinite; margin-left: auto; margin-right: auto; }
@keyframes pl-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.9; }
}
@keyframes pl-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#promo { width: 100%; background: #138deb; color: #fff; font-size: 15px; transition: max-height 0.4s ease-out, opacity 0.3s ease-out, transform 0.4s ease-out; max-height: 300px; transform: scaleY(1); overflow: hidden; }
#promo.is-hidden { max-height: 0; opacity: 0; transform: scaleY(0); margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }
#promo .p-main { display: table; margin: 0 auto; }
#promo .p-main > * { float: left; }
#promo .p-main > span { font-size: 30px; padding: 10px 20px; }
#promo .p-main > div { height: 58px; line-height: 58px; }
#promo .p-main > div > mark { display: inline-block; height: auto; line-height: normal; background: transparent; padding: 0; color: rgba(255,255,255,0.7); font-size: 24px; margin: 0 0 0 5px; cursor: pointer; transition: color 0.4s; }
#promo .p-main > div > mark:hover { color: rgba(255,255,255,1); }
#promo .cupom { background: #052a94; color: #fff; font-weight: 500; padding: 5px 7px; border-radius: 4px; border: 1px dashed #138deb; }

.wrapper { position: relative; width: 100%; background: #fff url('../imgs/bg-top-3.0.webp') repeat-x center top; color: #000; }

.a1400 { width: 100%; max-width: 1400px; position: relative; display: block; margin: 0 auto; }
.a1400.first { padding-top: 328px; padding-bottom: 140px; }

#mobile-trigger, #mobile-overlay { display: none !important; }

.logo, .logo-bottom { display: block; }
.logo { position: absolute; left: 20px; top: 35px; }
.logo img { width: 188px; height: 50px; }

nav { position: absolute; z-index: 1000; top: 42px; right: 95px; height: 50px; display: table; }
nav > ul.main-menu { list-style: none; margin: 0; padding: 0; float: left; }
nav > ul.main-menu li { float: left; position: relative; }
nav .main-menu > li > span { cursor: default; }
nav .main-menu > li > a, nav .main-menu > li > span { display: block; height: 50px; line-height: 50px; padding: 0 20px; font-family: 'Roboto', Arial, sans-serif; font-weight: 500; font-size: 19px; color: #fff; text-decoration: none; transition: text-shadow 0.4s, background 0.4s; }
nav .main-menu > li > a:hover, nav .main-menu > li > span:hover { text-shadow: 0 0 10px rgba(255, 255, 255, 0.7); }
nav .main-menu > li > span i { font-size: 15px; margin-left: 5px; opacity: 0.6; }
nav .main-menu > li:hover > span i { opacity: 1; }
nav .main-menu .dropdown-content { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background-color: #fff; min-width: 280px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3); border-radius: 5px; padding: 10px 0; z-index: 1; }
nav .main-menu .dropdown:hover .dropdown-content { display: block; }
nav .main-menu .dropdown-section { padding: 10px 20px; }
nav .main-menu .dropdown-section:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
nav .main-menu .dropdown-content a { color: #0958e9; padding: 8px 10px; box-sizing: border-box; text-decoration: none; display: block; font-size: 16px; font-weight: 400; transition: color 0.3s, padding-left 0.3s; }
nav .main-menu .dropdown-content a:hover { color: #3d78e7; padding-left: 15px; }
nav .main-menu .dropdown-content .section-header { padding: 8px 10px; box-sizing: border-box; text-decoration: none; display: block; color: #2b2b2b; font-weight: bold; font-size: 17px; margin-bottom: 5px; pointer-events: none; cursor: default; }
nav .main-menu .dropdown-content .section-header .nav-icon { margin-right: 10px; width: 18px; height: 18px; display: inline-block; position: relative; }
nav .main-menu .dropdown-content .section-header .nav-icon > img { position: absolute; bottom: -4px; left: 0; }
nav.simple-menu .main-menu .dropdown-content { display: none !important; }

nav .user-area { float: right; display: table; margin: 0 0 0 15px; }
nav .user-area a.client-area { padding: 0 28px; display: block; float: left; font-size: 19px !important; }

.language-selector { position: absolute; top: 45px; right: 20px; z-index: 999; width: 50px; height: 50px; padding: 0; box-sizing: border-box; }
.lang-button { width: 44px; height: 44px; padding: 3px; border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 50%; background: transparent; cursor: pointer; overflow: hidden; transition: transform 0.2s ease-in-out; }
.lang-button img { width: 100%; height: 100%; border-radius: 50%; display: block; object-fit: cover; }
.lang-dropdown { position: absolute; z-index: 4; top: 60px; right: 0; width: 180px; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); padding: 8px; margin: 0; list-style: none; opacity: 0; visibility: hidden; transition: opacity 0.2s ease, visibility 0.2s ease; }
.lang-dropdown:before { content: ""; background: transparent; z-index: -1; position: absolute; top: -10px; height: 10px; width: 100%; display: block; }
.language-selector:hover .lang-dropdown, .language-selector.active .lang-dropdown { opacity: 1; visibility: visible; }
.language-selector:hover .lang-button { border: 2px solid rgba(255, 255, 255, 1); }
.lang-dropdown li a { display: flex; align-items: center; padding: 6px 10px; color: #333; text-decoration: none; border-radius: 6px; transition: background-color 0.2s ease; }
.lang-dropdown li a:hover { background-color: #f0f0f0; }
.lang-dropdown li a img { width: 24px; height: 24px; margin-right: 12px; border-radius: 50%; border: 1px solid #ddd; object-fit: cover; }
.lang-dropdown li a span { font-size: 16px; font-weight: 500; }

.features { display: none; width: 800px; position: absolute; z-index: 1; top: 120px; right: 0; padding: 0 0 16px 0; border: 0; border-bottom: 3px solid rgba(255,255,255,0.1); }
.features a { transition: opacity 0.4s; float: left; margin: 0 30px 0 0; opacity: 0.6; font-weight: 300 !important; font-size: 18px !important; color: #fff !important; display: none; }
.features a:not([data-ref]) { display: block; }
.features a:hover, .features a.act { opacity: 1; }
.features a:active { color: #138deb !important; }
.features a.visible { display: block; animation: fadeIn 0.3s ease-in-out; }
.features.show { display: block; }

.nav-mobile { position: absolute; z-index: 2; top: 32px; right: 30px; }
.nav-mobile > span {  background: rgba(255,255,255,0.2) url('../imgs/mobile/nav.png') no-repeat center center;  border-radius: 6px; }
.nav-mobile > span.dropped { background-color: rgba(255,255,255,0.5); }
.nav-mobile, .nav-mobile > span { display: block; width: 44px; height: 44px; }
.nav-mobile > div { z-index: 5; width: 300px; box-sizing: border-box; padding: 30px; position: absolute; top: 54px; right: 0; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.3); border-radius: 10px; }
.nav-mobile > div > *, .nav-mobile > div > * > div > * { display: block; width: 100%; box-sizing: border-box; padding: 14px; background: rgba(0,0,0,0.1); margin: 1px 0 0 0; font-weight: 500 !important; font-size: 18px !important; color: #0c2971 !important; }
.nav-mobile > div > *:first-child { border-radius: 5px 5px 0 0; margin: 0; }
.nav-mobile > div > *:last-child { border-radius: 0 0 5px 5px; }
.nav-mobile > div > * > div { display: block; margin: 10px 0 0; }
.nav-mobile > div > * > div > * { font-size: 16px !important; }
.nav-mobile > div > a:active, .nav-mobile > div > span > a:active { background: #138deb !important; color: #fff !important; }
.nav-mobile, .nav-mobile > div, .nav-mobile, .nav-mobile > div > span > div { display: none; }

.hero-area { width: 100%; height: 360px; position: relative; box-sizing: border-box; padding-left: 50px; }
.hero-area .hero-art { position: absolute; z-index: 0; top: -210px; right: 0px; }
.hero-area .hero-static { width: 500px; }
.hero-area .hero-static .title { font-weight: normal; font-size: 44px; color: #fff; }
.hero-area .hero-static .desc { opacity: 0.7; font-weight: 300; font-size: 21px; color: #fff; margin: 30px 0 40px 0; }
.hero-area a.hero-button { display: table; margin: 16px 0 0; }

h1, h2, h3, h4 { padding: 0; margin: 0 0 5px; font-weight: normal; font-size: 40px; color: #000; }
h2 { font-size: 32px; }
h3 { font-weight: 300; font-size: 21px; color: rgba(0,0,0,0.6); }
h4 { font-size: 25px; }

.box { width: 100%; padding: 100px 0; position: relative; }

.plans-container { display: flex; justify-content: center; gap: 2rem; margin-top: 30px; align-items: stretch; }
.plan-card { flex: 1; min-width: 240px; min-height: 480px; display: flex; flex-direction: column; background-color: #fff; border-radius: 20px; border: 2px solid #EAECEF; box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; height: 100%; }
.plan-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); }
.plan-header { padding: 1.5rem 1rem; font-size: 1.1rem; font-weight: 600; color: #1D2B3A; }
.plan-body { flex-grow: 1; display: flex; flex-direction: column; }
.plan-feature { padding: 0.8rem 1rem; font-size: 0.9rem; font-weight: 400; color: #6C757D; border-top: 1px solid #EAECEF; }
.plan-price { color: #1D2B3A; font-size: 2rem; font-weight: 700; }
.plan-price .rs { font-size: 1rem; margin: 0 5px 0 0; }
.plan-price .period { font-size: 1.2rem; margin: 0 0 0 2px; }
.plan-price .price-val { padding: 0 !important; margin: 0 -7px !important; }
.plan-price .rs, .plan-price .period { color: #6C757D; }
.plan-footer { padding: 1.5rem 1rem; margin-top: auto; }
.plan-card.featured { border-color: #0958e9; border-width: 2px; }
.plan-card.featured .plan-header { color: #0958e9; }
.plans-container .decorative_image { max-height: 40px; width: auto; max-width: 40%; margin: 0 auto; }

.differentials .card-icon,
.copyright a.atualstudio
{ background: transparent url('../imgs/css-sprites.png') no-repeat; }

.box.center { text-align: center; }
.box.right { text-align: right; }

.box.gray { background: #1C1C1C; color: #fff; }
.box.gray h1, .box.gray h2, .box.contact h1, .box.contact h2 { color: #fff; }
.box.gray h3, .box.contact h3 { color: rgba(255,255,255,0.6); }

.box.deepblue { background: #00217f; color: #fff; }
.box.deepblue h1, .box.deepblue h2, .box.contact h1, .box.contact h2 { color: #fff; }
.box.deepblue h3, .box.contact h3 { color: rgba(255,255,255,0.6); }

.box.white { background: #f2f2f2; }

.linusHexagon { display: block; position: absolute; top: -153px; left: calc(50% - 45px); width: 91px; height: 106px; background: transparent url('../imgs/hexagon-deepblue.png') no-repeat 0 0; }

.box.anti-ddos { min-height: 330px; background: #1C1C1C url('../imgs/bg-anti-ddos.webp') no-repeat center top; }
.box.anti-ddos > .a1400 { padding: 0 40px 0 0; box-sizing: border-box; }
.anti-ddos-container { width: 100%; box-sizing: border-box; padding: 40px 0 0 600px; font-size: 16px; line-height: 1.5rem; }
.anti-ddos-button { display: table; float: right; margin: 20px 0 0; }

.differentials { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 20px; margin-top: 70px; }
.diferencial-card { flex: 1 1 320px; max-width: 320px; box-sizing: border-box; padding: 40px 30px; text-align: center; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.diferencial-card:hover { transform: translateY(-10px); }
.diferencial-card:nth-child(1) { background: rgba(0,0,0,0.1); }
.diferencial-card:nth-child(2) { background: rgba(0,0,0,0.2); }
.diferencial-card:nth-child(3) { background: rgba(0,0,0,0.3); }
.diferencial-card:nth-child(4) { background: rgba(0,0,0,0.4); }
.card-icon { display: block; width: 100px; height: 100px; margin: 0 auto 30px; }
.diferencial-card:nth-child(1) > .card-icon { background-position: -399px 0; }
.diferencial-card:nth-child(2) > .card-icon { background-position: -297px 0; }
.diferencial-card:nth-child(3) > .card-icon { background-position: -195px 0; }
.diferencial-card:nth-child(4) > .card-icon { background-position: -93px 0; }
.diferencial-card h2 { font-size: 1.3rem; color: #fff; margin-bottom: 15px; }
.diferencial-card p { font-size: 0.95rem; color: rgba(255, 255, 255, 0.5); line-height: 1.5; }
@media (max-width: 600px) {
    .differentials-container { flex-direction: column; align-items: center; }
    .diferencial-card { width: 100%; max-width: 320px; }
}

a.about-button { display: table; margin: 20px auto 0; }

footer { background: #00144c; color: #fff; padding: 100px 0 20px; box-sizing: border-box; font-size: 15px; line-height: 1.6; }
footer .footer-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; }
footer .footer-column:nth-child(1) { flex: 2 1 350px; }
footer .footer-column:nth-child(2), footer .footer-column:nth-child(3) { flex: 1 1 150px; }
footer .footer-column:nth-child(4) { flex: 1 1 250px; }
footer .footer-column h3, footer .footer-logo { color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 25px; position: relative; }
footer .footer-column p.about a { font-size: 15px !important; }
footer .footer-logo > img { width: 200px; max-width: 80%; }
footer .footer-column p { margin-bottom: 20px; }
footer .footer-column.links ul { list-style: none; padding: 0; margin: 0; }
footer .footer-column.links ul li { margin-bottom: 12px; }
footer .footer-column.links ul li a { color: #aab2c8; text-decoration: none; transition: color 0.3s ease, padding-left 0.3s ease; }
footer .footer-column.links ul li a:hover { color: #ffffff; padding-left: 5px; }
footer .contact-info { list-style: none; padding: 0; margin: 0; }
footer .contact-info li { display: flex; align-items: center; margin-bottom: 15px; }
footer .contact-info i { color: #ffffff; font-size: 16px; margin-right: 15px; width: 20px; }
footer .contact-info a { color: #fff !important; font-size: 15px !important; font-weight: 300 !important; }
footer .social-icons { list-style: none; padding: 0; margin: 20px 0 0; display: flex; gap: 10px; }
footer .social-icons li a { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.4); color: #fff; text-decoration: none; font-size: 16px; transition: background-color 0.3s ease, color 0.3s ease; }
footer .social-icons li a:hover { background-color: rgba(255, 255, 255, 0.2); color: #fff; }

.copyright { width: 100%; padding: 50px 0; text-align: center; position: relative; color: rgba(255,255,255,0.6); font-weight: 300; }
.copyright a.atualstudio { position: absolute; top: 20px; right: 50px; opacity: 0.5; display: block; width: 120px; height: 18px; background-position: -501px -37px; }
.copyright a.atualstudio:hover { opacity: 1; }

.internal-page { text-align: left; box-sizing: border-box; padding: 140px 0 100px; width: 100%; min-height: 500px; }
.internal-page > div { width: 100%; max-width: 1400px; box-sizing: border-box; padding: 0 50px; display: table; margin: 0 auto; position: relative; }

.content-left { text-align: left; }
.spaced-line { line-height: 1.7em; }

.gray-block { background: #eee; padding: 70px 0; }
.white-block { background: #fff; padding: 70px 0; }

.dual-div, .tri-div { width: 100%; display: table; }
.dual-div > div { width: 50%; float: left; }
.tri-div > div { width: 33.3%; float: left; }
.dual-div.pdd > div, .tri-div.pdd > div { box-sizing: border-box; padding-right: 30px; }

#faq { width: 100%; }
#faq > div { margin: 0 0 20px 0; }
#faq > div > span { cursor: pointer; display: block; background: rgba(0,0,0,0.05); box-sizing: border-box; padding: 15px 20px; border-radius: 10px; font-weight: 400; }
#faq > div > span:hover { background: rgba(0,0,0,0.1); }
#faq > div > span > i { color: rgba(0, 0, 0, 0.6) }
#faq > div > span.act { background: #1649cd; color: #fff !important; margin: 0 0 10px 0; }
#faq > div > span.act > i { color: #fff !important; }
#faq i.fa-angle-right { margin-right: 10px; }
#faq > div > div { max-height: 0; opacity: 0; overflow: hidden; transition: all 0.4s ease-in-out; }
#faq > div > div.show { max-height: 1000px; opacity: 1; }

.so { width:100%; display: table; }
.so img { width: 130px; float: left; margin: 0 0 30px 30px; }

.as-reviews { max-width: 100%; margin: auto; margin-top: 20px; text-align: center; }
.as-reviews .google-rating { box-sizing: border-box; padding: 20px; display: flex; align-items: center; background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); justify-content: space-between; flex-wrap: wrap; }
.as-reviews .google-rating img { height: 22px; }
.as-reviews .rating-info { flex-grow: 1; text-align: left; }
.as-reviews .rating-info h3 { font-size: 16px; font-weight: bold; }
.as-reviews a.review-btn { background: #138deb; color: #fff !important; padding: 10px 25px; box-sizing: border-box; border-radius: 30px; text-decoration: none; font-size: 14px; font-weight: bold; }
.as-reviews a.review-btn:hover { opacity: 0.8; }
.as-reviews .reviews-container { display: flex; flex-wrap: wrap; gap: 15px; justify-content: space-between; margin-top: 20px; }
.as-reviews .review-card { background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); width: calc(25% - 15px); min-height: 160px; box-sizing: border-box; padding: 15px; text-align: left; position: relative; transition: transform 0.2s ease-in-out; }
.as-reviews .review-header { display: flex; align-items: center; margin-bottom: 10px; }
.as-reviews .review-header img { width: 40px; height: 40px; border-radius: 50%; margin-right: 10px; }
.as-reviews .review-header .review-name { font-weight: bold; }
.as-reviews .review-stars { color: #FFD700; font-size: 14px; }
.as-reviews .review-text { font-size: 14px; color: #333; min-height: 105px; font-weight: 400; }
.as-reviews a.read-more-btn { display: block; }
.as-reviews a.end-btn { display: block; width: auto !important; padding: 15px 25px !important; margin: 15px auto 0 !important; font-size: 16px; }
@media (max-width: 850px) {
    .as-reviews .google-rating { flex-direction: column; align-items: center; text-align: center; padding: 20px; }
    .as-reviews .rating-info { text-align: center; margin: 10px 0; }
    .as-reviews .review-btn { width: 100%; text-align: center; padding: 12px 17px; margin-top: 10px; }
    .as-reviews .reviews-container { flex-direction: column; align-items: center; }
    .as-reviews .review-card { width: 100%; }
}

.map-container { position: relative; width: 100%; max-width: 1200px; margin: 20px auto 0; border-radius: 8px; padding: 20px; overflow: hidden; }
.map-container .map-graphic { width: 100%; height: auto; display: block; opacity: 0.15; }
.map-container .responsive-map-svg { width: 100%; height: auto; }
.map-container .map-pins { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.map-container .map-pin { position: absolute; transform: translate(-50%, -50%); cursor: pointer; z-index: 10; }
.map-container .map-pin:hover { z-index: 11; }
.map-container .pin-dot { width: 12px; height: 12px; background-color: #4285f4; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 12; box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.4); }
.map-container .pin-pulse { width: 12px; height: 12px; background-color: rgba(66, 133, 244, 0.6); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: pulse 2s infinite ease-out; z-index: 11; }
.map-container .pin-popover { position: absolute; top: -10px; left: 50%; transform: translate(-50%, -100%); background-color: #fff; border: 1px solid #ddd; border-radius: 6px; padding: 10px 15px; width: 180px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; z-index: 20; }
.map-container .map-pin:hover .pin-popover { opacity: 1; visibility: visible; transform: translate(-50%, calc(-100% - 10px)); }
.map-container .pin-popover::after { content: ''; position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%) rotate(45deg); width: 12px; height: 12px; background-color: #fff; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; z-index: -1; }
.map-container .popover-content h4 { margin-top: 0; margin-bottom: 5px; color: #333; font-size: 16px; }
.map-container .popover-content p { margin-bottom: 10px; color: #666; font-size: 13px; }
.map-container .popover-content a { display: inline-block; color: #4285f4; text-decoration: none; font-weight: bold; font-size: 14px; }
.map-container .popover-content a:hover { text-decoration: underline; }
.map-container .map-info { position: absolute; top: 30px; right: 30px; background-color: #fff; border-radius: 50%; width: 140px; height: 140px; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); color: #333; }
.map-container .map-info .info-value { font-size: 42px; font-weight: bold; color: #4285f4; }
.map-container .map-info .info-label { font-size: 17px; color: #666; }
.map-container a.explore-button { position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); display: block; }

.currency-limit { position: relative; }
.currency-wrapper { position: absolute; top: 0; right: 0; display: flex; justify-content: flex-end; align-items: center; margin: 10px 0; }
.currency-wrapper label { margin-right: 10px; font-weight: bold; }
.currency-select { padding: 8px 12px; border: 1px solid #dadada; border-radius: 5px; background-color: #fff; color: #333; font-size: 14px; cursor: pointer; outline: none; transition: border-color 0.3s; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(7); opacity: 0.2; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

.blog-section { padding: 60px 0; }
.blog-container { margin-top: 40px; display: flex; flex-direction: column; gap: 40px; }
.blog-category { position: absolute; top: 15px; left: 15px; background: #007bff; color: #fff; padding: 5px 12px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; z-index: 2; }
.read-more-link { color: #007bff; font-weight: 600; font-size: 0.9rem; text-decoration: none; display: inline-flex; align-items: center; gap: 5px; margin-top: auto; }
.read-more-link:hover { text-decoration: underline; }
.blog-featured { display: flex; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); min-height: 350px; transition: transform 0.3s ease; }
.blog-featured:hover { transform: translateY(-5px); }
.featured-img-wrapper { flex: 1.2; position: relative; overflow: hidden; }
.featured-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-featured:hover .featured-img-wrapper img { transform: scale(1.05); }
.featured-content { flex: 1; padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.blog-meta { font-size: 0.85rem; color: #888; margin-bottom: 15px; display: flex; gap: 15px; }
.featured-content h2 { font-size: 1.8rem; color: #333; margin-bottom: 15px; line-height: 1.3; font-weight: 700; }
.featured-content p { color: #666; margin-bottom: 25px; line-height: 1.6; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); display: flex; flex-direction: column; transition: transform 0.3s ease; }
.blog-card:hover { transform: translateY(-5px); }
.card-img-wrapper { position: relative; height: 200px; overflow: hidden; }
.card-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .card-img-wrapper img { transform: scale(1.05); }
.card-content { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; }
.card-content .date { font-size: 0.8rem; color: #999; margin-bottom: 10px; display: block; }
.card-content h4 { font-size: 1.2rem; color: #333; margin-bottom: 12px; line-height: 1.4; font-weight: 700; }
.card-content p { font-size: 0.95rem; color: #666; margin-bottom: 20px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-footer { text-align: center; margin-top: 10px; }
