/* Mona Arte Cigana - Optimized Styles */
@font-face { font-family: 'AlexBrush-Regular'; src: url('../fonts/Alex_Brush/AlexBrush-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; }

:root {
  --default-font: "Roboto", system-ui, -apple-system, sans-serif;
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Open Sans", sans-serif;
  --bg: #ffffff;
  --default: #444444;
  --heading: #222222;
  --accent: #106eea;
  --surface: #ffffff;
  --contrast: #ffffff;
  --nav-color: #222222;
  --nav-hover: #106eea;
  --browser-bg: #ffffff;
  --nav-dropdown-bg: #ffffff;
  --nav-dropdown: #222222;
  --nav-dropdown-hover: #106eea;
}
.light-background { --bg: #f5f9ff; --surface: #ffffff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--default); background: var(--bg); font-family: var(--default-font); font-size: 16px; line-height: 1.6; }
a { color: var(--accent); text-decoration: none; transition: 0.3s; }
a:hover { color: #3d8cf0; }
h1,h2,h3,h4,h5,h6 { color: var(--heading); font-family: var(--heading-font); margin: 0 0 10px; }
img { max-width: 100%; height: auto; }
ul { padding: 0; list-style: none; }

/* Header */
.header { color: var(--default); transition: all 0.5s; z-index: 997; background: var(--bg); }
.header .topbar { background: var(--accent); height: 40px; font-size: 14px; display: flex; align-items: center; transition: all 0.5s; }
.header .topbar .contact-info i { font-style: normal; color: var(--contrast); }
.header .topbar .contact-info i a, .header .topbar .contact-info i span { padding-left: 5px; color: var(--contrast); }
.header .topbar .social-links a { color: rgba(255,255,255,0.6); margin-left: 20px; font-size: 16px; }
.header .topbar .social-links a:hover { color: var(--contrast); }
.header .branding { background: var(--bg); min-height: 60px; padding: 10px 0; display: flex; align-items: center; }
.header .logo { line-height: 1; display: flex; align-items: center; }
.header .logo h1 { font-size: 30px; font-weight: 700; color: var(--heading); margin: 0; }
.scrolled .header .topbar { height: 0; visibility: hidden; overflow: hidden; }

/* Navmenu */
.navmenu { padding: 0; }
.navmenu ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; }
.navmenu li { position: relative; }
.navmenu a, .navmenu a:focus { color: var(--nav-color); padding: 18px 15px; font-size: 15px; font-weight: 500; display: flex; align-items: center; white-space: nowrap; transition: 0.3s; }
.navmenu li:last-child a { padding-right: 0; }
.navmenu li:hover>a, .navmenu .active, .navmenu .active:focus { color: var(--nav-hover); }
.mobile-nav-toggle { display: none; color: var(--nav-color); font-size: 28px; cursor: pointer; }

@media (max-width: 1199px) {
  .mobile-nav-toggle { display: block; }
  .navmenu ul { display: none; position: absolute; inset: 60px 20px 20px; padding: 10px 0; border-radius: 6px; background: var(--nav-dropdown-bg); overflow-y: auto; z-index: 9998; box-shadow: 0px 0px 30px rgba(0,0,0,0.1); }
  .navmenu a, .navmenu a:focus { padding: 10px 20px; font-size: 17px; }
  .mobile-nav-active .navmenu { position: fixed; overflow: hidden; inset: 0; background: rgba(33,37,41,0.8); z-index: 9997; }
  .mobile-nav-active .navmenu>ul { display: block; }
  .mobile-nav-active .mobile-nav-toggle { color: #fff; position: absolute; font-size: 32px; top: 15px; right: 15px; z-index: 9999; }
}

/* Hero */
.hero { width: 100%; min-height: 90vh; position: relative; display: flex; align-items: center; overflow: hidden; padding: 0; }
.hero .hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero .hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero .hero-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,0.1); }
.hero .container { position: relative; z-index: 2; }

/* Sections */
section, .section { color: var(--default); background: var(--bg); padding: 60px 0; scroll-margin-top: 78px; overflow: clip; }
.section-title { text-align: center; padding-bottom: 60px; }
.section-title h2 { font-size: 13px; letter-spacing: 1px; font-weight: 700; padding: 8px 20px; background: rgba(16,110,234,0.1); color: var(--accent); display: inline-block; text-transform: uppercase; border-radius: 50px; font-family: var(--default-font); }
.section-title p { color: var(--heading); margin: 10px 0 0; font-size: 32px; font-weight: 700; font-family: var(--heading-font); }
.section-title p .description-title { color: var(--accent); }

/* About */
.about .about-content ul li { display: flex; align-items: flex-start; margin-bottom: 35px; }
.about .about-content ul li:first-child { margin-top: 35px; }
.about .about-content ul i { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 80px; height: 80px; margin-right: 15px; overflow: hidden; border-radius: 8px; }
.about .about-content ul i img { width: 100%; height: 100%; object-fit: cover; }
.about .about-content ul h4 { font-size: 18px; font-weight: 600; }
.about .about-content ul p { font-size: 15px; }

/* Featured Services */
.featured-services .service-item { background: var(--surface); box-shadow: 0px 0 25px rgba(0,0,0,0.1); padding: 50px 30px; transition: all 0.3s; height: 100%; position: relative; z-index: 1; }
.featured-services .service-item:before { content: ""; position: absolute; background: var(--accent); inset: 100% 0 0; transition: all 0.3s; z-index: -1; }
.featured-services .service-item img { max-height: 180px; width: 100%; object-fit: cover; border-radius: 6px; }
.featured-services .service-item h4 { font-weight: 700; margin-bottom: 15px; font-size: 20px; }
.featured-services .service-item h4 a { color: var(--heading); }
.featured-services .service-item p { line-height: 24px; font-size: 14px; margin-bottom: 0; }
.featured-services .service-item:hover h4 a, .featured-services .service-item:hover p { color: var(--contrast); }
.featured-services .service-item:hover:before { background: var(--accent); inset: 0; border-radius: 0; }

/* Team */
.team .team-member { background: var(--surface); box-shadow: 0px 2px 15px rgba(0,0,0,0.1); overflow: hidden; border-radius: 5px; padding: 20px; display: flex; flex-direction: column; align-items: center; height: 100%; min-height: 520px; }
.team .team-member .member-img { max-width: 200px; max-height: 200px; width: 100%; height: auto; margin: 0 auto; }
.team .team-member .member-info { padding: 25px 15px; text-align: center; width: 100%; }
.team .team-member .member-info h4 { font-weight: 700; margin-bottom: 5px; font-size: 18px; color: rgba(34,34,34,0.8); }
.team .team-member .member-info span { display: block; font-size: 13px; color: rgba(68,68,68,0.6); }
@media (max-width: 768px) { .team .team-member .member-img { max-width: 160px; max-height: 160px; } }

/* Contact */
.contact .info-wrap { background: var(--surface); box-shadow: 0px 0px 20px rgba(0,0,0,0.1); padding: 30px; }
.contact .info-item { margin-bottom: 40px; display: flex; }
.contact .info-item i { font-size: 20px; color: var(--accent); background: rgba(16,110,234,0.08); width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50px; margin-right: 15px; flex-shrink: 0; }
.contact .info-item h3 { padding: 0; font-size: 18px; font-weight: 700; margin-bottom: 5px; }
.contact .info-item p { padding: 0; margin-bottom: 0; font-size: 14px; }

/* Footer */
.footer { color: var(--default); background: var(--bg); font-size: 14px; padding-bottom: 50px; }
.footer .footer-top { padding-top: 50px; }
.footer .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 4px; border: 1px solid rgba(68,68,68,0.5); font-size: 16px; color: rgba(68,68,68,0.8); margin-right: 10px; transition: 0.3s; }
.footer .social-links a:hover { color: var(--accent); border-color: var(--accent); }
.footer h4 { font-size: 16px; font-weight: bold; padding-bottom: 12px; }
.footer .footer-links ul li { padding: 10px 0; display: flex; align-items: center; }
.footer .footer-links ul li:first-child { padding-top: 0; }
.footer .footer-links ul a { color: rgba(68,68,68,0.8); }
.footer .footer-links ul a:hover { color: var(--accent); }
.footer .copyright { padding-top: 25px; padding-bottom: 25px; border-top: 1px solid rgba(68,68,68,0.1); text-align: center; }

/* Page Title */
.page-title { background: rgba(68,68,68,0.04); padding: 25px 0; }
.page-title h1 { font-size: 24px; font-weight: 600; }
.page-title .breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; font-size: 14px; }
.page-title .breadcrumbs ol li+li { padding-left: 10px; }
.page-title .breadcrumbs ol li+li::before { content: "/"; padding-right: 10px; color: rgba(68,68,68,0.3); }

/* Service Details */
.service-details .services-list { background: var(--surface); padding: 10px 30px; border: 1px solid rgba(68,68,68,0.1); margin-bottom: 20px; }
.service-details .services-list a { display: block; padding: 8px 0 8px 15px; border-left: 3px solid rgba(68,68,68,0.3); margin: 20px 0; color: rgba(68,68,68,0.8); transition: 0.3s; }
.service-details .services-list a.active { color: var(--heading); font-weight: 700; border-color: var(--accent); }
.service-details .services-list a:hover { border-color: var(--accent); }
.service-details h3 { font-size: 26px; font-weight: 700; }
.service-details ul li { padding: 5px 0; display: flex; align-items: center; }
.service-details ul i { font-size: 20px; margin-right: 8px; color: var(--accent); }

/* Scroll Top */
.scroll-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 99999; background: var(--accent); width: 40px; height: 40px; border-radius: 4px; display: flex; align-items: center; justify-content: center; transition: all 0.4s; cursor: pointer; }
.scroll-top i { font-size: 24px; color: var(--contrast); }
.scroll-top.active { visibility: visible; opacity: 1; }

/* Utility */
.quemsou p { margin-bottom: 15px; font-size: 18px; }
.quemsou p::first-letter { font-size: 24px; font-weight: bold; color: #b22222; }
.quemsou b { color: #b22222; }
.stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; }

/* Responsive */
@media (max-width: 640px) { .hero { min-height: 50vh; } }
@media (max-width: 768px) { section, .section { scroll-margin-top: 60px; } }
@media (max-width: 575px) { .header .topbar .contact-info i a, .header .topbar .contact-info i span { font-size: 13px; } }
