/* =====================================================
   VRĂJITOAREA FLORENTINA — style.css
   Paleta: verde pădure profund + auriu pământ + crem
   Mobile-first. Desktop: 768px+
   ===================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

:root {
  --deep:    #0a120a;
  --ink:     #0e1810;
  --abbey:   #14241a;
  --grove:   #1c3322;
  --moss:    #3d5a2f;
  --moss-l:  #6b8f4e;
  --leaf:    #8bb25a;
  --leaf-l:  #b8d98a;
  --gold:    #b8860b;
  --gold-l:  #d4a84b;
  --gold-p:  #e8c97a;
  --earth:   #8b5a2b;
  --ivory:   #f5f0e0;
  --parch:   #e0dcc0;
  --body:    #b8c4a8;
  --muted:   #7a8a6e;
  --dim:     #4a5a44;
  --gob:     rgba(184,134,11,.4);
  --leb:     rgba(139,178,90,.35);
  --r:       8px;
}

body {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500; font-size: 16px;
  background: var(--deep); color: var(--body);
  overflow-x: hidden; padding-bottom: 36px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width:767px) { body { font-size: 17px; } }

/* Forest glow background */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 25% 20%, rgba(139,178,90,.1) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 75%, rgba(184,134,11,.1) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(61,90,47,.08) 0%, transparent 60%);
  animation: forestGlow 9s ease-in-out infinite alternate;
}
@keyframes forestGlow { 0%{opacity:.6} 100%{opacity:1} }

/* Leaf pattern */
body::after {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Ctext x='60' y='68' text-anchor='middle' font-size='24' fill='rgba(139,178,90,0.025)'%3E%F0%9F%8C%BF%3C/text%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 120px 120px;
}

.container { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; padding: 0 18px; }
section    { padding: 56px 0; position: relative; z-index: 1; }

/* ── TYPOGRAPHY ── */
.eyebrow {
  display: block;
  font-family: 'Cinzel', serif; font-size: .68rem;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--leaf-l); margin-bottom: 10px; font-weight: 600;
}
.section-header { text-align: center; margin-bottom: 44px; }
.section-title {
  font-family: 'Eagle Lake', cursive;
  font-size: clamp(1.6rem, 5.5vw, 2.6rem); font-weight: 400;
  color: var(--ivory); line-height: 1.25; margin-bottom: 14px;
  text-shadow: 0 2px 24px rgba(139,178,90,.25);
}
.section-desc { font-size: 1.1rem; line-height: 1.8; color: var(--body); max-width: 640px; margin: 0 auto; font-style: italic; }
.section-header::after { content: '— 🌿 —'; display: block; margin-top: 12px; font-size: 1rem; opacity: .5; }

/* ── BUTTONS ── */
.btn-group { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.btn-call {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Cinzel', serif; font-weight: 700; letter-spacing: 1.2px;
  text-decoration: none; color: var(--deep);
  background: linear-gradient(135deg, var(--gold), var(--gold-p));
  padding: 13px 28px; border-radius: 50px;
  box-shadow: 0 0 22px var(--gob);
  transition: transform .2s, box-shadow .3s; white-space: nowrap; font-size: .9rem;
}
.btn-call:hover { transform: translateY(-2px); box-shadow: 0 0 38px var(--gob); }

/* Pulsatil + vibratie pe mobil */
.btn-hero-pulse { animation: heroPulse 1.9s ease-out infinite; }
@keyframes heroPulse {
  0%  { box-shadow: 0 0 0 0 rgba(232,201,122,.7), 0 4px 18px var(--gob); }
  55% { box-shadow: 0 0 0 14px rgba(232,201,122,0), 0 4px 18px var(--gob); }
  100%{ box-shadow: 0 0 0 0 rgba(232,201,122,0), 0 4px 18px var(--gob); }
}
@media (max-width: 767px) {
  .btn-hero-pulse {
    animation: heroPulseVibrate 1.9s ease-out infinite;
  }
  @keyframes heroPulseVibrate {
    0%   { box-shadow: 0 0 0 0 rgba(232,201,122,.7), 0 4px 18px var(--gob); transform: translateX(0); }
    3%   { transform: translateX(-2px); }
    6%   { transform: translateX(2px); }
    9%   { transform: translateX(-2px); }
    12%  { transform: translateX(2px); }
    15%  { transform: translateX(0); }
    55%  { box-shadow: 0 0 0 14px rgba(232,201,122,0), 0 4px 18px var(--gob); }
    100% { box-shadow: 0 0 0 0 rgba(232,201,122,0), 0 4px 18px var(--gob); transform: translateX(0); }
  }
}

.btn-wa {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Cinzel', serif; font-weight: 700; letter-spacing: 1.2px;
  text-decoration: none; color: #fff;
  background: linear-gradient(135deg, #1a7a45, #25d366);
  padding: 13px 28px; border-radius: 50px;
  box-shadow: 0 0 18px rgba(37,211,102,.3);
  transition: transform .2s; white-space: nowrap; font-size: .9rem;
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 0 32px rgba(37,211,102,.5); }

.btn-mystic {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Cinzel', serif; font-size: .88rem; letter-spacing: 1.2px;
  text-decoration: none; color: var(--leaf-l);
  background: transparent; border: 1px solid rgba(139,178,90,.4);
  padding: 12px 26px; border-radius: 50px;
  box-shadow: 0 0 12px rgba(139,178,90,.12);
  transition: all .3s; white-space: nowrap;
}
.btn-mystic:hover { background: rgba(139,178,90,.08); box-shadow: 0 0 26px var(--leb); }
.btn-sm { font-size: .8rem !important; padding: 10px 20px !important; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(10,18,10,.96); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(139,178,90,.2);
}
.nav-inner {
  display: flex; align-items: center;
  padding: 8px 16px; gap: 8px;
  max-width: 1100px; margin: 0 auto;
}
.nav-logo {
  text-decoration: none; display: flex; align-items: center; gap: 6px;
  flex-shrink: 0; white-space: nowrap;
}
.logo-leaf { font-size: 1rem; }
.logo-name { font-family: 'Eagle Lake', cursive; font-size: .92rem; color: var(--parch); letter-spacing: .5px; }
.logo-accent { color: var(--leaf-l); }
.nav-burger { margin-left: auto; background: none; border: 1px solid rgba(139,178,90,.3); color: var(--body); font-size: 1rem; padding: 4px 9px; border-radius: 4px; cursor: pointer; flex-shrink: 0; }
.nav-links { list-style: none; display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(10,18,10,.98); border-bottom: 1px solid rgba(139,178,90,.15); padding: 10px 0; z-index: 300; }
.nav-links.open { display: block; }
.nav-links li a { display: block; padding: 10px 20px; font-family: 'Cinzel', serif; font-size: .78rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--body); text-decoration: none; transition: color .2s; }
.nav-links li a:hover { color: var(--leaf-l); }
.nav-cta { font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: .8px; background: linear-gradient(135deg, var(--moss), var(--moss-l)); color: var(--ivory); text-decoration: none; padding: 7px 12px; border-radius: 4px; white-space: nowrap; flex-shrink: 0; border: 1px solid rgba(139,178,90,.3); box-shadow: 0 0 12px var(--leb); }

/* ── FLOATING CTA ── */
.floating-cta { display: none; }

/* ── HERO ── */
.hero { min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 88px 18px 72px; }

.hero-eyebrow-row { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 14px; }
.hero-leaf-deco { font-size: 1.3rem; animation: leafSway 3.5s ease-in-out infinite; }
@keyframes leafSway { 0%,100%{transform:rotate(-8deg)} 50%{transform:rotate(8deg)} }
.hero-badge { display: inline-block; font-family: 'Cinzel', serif; font-size: .62rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--leaf-l); border: 1px solid rgba(139,178,90,.35); padding: 5px 18px; border-radius: 2px; background: rgba(139,178,90,.07); }

.hero h1 { font-family: 'Eagle Lake', cursive; font-size: clamp(2.4rem, 10vw, 4.4rem); font-weight: 400; color: var(--ivory); line-height: 1.15; margin-bottom: 10px; text-shadow: 0 0 40px rgba(139,178,90,.35), 0 2px 6px rgba(0,0,0,.9); }
.h1-accent { color: var(--gold-l); text-shadow: 0 0 30px var(--gob); }
.hero-sub { font-family: 'Cinzel', serif; font-size: clamp(.72rem, 2.5vw, .92rem); color: var(--leaf-l); letter-spacing: 1.5px; margin-bottom: 18px; }

/* Hero photo - principala */
.hero-photo-wrap { position: relative; width: min(86vw, 340px); aspect-ratio: 3/4; margin: 18px auto 0; border-radius: 12px; border: 2px solid rgba(184,134,11,.5); box-shadow: 0 0 0 5px rgba(139,178,90,.1), 0 12px 48px rgba(0,0,0,.7); overflow: hidden; background: var(--abbey); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; display: block; }
.hero-photo-fallback { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.hero-photo-fallback span { font-size: 3rem; opacity: .5; }
.hero-photo-fallback p { font-family: 'Cinzel', serif; font-size: .75rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--leaf-l); }
.hero-photo-fallback small { font-size: .68rem; color: var(--muted); }

.hero-contact-block { margin: 20px 0 22px; padding: 18px 16px; background: rgba(20,36,26,.6); border: 1px solid rgba(139,178,90,.22); border-radius: var(--r); }
@media (max-width:767px) {
  .hero-contact-block .btn-group { flex-direction: column; gap: 10px; }
  .hero-contact-block .btn-call, .hero-contact-block .btn-wa { width: 100%; justify-content: center; }
}
@media (min-width: 768px) { .hero-photo-wrap { width: 280px; aspect-ratio: 2/3; } }

.hero-desc { font-size: 1.1rem; font-weight: 500; line-height: 1.88; color: var(--body); max-width: 680px; margin: 0 auto 16px; font-style: italic; }
.hero-desc strong { color: var(--parch); font-style: normal; }
.hero-collab { font-size: 1rem; color: var(--leaf-l); max-width: 580px; margin: 0 auto 22px; font-style: italic; background: rgba(139,178,90,.07); border: 1px solid rgba(139,178,90,.2); border-left: 3px solid var(--leaf); border-radius: 0 var(--r) var(--r) 0; padding: 14px 18px; line-height: 1.7; text-align: left; }
.hero-collab strong { color: var(--gold-p); font-style: normal; }

/* ── GARANTII ── */
.garantii-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; padding: 22px 18px; background: rgba(20,36,26,.5); border-top: 1px solid rgba(139,178,90,.15); border-bottom: 1px solid rgba(139,178,90,.15); position: relative; z-index: 1; }
.g-item { display: flex; align-items: center; gap: 8px; font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: 1px; text-transform: uppercase; color: var(--parch); }
.g-item span { font-size: 1rem; }

/* ── PHOTO + TEXT ── */
.pt-section { padding: 56px 0; }
.pt-section.pt-alt { background: linear-gradient(180deg, rgba(20,36,26,.25) 0%, transparent 100%); }
.pt-row { display: flex; flex-direction: column; gap: 28px; }
.pt-img { order: 1; } .pt-text { order: 2; }

.media-img { width: 100%; border-radius: var(--r); display: block; object-fit: cover; aspect-ratio: 3/4; object-position: center 10%; border: 1px solid rgba(139,178,90,.25); box-shadow: 0 12px 48px rgba(0,0,0,.6), 0 0 0 3px rgba(139,178,90,.08); }
@media (min-width:768px) { .media-img { aspect-ratio: 4/3; } }

.photo-slot { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; aspect-ratio: 3/4; background: linear-gradient(135deg, rgba(20,36,26,.7), rgba(139,178,90,.1)); border: 2px dashed rgba(139,178,90,.3); border-radius: var(--r); color: var(--muted); font-family: 'Cinzel', serif; font-size: .78rem; letter-spacing: 1.5px; text-transform: uppercase; text-align: center; padding: 20px; }
.photo-slot span { font-size: 2.5rem; opacity: .5; }
.photo-slot small { font-size: .66rem; color: rgba(122,138,110,.6); }

.pt-text h2 { font-family: 'Eagle Lake', cursive; font-size: clamp(1.3rem, 5vw, 2rem); font-weight: 400; color: var(--ivory); margin-bottom: 14px; line-height: 1.35; }
.pt-text p { font-size: 1.05rem; font-weight: 500; line-height: 1.88; color: var(--body); margin-bottom: 12px; }
.pt-text p strong { color: var(--parch); }
.pt-text .btn-group { justify-content: flex-start; margin-top: 16px; }

/* ── SPECIALITATI ── */
.spec-section { padding: 56px 0; }
.spec-box { background: linear-gradient(180deg, rgba(20,36,26,.4) 0%, transparent 100%); border-radius: var(--r); padding: 36px 22px; border: 1px solid rgba(139,178,90,.18); }
.spec-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
.spec-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px; background: rgba(14,24,16,.7); border-radius: var(--r); border: 1px solid rgba(139,178,90,.12); transition: border-color .3s; }
.spec-item:hover { border-color: rgba(139,178,90,.4); }
.spec-item > span { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.spec-item strong { color: var(--parch); display: block; margin-bottom: 2px; font-size: .93rem; }
.spec-item p { font-size: .86rem; color: var(--muted); margin: 0; line-height: 1.5; }

/* ── SERVICII ── */
#servicii { padding: 56px 0; }
.srv-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.srv-card { background: linear-gradient(135deg, rgba(14,24,16,.97), rgba(20,36,26,.6)); border: 1px solid rgba(139,178,90,.2); border-radius: var(--r); padding: 24px 20px; position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.srv-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--moss), var(--gold), var(--moss)); }
.srv-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(139,178,90,.15); }
.srv-icon { font-size: 2rem; display: block; margin-bottom: 12px; }
.srv-card h3 { font-family: 'Eagle Lake', cursive; font-size: 1.15rem; font-weight: 400; color: var(--gold-p); margin-bottom: 10px; }
.srv-card p { font-size: .95rem; font-weight: 500; line-height: 1.65; color: var(--body); margin-bottom: 12px; }
.srv-card ul { list-style: none; margin-bottom: 16px; }
.srv-card ul li { font-size: .88rem; color: var(--body); padding: 3px 0 3px 18px; position: relative; }
.srv-card ul li::before { content: '🌿'; position: absolute; left: 0; font-size: .65rem; top: 4px; }
.srv-btns { display: flex; gap: 8px; flex-wrap: wrap; }

/* ── CTA BANNER ── */
.cta-banner { padding: 56px 0; }
.cta-box { background: linear-gradient(135deg, rgba(20,36,26,.98), rgba(139,178,90,.12)); border: 1px solid rgba(139,178,90,.3); border-radius: 18px; padding: 52px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-leaf { font-size: 2.2rem; margin-bottom: 14px; animation: leafSway 3.5s ease-in-out infinite; }
.cta-box h2 { font-family: 'Eagle Lake', cursive; font-size: clamp(1.3rem, 4.5vw, 2.2rem); font-weight: 400; color: var(--ivory); margin-bottom: 14px; line-height: 1.35; }
.cta-box p { font-size: 1.05rem; color: var(--body); max-width: 560px; margin: 0 auto 28px; font-style: italic; line-height: 1.8; }

/* ── PHONE GLOW ── */
.phone-num { display: block; text-decoration: none; font-family: 'Eagle Lake', cursive; font-size: clamp(1.8rem, 6.5vw, 2.8rem); font-weight: 400; color: var(--gold-p); margin-bottom: 24px; white-space: nowrap; animation: phoneGlow 2.8s ease-in-out infinite; }
@keyframes phoneGlow { 0%,100%{text-shadow:0 0 18px var(--gob)} 50%{text-shadow:0 0 44px rgba(232,201,122,.9), 0 0 70px var(--gob)} }

/* ── STEPS ── */
.steps { display: flex; flex-direction: column; gap: 0; }
.step { display: flex; gap: 18px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid rgba(139,178,90,.1); }
.step:last-child { border-bottom: none; }
.step-n { font-family: 'Eagle Lake', cursive; font-size: 2.2rem; color: rgba(139,178,90,.18); min-width: 52px; text-align: center; line-height: 1; font-weight: 400; }
.step-c h3 { font-family: 'Eagle Lake', cursive; font-size: 1.1rem; font-weight: 400; color: var(--gold-p); margin-bottom: 6px; }
.step-c p { font-size: .95rem; line-height: 1.7; color: var(--body); }

/* ── EXTRA BOX ── */
.extra-box { background: linear-gradient(135deg, rgba(14,24,16,.85), rgba(20,36,26,.4)); border-radius: var(--r); padding: 36px 24px; border: 1px solid rgba(139,178,90,.18); border-left: 3px solid var(--leaf); }
.extra-box h3 { font-family: 'Eagle Lake', cursive; font-size: clamp(1.3rem, 4.5vw, 1.8rem); font-weight: 400; color: var(--ivory); margin-bottom: 16px; }
.extra-box p { font-size: 1.02rem; font-weight: 500; line-height: 1.9; color: var(--body); margin-bottom: 14px; }
.extra-box p strong { color: var(--parch); }
.extra-box p:last-of-type { margin-bottom: 0; }

/* ── TESTIMONIALE ── */
#multumiri { padding: 56px 0; }
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.testi-card { background: linear-gradient(135deg, rgba(14,24,16,.97), rgba(20,36,26,.5)); border: 1px solid rgba(139,178,90,.18); border-radius: var(--r); padding: 22px; position: relative; transition: transform .3s; }
.testi-card:hover { transform: translateY(-3px); }
.testi-card::before { content: '"'; position: absolute; top: 10px; left: 16px; font-family: 'Eagle Lake', cursive; font-size: 3.5rem; color: var(--gold); opacity: .25; line-height: 1; }
.testi-stars { color: var(--gold-l); font-size: .95rem; letter-spacing: 2px; margin-bottom: 10px; }
.testi-text { font-size: .98rem; font-weight: 500; line-height: 1.78; color: var(--body); font-style: italic; margin-bottom: 12px; }
.testi-author { font-family: 'Cinzel', serif; font-size: .82rem; color: var(--leaf-l); letter-spacing: 1px; }
.disclaimer { text-align: center; font-size: .76rem; color: var(--dim); margin-top: 18px; font-style: italic; }

/* ── CONTACT ── */
.contact-box { background: linear-gradient(135deg, rgba(20,36,26,.6), rgba(14,24,16,.9)); border-radius: 22px; padding: 52px 24px; text-align: center; border: 1px solid rgba(139,178,90,.25); position: relative; overflow: hidden; }
.contact-leaf { font-size: 2.5rem; margin-bottom: 14px; animation: leafSway 3.5s ease-in-out infinite; }
.contact-box h2 { font-family: 'Eagle Lake', cursive; font-size: clamp(1.6rem, 4.5vw, 2.4rem); font-weight: 400; color: var(--ivory); margin-bottom: 14px; }
.contact-box > p { font-size: 1.05rem; color: var(--body); max-width: 520px; margin: 0 auto 28px; font-style: italic; line-height: 1.8; }

/* ── FOOTER ── */
footer { border-top: 1px solid rgba(139,178,90,.15); padding: 36px 0; text-align: center; position: relative; z-index: 1; }
.footer-logo { font-family: 'Eagle Lake', cursive; font-size: 1.2rem; color: var(--leaf-l); margin-bottom: 14px; }
.footer-links { display: flex; justify-content: center; gap: 16px; list-style: none; flex-wrap: wrap; margin-bottom: 14px; }
.footer-links a { font-family: 'Cinzel', serif; font-size: .72rem; letter-spacing: 1px; color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--leaf-l); }
.footer-phones { display: flex; flex-direction: column; gap: 8px; align-items: center; margin-bottom: 14px; }
.footer-phone { display: inline-block; font-family: 'Eagle Lake', cursive; font-size: clamp(1rem, 3.5vw, 1.3rem); color: var(--gold-p); text-decoration: none; white-space: nowrap; }
.footer-wa { color: #25d366 !important; }
.footer-keywords { font-size: .68rem; color: var(--dim); margin-bottom: 10px; line-height: 1.8; }
.footer-copy { font-size: .72rem; color: var(--dim); }

/* ── TICKER ── */
.ticker-wrap { position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; height: 34px; background: rgba(10,18,10,.97); border-top: 1px solid rgba(139,178,90,.25); display: flex; align-items: center; overflow: hidden; }
.ticker-label { flex-shrink: 0; height: 100%; display: flex; align-items: center; padding: 0 12px; background: linear-gradient(135deg, var(--moss), var(--moss-l)); font-family: 'Cinzel', serif; font-size: .6rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ivory); white-space: nowrap; gap: 5px; }
.ticker-track { flex: 1; overflow: hidden; height: 100%; display: flex; align-items: center; }
.ticker-content { display: flex; white-space: nowrap; animation: tickScroll 60s linear infinite; }
.ticker-content:hover { animation-play-state: paused; }
@keyframes tickScroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.ti { font-family: 'Cinzel', serif; font-size: .64rem; letter-spacing: .8px; color: var(--body); padding: 0 18px; display: inline-flex; align-items: center; gap: 6px; }
.ti a { color: var(--leaf-l); text-decoration: none; font-weight: 600; }
.ts { color: rgba(139,178,90,.35); font-size: .7rem; }

/* ── MOBILE STICKY ── */
.mobile-sticky { display: none; position: fixed; bottom: 42px; left: 50%; transform: translateX(-50%); z-index: 148; width: calc(100% - 28px); max-width: 380px; }
.mobile-sticky a { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; font-family: 'Cinzel', serif; font-size: .95rem; font-weight: 700; letter-spacing: 1.5px; text-decoration: none; color: var(--deep); background: linear-gradient(135deg, var(--gold), var(--gold-p)); padding: 15px 24px; border-radius: 50px; animation: msPulseVibrate 1.9s ease-out infinite; }
@keyframes msPulseVibrate {
  0%   { box-shadow: 0 0 0 0 rgba(232,201,122,.7), 0 6px 18px var(--gob); transform: translateX(0); }
  3%   { transform: translateX(-2px); }
  6%   { transform: translateX(2px); }
  9%   { transform: translateX(-2px); }
  12%  { transform: translateX(2px); }
  15%  { transform: translateX(0); }
  55%  { box-shadow: 0 0 0 12px rgba(232,201,122,0), 0 6px 18px var(--gob); }
  100% { box-shadow: 0 0 0 0 rgba(232,201,122,0), 0 6px 18px var(--gob); transform: translateX(0); }
}
.ring-icon { display: inline-block; animation: ringShake 2s ease-in-out infinite; }
@keyframes ringShake { 0%,60%,100%{transform:rotate(0)} 10%{transform:rotate(-18deg)} 20%{transform:rotate(18deg)} 30%{transform:rotate(-12deg)} 40%{transform:rotate(12deg)} 50%{transform:rotate(-6deg)} }

/* ── WATERMARK ── */
.wm-bg { position: fixed; inset: 0; pointer-events: none; z-index: 1; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='200'%3E%3Ctext transform='rotate(-35 180 100)' x='20' y='110' font-family='Georgia' font-size='12' fill='rgba(139,178,90,0.04)'%3E%C2%A9 vrajitoareaflorentina.com%3C/text%3E%3C/svg%3E"); background-repeat: repeat; background-size: 360px 200px; }

/* ═══════════════════════════════
   DESKTOP 768px+
   ═══════════════════════════════ */
@media (min-width: 768px) {
  .nav-burger { display: none; }
  .nav-links { display: flex !important; position: static; background: none; border: none; padding: 0; gap: 20px; flex: 1; justify-content: center; }
  .nav-links li a { padding: 0; }

  .floating-cta { display: flex; flex-direction: column; gap: 10px; position: fixed; bottom: 56px; right: 24px; z-index: 145; align-items: flex-end; }
  .float-btn { display: flex; align-items: center; gap: 8px; font-family: 'Cinzel', serif; font-size: .76rem; letter-spacing: 1px; text-decoration: none; padding: 11px 16px; border-radius: 50px; box-shadow: 0 6px 24px rgba(0,0,0,.5); white-space: nowrap; transition: transform .2s; }
  .float-call { color: var(--deep); background: linear-gradient(135deg, var(--gold), var(--gold-p)); animation: fpPulse 2.8s ease-in-out infinite; }
  @keyframes fpPulse { 0%,100%{box-shadow:0 4px 14px var(--gob)} 50%{box-shadow:0 4px 32px rgba(232,201,122,.8)} }
  .float-wa { color: #fff; background: linear-gradient(135deg, #1a7a45, #25d366); }
  .float-btn:hover { transform: scale(1.05); }
  .mobile-sticky { display: none !important; }

  .pt-row { flex-direction: row; gap: 48px; align-items: center; }
  .pt-img, .pt-text { flex: 1; order: unset !important; }
  .pt-reverse .pt-img { order: 2 !important; }
  .pt-reverse .pt-text { order: 1 !important; }
  .spec-grid { grid-template-columns: repeat(3, 1fr); }
  .srv-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .srv-grid { grid-template-columns: repeat(3, 1fr); }
  .testi-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) { .mobile-sticky { display: block; } }
