/* LUIS FORAJE — made by cornacidev */
:root{
  --water-deep:#0A4A63;
  --water:#12729B;
  --water-soft:#E7F2F7;
  --action:#F59B21;
  --action-dark:#D9820A;
  --sand:#F5F0E7;
  --ink:#14212B;
  --muted:#586772;
  --line:#DDE5EA;
  --white:#ffffff;
  --ok:#1E7F4B;
  --radius:14px;
  --shadow:0 10px 30px rgba(10,74,99,.10);
  --wrap:1120px;
  --ff-body:'Barlow',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --ff-head:'Barlow Semi Condensed',var(--ff-body);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:var(--ff-body);color:var(--ink);background:var(--white);
  font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;
}
h1,h2,h3{font-family:var(--ff-head);line-height:1.12;margin:0;font-weight:700;letter-spacing:-.01em}
p{margin:0}
a{color:inherit;text-decoration:none}
img,svg{display:block}
.ico{width:24px;height:24px}
.wrap{width:min(var(--wrap),92vw);margin-inline:auto}
.eyebrow{font-family:var(--ff-head);text-transform:uppercase;letter-spacing:.14em;
  font-weight:600;font-size:.82rem;color:var(--water)}

/* ---- buttons ---- */
.btn{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--ff-head);
  font-weight:700;font-size:1.06rem;padding:.85rem 1.35rem;border-radius:12px;
  border:2px solid transparent;cursor:pointer;transition:.16s ease;white-space:nowrap}
.btn .ico{width:22px;height:22px}
.btn-call{background:var(--action);color:#3a2400;border-color:var(--action)}
.btn-call:hover{background:var(--action-dark);border-color:var(--action-dark)}
.btn-wa{background:#fff;color:var(--water-deep);border-color:var(--line)}
.btn-wa:hover{border-color:var(--water);color:var(--water)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
:focus-visible{outline:3px solid var(--action);outline-offset:2px;border-radius:6px}

/* ---- top strip ---- */
.topbar{background:var(--water-deep);color:#cfe6ef;font-size:.9rem}
.topbar .wrap{display:flex;gap:1.2rem;justify-content:space-between;align-items:center;
  padding:.4rem 0;flex-wrap:wrap}
.topbar a{color:#fff;font-weight:600}
.topbar span{display:inline-flex;align-items:center;gap:.4rem}
.topbar .ico{width:16px;height:16px;color:var(--action)}

/* ---- header ---- */
.hdr{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);
  backdrop-filter:blur(6px);border-bottom:1px solid var(--line)}
.hdr .wrap{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0;gap:1rem}
.logo{display:flex;align-items:center;gap:.6rem;font-family:var(--ff-head);font-weight:700;
  font-size:1.35rem;letter-spacing:.02em;color:var(--water-deep)}
.logo .mark{width:38px;height:38px;border-radius:9px;background:var(--water-deep);
  display:grid;place-items:center;color:#fff;flex:none}
.logo .mark .ico{width:22px;height:22px;color:var(--action)}
.logo b{color:var(--water)}
.nav{display:flex;gap:1.4rem;align-items:center}
.nav a{font-family:var(--ff-head);font-weight:600;color:var(--ink);font-size:1rem}
.nav a:hover{color:var(--water)}
.hdr .btn-call{padding:.6rem 1rem;font-size:1rem}
@media(max-width:900px){.nav{display:none}}

/* ---- hero ---- */
.hero{position:relative;background:
   linear-gradient(180deg,#0A4A63 0%,#0C566F 55%,#10627E 100%);
  color:#eaf4f8;overflow:hidden}
.hero .wrap{position:relative;display:grid;grid-template-columns:1.15fr .85fr;
  gap:2.5rem;align-items:center;padding:4.2rem 0 4rem}
.hero h1{font-size:clamp(2.3rem,5.2vw,3.6rem);color:#fff;max-width:14ch}
.hero .sub{margin-top:1.1rem;font-size:1.18rem;color:#cfe3ec;max-width:46ch}
.hero .cta{margin-top:1.9rem;display:flex;gap:.8rem;flex-wrap:wrap}
.chips{margin-top:1.8rem;display:flex;flex-wrap:wrap;gap:.6rem}
.chip{display:inline-flex;align-items:center;gap:.45rem;background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);padding:.45rem .8rem;border-radius:999px;
  font-size:.95rem;font-weight:600}
.chip .ico{width:17px;height:17px;color:var(--action)}

/* hero photo */
.hero-photo{position:relative;margin:0;border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.18);aspect-ratio:9/10}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-photo figcaption{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;
  gap:.5rem;padding:1.4rem 1rem .8rem;font-family:var(--ff-head);font-weight:600;font-size:.98rem;
  color:#fff;background:linear-gradient(180deg,transparent,rgba(8,45,61,.85))}
.hero-photo figcaption .ico{width:20px;height:20px;color:var(--action)}
@media(max-width:860px){
  .hero .wrap{grid-template-columns:1fr;padding:3rem 0 2.6rem}
  .hero-photo{order:-1;aspect-ratio:4/3;max-height:300px}
}

/* ---- generic section ---- */
.block{padding:4rem 0}
.block--sand{background:var(--sand)}
.block--water{background:var(--water-soft)}
.head{max-width:640px;margin-bottom:2.2rem}
.head h2{font-size:clamp(1.8rem,3.6vw,2.5rem);color:var(--water-deep);margin-top:.4rem}
.head p{color:var(--muted);margin-top:.7rem;font-size:1.08rem}

/* ---- services ---- */
.grid-serv{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.6rem;transition:.16s ease}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cfdde4}
.card .badge{width:52px;height:52px;border-radius:12px;background:var(--water-soft);
  color:var(--water-deep);display:grid;place-items:center;margin-bottom:1rem}
.card .badge .ico{width:28px;height:28px}
.card h3{font-size:1.35rem;color:var(--water-deep)}
.card p{color:var(--muted);margin-top:.5rem;font-size:1.02rem}
@media(max-width:820px){.grid-serv{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.grid-serv{grid-template-columns:1fr}}

/* ---- specs strip ---- */
.specs{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.spec{display:flex;gap:1rem;align-items:flex-start;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);padding:1.4rem}
.spec .badge{flex:none;width:46px;height:46px;border-radius:10px;background:var(--water-deep);
  color:var(--action);display:grid;place-items:center}
.spec .badge .ico{width:26px;height:26px}
.spec b{font-family:var(--ff-head);font-size:1.15rem;color:var(--water-deep);display:block}
.spec span{color:var(--muted);font-size:1rem}
@media(max-width:820px){.specs{grid-template-columns:1fr}}

/* ---- process ---- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;counter-reset:step}
.step{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.6rem 1.4rem}
.step .n{font-family:var(--ff-head);font-weight:700;font-size:2rem;color:var(--action);
  line-height:1}
.step h3{font-size:1.2rem;color:var(--water-deep);margin-top:.5rem}
.step p{color:var(--muted);margin-top:.4rem;font-size:1rem}
@media(max-width:820px){.steps{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.steps{grid-template-columns:1fr}}

/* ---- coverage ---- */
.counties{display:flex;flex-wrap:wrap;gap:.7rem}
.county{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--line);
  border-radius:999px;padding:.6rem 1.1rem;font-family:var(--ff-head);font-weight:600;
  font-size:1.05rem;color:var(--water-deep)}
.county .ico{width:18px;height:18px;color:var(--water)}

/* ---- galerie (lucrari reale) ---- */
.block--dark{background:var(--water-deep)}
.head--light h2{color:#fff}
.head--light p{color:#cfe3ec}
.eyebrow--light{color:var(--action)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.tile{position:relative;margin:0;border-radius:var(--radius);overflow:hidden;background:#08394d;
  aspect-ratio:3/4;box-shadow:var(--shadow)}
.tile img,.tile video{width:100%;height:100%;object-fit:cover;display:block}
.tile figcaption{position:absolute;left:0;right:0;bottom:0;padding:1.3rem .9rem .75rem;
  font-family:var(--ff-head);font-weight:600;font-size:.95rem;color:#fff;
  background:linear-gradient(180deg,transparent,rgba(3,25,35,.9));pointer-events:none}
.tile--video video{background:#000}
.tile--video figcaption{background:linear-gradient(180deg,transparent,rgba(3,25,35,.75))}
@media(max-width:820px){.gallery{grid-template-columns:1fr 1fr}}
@media(max-width:420px){.gallery{grid-template-columns:1fr}}

/* ---- contact / CTA band ---- */
.cta-band{background:var(--water-deep);color:#eaf4f8}
.cta-band .wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center;
  padding:3.4rem 0}
.cta-band h2{font-size:clamp(1.8rem,3.6vw,2.4rem);color:#fff}
.cta-band p{color:#cfe3ec;margin-top:.7rem;font-size:1.1rem}
.cta-band .actions{display:flex;flex-direction:column;gap:.8rem}
.cta-band .actions .btn{justify-content:center;font-size:1.15rem;padding:1rem 1.3rem}
.phone-big{font-family:var(--ff-head);font-weight:700;font-size:2rem;color:#fff;
  display:inline-flex;align-items:center;gap:.6rem}
.phone-big .ico{color:var(--action);width:30px;height:30px}
@media(max-width:820px){.cta-band .wrap{grid-template-columns:1fr}}

/* ---- footer ---- */
.foot{background:#08394d;color:#a9c7d4;font-size:.98rem}
.foot .wrap{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;padding:3rem 0 2rem}
.foot h4{font-family:var(--ff-head);color:#fff;font-size:1.1rem;margin:0 0 .8rem}
.foot a{color:#cfe3ec}
.foot a:hover{color:#fff;text-decoration:underline}
.foot ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}
.foot .logo{color:#fff;font-size:1.4rem;margin-bottom:.6rem}
.foot .logo b{color:var(--action)}
.foot .cnt{display:flex;gap:.5rem;align-items:center;margin:.35rem 0}
.foot .cnt .ico{width:18px;height:18px;color:var(--action);flex:none}
.legal{border-top:1px solid rgba(255,255,255,.12);padding:1.2rem 0;
  display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#7ea6b6;font-size:.9rem}
.legal a{color:#a9c7d4}
@media(max-width:820px){.foot .wrap{grid-template-columns:1fr;gap:1.6rem}}

/* ---- mobile call bar ---- */
.callbar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;
  grid-template-columns:1fr 1fr;gap:1px;background:var(--line);
  box-shadow:0 -6px 20px rgba(0,0,0,.12)}
.callbar a{display:flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.95rem;font-family:var(--ff-head);font-weight:700;font-size:1.05rem}
.callbar .c{background:var(--action);color:#3a2400}
.callbar .w{background:#25955a;color:#fff}
.callbar .ico{width:22px;height:22px}
@media(max-width:900px){.callbar{display:grid}body{padding-bottom:60px}}

/* ---- floating whatsapp (desktop) ---- */
.wafloat{position:fixed;right:20px;bottom:22px;z-index:55;width:58px;height:58px;
  border-radius:50%;background:#25955a;color:#fff;display:grid;place-items:center;
  box-shadow:0 8px 22px rgba(37,149,90,.45)}
.wafloat .ico{width:30px;height:30px}
.wafloat:hover{background:#1f804d}
@media(max-width:900px){.wafloat{display:none}}

/* ---- cookie consent ---- */
.cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:70;max-width:560px;
  margin-inline:auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);padding:1.1rem 1.2rem;display:none}
.cookie.show{display:block}
.cookie p{font-size:.96rem;color:var(--muted)}
.cookie a{color:var(--water);text-decoration:underline}
.cookie .row{display:flex;gap:.6rem;margin-top:.9rem;flex-wrap:wrap}
.cookie .btn{font-size:.98rem;padding:.6rem 1.1rem}
.cookie .btn-refuse{background:#fff;border-color:var(--line);color:var(--muted)}
@media(max-width:900px){.cookie{bottom:72px}}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;
  animation:none!important}}
