@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500;600;700&family=Roboto:wght@300;400;500;700&display=swap");

:root {
  --green-950: #123f2c;
  --green-900: #174e37;
  --green-700: #2d7446;
  --green-500: #68a85c;
  --cream: #f7f3e9;
  --paper: #fffdf7;
  --orange: #df941b;
  --blue: #57b9e6;
  --ink: #183328;
  --muted: #617168;
  --line: rgba(24, 51, 40, 0.14);
  --shadow: 0 22px 55px rgba(18, 63, 44, 0.12);
  --radius-lg: 34px;
  --radius-md: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 16px/1.7 "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, blockquote {
  margin: 0;
  font-family: "Lora", serif;
  line-height: 1.12;
}
h1 { font-size: clamp(2.9rem, 6vw, 5.8rem); letter-spacing: -0.055em; }
h2 { font-size: clamp(2.15rem, 4vw, 3.7rem); letter-spacing: -0.04em; }
h3 { font-size: 1.35rem; }
p { margin: 0; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section--soft { background: var(--cream); }
.section--green { color: white; background: var(--green-950); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--green-700);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { width: 24px; height: 2px; content: ""; background: var(--orange); }
.section--green .eyebrow { color: #dce9df; }
.lead { max-width: 720px; margin-top: 24px; color: var(--muted); font-size: 1.12rem; }
.section--green .lead { color: rgba(255,255,255,.74); }
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(87,185,230,.7);
  outline-offset: 3px;
}
.btn--primary { color: white; background: var(--orange); box-shadow: 0 12px 26px rgba(223,148,27,.25); }
.btn--primary:hover { background: #c98214; }
.btn--secondary { color: var(--green-950); border-color: var(--line); background: white; }
.btn--ghost { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,247,.92);
  backdrop-filter: blur(16px);
}
.nav { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.brand strong { display: block; color: var(--green-950); font-family: "Lora", serif; font-size: 1.05rem; line-height: 1.05; }
.brand span { color: var(--orange); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a:not(.btn) { position: relative; font-size: .93rem; font-weight: 500; }
.nav-links a:not(.btn)::after {
  position: absolute; right: 0; bottom: -7px; left: 0; height: 2px;
  content: ""; background: var(--orange); transform: scaleX(0); transition: transform .25s ease;
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--cream); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  display: block; width: 20px; height: 2px; margin: 4px auto; content: ""; background: var(--green-950);
}

.hero { position: relative; min-height: 760px; overflow: hidden; color: white; background: var(--green-950); }
.hero::before {
  position: absolute; inset: 0; content: "";
  background: linear-gradient(90deg, rgba(10,43,29,.96) 0%, rgba(10,43,29,.78) 38%, rgba(10,43,29,.12) 72%), url("images/hero-vtr.webp") center/cover;
}
.hero::after {
  position: absolute; right: -100px; bottom: -190px; width: 460px; height: 460px;
  border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: "";
}
.hero .container { position: relative; z-index: 1; display: flex; min-height: 760px; align-items: center; }
.hero-content { max-width: 650px; padding: 80px 0; }
.hero .eyebrow { color: #d8e8dc; }
.hero p { max-width: 600px; margin-top: 26px; color: rgba(255,255,255,.8); font-size: 1.15rem; }
.hero .proof { display: flex; gap: 28px; margin-top: 54px; }
.hero .proof-item { padding-left: 16px; border-left: 2px solid var(--orange); }
.hero .proof-item strong { display: block; font-family: "Lora", serif; font-size: 1.45rem; }
.hero .proof-item span { color: rgba(255,255,255,.64); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }

.intro-grid, .story-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 78px; }
.emblem-panel {
  position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #e8f4ee, #f6edda);
}
.emblem-panel::before {
  position: absolute; top: -90px; right: -70px; width: 320px; height: 320px; border-radius: 50%;
  content: ""; background: var(--blue); opacity: .23;
}
.emblem-panel::after {
  position: absolute; bottom: -110px; left: -70px; width: 310px; height: 310px; border-radius: 50%;
  content: ""; background: var(--orange); opacity: .2;
}
.emblem-panel img {
  position: absolute; z-index: 2; inset: 50% auto auto 50%; width: 250px; border-radius: 30px;
  box-shadow: var(--shadow); transform: translate(-50%,-50%) rotate(-2deg);
}
.float-note {
  position: absolute; z-index: 3; right: 25px; bottom: 28px; max-width: 210px; padding: 18px;
  border-radius: 16px; color: white; background: var(--green-950); box-shadow: var(--shadow);
}
.float-note strong { display: block; font-family: "Lora", serif; font-size: 1.75rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; }
.feature-card, .value-card {
  min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white;
  transition: transform .3s ease, box-shadow .3s ease;
}
.feature-card:hover, .value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.number { color: var(--orange); font-family: "Lora", serif; font-size: 3rem; font-weight: 600; line-height: 1; }
.feature-card h3, .value-card h3 { margin: 28px 0 12px; }
.feature-card p, .value-card p { color: var(--muted); font-size: .95rem; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.category-card {
  position: relative; min-height: 270px; overflow: hidden; padding: 28px; border-radius: var(--radius-md);
  color: white; background: var(--green-900);
}
.category-card::before, .category-card::after { position: absolute; border-radius: 50%; content: ""; }
.category-card::before { right: -55px; bottom: -60px; width: 190px; height: 190px; background: rgba(255,255,255,.09); }
.category-card::after { right: 25px; bottom: 22px; width: 75px; height: 75px; border: 18px solid rgba(223,148,27,.75); }
.category-card:nth-child(2n) { background: #386e45; }
.category-card:nth-child(3n) { color: var(--ink); background: #e9d7a7; }
.category-card small { font-weight: 700; letter-spacing: .14em; opacity: .72; text-transform: uppercase; }
.category-card h3 { max-width: 220px; margin-top: 92px; font-size: 1.55rem; }

.partner-strip { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 18px; margin-top: 50px; }
.partner-logo { display: grid; min-height: 170px; place-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.partner-logo img { max-width: 220px; max-height: 105px; object-fit: contain; filter: saturate(.85); }
.verse { position: relative; overflow: hidden; padding: 110px 0; color: white; text-align: center; background: var(--green-950); }
.verse::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 130%, rgba(223,148,27,.3), transparent 50%); }
.verse blockquote { position: relative; max-width: 900px; margin: auto; font-size: clamp(2rem, 4vw, 3.65rem); letter-spacing: -.035em; }
.verse cite { position: relative; display: block; margin-top: 25px; color: #e9bd72; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 50px; border-radius: var(--radius-lg); color: white; background: var(--green-700); }
.cta-band h2 { max-width: 680px; font-size: clamp(2rem, 3.4vw, 3.2rem); }

.page-hero { padding: 96px 0 80px; background: var(--cream); }
.page-hero h1 { max-width: 850px; color: var(--green-950); font-size: clamp(3rem, 6vw, 5.4rem); }
.page-hero p { max-width: 740px; margin-top: 24px; color: var(--muted); font-size: 1.15rem; }
.timeline-note { padding: 30px; border-left: 4px solid var(--orange); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--cream); }
.timeline-note strong { display: block; margin-bottom: 8px; font-family: "Lora", serif; font-size: 1.4rem; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.value-card { min-height: 300px; }
.value-card .dot { display: block; width: 46px; height: 46px; border: 12px solid #e7f2e8; border-radius: 50%; background: var(--green-500); }
.service-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; padding: 55px; border-radius: var(--radius-lg); color: white; background: var(--green-950); }
.service-panel .eyebrow { color: #dce9df; }
.service-panel .lead { color: rgba(255,255,255,.82); }
.service-panel h2 { color: #fff; }
.service-panel .service-list div { color: #fff; }
.service-list { display: grid; gap: 14px; align-content: start; }
.service-list div { padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); }

.catalog-section { position: relative; overflow: hidden; padding: 110px 0; background: var(--cream); }
.catalog-section::before { position: absolute; top: -180px; right: -120px; width: 460px; height: 460px; border-radius: 50%; content: ""; background: rgba(87,185,230,.13); }
.catalog-panel { position: relative; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: stretch; gap: 48px; padding: 58px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: var(--green-950); box-shadow: 0 30px 70px rgba(18,63,44,.24); }
.catalog-panel::after { position: absolute; bottom: -150px; left: 35%; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.catalog-copy, .catalog-action { position: relative; z-index: 1; }
.catalog-panel .eyebrow { color: #dce9df; }
.catalog-panel h2 { max-width: 680px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.catalog-panel .catalog-copy > p { max-width: 700px; margin-top: 22px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.catalog-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.catalog-meta span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #e4eee7; background: rgba(255,255,255,.07); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.notice { margin-top: 28px; padding: 17px 18px; border: 1px solid rgba(233,189,114,.32); border-radius: 14px; color: #f5dfb8; background: rgba(223,148,27,.12); }
.catalog-action { display: flex; min-height: 390px; padding: 32px; flex-direction: column; align-items: stretch; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.catalog-action > p { margin: 24px 0 20px; color: rgba(255,255,255,.72); text-align: center; }
.catalog-file { position: relative; display: flex; min-height: 165px; padding: 28px; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 20px; color: var(--green-950); background: var(--paper); box-shadow: 0 18px 35px rgba(0,0,0,.16); }
.catalog-file::after { position: absolute; top: -32px; right: -32px; width: 110px; height: 110px; border-radius: 50%; content: ""; background: var(--orange); opacity: .88; }
.catalog-file span { position: absolute; z-index: 1; top: 20px; right: 20px; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.catalog-file strong { font-family: "Lora", serif; font-size: 1.55rem; line-height: 1.08; }
.catalog-action .btn { width: 100%; }

.contact-list { display: grid; gap: 16px; margin-top: 34px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-icon { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; background: var(--green-950); box-shadow: 0 6px 16px rgba(18,63,44,.18); font-size: 1.1rem; font-weight: 700; line-height: 1; }
.contact-item .contact-icon { color: #fff; }
.contact-item strong { display: block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-item span { color: var(--muted); }
.form-card { padding: 38px; border-radius: var(--radius-lg); background: var(--cream); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 700; }
.field input, .field textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 14px 15px; color: var(--ink); background: white;
}
.field textarea { min-height: 132px; resize: vertical; }
.form-card .btn { width: 100%; margin-top: 18px; }
.form-status { min-height: 26px; margin-top: 10px; color: #9b4b25; font-size: .88rem; }

.site-footer { padding: 70px 0 24px; color: white; background: #0e3525; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr; gap: 60px; }
.footer-brand { max-width: 370px; }
.footer-brand .brand strong { color: white; }
.footer-brand p { margin-top: 22px; color: rgba(255,255,255,.66); }
.footer-col h3 { margin-bottom: 20px; font-size: 1rem; }
.footer-col a, .footer-col p { display: block; margin: 9px 0; color: rgba(255,255,255,.68); }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .82rem; }
.whatsapp-float {
  position: fixed; z-index: 40; right: 22px; bottom: 22px; display: flex; width: 58px; height: 58px;
  align-items: center; justify-content: center; border-radius: 50%; color: white; background: #25d366;
  box-shadow: 0 12px 30px rgba(0,0,0,.25); font-weight: 900; transition: transform .25s ease;
}
.whatsapp-float svg { width: 31px; height: 31px; color: #fff; }
.whatsapp-float:hover { transform: scale(1.08); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: absolute; top: 86px; right: 0; left: 0; display: none; padding: 22px 20px 28px;
    flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); background: var(--paper);
  }
  .nav-links.is-open { display: flex; }
  .nav-links .btn { width: 100%; }
  .intro-grid, .story-grid, .contact-grid, .service-panel { grid-template-columns: 1fr; gap: 45px; }
  .feature-grid, .category-grid, .values-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .catalog-panel { grid-template-columns: 1fr; }
  .cta-band { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .hero, .hero .container { min-height: 690px; }
  .hero::before { background: linear-gradient(180deg, rgba(10,43,29,.7), rgba(10,43,29,.96) 62%), url("images/hero-vtr.webp") 68% center/cover; }
  .hero-content { align-self: flex-end; padding: 90px 0 55px; }
  .hero .proof { gap: 15px; margin-top: 40px; }
  .hero .proof-item strong { font-size: 1.1rem; }
  .hero .proof-item span { font-size: .65rem; }
  .feature-grid, .category-grid, .values-grid, .partner-strip, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .footer-brand, .field--full { grid-column: auto; }
  .emblem-panel { min-height: 390px; }
  .service-panel, .catalog-panel, .cta-band, .form-card { padding: 28px; }
  .footer-bottom { flex-direction: column; }
  .brand strong { font-size: .92rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}







