/*
Theme Name: AlpaMira Global
Theme URI: https://alpamira.com
Author: AlpaMira Global
Author URI: https://alpamira.com
Description: Professional one-page business consulting theme for AlpaMira Global - International B2B Trade & Business Consulting
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alpamira
*/

/* ===== IMPORTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
  --bg: #f7f5f0;
  --fg: #1a2236;
  --card: #ffffff;
  --primary: #b8883b;
  --primary-light: #c9a04e;
  --secondary: #152038;
  --secondary-fg: #ffffff;
  --muted: #e8e4dc;
  --muted-fg: #6b7280;
  --border: #d4c9b5;
  --gold: #b8883b;
  --gold-light: #c9a04e;
  --navy: #152038;
  --navy-light: #1f3050;
  --cream: #f7f5f0;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --radius: 0.5rem;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--fg); line-height: 1.6; }
h1,h2,h3,h4,h5 { font-family: var(--font-display); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ===== CONTAINER ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ===== HEADER ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  border-bottom: 1px solid rgba(212,201,181,0.5);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  background: rgba(255,255,255,0.9);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.75rem 1.5rem; max-width: 1200px; margin: 0 auto;
}
.logo { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.logo-text { display: flex; align-items: baseline; }
.logo-text span { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; letter-spacing: 0.05em; font-variant: small-caps; }
.logo-alpa { color: var(--navy); }
.logo-mira { color: var(--gold); }
.logo-sub { display: flex; align-items: center; gap: 0.5rem; margin-top: -2px; }
.logo-line { height: 1px; width: 1.5rem; background: rgba(107,114,128,0.3); }
.logo-global { font-family: var(--font-body); font-size: 9px; font-weight: 600; letter-spacing: 0.35em; text-transform: uppercase; color: var(--muted-fg); }

.nav-desktop { display: none; align-items: center; gap: 1.5rem; }
.nav-desktop a { font-family: var(--font-body); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted-fg); transition: color 0.2s; }
.nav-desktop a:hover { color: var(--fg); }

.lang-switcher { display: none; align-items: center; gap: 0.25rem; border-radius: 9999px; border: 1px solid var(--border); padding: 0.25rem; }
.lang-btn { padding: 0.375rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-family: var(--font-body); font-weight: 600; border: none; cursor: pointer; transition: all 0.2s; background: transparent; color: var(--muted-fg); }
.lang-btn.active { background: var(--secondary); color: var(--secondary-fg); }
.lang-btn:hover:not(.active) { color: var(--fg); }

.mobile-toggle { display: block; background: none; border: none; cursor: pointer; color: var(--fg); padding: 0.5rem; }
.mobile-toggle svg { width: 22px; height: 22px; }

.mobile-nav { display: none; flex-direction: column; gap: 0.75rem; padding: 1.5rem; border-top: 1px solid rgba(212,201,181,0.3); background: var(--card); }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-family: var(--font-body); font-size: 0.875rem; color: var(--muted-fg); }
.mobile-nav a:hover { color: var(--fg); }
.mobile-lang { display: flex; gap: 0.5rem; padding-top: 0.5rem; }

@media (min-width: 1024px) {
  .nav-desktop { display: flex; }
  .lang-switcher { display: flex; }
  .mobile-toggle { display: none; }
}

/* ===== HERO ===== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: var(--cream); padding-top: 5rem; }
.hero-navy { position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: var(--navy); display: none; }
.hero-circle1 { position: absolute; bottom: -5rem; left: -5rem; width: 20rem; height: 20rem; border-radius: 50%; opacity: 0.1; background: radial-gradient(circle, var(--gold), transparent); }
.hero-circle2 { position: absolute; top: 5rem; right: 5rem; width: 10rem; height: 10rem; border-radius: 50%; opacity: 0.07; background: radial-gradient(circle, var(--gold), transparent); }
@media (min-width: 1024px) { .hero-navy { display: block; } }

.hero-grid { display: grid; gap: 4rem; align-items: center; position: relative; z-index: 10; padding: 2rem 0; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1fr 1fr; } }

.hero-badge { display: inline-block; font-family: var(--font-body); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; line-height: 1.1; color: var(--fg); margin-bottom: 1.5rem; }
.hero-sub { font-family: var(--font-body); color: var(--muted-fg); font-size: 1rem; line-height: 1.7; margin-bottom: 2.5rem; max-width: 32rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3.5rem; }
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--secondary); color: var(--secondary-fg); padding: 0.875rem 1.75rem; font-family: var(--font-body); font-weight: 600; font-size: 0.875rem; transition: opacity 0.2s; border: none; cursor: pointer; }
.btn-primary:hover { opacity: 0.9; }
.btn-outline { display: inline-flex; align-items: center; gap: 0.5rem; border: 1px solid rgba(26,34,54,0.2); color: var(--fg); padding: 0.875rem 1.75rem; font-family: var(--font-body); font-weight: 600; font-size: 0.875rem; background: transparent; transition: border-color 0.2s; cursor: pointer; }
.btn-outline:hover { border-color: rgba(26,34,54,0.4); }

.hero-stats { display: flex; gap: 2.5rem; }
.stat-num { font-family: var(--font-display); font-size: 1.875rem; font-weight: 700; color: var(--gold); }
.stat-label { font-family: var(--font-body); font-size: 0.75rem; color: var(--muted-fg); margin-top: 0.25rem; }

.hero-card { display: none; }
@media (min-width: 1024px) {
  .hero-card { display: flex; align-items: center; justify-content: center; }
}
.hero-card-inner { background: rgba(255,255,255,0.1); backdrop-filter: blur(8px); border: 1px solid rgba(184,136,59,0.2); border-radius: var(--radius); padding: 2.5rem; max-width: 22rem; }
.hero-card-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--card); margin-bottom: 1.5rem; }
.hero-card-item { display: flex; align-items: center; gap: 0.75rem; font-family: var(--font-body); font-size: 0.875rem; color: rgba(255,255,255,0.7); margin-bottom: 0.75rem; }
.hero-card-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ===== SECTIONS ===== */
.section { padding: 7rem 0; }
.section-card { background: var(--card); }
.section-bg { background: var(--bg); }
.section-navy { background: var(--navy); color: var(--card); }

.section-header { text-align: center; max-width: 42rem; margin: 0 auto 4rem; }
.section-header-left { max-width: 42rem; margin-bottom: 4rem; }
.section-header h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 700; margin-bottom: 1rem; }
.section-header-left h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 700; margin-bottom: 1rem; }
.section-header p, .section-header-left p { font-family: var(--font-body); color: var(--muted-fg); }

.grid-2 { display: grid; gap: 1.5rem; }
.grid-3 { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

/* ===== CARDS ===== */
.service-card {
  border: 1px solid rgba(212,201,181,0.5); border-radius: var(--radius);
  padding: 2rem 2.5rem; background: var(--bg); transition: all 0.3s;
}
.service-card:hover { box-shadow: 0 20px 60px -15px rgba(26,34,54,0.08); border-color: rgba(184,136,59,0.3); }
.service-card-row { display: flex; align-items: flex-start; gap: 1.25rem; }
.card-icon { width: 3rem; height: 3rem; border-radius: 0.375rem; background: var(--muted); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s; }
.service-card:hover .card-icon { background: rgba(184,136,59,0.1); }
.card-icon svg { color: var(--gold); width: 22px; height: 22px; }

.item-card {
  border: 1px solid rgba(212,201,181,0.4); border-radius: var(--radius);
  padding: 1.75rem; background: var(--card); transition: all 0.3s;
}
.item-card:hover { box-shadow: 0 20px 60px -15px rgba(26,34,54,0.08); }
.item-card svg { color: var(--gold); margin-bottom: 1rem; width: 20px; height: 20px; }
.item-card h3 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 600; margin-bottom: 0.5rem; }
.item-card p { font-family: var(--font-body); font-size: 0.875rem; color: var(--muted-fg); line-height: 1.6; }

.item-card-bg { background: var(--bg); }

.item-card-row {
  display: flex; align-items: flex-start; gap: 1.25rem;
  border: 1px solid rgba(212,201,181,0.4); border-radius: var(--radius);
  padding: 2rem; background: var(--card); transition: all 0.3s;
}
.item-card-row:hover { box-shadow: 0 20px 60px -15px rgba(26,34,54,0.08); }
.item-card-row .card-icon-sm { width: 2.75rem; height: 2.75rem; border-radius: 0.375rem; background: var(--muted); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.item-card-row svg { color: var(--gold); width: 20px; height: 20px; }
.item-card-row h3 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 600; margin-bottom: 0.5rem; }
.item-card-row p { font-family: var(--font-body); font-size: 0.875rem; color: var(--muted-fg); line-height: 1.6; }

/* B2B navy cards */
.b2b-card {
  border: 1px solid rgba(184,136,59,0.15); border-radius: var(--radius);
  padding: 1.75rem; background: rgba(31,48,80,0.3); backdrop-filter: blur(8px);
  transition: border-color 0.3s;
}
.b2b-card:hover { border-color: rgba(184,136,59,0.3); }
.b2b-card svg { color: var(--gold); margin-bottom: 1rem; width: 20px; height: 20px; }
.b2b-card h3 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 600; color: var(--card); margin-bottom: 0.5rem; }
.b2b-card p { font-family: var(--font-body); font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.section-navy .section-header h2 { color: var(--gold); }
.section-navy .section-header p { color: rgba(255,255,255,0.7); }

/* ===== PROCESS ===== */
.process-timeline { max-width: 48rem; margin: 0 auto; position: relative; }
.process-line { position: absolute; left: 1.5rem; top: 0; bottom: 0; width: 1px; background: var(--border); display: none; }
@media (min-width: 640px) { .process-line { display: block; } }
.process-step { display: flex; align-items: flex-start; gap: 1.5rem; margin-bottom: 2rem; }
.step-num { width: 3rem; height: 3rem; border-radius: 50%; background: var(--secondary); color: var(--secondary-fg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(--font-body); font-weight: 700; font-size: 0.875rem; position: relative; z-index: 10; }
.step-content { padding-top: 0.5rem; }
.step-content h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; margin-bottom: 0.25rem; }
.step-content p { font-family: var(--font-body); font-size: 0.875rem; color: var(--muted-fg); line-height: 1.6; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; gap: 4rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; } }

.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid var(--border); background: var(--bg);
  padding: 1rem 1.25rem; font-family: var(--font-body); font-size: 0.875rem;
  color: var(--fg); transition: border-color 0.2s; outline: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--muted-fg); }
.contact-form textarea { resize: none; }
.form-row { display: grid; gap: 1rem; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-group { margin-bottom: 1rem; }
.btn-submit { width: 100%; display: flex; align-items: center; justify-content: center; gap: 0.5rem; background: var(--secondary); color: var(--secondary-fg); padding: 1rem 2rem; font-family: var(--font-body); font-weight: 600; font-size: 0.875rem; border: none; cursor: pointer; transition: opacity 0.2s; }
.btn-submit:hover { opacity: 0.9; }

.contact-info { display: flex; flex-direction: column; justify-content: center; }
.contact-link { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.contact-link:hover .contact-icon { background: rgba(184,136,59,0.1); }
.contact-icon { width: 3rem; height: 3rem; border-radius: 50%; background: var(--muted); display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.contact-icon svg { color: var(--gold); width: 18px; height: 18px; }
.contact-label { font-family: var(--font-body); font-size: 0.75rem; color: var(--muted-fg); margin-bottom: 2px; }
.contact-value { font-family: var(--font-body); font-weight: 500; }
.contact-box { margin-top: 3rem; padding: 1.5rem; border: 1px solid rgba(212,201,181,0.4); border-radius: var(--radius); background: var(--bg); }
.contact-box p { font-family: var(--font-body); font-size: 0.75rem; color: var(--muted-fg); line-height: 1.6; }
.contact-box strong { color: var(--fg); }

/* ===== FOOTER ===== */
.site-footer { border-top: 1px solid rgba(212,201,181,0.3); background: var(--bg); padding: 3rem 0; text-align: center; }
.site-footer p { font-family: var(--font-body); font-size: 0.75rem; color: var(--muted-fg); margin-top: 0.5rem; }

/* ===== WHATSAPP ===== */
.whatsapp-btn {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 50;
  width: 3.5rem; height: 3.5rem; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); transition: transform 0.2s;
}
.whatsapp-btn:hover { transform: scale(1.1); }
.whatsapp-btn svg { width: 28px; height: 28px; fill: white; }

/* ===== ANIMATIONS ===== */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s, transform 0.6s; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== UTILITIES ===== */
.text-gold { color: var(--gold); }
.mb-0 { margin-bottom: 0; }
