* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  color: #1f2937;
  font-family: Montserrat, Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #073aa5;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(4, 18, 80, 0.18);
}

.header-inner,
.section-inner,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 28px;
}

.logo {
  width: 190px;
  height: 62px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.main-menu a {
  border-radius: 4px;
  padding: 12px 13px;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.main-menu a.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

.header-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #ffffff;
  color: #073aa5;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.header-button {
  flex: 0 0 auto;
  width: 172px;
  min-width: 172px;
  min-height: 42px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 13px;
  line-height: 1.1;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.button {
  padding: 16px 26px;
  font-size: 20px;
}

.header-button:hover,
.button:hover {
  transform: translateY(-2px);
  background: #123fff;
  color: #ffffff;
}

.hero {
  background: url("../images/business-discussions-cropped-shot-of-a-group-of-b-2022-10-06-01-58-11-utc-2048x1367-2.jpg") center/cover;
  color: #ffffff;
}

.hero .section-inner {
  min-height: 330px;
  display: grid;
  align-content: center;
  padding: 76px 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.hero-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #f8fbff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.hero-actions span {
  max-width: 360px;
  color: #eef4ff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.consortium-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #071632;
}

.consortium-hero::before,
.consortium-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.consortium-hero::before {
  z-index: -2;
  background: url("../images/Loja-Embracon-Consorcios-em-Curitiba-Equipe-Comprometida-e-Etica-Ademicon-Campo-Largo-Sao-Jose-dos-Pinhais-Ademicon-Servopa-HS-Enriquecer.jpg") right center/cover;
  filter: saturate(0.95) contrast(1.08);
  transform: scale(1.04);
}

.consortium-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 13, 32, 0.92) 0%, rgba(5, 13, 32, 0.72) 46%, rgba(5, 13, 32, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 13, 32, 0.08) 0%, rgba(5, 13, 32, 0.78) 100%);
}

.consortium-hero .section-inner {
  position: relative;
  min-height: min(720px, calc(100vh - 78px));
  align-content: end;
  padding: 94px 0 82px;
  text-shadow: none;
}

.consortium-hero .eyebrow {
  color: #dbeafe;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.consortium-hero h1 {
  max-width: 900px;
  color: #ffffff;
  font-size: clamp(52px, 6.2vw, 92px);
  line-height: 1;
}

.consortium-hero .hero-lead {
  max-width: 720px;
  margin-top: 24px;
  color: #eef4ff;
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 700;
}

.consortium-hero .button {
  background: #073aa5;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.eyebrow {
  margin: 0 0 12px;
  color: #dbeafe;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.1;
}

h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(42px, 7vw, 76px);
  font-weight: 800;
}

h2 {
  margin: 0 0 16px;
  color: #073aa5;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
}

h3 {
  margin: 0 0 10px;
  color: #0f2a47;
  font-size: 22px;
  font-weight: 700;
}

.section {
  padding: 86px 0;
}

.section.light {
  background: #f5f9fc;
}

.about-page {
  background: #ffffff;
  color: #0b1220;
}

.about-cinema {
  position: relative;
  display: grid;
  min-height: min(820px, calc(100vh - 78px));
  overflow: hidden;
  align-items: end;
  background: #071632;
  color: #ffffff;
}

.about-cinema::before,
.about-cinema::after {
  content: "";
  position: absolute;
  inset: 0;
}

.about-cinema::before {
  background: url("../images/business-discussions-cropped-shot-of-a-group-of-b-2022-10-06-01-58-11-utc-2048x1367-2.jpg") center/cover;
  filter: saturate(0.92) contrast(1.05);
  transform: scale(1.02);
}

.about-cinema::after {
  background:
    linear-gradient(90deg, rgba(5, 13, 32, 0.92) 0%, rgba(5, 13, 32, 0.72) 42%, rgba(5, 13, 32, 0.16) 100%),
    linear-gradient(180deg, rgba(5, 13, 32, 0.1) 0%, rgba(5, 13, 32, 0.82) 100%);
}

.about-cinema-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding: 90px 0 86px;
}

.about-kicker {
  margin: 0 0 18px;
  color: #dbeafe;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-kicker.dark {
  color: #073aa5;
}

.about-cinema h1 {
  max-width: 1040px;
  color: #ffffff;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.1;
}

.about-cinema-tagline {
  max-width: 720px;
  margin: 22px 0 0;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.25;
}

.about-cinema-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: #edf4ff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
}

.about-cinema-copy + .about-cinema-copy {
  margin-top: 18px;
}

.about-cinema-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.about-cinema-actions span {
  max-width: 320px;
  color: #dbeafe;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.about-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 3px;
  background: #073aa5;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  padding: 15px 24px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.about-primary:hover {
  transform: translateY(-2px);
  background: #0b49c9;
}

.about-story {
  background: #ffffff;
  padding: 88px 0;
}

.about-story-soft {
  background: #f7f9fc;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 72px;
  align-items: center;
}

.about-story-reverse {
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
}

.about-story-text {
  max-width: 720px;
}

.about-story-text h2,
.about-mission h2 {
  margin: 0 0 22px;
  color: #073aa5;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.14;
}

.about-story-text p,
.about-mission p {
  margin: 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.78;
}

.about-story-text p + p,
.about-mission p + p {
  margin-top: 14px;
}

.about-story-media {
  overflow: hidden;
  border-radius: 8px;
  background: #dbeafe;
  box-shadow: 0 18px 42px rgba(15, 42, 71, 0.12);
  aspect-ratio: 1 / 0.78;
}

.about-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story-media-founders {
  aspect-ratio: 1 / 1.18;
  background: #f8fafc;
}

.about-story-media-founders img {
  object-position: center top;
}

.about-mission {
  background: #ffffff;
  padding: 88px 0 78px;
}

.about-mission-content {
  max-width: 1120px;
  margin: 0 auto;
}

.about-mission .about-kicker,
.about-mission h2 {
  text-align: center;
}

.about-intro {
  padding: 110px 0 96px;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 92px;
  align-items: start;
}

.about-intro h2,
.about-founder-text h2,
.about-section-heading h2,
.about-dreams h2 {
  margin: 0;
  color: #0b1220;
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.08;
}

.about-intro-copy p,
.about-founder-text p,
.about-dreams p {
  margin: 0;
  color: #334155;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.58;
}

.about-intro-copy {
  display: grid;
  gap: 20px;
  padding-top: 40px;
}

.about-founders {
  overflow: hidden;
  background: #f5f9fc;
  padding: 98px 0;
}

.about-founders-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 82px;
  align-items: center;
}

.about-founder-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #073aa5;
}

.about-founder-visual::before {
  content: "";
  position: absolute;
  inset: 28px 28px auto auto;
  width: 46%;
  height: 34%;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.about-founder-visual img {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.about-founder-text {
  display: grid;
  gap: 20px;
}

.about-checklist {
  display: grid;
  gap: 14px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.about-checklist li {
  position: relative;
  padding-left: 28px;
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.about-checklist li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 12px;
  height: 2px;
  background: #073aa5;
}

.about-principles {
  background: #f7f9fc;
  padding: 86px 0 96px;
}

.about-section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
  background: transparent;
}

.about-principles-grid article {
  min-height: 264px;
  border: 1px solid rgba(7, 58, 165, 0.28);
  border-radius: 8px;
  background: #ffffff;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 14px 30px rgba(15, 42, 71, 0.06);
}

.about-principles-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #edf4ff;
  color: #073aa5;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.about-principles-grid h3 {
  margin: 26px 0 14px;
  color: #0b1220;
  font-size: 22px;
}

.about-principles-grid p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.about-dreams {
  background: #071632;
  color: #ffffff;
  padding: 74px 0;
}

.about-dreams-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
}

.about-dreams h2 {
  max-width: 820px;
  color: #ffffff;
}

.about-dreams p {
  max-width: 720px;
  margin-top: 18px;
  color: #dbeafe;
}

.trust-strip {
  border-bottom: 1px solid #dbeafe;
  background: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 28px 0;
}

.trust-item {
  min-height: 116px;
  border-left: 4px solid #d4ad5b;
  background: #f5f9fc;
  padding: 20px 18px;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  color: #073aa5;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.25;
}

.trust-item span {
  margin-top: 8px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.consortium-steps {
  overflow: hidden;
  border-top: 4px solid #073aa5;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
  padding: 82px 0 94px;
}

.steps-heading {
  max-width: 620px;
}

.steps-heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #4b5563;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.eyebrow.dark {
  color: #d4ad5b;
}

.steps-heading h2 {
  margin-bottom: 0;
  color: #073aa5;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.06;
}

.steps-flow {
  position: relative;
  display: grid;
  max-width: 900px;
  margin: 70px auto 0;
  gap: 62px;
}

.consortium-step {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.consortium-step:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 150px;
}

.consortium-step::before,
.consortium-step::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-color: rgba(7, 58, 165, 0.26);
  pointer-events: none;
}

.consortium-step:not(:last-child)::before {
  top: calc(50% + 45px);
  left: 75px;
  width: 0;
  height: 82px;
  border-left: 3px dashed rgba(7, 58, 165, 0.26);
}

.consortium-step:nth-child(even):not(:last-child)::before {
  right: 75px;
  left: auto;
}

.consortium-step::after {
  top: 50%;
  left: 75px;
  right: 0;
  border-top: 3px dashed rgba(7, 58, 165, 0.26);
  transform: translateY(-50%);
}

.consortium-step:nth-child(even)::after {
  right: 75px;
  left: 0;
}

.step-number,
.step-card {
  position: relative;
  z-index: 1;
}

.step-number {
  display: grid;
  width: 150px;
  height: 90px;
  place-items: center;
  border: 2px solid rgba(7, 58, 165, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: #073aa5;
  font-family: Poppins, Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(7, 58, 165, 0.09);
}

.step-number::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 22%;
  width: 56%;
  height: 3px;
  border-radius: 999px;
  background: #d4ad5b;
}

.consortium-step:nth-child(even) .step-number {
  grid-column: 2;
}

.consortium-step:nth-child(even) .step-card {
  grid-column: 1;
  grid-row: 1;
}

.step-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  align-items: center;
  min-width: 0;
  min-height: 132px;
  gap: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: linear-gradient(135deg, #073aa5 0%, #0a2d88 58%, #081329 100%);
  padding: 26px 30px;
  box-shadow: 0 22px 52px rgba(7, 58, 165, 0.18);
}

.consortium-step:nth-child(even) .step-card {
  background: linear-gradient(135deg, #0b46bb 0%, #073aa5 62%, #081329 100%);
}

.step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #d4ad5b;
}

.step-card::after {
  content: "";
  position: absolute;
  top: -74px;
  right: -52px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.step-card > * {
  position: relative;
  z-index: 1;
}

.step-card h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
}

.step-card p {
  max-width: 620px;
  margin: 0;
  color: #eef4ff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}

.step-icon {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.step-icon svg {
  width: 62px;
  height: 62px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lead {
  max-width: 900px;
  margin: 0 0 34px;
  color: #374151;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}

.image-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(15, 42, 71, 0.14);
}

.image-card img {
  width: 100%;
}

.portrait-card {
  max-width: 500px;
  justify-self: center;
}

.objective-image {
  max-width: 520px;
  justify-self: center;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  border-left: 4px solid #073aa5;
  background: #f5f9fc;
  padding: 12px 14px;
  font-weight: 700;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #cddeeb;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 42, 71, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 58, 165, 0.34);
  box-shadow: 0 18px 44px rgba(7, 58, 165, 0.14);
}

.card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.card-content p,
.text-block p,
.contact-list p {
  color: #4b5563;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  margin-top: auto;
  border: 1px solid #073aa5;
  border-radius: 4px;
  background: #073aa5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(7, 58, 165, 0.18);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.card-link:hover {
  transform: translateY(-1px);
  border-color: #0b49c9;
  background: #0b49c9;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(7, 58, 165, 0.24);
}

.section-note {
  max-width: 940px;
  margin: 28px auto 0;
  color: #526173;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.decision-box {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  margin-top: 40px;
  border: 1px solid #cddeeb;
  border-left: 5px solid #d4ad5b;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 18px 44px rgba(15, 42, 71, 0.08);
}

.decision-box .eyebrow {
  margin-bottom: 10px;
}

.decision-box h3 {
  margin: 0;
  color: #073aa5;
  font-size: clamp(24px, 3vw, 34px);
}

.decision-box ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-box li {
  position: relative;
  padding-left: 22px;
  color: #4b5563;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.decision-box li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d4ad5b;
}

.blue-band {
  background: linear-gradient(180deg, #0412bb 0%, #070304 100%);
  color: #ffffff;
  text-align: center;
}

.blue-band h2 {
  color: #ffffff;
}

.blue-band p {
  color: #f5f5f5;
}

.blue-band .split {
  text-align: left;
}

.blue-band .lead {
  color: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.contact-box {
  min-height: 170px;
  border-radius: 12px;
  background: #f5f9fc;
  padding: 28px;
}

.contact-page {
  background: #f8faf9;
  color: #111111;
}

.contact-page .section-inner {
  width: min(1420px, calc(100% - 120px));
}

.contact-hero {
  padding: 54px 0 82px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111111;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.breadcrumb a:hover {
  color: #073aa5;
}

.contact-label {
  margin: 118px 0 28px;
  color: #111111;
  font-size: 22px;
  font-weight: 700;
}

.contact-hero h1 {
  max-width: none;
  color: #111111;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(40px, 3.35vw, 68px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
}

.contact-rule {
  height: 1px;
  margin: 70px 0 0;
  background: rgba(17, 17, 17, 0.22);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
  gap: 118px;
  margin-top: 72px;
}

.contact-info-list {
  display: grid;
  gap: 30px;
}

.contact-info-row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.contact-info-row > span,
.contact-service > span,
.contact-social > span {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.contact-info-row a,
.contact-info-row strong,
.contact-service > a,
.contact-press a {
  color: #111111;
  font-size: clamp(24px, 1.75vw, 34px);
  font-weight: 700;
  line-height: 1.1;
}

.contact-info-row strong {
  font-size: clamp(22px, 1.5vw, 28px);
}

.contact-service > a {
  display: block;
  margin-top: 8px;
}

.contact-service p,
.contact-press p {
  max-width: 540px;
  margin: 16px 0 0;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.contact-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 46px;
}

.contact-social a {
  border-bottom: 1px solid transparent;
  color: #111111;
  font-size: 15px;
  font-weight: 800;
}

.contact-social a:hover {
  border-bottom-color: currentColor;
}

.contact-form-section {
  padding: 56px 0 88px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.78fr);
  gap: 150px;
}

.contact-form h2,
.contact-press h2 {
  margin: 0 0 26px;
  color: #111111;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 2.05vw, 38px);
  font-weight: 700;
  line-height: 1.16;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label:not(.contact-consent) {
  display: grid;
  gap: 8px;
}

.contact-form label:not(.contact-consent) span {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.24);
  border-radius: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: 18px;
  outline: none;
  padding: 2px 0 8px;
}

.contact-form textarea {
  min-height: 82px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: #073aa5;
}

.contact-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  color: #111111;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.contact-consent input {
  width: 18px;
  height: 18px;
  accent-color: #073aa5;
}

.contact-submit {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 300px;
  min-height: 64px;
  padding: 0 48px;
  border: 0;
  border-radius: 0;
  background: #073aa5;
  clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
  color: #ffffff;
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.contact-submit:hover {
  background: #0b49c9;
  filter: saturate(1.05);
  transform: translateY(-2px);
}

.contact-press {
  padding-top: 2px;
}

.contact-press .contact-rule {
  margin: 38px 0 30px;
}

.contact-press a {
  display: inline-block;
  font-size: clamp(22px, 2.1vw, 28px);
}

.contact-page .whatsapp-floating,
.contact-page .floating-whatsapp,
.contact-page .joinchat,
.contact-page .wpr-floating-whatsapp {
  display: none !important;
}

.site-footer {
  background: #073aa5;
  color: #ffffff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 34px;
  padding: 52px 0;
}

.footer-logo {
  width: 190px;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.social-links a {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.social-links a:hover {
  background: #ffffff;
  color: #073aa5;
}

.footer-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 22px;
}

.footer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list a:hover {
  color: #dbeafe;
}

.main-menu a:hover,
.main-menu a.active {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.main-menu a.is-disabled:hover,
.main-menu a.is-disabled.active {
  transform: none;
  background: transparent;
}

.copyright {
  background: #081329;
  padding: 16px 20px;
  color: #e5e7eb;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .header-inner {
    min-height: 78px;
    gap: 14px;
  }

  .header-inner,
  .section-inner,
  .footer-inner {
    width: min(1180px, calc(100% - 32px));
  }

  .logo {
    width: 154px;
    height: 54px;
  }

  .main-menu {
    flex: 1 1 auto;
    gap: 6px;
    font-size: 13px;
  }

  .main-menu a {
    padding: 10px 8px;
  }

  .header-button {
    width: 146px;
    min-width: 146px;
    padding: 11px 14px;
    font-size: 13px;
  }

  .split,
  .cards,
  .contact-grid,
  .decision-box,
  .trust-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 0;
  }

  .hero .section-inner {
    min-height: 390px;
    padding: 56px 0;
  }

  .consortium-hero .section-inner {
    min-height: 580px;
    padding: 70px 0;
  }

  .consortium-hero h1 {
    max-width: 760px;
    font-size: clamp(44px, 8vw, 68px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .consortium-hero .hero-lead {
    max-width: 620px;
  }

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

  .trust-grid {
    padding: 22px 0;
  }

  .decision-box {
    align-items: start;
    gap: 24px;
    padding: 24px;
  }

  .consortium-steps {
    padding: 56px 0 66px;
  }

  .steps-flow {
    width: 100%;
    max-width: 100%;
    margin-top: 42px;
    gap: 28px;
  }

  .consortium-step,
  .consortium-step:nth-child(even) {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
  }

  .consortium-step::after {
    display: none;
  }

  .consortium-step:not(:last-child)::before,
  .consortium-step:nth-child(even):not(:last-child)::before {
    top: 58px;
    left: 28px;
    right: auto;
    height: calc(100% + 16px);
    border-left-width: 2px;
  }

  .step-number {
    width: 56px;
    height: 58px;
    font-size: 24px;
  }

  .consortium-step:nth-child(even) .step-number {
    grid-column: 1;
  }

  .consortium-step:nth-child(even) .step-card {
    grid-column: 2;
  }

  .step-card {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
    padding: 20px 16px 22px;
  }

  .step-card h3 {
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .step-card p {
    font-size: 14px;
  }

  .step-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  .step-icon svg {
    width: 38px;
    height: 38px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .about-cinema {
    min-height: 680px;
  }

  .about-cinema-inner {
    width: min(1180px, calc(100% - 48px));
    padding: 82px 0 58px;
  }

  .about-cinema h1 {
    max-width: 620px;
    font-size: clamp(38px, 6.5vw, 56px);
  }

  .about-cinema-copy {
    max-width: 520px;
    font-size: 17px;
  }

  .about-story,
  .about-mission,
  .about-intro,
  .about-founders,
  .about-principles {
    padding: 72px 0;
  }

  .about-story-grid,
  .about-story-reverse,
  .about-intro-grid,
  .about-founders-grid,
  .about-dreams-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-story-media {
    max-width: 520px;
  }

  .about-intro-copy {
    padding-top: 0;
  }

  .about-founder-visual {
    min-height: 520px;
  }

  .about-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-dreams {
    padding: 60px 0;
  }

  .contact-page .section-inner {
    width: min(720px, calc(100% - 80px));
  }

  .contact-hero {
    padding: 40px 0 58px;
  }

  .contact-label {
    margin-top: 72px;
    font-size: 16px;
  }

  .contact-hero h1 {
    max-width: none;
    font-size: clamp(28px, 3.35vw, 34px);
  }

  .contact-rule {
    margin-top: 42px;
  }

  .contact-info-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr);
    gap: 72px;
  }

  .contact-info-grid {
    margin-top: 50px;
  }

  .contact-info-row {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
  }

  .contact-info-row > span,
  .contact-service > span,
  .contact-social > span {
    font-size: 14px;
  }

  .contact-info-row a,
  .contact-info-row strong,
  .contact-service > a,
  .contact-press a {
    font-size: 20px;
  }

  .contact-service p,
  .contact-press p {
    font-size: 14px;
  }

  .contact-info-list {
    gap: 24px;
  }

  .contact-social {
    gap: 14px;
    margin-top: 32px;
  }

  .contact-social a {
    font-size: 12px;
  }

  .contact-form-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr);
    gap: 76px;
  }

  .contact-form-section {
    padding: 56px 0 70px;
  }

  .contact-form h2,
  .contact-press h2 {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .contact-form {
    gap: 18px;
  }

  .contact-form label:not(.contact-consent) {
    gap: 8px;
  }

  .contact-form textarea {
    min-height: 72px;
  }

  .contact-form label:not(.contact-consent) span,
  .contact-form input:not([type="checkbox"]),
  .contact-form textarea {
    font-size: 14px;
  }

  .contact-consent {
    font-size: 11px;
  }

  .contact-submit {
    min-width: 240px;
    min-height: 54px;
    padding: 0 36px;
    font-size: 15px;
  }

  .contact-press .contact-rule {
    margin: 34px 0 26px;
  }
}

@media (max-width: 767px) {
  .header-inner {
    min-height: 72px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0;
  }

  .logo {
    width: 146px;
    height: 50px;
  }

  .main-menu {
    order: 3;
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 10px;
    font-size: 12px;
  }

  .main-menu a {
    padding: 9px 8px;
  }

  .header-button {
    width: 142px;
    min-width: 142px;
    min-height: 40px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .consortium-hero::before {
    background-position: 62% center;
  }

  .consortium-hero::after {
    background:
      linear-gradient(90deg, rgba(5, 13, 32, 0.94) 0%, rgba(5, 13, 32, 0.78) 58%, rgba(5, 13, 32, 0.42) 100%),
      linear-gradient(180deg, rgba(5, 13, 32, 0.1) 0%, rgba(5, 13, 32, 0.82) 100%);
  }

  .consortium-hero .section-inner {
    min-height: 520px;
    padding: 54px 0;
  }

  .consortium-hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.04;
  }

  .consortium-hero .hero-lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .steps-heading h2 {
    font-size: clamp(30px, 8vw, 36px);
  }

  .step-card {
    width: min(330px, calc(100vw - 112px));
    max-width: min(330px, calc(100vw - 112px));
    justify-self: start;
  }

  .step-card h3 {
    font-size: 20px;
  }

  .step-card p {
    font-size: 13px;
    line-height: 1.45;
  }

  .contact-page .section-inner {
    width: min(1180px, calc(100% - 32px));
  }

  .contact-hero {
    padding: 34px 0 44px;
  }

  .breadcrumb {
    gap: 8px;
    font-size: 11px;
  }

  .contact-label {
    margin: 52px 0 18px;
    font-size: 20px;
  }

  .contact-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .contact-rule {
    margin-top: 38px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 40px;
  }

  .contact-info-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-info-row > span,
  .contact-service > span,
  .contact-social > span {
    font-size: 17px;
  }

  .contact-info-row a,
  .contact-info-row strong,
  .contact-service > a,
  .contact-press a {
    font-size: 25px;
    overflow-wrap: anywhere;
  }

  .contact-service p,
  .contact-press p {
    font-size: 17px;
  }

  .contact-social {
    gap: 16px;
    margin-top: 30px;
  }

  .contact-form-section {
    padding: 40px 0 58px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .contact-form h2,
  .contact-press h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .contact-form {
    gap: 16px;
  }

  .contact-form label:not(.contact-consent) {
    gap: 7px;
  }

  .contact-form label:not(.contact-consent) span,
  .contact-form input:not([type="checkbox"]),
  .contact-form textarea {
    font-size: 17px;
  }

  .contact-consent {
    gap: 12px;
    font-size: 13px;
  }

  .contact-form textarea {
    min-height: 78px;
  }

  .contact-submit {
    justify-self: stretch;
    min-width: 0;
    min-height: 66px;
    padding: 0 28px;
    gap: 16px;
    font-size: 21px;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  }

  .contact-press .contact-rule {
    margin: 36px 0 26px;
  }

  .about-cinema {
    min-height: 640px;
  }

  .about-cinema::before {
    background-position: 58% center;
  }

  .about-cinema::after {
    background:
      linear-gradient(90deg, rgba(5, 13, 32, 0.92) 0%, rgba(5, 13, 32, 0.76) 62%, rgba(5, 13, 32, 0.46) 100%),
      linear-gradient(180deg, rgba(5, 13, 32, 0.08) 0%, rgba(5, 13, 32, 0.88) 100%);
  }

  .about-cinema-inner {
    width: min(1180px, calc(100% - 32px));
    padding: 62px 0 42px;
  }

  .about-kicker {
    font-size: 11px;
  }

  .about-cinema h1 {
    max-width: 100%;
    font-size: clamp(30px, 7.8vw, 34px);
    line-height: 1.08;
  }

  .about-cinema-copy {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.48;
  }

  .about-cinema-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-story,
  .about-mission,
  .about-intro,
  .about-founders,
  .about-principles {
    padding: 54px 0;
  }

  .about-story-text h2,
  .about-mission h2,
  .about-intro h2,
  .about-founder-text h2,
  .about-section-heading h2,
  .about-dreams h2 {
    font-size: clamp(28px, 7vw, 34px);
    line-height: 1.1;
  }

  .about-story-text p,
  .about-mission p,
  .about-intro-copy p,
  .about-founder-text p,
  .about-dreams p {
    font-size: 15px;
    line-height: 1.5;
  }

  .about-story-grid,
  .about-story-reverse {
    gap: 28px;
  }

  .about-story-media {
    max-width: 100%;
    aspect-ratio: 4 / 3;
  }

  .about-founder-visual {
    min-height: 420px;
  }

  .about-principles-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .about-principles-grid article {
    min-height: 0;
    padding: 24px 22px;
  }

  .about-principles-grid h3 {
    margin-top: 26px;
  }

  .about-dreams {
    padding: 48px 0;
  }
}
