/* Videokommandó — static rebuild */

:root {
  --ink: #1a242c;
  --navy: #283d4b;
  --navy-deep: #1c2c37;
  --navy-soft: #344d5e;
  --accent: #f47a55;
  --accent-hover: #e06540;
  --sand: #e5e3e0;
  --sand-light: #f3f1ee;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.65);
  --text: #2d3940;
  --text-soft: #5a6872;
  --line: rgba(40, 61, 75, 0.12);
  --radius: 6px;
  --shadow: 0 18px 50px rgba(28, 44, 55, 0.14);
  --max: 1120px;
  --font-display: "Josefin Sans", sans-serif;
  --font-body: "Open Sans", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

a:hover {
  color: var(--accent-hover);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 0.6em;
}

p {
  margin: 0 0 1em;
}

ul {
  margin: 0 0 1.25em;
  padding-left: 1.2em;
}

li + li {
  margin-top: 0.45em;
}

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 72px;
}

.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  color: var(--navy);
  text-transform: uppercase;
}

.logo span {
  color: var(--accent);
}

.logo:hover {
  color: var(--navy);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--navy);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.01em;
}

.nav-list a:hover,
.nav-list a[aria-current="page"] {
  color: var(--accent);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55em 1.1em;
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  color: var(--accent) !important;
  background: transparent;
}

.nav-cta:hover {
  background: var(--accent);
  color: var(--white) !important;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 0.85em 1.6em;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.btn-accent:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--white);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  border-color: var(--white);
  color: var(--white);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--navy);
}

.btn-ghost {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent);
}

.btn-ghost:hover {
  background: var(--accent);
  color: var(--white);
}

/* Hero */

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(244, 122, 85, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(128, 103, 79, 0.28), transparent 50%),
    linear-gradient(145deg, var(--navy-deep) 0%, var(--navy) 55%, #3a4f5c 100%);
  color: var(--white);
  padding: clamp(4.5rem, 10vw, 8rem) 0 clamp(4rem, 8vw, 6.5rem);
}

.hero::before {
  content: "VIDEÓ";
  position: absolute;
  left: -2%;
  bottom: -8%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(5rem, 22vw, 16rem);
  line-height: 0.85;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, transparent 49.5%, rgba(255, 255, 255, 0.04) 50%, transparent 50.5%),
    linear-gradient(0deg, transparent 0%, transparent 49.5%, rgba(255, 255, 255, 0.03) 50%, transparent 50.5%);
  background-size: 48px 48px;
  opacity: 0.5;
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 5.5vw, 3.75rem);
  max-width: none;
  width: 100%;
  margin-bottom: 1rem;
  animation: rise 0.7s ease both;
}

.hero-lead {
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.15rem;
  margin-bottom: 2rem;
  animation: rise 0.7s ease 0.1s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  animation: rise 0.7s ease 0.2s both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Page hero (subpages) */

.page-hero {
  background:
    linear-gradient(120deg, var(--navy-deep), var(--navy) 60%, rgba(128, 103, 79, 0.55));
  color: var(--white);
  padding: clamp(3.5rem, 8vw, 5.5rem) 0 3.5rem;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: attr(data-watermark);
  position: absolute;
  right: -2%;
  bottom: -18%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(4rem, 16vw, 11rem);
  color: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  pointer-events: none;
}

.page-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  margin-bottom: 0.35em;
}

.page-hero p {
  color: var(--muted);
  font-size: 1.2rem;
  margin: 0;
  max-width: 32rem;
}

/* Sections */

.section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.section-sand {
  background: var(--sand);
}

.section-muted {
  background: var(--sand-light);
}

.section-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.75rem;
}

.section-head h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.section-head p {
  color: var(--text-soft);
  margin: 0;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

/* Services */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.service {
  padding: 1.5rem 1.4rem 1.6rem;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 100%;
  text-decoration: none;
}

.service:hover {
  transform: translateY(-4px);
  background: var(--navy-soft);
  border-color: rgba(244, 122, 85, 0.45);
  color: var(--white);
}

.service-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  color: var(--accent);
}

.service-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service h3 {
  color: var(--white);
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

.service p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  margin: 0;
  flex: 1;
}

.services-cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* Benefits */

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.benefit-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(244, 122, 85, 0.12);
  color: var(--accent);
  display: grid;
  place-items: center;
}

.benefit-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit h3 {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 0.35em;
}

.benefit p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.98rem;
}

/* Content blocks (subpages) */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
}

.panel h2,
.panel h3 {
  font-size: 1.35rem;
}

.questions {
  display: grid;
  gap: 1rem;
}

.question {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1.15rem 1.25rem;
  background: var(--sand-light);
  border-radius: var(--radius);
  border-left: 3px solid var(--accent);
}

.question-mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--accent);
  line-height: 1;
}

.question h3 {
  font-size: 1.05rem;
  margin: 0;
}

.steps {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin: 0;
}

.steps li::before {
  content: counter(step);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.steps h3 {
  font-size: 1.05rem;
  text-transform: uppercase;
  margin: 0.15em 0 0.35em;
}

.steps p {
  margin: 0;
  color: var(--text-soft);
}

.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.price-list li {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.15rem;
  background: var(--sand-light);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.price-list strong {
  font-family: var(--font-display);
  color: var(--navy);
}

.price-list span {
  font-weight: 700;
  color: var(--accent);
}

.center-cta {
  text-align: center;
  margin-top: 2rem;
}

/* Quote / form */

.quote {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(244, 122, 85, 0.18), transparent 50%),
    linear-gradient(70deg, var(--navy) 0%, rgba(128, 103, 79, 0.55) 100%);
  color: var(--white);
  padding: clamp(4rem, 9vw, 6.5rem) 0;
}

.quote::before {
  content: "kapcsolat";
  position: absolute;
  left: 50%;
  bottom: -0.15em;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(4rem, 14vw, 10rem);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.07);
  filter: blur(4px);
  pointer-events: none;
  white-space: nowrap;
}

.quote .container {
  position: relative;
  z-index: 1;
}

.quote-head {
  margin-bottom: 2rem;
}

.quote-head h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 0.35em;
}

.quote-head p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin: 0;
}

.quote-form {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field label {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.field input,
.field textarea {
  width: 100%;
  padding: 0.9em 1em;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.12);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.captcha-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.captcha {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-display);
  font-weight: 600;
}

.captcha input {
  width: 4.5rem;
  padding: 0.65em 0.7em;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  text-align: center;
}

.captcha input:focus {
  outline: none;
  border-color: var(--accent);
}

.form-message {
  display: none;
  padding: 0.9em 1em;
  border-radius: var(--radius);
  font-weight: 600;
}

.form-message.is-visible {
  display: block;
}

.form-message.success {
  background: rgba(0, 208, 130, 0.18);
  border: 1px solid rgba(0, 208, 130, 0.45);
  color: #9ef0c8;
}

.form-message.error {
  background: rgba(244, 122, 85, 0.18);
  border: 1px solid rgba(244, 122, 85, 0.5);
  color: #ffd0c0;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* Contact */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.contact-item h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.4em;
}

.contact-item a,
.contact-item p {
  color: var(--text);
  font-size: 1.15rem;
  margin: 0;
}

.contact-item a:hover {
  color: var(--accent);
}

.contact-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.85rem;
  color: var(--accent);
}

.contact-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Footer */

.site-footer {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
  padding: 1.75rem 0;
  text-align: center;
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}

/* Reveal on scroll */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */

@media (max-width: 960px) {
  .services-grid,
  .benefits-grid,
  .split {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 0.75rem 1.25rem 1.25rem;
    display: none;
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .nav-list a {
    display: block;
    padding: 0.75rem 0.5rem;
  }

  .nav-cta {
    justify-content: center;
  }

  .services-grid,
  .benefits-grid,
  .split,
  .form-row,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .captcha-row {
    flex-direction: column;
    align-items: stretch;
  }

  .captcha-row .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero h1,
  .hero-lead,
  .hero-actions,
  .reveal {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
