:root{
  --wine:#7b1024;
  --wine-dark:#5d0b19;
  --navy:#0d1a31;
  --navy-2:#14233f;
  --gold:#c99833;
  --gold-soft:#e7c97e;
  --ink:#15171d;
  --muted:#6f7076;
  --paper:#fbf8f3;
  --cream:#f5efe6;
  --line:#e9e0d5;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 "DM Sans",sans-serif;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
h1,h2,h3{font-family:"Playfair Display",serif;line-height:1.05}

.site-header{
  height:84px;position:sticky;top:0;z-index:60;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 clamp(20px,4vw,66px);
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(20,20,20,.06)
}
.brand{display:flex;align-items:center}
.brand img{width:250px;height:auto;max-height:58px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:20px;font-size:.84rem;font-weight:600}
.main-nav a{position:relative;padding:30px 0 26px}
.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:14px;height:2px;background:var(--gold)}
.nav-cta{background:var(--wine);color:white;padding:11px 16px!important;border-radius:10px;box-shadow:0 8px 20px rgba(123,16,36,.18)}
.nav-cta:after{display:none!important}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:7px}
.menu-toggle span{display:block;width:100%;height:3px;background:#111;margin:5px 0;border-radius:4px}

.hero{
  min-height:660px;
  display:grid;grid-template-columns:1.05fr .95fr;
  align-items:stretch;
  background:
    radial-gradient(circle at 10% 20%,rgba(201,152,51,.18),transparent 32%),
    linear-gradient(115deg,var(--navy),#132947 58%,#1c3557);
  color:white;
  position:relative;
  overflow:hidden
}
.hero:before{content:"";position:absolute;inset:auto -120px -180px auto;width:500px;height:500px;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.hero-copy{padding:95px clamp(28px,6vw,90px);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.kicker,.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.16em;color:var(--gold)}
.hero h1{font-size:clamp(3.8rem,6vw,6.7rem);margin:.12em 0 .22em}
.hero h1 em{color:var(--gold);font-style:normal}
.hero p{max-width:620px;color:#e5eaf1;font-size:1.08rem}
.hero-actions,.cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{
  min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:0 22px;border-radius:12px;font-weight:700;transition:.2s;
  border:1px solid transparent
}
.btn:hover{transform:translateY(-2px)}
.btn svg{width:18px;height:18px}
.btn-primary{background:var(--wine);color:#fff;box-shadow:0 12px 26px rgba(0,0,0,.18)}
.btn-secondary{background:rgba(255,255,255,.04);border-color:var(--gold);color:#fff}
.btn-gold{background:var(--gold);color:#fff}
.btn-outline-light{border-color:rgba(255,255,255,.48);color:#fff}

.hero-visual{position:relative;overflow:hidden;min-height:660px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,0,0,.12))}
.sun{position:absolute;right:12%;top:14%;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,#f6d99b 0,#c99833 48%,rgba(201,152,51,.08) 68%,transparent 70%);opacity:.85}
.skyline{position:absolute;inset:auto 1% 0 1%;width:98%;height:88%;color:#d8be83}
.skyline-fill{fill:rgba(255,255,255,.08);stroke:none}
.skyline-line{fill:none;stroke:rgba(231,201,126,.65);stroke-width:2}
.hero-visual-card{position:absolute;right:8%;bottom:8%;padding:20px 24px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(13,26,49,.72);backdrop-filter:blur(10px)}
.hero-visual-card span{display:block;color:var(--gold-soft);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}
.hero-visual-card strong{display:block;margin-top:8px;font-family:"Playfair Display",serif;font-size:1.65rem;line-height:1.15}

.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:22px clamp(22px,5vw,78px);background:white;border-bottom:1px solid var(--line)}
.trust-item{display:flex;align-items:center;gap:14px;padding:10px 22px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-icon{width:48px;height:48px;flex:0 0 48px;border-radius:50%;display:grid;place-items:center;background:var(--cream);color:var(--gold)}
.trust-icon svg{width:24px;height:24px}
.trust-item strong,.trust-item span{display:block}
.trust-item strong{font-size:.9rem}
.trust-item span{font-size:.76rem;color:var(--muted);margin-top:2px}

.section{padding:90px clamp(24px,6vw,92px)}
.section-heading.centered{text-align:center;max-width:820px;margin:0 auto 42px}
.section-heading h2,.why-content h2,.cta-band h2{font-size:clamp(2.25rem,4vw,4.5rem);margin:.22em 0}
.section-heading p{color:var(--muted)}

.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 24px;text-align:center;box-shadow:0 12px 34px rgba(40,28,25,.045);transition:.24s;display:flex;flex-direction:column;align-items:center}
.service-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px rgba(40,28,25,.085)}
.service-icon{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#faedef;color:var(--wine);margin-bottom:20px}
.service-icon svg{width:28px;height:28px}
.service-card h3{font-size:1.45rem;margin:0 0 12px}
.service-card p{font-size:.9rem;color:var(--muted);margin:0 0 20px}
.service-card a{margin-top:auto;color:var(--wine);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.service-card a span{font-size:1rem}

.why{display:grid;grid-template-columns:.95fr 1.05fr;gap:5vw;align-items:center;background:#fff}
.why-visual{min-height:510px;border-radius:24px;position:relative;overflow:hidden;background:
  radial-gradient(circle at 80% 20%,rgba(201,152,51,.18),transparent 35%),
  linear-gradient(150deg,#10213d,#1b365b 68%,#731426)}
.spain-ribbon{position:absolute;left:0;top:44px;width:100%;height:22px;display:grid;grid-template-columns:1fr}
.spain-ribbon i:nth-child(1),.spain-ribbon i:nth-child(3){background:#aa151b;height:7px}
.spain-ribbon i:nth-child(2){background:#f1bf00;height:8px}
.why-skyline{position:absolute;left:2%;right:2%;bottom:10%;width:96%;height:68%;color:rgba(231,201,126,.7);stroke-width:2}
.why-badge{position:absolute;left:28px;bottom:28px;background:rgba(255,255,255,.94);color:var(--navy);padding:18px 20px;border-radius:16px}
.why-badge span{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--wine)}
.why-badge strong{display:block;margin-top:6px;font-family:"Playfair Display",serif;font-size:1.35rem}
.why-content>p{color:var(--muted);max-width:650px}

.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:26px}
.benefit{display:flex;gap:12px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}
.benefit>span{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:var(--wine);color:white;font-size:.72rem;font-weight:700}
.benefit strong{display:block}
.benefit p{margin:4px 0 0;color:var(--muted);font-size:.82rem;line-height:1.45}

.process-section{background:var(--paper)}
.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;position:relative}
.process-line:before{content:"";position:absolute;left:12.5%;right:12.5%;top:23px;height:1px;background:var(--gold-soft)}
.process-step{text-align:center;position:relative}
.process-step>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--wine);color:white;margin:0 auto 18px;position:relative;z-index:1;font-weight:700}
.process-step h3{font-size:1.18rem;margin:0 0 7px}
.process-step p{font-size:.84rem;color:var(--muted)}

.faq-section{background:#fff}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:1100px;margin:0 auto}
.faq-grid details{border:1px solid var(--line);border-radius:12px;padding:17px 18px}
.faq-grid summary{cursor:pointer;font-weight:600}
.faq-grid p{color:var(--muted);font-size:.88rem}

.cta-band{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:center;padding:52px clamp(26px,7vw,100px);background:linear-gradient(110deg,var(--wine-dark),#8d0e28);color:white}
.cta-band p{color:#f1dfe3}
.eyebrow.light{color:var(--gold-soft)}

.floating-wa{position:fixed;right:18px;bottom:18px;z-index:70;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#1f8c56;color:white;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.floating-wa svg{width:24px;height:24px}

.site-footer{display:grid;grid-template-columns:1.3fr 1fr 1fr .8fr;gap:34px;padding:44px clamp(26px,6vw,90px) 24px;background:var(--navy);color:#e9edf4}
.footer-brand img{width:230px;max-height:58px;object-fit:contain;background:white;border-radius:9px;padding:6px}
.site-footer h4{margin:0 0 12px}
.site-footer a,.site-footer span{display:block;color:#c3cad5;font-size:.84rem;margin:5px 0}
.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.15);padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#9da6b4}
.footer-bottom small{max-width:900px}

@media(max-width:1050px){
  .menu-toggle{display:block}
  .main-nav{display:none;position:absolute;top:84px;left:0;right:0;background:white;padding:18px 24px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}
  .main-nav.open{display:flex}
  .main-nav a{padding:10px 0}
  .main-nav a.active:after{display:none}
  .nav-cta{text-align:center}
  .hero{grid-template-columns:1fr}
  .hero-visual{min-height:430px}
  .trust-strip{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(2){border-right:0}
  .service-grid{grid-template-columns:1fr 1fr}
  .why{grid-template-columns:1fr}
  .process-line{grid-template-columns:1fr 1fr}
  .process-line:before{display:none}
  .site-footer{grid-template-columns:1fr 1fr}
}

@media(max-width:650px){
  .site-header{height:74px;padding:0 16px}
  .brand img{width:180px;max-height:48px}
  .menu-toggle{width:42px;height:42px}
  .main-nav{top:74px}

  .hero{min-height:auto;display:block}
  .hero-copy{padding:58px 20px 38px}
  .kicker{font-size:.6rem}
  .hero h1{font-size:clamp(3rem,13vw,4rem);line-height:.98}
  .hero p{font-size:.98rem}
  .hero-actions{flex-direction:column}
  .btn{width:100%;min-height:50px}

  .hero-visual{min-height:330px}
  .sun{width:110px;height:110px;right:10%;top:8%}
  .skyline{height:90%}
  .hero-visual-card{right:16px;left:16px;bottom:16px;padding:16px}
  .hero-visual-card strong{font-size:1.25rem}

  .trust-strip{grid-template-columns:1fr 1fr;padding:10px 14px}
  .trust-item{min-width:0;padding:14px 8px;border-right:0;border-bottom:1px solid var(--line);gap:9px;align-items:flex-start}
  .trust-item:nth-child(odd){border-right:1px solid var(--line)}
  .trust-item:nth-child(3),.trust-item:nth-child(4){border-bottom:0}
  .trust-icon{width:38px;height:38px;flex-basis:38px}
  .trust-icon svg{width:20px;height:20px}
  .trust-item strong{font-size:.75rem;line-height:1.25}
  .trust-item span{font-size:.65rem;line-height:1.3}

  .section{padding:56px 16px}
  .section-heading.centered{margin-bottom:28px}
  .section-heading h2,.why-content h2{font-size:clamp(2rem,9.5vw,2.7rem)}
  .section-heading p{font-size:.9rem;line-height:1.5}

  .service-grid{grid-template-columns:1fr 1fr;gap:10px}
  .service-card{padding:18px 12px 16px;min-height:255px;border-radius:14px}
  .service-icon{width:46px;height:46px;margin-bottom:14px}
  .service-icon svg{width:22px;height:22px}
  .service-card h3{font-size:1.05rem}
  .service-card p{font-size:.72rem;line-height:1.45}
  .service-card a{font-size:.65rem}

  .why{display:block;padding:0}
  .why-visual{min-height:280px;border-radius:0}
  .why-badge{left:16px;right:16px;bottom:16px}
  .why-content{padding:46px 18px 52px}
  .why-content>p{font-size:.92rem}
  .benefit-grid{grid-template-columns:1fr 1fr;gap:9px}
  .benefit{display:block;padding:14px 12px;min-height:165px}
  .benefit>span{margin-bottom:10px}
  .benefit strong{font-size:.84rem;line-height:1.25}
  .benefit p{font-size:.7rem}

  .process-line{grid-template-columns:1fr 1fr;gap:18px 10px}
  .process-step{padding:8px}
  .process-step>span{width:40px;height:40px;margin-bottom:10px}
  .process-step h3{font-size:.95rem}
  .process-step p{font-size:.72rem}

  .faq-grid{grid-template-columns:1fr}
  .cta-band{grid-template-columns:1fr;padding:42px 20px}
  .cta-actions{flex-direction:column}

  .floating-wa{width:46px;height:46px;right:12px;bottom:12px}
  .floating-wa svg{width:21px;height:21px}

  .site-footer{grid-template-columns:1fr;padding:36px 20px 22px}
  .footer-bottom{flex-direction:column}
}

@media(max-width:390px){
  .service-grid,.benefit-grid{grid-template-columns:1fr}
  .service-card{min-height:225px}
}


/* ===== V7 PROFESSIONAL PHOTO OVERRIDES ===== */
.hero{
  background:
    linear-gradient(90deg,rgba(8,17,33,.92) 0%,rgba(8,17,33,.78) 40%,rgba(8,17,33,.26) 70%,rgba(8,17,33,.08) 100%),
    url("https://images.unsplash.com/photo-1518620121781-adab13a3d1ef?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=82&w=2200") center/cover no-repeat !important;
  grid-template-columns:1fr !important;
}
.hero-copy{
  max-width:760px;
}
.hero-visual{
  display:none !important;
}

.why-visual{
  background:
    linear-gradient(180deg,rgba(13,26,49,.06),rgba(13,26,49,.18)),
    url("https://images.unsplash.com/photo-1612567740699-4a658d6e4122?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=82&w=1800") center/cover no-repeat !important;
  min-height:500px;
}
.why-visual .spain-ribbon,
.why-visual .why-skyline{
  display:none !important;
}
.why-badge{
  background:rgba(255,255,255,.93);
  backdrop-filter:blur(7px);
  box-shadow:0 14px 34px rgba(0,0,0,.14);
}

@media(max-width:650px){
  .hero{
    background-position:58% center !important;
  }
  .hero-copy{
    padding:62px 20px 58px;
  }
  .why-visual{
    min-height:270px;
    background-position:center center !important;
  }
}
/* FINAL LOGO SIZE */
.brand img{
  width:320px !important;
  height:auto !important;
  max-height:72px !important;
}

@media(max-width:1050px){
  .brand img{
    width:285px !important;
    max-height:64px !important;
  }
}

@media(max-width:650px){
  .brand img{
    width:225px !important;
    max-height:58px !important;
  }
}
