*, *::before, *::after { box-sizing: border-box; }
:root {
  --cream: #f5f0e8;
  --cream-light: #faf7f2;
  --gold: #b8960c;
  --gold-light: #c9a42a;
  --gold-bg: #f0e8cc;
  --navy: #0f1f38;
  --navy-mid: #162440;
  --dark: #0a1628;
  --text: #2a2a2a;
  --text-muted: #666;
  --white: #ffffff;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', sans-serif;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); background: var(--white); line-height: 1.6; overflow-x: hidden; margin: 0; }
img, video, canvas { overflow: clip; overflow-clip-margin: content-box; max-width: 100%; }
.elementor-widget-solbrisas_header,
.elementor-widget-solbrisas_hero,
.elementor-widget-solbrisas_cards,
.elementor-widget-solbrisas_services,
.elementor-widget-solbrisas_split,
.elementor-widget-solbrisas_steps,
.elementor-widget-solbrisas_testimonials,
.elementor-widget-solbrisas_area,
.elementor-widget-solbrisas_contact,
.elementor-widget-solbrisas_footer,
.elementor-widget-solbrisas_whatsapp { margin: 0 !important; }
.elementor-widget-container > nav,
.elementor-widget-container > section,
.elementor-widget-container > footer { margin: 0; }
.solbrisas-empty-page { padding: 120px 32px; max-width: 900px; margin: 0 auto; font-family: var(--sans); }
.solbrisas-empty-page h1 { font-family: var(--serif); color: var(--navy); }
/* NAV */
.solbrisas-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(245,240,232,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(184,150,12,0.15); transition: background 0.3s; }
body.elementor-editor-active .solbrisas-nav { position: relative; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; height: 68px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; letter-spacing: 0.02em; }
.logo-icon { width: 36px; height: 36px; flex-shrink: 0; display:block; }
.logo-img { width: var(--logo-width, 36px); max-height: 56px; object-fit: contain; display: block; }
.nav-links { display: flex; gap: 36px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; color: var(--text); font-size: 0.875rem; font-weight: 400; letter-spacing: 0.03em; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.btn-book-nav { background: var(--gold); color: var(--white); padding: 10px 22px; border-radius: 6px; font-size: 0.875rem; font-weight: 500; text-decoration: none; letter-spacing: 0.04em; transition: background 0.2s; white-space: nowrap; }
.btn-book-nav:hover { background: #9a7a0a; color: var(--white); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--cream); padding: 24px 32px; border-bottom: 1px solid rgba(184,150,12,0.2); z-index: 999; flex-direction: column; gap: 16px; }
body.elementor-editor-active .mobile-menu { position: absolute; }
.mobile-menu.open { display: flex; }
.mobile-menu a { text-decoration: none; color: var(--text); font-size: 1rem; font-weight: 400; padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.mobile-menu .btn-book-nav { margin-top: 8px; text-align: center; display: block; }
/* HERO */
#hero, .solbrisas-hero { position: relative; min-height: var(--hero-min-height, 100vh); display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, var(--hero-bg-1, #0f1f38) 0%, var(--hero-bg-2, #1a3050) 40%, var(--hero-bg-3, #243d5a) 70%, var(--hero-bg-4, #162440) 100%); }
.hero-bg::before { content: ''; position: absolute; inset: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><radialGradient id="g1" cx="30%" cy="60%"><stop offset="0%" stop-color="%23b8960c" stop-opacity="0.15"/><stop offset="100%" stop-color="transparent"/></radialGradient><radialGradient id="g2" cx="80%" cy="30%"><stop offset="0%" stop-color="%234a90d9" stop-opacity="0.1"/><stop offset="100%" stop-color="transparent"/></radialGradient></defs><rect fill="url(%23g1)" width="1200" height="800"/><rect fill="url(%23g2)" width="1200" height="800"/></svg>'); background-size: cover; }
.hero-bg.has-image::after { content:''; position:absolute; inset:0; background-image: var(--hero-image); background-size: cover; background-position:center; opacity: var(--hero-image-opacity, .25); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.18; animation: float 8s ease-in-out infinite; }
.hero-orb-1 { width: 500px; height: 500px; background: var(--hero-orb-1, var(--gold)); top: -100px; left: -100px; animation-delay: 0s; }
.hero-orb-2 { width: 400px; height: 400px; background: var(--hero-orb-2, #4a90d9); bottom: -80px; right: -80px; animation-delay: 4s; }
@keyframes float { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(30px, -30px); } }
.hero-content { position: relative; z-index: 2; max-width: 860px; padding: 120px 32px 80px; color: var(--white); }
.hero-content h1 { font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 5.2rem); font-weight: 400; line-height: 1.1; margin: 0 0 28px; letter-spacing: -0.01em; color: var(--hero-heading-color, var(--white)); }
.hero-content p { font-size: 1.15rem; font-weight: 300; opacity: 0.88; margin: 0 auto 44px; line-height: 1.75; max-width: 620px; color: var(--hero-text-color, var(--white)); }
.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; }
.btn-primary { background: var(--gold); color: var(--white); padding: 16px 36px; border-radius: 6px; font-size: 1rem; font-weight: 500; text-decoration: none; transition: background 0.2s, transform 0.2s; letter-spacing: 0.02em; display:inline-flex; align-items:center; justify-content:center; }
.btn-primary:hover { background: #9a7a0a; transform: translateY(-2px); color:var(--white); }
.btn-outline { background: transparent; color: var(--white); padding: 16px 36px; border-radius: 6px; border: 2px solid rgba(255,255,255,0.6); font-size: 1rem; font-weight: 400; text-decoration: none; transition: border-color 0.2s, background 0.2s, transform 0.2s; letter-spacing: 0.02em; display:inline-flex; align-items:center; justify-content:center; }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); transform: translateY(-2px); color:var(--white); }
.hero-badges { display: flex; gap: 36px; justify-content: center; flex-wrap: wrap; }
.hero-badge { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.75); font-size: 0.875rem; font-weight: 300; }
.hero-badge svg { opacity: 0.8; width:18px; height:18px; }
/* SECTION COMMONS */
section { scroll-margin-top: 68px; }
.section-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.section-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; color: var(--navy); line-height: 1.2; margin: 0 0 16px; }
.section-sub { font-size: 1rem; color: var(--text-muted); font-weight: 300; line-height: 1.7; max-width: 560px; }
/* CARDS */
.solbrisas-cards-section { background: var(--section-bg, var(--cream)); padding: var(--section-padding, 100px 32px); text-align: center; }
.solbrisas-cards-section .section-sub { margin: 0 auto 64px; }
.why-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(var(--cards-cols, 3), 1fr); gap: 48px; }
.why-card { text-align: center; }
.why-icon { width: 72px; height: 72px; background: var(--gold-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.why-icon svg { color: var(--gold); width:28px; height:28px; }
.why-card h3 { font-family: var(--serif); font-size: 1.3rem; font-weight: 500; color: var(--navy); margin: 0 0 12px; }
.why-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.8; font-weight: 300; margin:0; }
/* SERVICES */
.solbrisas-services-section { background: var(--section-bg, #f0eee9); padding: var(--section-padding, 100px 32px); text-align: center; }
.solbrisas-services-section .section-title { margin-bottom: 8px; }
.services-subtitle { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 300; color: var(--navy); margin: 0 0 56px; font-style: italic; }
.services-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(var(--services-cols, 3), 1fr); gap: 24px; }
.service-card { background: var(--service-card-bg, var(--cream-light)); border: 1px solid rgba(184,150,12,0.15); border-radius: var(--radius); padding: 36px 28px; text-align: left; transition: box-shadow 0.3s, transform 0.3s; }
.service-card:hover { box-shadow: 0 8px 32px rgba(184,150,12,0.12); transform: translateY(-4px); }
.service-icon { width: 52px; height: 52px; background: var(--gold-bg); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon svg { color: var(--gold); width:24px; height:24px; }
.service-card h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--navy); margin: 0 0 10px; }
.service-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.75; font-weight: 300; margin:0; }
/* SPLIT */
.solbrisas-split-section { background: var(--section-bg, var(--cream-light)); padding: var(--section-padding, 100px 32px); }
.green-inner, .about-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.green-text .section-label { display: flex; align-items: center; gap: 6px; }
.green-text .section-label svg { width:14px; height:14px; }
.green-text .section-title { margin-bottom: 12px; }
.green-tagline { font-size: 1rem; color: var(--text-muted); font-weight: 300; margin: 0 0 20px; }
.green-body, .about-text p { font-size: 0.925rem; color: var(--text); line-height: 1.85; font-weight: 300; margin: 0 0 16px; }
.green-body + .green-body { margin-bottom: 24px; }
.green-note { font-style: italic; color: var(--text-muted); font-size: 0.875rem; margin: 0 0 28px; }
.green-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.green-tag { display: flex; align-items: center; gap: 6px; background: #e8f0e4; color: #3a6b30; padding: 6px 14px; border-radius: 100px; font-size: 0.8rem; font-weight: 400; }
.green-tag svg { width:12px; height:12px; }
.green-image, .about-image { border-radius: 16px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.12); }
.green-image img { width: 100%; height: var(--split-image-height, 420px); object-fit: cover; display: block; }
.green-img-placeholder { width: 100%; height: var(--split-image-height, 420px); background: linear-gradient(135deg, #d4e8c8, #b8d4a8); display: flex; align-items: center; justify-content: center; }
.about-image img { width: 100%; height: var(--split-image-height, 520px); object-fit: cover; object-position: center top; display: block; }
.about-img-placeholder { width: 100%; height: var(--split-image-height, 520px); background: linear-gradient(135deg, #c8d4e0, #a8b8c8); display: flex; align-items: center; justify-content: center; }
/* STEPS */
.solbrisas-steps-section { background: var(--section-bg, var(--cream)); padding: var(--section-padding, 100px 32px); text-align: center; }
.solbrisas-steps-section .section-sub { margin: 0 auto 64px; }
.steps-grid { max-width: 860px; margin: 0 auto; display: grid; grid-template-columns: repeat(var(--steps-cols, 3), 1fr); gap: 40px; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 36px; left: calc(16.67% + 36px); right: calc(16.67% + 36px); height: 1px; background: linear-gradient(to right, var(--gold-bg), var(--gold), var(--gold-bg)); opacity: 0.6; }
.step { text-align: center; }
.step-num { font-family: var(--serif); font-size: 2.5rem; font-weight: 300; color: var(--gold-bg); line-height: 1; margin-bottom: 16px; }
.step-icon { width: 72px; height: 72px; background: var(--gold-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; position: relative; z-index: 1; }
.step-icon svg { color: var(--gold); width:28px; height:28px; }
.step h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--navy); margin: 0 0 10px; }
.step p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.8; font-weight: 300; margin:0; }
/* TESTIMONIALS */
.solbrisas-testimonials-section { background: var(--section-bg, var(--navy)); padding: var(--section-padding, 100px 32px); text-align: center; }
.solbrisas-testimonials-section .section-label { color: var(--gold-light); }
.solbrisas-testimonials-section .section-title { color: var(--white); margin-bottom: 12px; }
.testimonials-sub { color: rgba(255,255,255,0.6); font-size: 0.9rem; font-weight: 300; margin: 0 0 56px; }
.testimonials-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(var(--testimonial-cols, 3), 1fr); gap: 24px; }
.testimonial-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 36px 28px; text-align: left; transition: background 0.3s; }
.testimonial-card:hover { background: rgba(255,255,255,0.08); }
.stars { display: flex; gap: 4px; margin-bottom: 20px; }
.stars svg { color: var(--gold-light); fill: currentColor; width:16px; height:16px; }
.testimonial-card blockquote { font-family: var(--serif); font-size: 1rem; color: rgba(255,255,255,0.85); line-height: 1.75; font-style: italic; margin: 0 0 24px; font-weight: 300; }
.testimonial-author { font-size: 0.875rem; font-weight: 600; color: var(--white); margin-bottom: 4px; }
.testimonial-role { font-size: 0.8rem; color: rgba(255,255,255,0.45); font-weight: 300; }
/* AREA */
.solbrisas-area-section { background: var(--section-bg, var(--cream-light)); padding: var(--section-padding, 80px 32px); text-align: center; }
.area-icon { color: var(--gold); margin-bottom: 20px; }
.area-icon svg { width:36px; height:36px; }
.area-title { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 400; color: var(--navy); margin: 0 0 24px; }
.area-locations { display: flex; flex-wrap: wrap; gap: 0; justify-content: center; align-items: center; margin-bottom: 20px; }
.area-location { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: var(--navy); }
.area-dot { color: var(--gold); margin: 0 14px; font-size: 0.6rem; }
.area-note { font-style: italic; color: var(--text-muted); font-size: 0.9rem; margin:0; }
/* CONTACT */
.solbrisas-contact-section { background: var(--section-bg, #f0eee9); padding: var(--section-padding, 100px 32px); }
.contact-inner { max-width: 1000px; margin: 0 auto; }
.contact-header { text-align: center; margin-bottom: 56px; }
.contact-header .section-title { margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 14px 18px; background: var(--white); border: 1px solid rgba(0,0,0,0.1); border-radius: 8px; font-family: var(--sans); font-size: 0.9rem; font-weight: 300; color: var(--text); outline: none; transition: border-color 0.2s, box-shadow 0.2s; -webkit-appearance: none; }
.form-input::placeholder, .form-textarea::placeholder { color: #aaa; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,150,12,0.1); }
.form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; cursor: pointer; }
.form-textarea { resize: vertical; min-height: 130px; }
.btn-submit { background: var(--gold); color: var(--white); padding: 16px 32px; border-radius: 8px; font-size: 1rem; font-weight: 500; font-family: var(--sans); border: none; cursor: pointer; transition: background 0.2s, transform 0.2s; letter-spacing: 0.03em; width: 100%; }
.btn-submit:hover { background: #9a7a0a; transform: translateY(-2px); }
.contact-info { display: flex; flex-direction: column; gap: 28px; padding-top: 8px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-item-icon { width: 40px; height: 40px; background: var(--gold-bg); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); }
.contact-item-icon svg { width:18px; height:18px; }
.contact-item-text h4 { font-size: 0.875rem; font-weight: 600; color: var(--navy); margin: 0 0 4px; }
.contact-item-text p, .contact-item-text a { font-size: 0.9rem; color: var(--text-muted); font-weight: 300; text-decoration: none; transition: color 0.2s; }
.contact-item-text a:hover { color: var(--gold); }
.contact-item-text a.whatsapp { color: var(--gold); font-weight: 400; }
.solbrisas-form-alert { padding: 12px 16px; border-radius: 8px; font-size: .9rem; margin-bottom: 16px; }
.solbrisas-form-alert.success { background:#e7f7ec; color:#1d6b36; }
.solbrisas-form-alert.error { background:#fdecec; color:#9b1c1c; }
/* FOOTER */
.solbrisas-footer { background: var(--section-bg, var(--dark)); padding: 56px 32px 32px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 28px; }
.footer-brand .logo { color: var(--white); }
.footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin: 6px 0 0; font-weight: 300; }
.footer-nav { display: flex; gap: 28px; list-style: none; margin:0; padding:0; }
.footer-nav a { text-decoration: none; color: rgba(255,255,255,0.5); font-size: 0.875rem; font-weight: 300; transition: color 0.2s; }
.footer-nav a:hover { color: var(--white); }
.footer-cert { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.4); font-size: 0.8rem; justify-content: flex-end; }
.footer-cert svg { color: #3da85a; width:14px; height:14px; }
.footer-copy { text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.25); font-weight: 300; margin:0; }
/* WHATSAPP */
.wa-float { position: fixed; bottom: 28px; right: 28px; width: 56px; height: 56px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,0.4); z-index: 900; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 20px rgba(37,211,102,0.5); }
.wa-float svg { width:26px; height:26px; fill:white; }
/* ANIMATIONS */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible, body.elementor-editor-active .fade-in { opacity: 1; transform: none; }
/* RESPONSIVE */
@media (max-width: 900px) {
  .why-grid, .services-grid, .testimonials-grid, .steps-grid { grid-template-columns: 1fr; gap: 32px; }
  .steps-grid::before { display: none; }
  .green-inner, .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-image { order: -1; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .footer-nav { justify-content: center; flex-wrap: wrap; }
  .footer-cert { justify-content: center; }
}
@media (max-width: 768px) {
  .nav-links, .solbrisas-nav .btn-book-nav { display: none; }
  .hamburger { display: flex; }
  .hero-badges { gap: 20px; }
  .hero-badge span { font-size: 0.8rem; }
  .form-row { grid-template-columns: 1fr; }
  .area-locations { gap: 4px; }
  .hero-content h1 { font-size: clamp(2.35rem, 11vw, 4rem); }
  .hero-content { padding: 110px 22px 70px; }
}
@media (max-width: 480px) {
  .nav-inner { padding: 0 18px; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .btn-primary, .btn-outline { width: 100%; }
  .solbrisas-cards-section, .solbrisas-services-section, .solbrisas-split-section, .solbrisas-steps-section, .solbrisas-testimonials-section, .solbrisas-contact-section { padding-left: 20px; padding-right: 20px; }
  .footer-nav { flex-direction: column; gap: 12px; }
}
.green-body-wrap p { font-size: 0.925rem; color: var(--text); line-height: 1.85; font-weight: 300; margin: 0 0 16px; }
