/*
  Theme Name: Factoria Creativa Child
  Theme URI: https://www.factoriacreativabarcelona.es/
  Description:  A lightweight and minimalist WordPress theme for Factoria Creativa
  Author: Factoria Creativa
  Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
  Template: factoria-creativa
  Text Domain: factoria-creativa-child
  Stable tag: 2.8.1
  Requires at least: 5.9
  Tested up to: 6.2
  Requires PHP: 8.0
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/************************************************General**********************************************************/

/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&family=Gilda+Display&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap"); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /********************General**********************************/
  --fc-main-padding: 0 7rem;
  --fc-main-vertical-padding: 10rem 0rem;
  --fc-main-content: 140rem;
  --fc-main-width: 160rem;
  --fc-max-width: 240rem;

  --fc-main-gap: 6rem;

  /***************Template styles *****************/

  --color-background: hsl(0, 0%, 100%);
  --color-foreground: hsl(0, 0%, 5%);
  --color-muted: hsl(0, 0%, 96%);
  --color-muted-foreground: hsl(0, 0%, 45%);
  --color-border: hsl(0, 0%, 90%);
  --color-primary: hsl(0, 0%, 5%);
  --color-primary-foreground: hsl(0, 0%, 100%);

  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;

  /*********************Fonts*****************************/
  --fc-main-font: "Josefin Sans", sans-serif;
  /******************Colors*******************************/
  --fc-color-main-text: #60605e;
  /* Primary p */
}

html {
  /* font-size: 10px; */
  /* 10px/16px = 0.625 */
  /* font-size: 62.5%; */
  font-family: var(--font-body);
  overflow-x: hidden;
  /* May not work on Safari */
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--color-foreground);
  line-height: 1.6;
  font-feature-settings: "ss01", "ss02", "cv01";
  background-color: var(--color-background);
  max-width: var(--fc-max-width);
  margin: 0 auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

body p {
  margin-bottom: 2rem;
}

div p:last-of-type {
  margin-bottom: 0;
}

.post-template-default div p:last-of-type {
  margin-bottom: 2rem;
}

body h1 {
  /* font-family: var(--fc-secondary-font);
  font-size: 7rem;
  font-weight: 400;
  line-height: 1.2; */
  margin: 0;
  margin-bottom: 3rem;
}

body h2 {
  margin-bottom: 2.5rem;
}

body h3 {
  margin-bottom: 1rem;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

ul:not([class]),
ol:not([class]) {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

/************************************General Fonts************************************/

.factoria__h1,
h1 {
  margin: 0;
}

.factoria__h2,
h2 {
  margin: 0;
}

.factoria__paragraphs,
p,
li {
  margin: 0;
}

.factoria__h3,
h3 {
  margin: 0;
}

/***********************General Styles***************************/

.factoria__main-content {
  width: 100%;
  padding: var(--fc-main-padding);
  display: flex;
  justify-content: center;
  max-width: var(--fc-max-width);
  margin: 0 auto;
}

.factoria__inner-content {
  max-width: var(--fc-main-width);
  width: 100%;
}

#factoria-main-content {
  padding: var(--fc-main-vertical-padding);
}

.factoria__fit-content {
  max-width: var(--fc-main-content);
  width: 100%;
}

/*************************************Gtranslate************************************/

.gtranslate_wrapper {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding: 1rem;
}

.gtranslate_wrapper .glink {
  color: var(--fc-color-black, #484848);
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.gt-current--lg {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--fc-color-black, #484848);
}

.header_menu_one > .menu-item.has_submenu::after {
  content: "\f107";
  cursor: pointer;
  float: right;
  border: none;
  font-family: "FontAwesome";
  position: absolute;
  right: -20px;
  top: 60%;
  transform: translateY(-60%);
  transition: all 0.25s ease-in;
  font-size: 1.5rem;
  color: var(--fc-color-black, #484848);
}

/****************************Copyright*******************************/

.copyright-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  display: inline;
  color: var(--fc-blue);
  a {
    display: inline;
    text-decoration: none;
    color: var(--fc-blue);
  }
  p {
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
  }
}

/**************************************Media Queries****************************************/

/**********************Portatiles********************************/
@media (max-width: 1300px) {
}

/**********************Tablets********************************/
@media (max-width: 1090px) {
  :root {
    --fc-main-padding: 0 4.5rem;
  }
}

/**********************Small tablets********************************/
@media (max-width: 850px) {
  :root {
    --fc-main-padding: 0 4rem;
  }
}

/**********************Mobiles*******************************/
@media (max-width: 540px) {
}

/**********************Small Mobiles*******************************/
@media (max-width: 360px) {
  :root {
    --fc-main-padding: 0 3rem;
  }
}

/* ===== BASE STYLES ===== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-body);
}

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

ul {
  list-style: none;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 1024px) {
  .container {
    padding: 0 3rem;
  }
}

.custom_logo_wrapper {
  position: relative;
}

.secondary__logo {
  position: absolute;
  top: 0;
  left: -1.6px;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.scrolled .secondary__logo {
  opacity: 1;
}

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.3s ease;
  background-color: transparent;
}

.header.scrolled {
  background-color: var(--color-background);
  border-bottom: 1px solid var(--color-border);
}

.header__inner {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  gap: 1rem;
}

.header__logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  transition: all 0.3s ease-in-out;
}

.header__logo img {
  max-width: 200px;
}

.scrolled .header__logo {
  color: var(--color-foreground);
}

.header__nav {
  display: none;
  margin-left: auto;
}

@media (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}

.header__nav-link {
  font-size: 0.875rem;
  color: var(--color-muted-foreground);
  transition: color 0.3s ease;
}

.header__nav-link:hover {
  color: white;
  opacity: 0.8;
}

.scrolled .header__nav-link:hover {
  color: var(--color-foreground);
}

.header__cta {
  display: none;
  padding: 0.75rem 1.5rem;
  background-color: var(--color-foreground);
  color: var(--color-background);
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.header__cta:hover {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .header__cta {
    display: inline-block;
  }
}

.header__mobile-toggle {
  display: block;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
  margin-left: auto;
  transition: all 0.3 ease-in;
}

.header__mobile-toggle:hover {
  opacity: 0.9;
}

.scrolled .header__mobile-toggle {
  color: var(--color-foreground);
}

@media (min-width: 768px) {
  .header__mobile-toggle {
    display: none;
  }

  .hero {
    min-height: 40vh;
  }
}

.header__mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--color-background);
  border-bottom: 1px solid var(--color-border);
  padding: 1.5rem;
}

.header__mobile-menu.active {
  display: block;
}

.header__mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header__mobile-cta__wrapper {
  display: flex;
  justify-content: flex-start;
}

.header__mobile-cta {
  width: auto;
  padding: 0.75rem 1.5rem;
  background-color: var(--color-foreground);
  color: var(--color-background);
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}

/* ===== HERO SECTION ===== */
.hero {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding: 8rem 1.5rem 4rem;
  position: relative;
  background-color: var(--color-foreground);
}

.hero > div {
  width: 100%;
}

.hero-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.hero__tag {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--color-muted-foreground);
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.hero__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  max-width: 900px;
  color: var(--color-primary-foreground);
  display: flex;
  flex-direction: column;
}

.hero__title > span:last-of-type {
  color: var(--color-primary-foreground);
  opacity: 0.4;
}
.service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem; /* py-4 px-8 */
  background-color: var(--color-primary-foreground);
  color: hsl(var(--color-primary));
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  transition: background-color 0.2s ease-in-out;
}

.service-button:hover {
  opacity: 0.9;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem; /* py-4 px-8 */
  border: 1px solid hsla(0, 0%, 100%, 0.341);
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.708);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  transition: background-color 0.2s ease-in-out;
}

.contact-button:hover {
  background-color: hsla(0, 0%, 100%, 0.129);
}

@media (min-width: 768px) {
  .hero__title {
    font-size: 4.5rem;
  }
}

@media (min-width: 1024px) {
  .hero__title {
    font-size: 5.5rem;
  }
}

.hero__subtitle {
  font-size: 1.125rem;
  color: var(--color-muted-foreground);
  max-width: 600px;
  margin-bottom: 3rem;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .hero__actions {
    flex-direction: row;
  }
}

.hero__btn {
  padding: 1rem 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero__btn--primary {
  background-color: var(--color-foreground);
  color: var(--color-background);
}

.hero__btn--primary:hover {
  opacity: 0.9;
}

.hero__btn--secondary {
  background-color: transparent;
  color: var(--color-foreground);
  border: 1px solid var(--color-border);
}

.hero__btn--secondary:hover {
  background-color: var(--color-muted);
}

.hero__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-muted-foreground);
  font-size: 0.75rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.hero__stats {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.172);
  background-color: var(--color-foreground);
  color: var(--color-background);
}

.hero__stats-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

@media (min-width: 768px) {
  .hero__stats-inner {
    grid-template-columns: repeat(4, 1fr);
  }

  .hero__stats {
    position: relative;
    position: absolute;
  }
}

.hero__stat {
  padding: 1.5rem;
  background-color: var(--color-foreground);
  text-align: center;
}

.hero__stat-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .hero__stat-value {
    font-size: 2rem;
  }
}

.hero__stat-label {
  font-size: 0.75rem;
  opacity: 0.7;
}

/* ===== ABOUT SECTION ===== */
.about {
  padding: 6rem 0;
  background-color: var(--color-muted);
}

.about__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .about__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.about__tag {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--color-muted-foreground);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.about__title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .about__title {
    font-size: 5.1rem;
  }
}

.about__text {
  color: var(--color-muted-foreground);
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.about__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about__visual-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1;
  background-color: var(--color-foreground);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-background);
}

.about__visual-title {
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.about__visual-title img {
  max-width: 200px;
}

.about__visual-subtitle {
  font-size: 0.875rem;
  opacity: 0.7;
  letter-spacing: 0.1em;
}

.about__visual-accent {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 6rem;
  height: 6rem;
  border: 1px solid var(--color-foreground);
}

/* ===== SERVICES SECTION ===== */
.services {
  padding: 6rem 0;
  background-color: var(--color-background);
}

.services__header {
  margin-bottom: 4rem;
}

.services__tag {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--color-muted-foreground);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.services__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .services__title {
    font-size: 3rem;
  }
}

.services__subtitle {
  font-size: 1.125rem;
  color: var(--color-muted-foreground);
  max-width: 600px;
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background-color: var(--color-border);
}

@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.services__item {
  padding: 2rem;
  background-color: var(--color-background);
  transition: all 0.3s ease;
}

.services__item:hover {
  background-color: var(--color-foreground);
  color: var(--color-background);
}

.services__item:hover .services__item-icon,
.services__item:hover .services__item-title {
  color: var(--color-background);
}

.services__item:hover .services__item-desc {
  color: hsla(0, 0%, 100%, 0.7);
}

.services__item-icon {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: var(--color-foreground);
  transition: color 0.3s ease;
}

.services__item-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.services__item-desc {
  font-size: 0.875rem;
  color: var(--color-muted-foreground);
  transition: color 0.3s ease;
}

/* ===== PLATFORM EXPERTISE SECTION ===== */
.expertise {
  padding: 6rem 0;
  background-color: var(--color-background);
}

.expertise__header {
  margin-bottom: 4rem;
}

.expertise__tag {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--color-muted-foreground);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.expertise__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .expertise__title {
    font-size: 3rem;
  }
}

.expertise__subtitle {
  font-size: 1.125rem;
  color: var(--color-muted-foreground);
  max-width: 800px;
}

.expertise__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background-color: var(--color-border);
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .expertise__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.expertise__item {
  padding: 2rem;
  background-color: var(--color-background);
  transition: all 0.3s ease-in;
}

.expertise__item:hover {
  background-color: var(--color-foreground);
  color: var(--color-background);
}

.expertise__item--highlighted {
  background-color: var(--color-foreground);
  color: var(--color-background);
}

.expertise__item-icon {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.expertise__item--highlighted .expertise__item-icon {
  color: var(--color-background);
}

.expertise__item-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.expertise__item-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.expertise__item-point {
  font-size: 0.875rem;
  color: var(--color-muted-foreground);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.expertise__item--highlighted .expertise__item-point {
  color: hsla(0, 0%, 100%, 0.8);
}

.expertise__footer {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.expertise__footer-text {
  font-size: 1.125rem;
  color: var(--color-muted-foreground);
}

.expertise__footer-text strong {
  color: var(--color-foreground);
  font-weight: 600;
}

/* ===== PROCESS SECTION ===== */
.process {
  padding: 6rem 0;
  background-color: var(--color-muted);
}

.process__header {
  margin-bottom: 4rem;
}

.process__tag {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--color-muted-foreground);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.process__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .process__title {
    font-size: 3rem;
  }
}

.process__subtitle {
  font-size: 1.125rem;
  color: var(--color-muted-foreground);
  max-width: 700px;
}

.process__timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .process__timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

.process__phase {
  position: relative;
  padding: 2rem;
  background-color: var(--color-background);
  border: 1px solid var(--color-border);
}

@media (min-width: 768px) {
  .process__phase {
    border-right: none;
  }

  .process__phase:last-child {
    border-right: 1px solid var(--color-border);
  }
}

.process__phase-header {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.process__phase-number {
  font-size: 4.5rem;
  font-weight: 700;
  color: hsl(0, 0%, 5%, 0.1);
  text-transform: uppercase;
  line-height: 1;
}

.process__phase-duration {
  font-size: 0.875rem;
  color: var(--color-muted-foreground);
  letter-spacing: 0.2em;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.process__phase-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.process__phase-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.process__phase-point {
  font-size: 0.875rem;
  color: var(--color-muted-foreground);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.process__phase-point i {
  color: var(--color-foreground);
  margin-top: 0.25rem;
}

.process__results {
  background-color: var(--color-foreground);
  color: var(--color-background);
  padding: 2rem;
}

.process__results-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.process__results-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.process__results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (min-width: 768px) {
  .process__results-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.process__result {
  text-align: center;
}

.process__result-value {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.process__result-label {
  font-size: 0.75rem;
  opacity: 0.7;
}

/****** Process Stadistics *********************/

.process__stats {
  margin-top: 4rem;
  background-color: var(--color-foreground);
  padding: 2rem;
}

.process__stats-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.process__stats-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-background);
  margin-bottom: 0.5rem;
}

.process__stats-description {
  color: rgba(255, 255, 255, 0.7);
}

.process__stats-metrics {
  display: flex;
  gap: 3rem;
}

.process__metric {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.process__metric-value {
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--color-background);
  line-height: 1;
  margin-bottom: 0;
}

.process__metric-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .process__stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process__stats-content {
    grid-column: span 2;
  }

  .process__stats-metrics {
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .process__stats {
    margin-top: 6rem;
    padding: 3rem;
  }

  .process__stats-title {
    font-size: 1.875rem;
  }

  .process__metric-value {
    font-size: 3rem;
  }
}

/* ===== BRAND EXPERIENCE SECTION ===== */
.brand-exp {
  padding: 6rem 0;
  background-color: var(--color-background);
}

.brand-exp__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .brand-exp__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.brand-exp__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background-color: var(--color-border);
}

@media (min-width: 640px) {
  .brand-exp__features {
    grid-template-columns: repeat(2, 1fr);
  }
}

.brand-exp__feature {
  padding: 2rem;
  background-color: var(--color-background);
}

.brand-exp__feature-icon {
  font-size: 1.5rem;
  color: var(--color-foreground);
  margin-bottom: 1rem;
}

.brand-exp__feature-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.brand-exp__feature-desc {
  font-size: 0.875rem;
  color: var(--color-muted-foreground);
}

.brand-exp__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-exp__tag {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--color-muted-foreground);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.brand-exp__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .brand-exp__title {
    font-size: 3rem;
  }
}

.brand-exp__text {
  font-size: 1.125rem;
  color: var(--color-muted-foreground);
  margin-bottom: 1rem;
}

/* ===== CONTACT SECTION ===== */
.contact {
  padding: 6rem 0;
  background-color: var(--color-foreground);
}

.contact__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .contact__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.contact__content {
  display: flex;
  flex-direction: column;
}

.contact__tag {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: hsl(0, 0%, 70%, 0.7);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.contact__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  margin-bottom: 1.5rem;
}

.contact__cta {
  display: inline-flex; /* inline-flex */
  align-items: center; /* items-center */
  gap: 0.75rem; /* gap-3 */
  margin-top: 3rem;

  color: white;
  font-weight: 600; /* font-semibold */
  font-size: 1.25rem; /* text-xl */
  text-decoration: none;

  transition: all 0.3s ease; /* transition-all */
}

.contact__cta-icon {
  width: 1.5rem; /* w-6 */
  height: 1.5rem; /* h-6 */
  transition: transform 0.3s ease; /* transition-transform */
}

.contact__cta:hover {
  gap: 1rem; /* hover:gap-4 */
}

.contact__cta:hover .contact__cta-icon {
  transform: translate(0.25rem, -0.25rem); /* group-hover translate */
}

@media (min-width: 768px) {
  .contact__title {
    font-size: 3rem;
  }
}

@media (min-width: 1280px) {
  .hero {
    min-height: 100vh;
  }
}

.contact__text {
  font-size: 1.125rem;
  color: hsl(0, 0%, 70%, 0.7);
}

.contact__info {
  display: flex;
  flex-direction: column;
}

.contact__divider {
  padding-top: 2rem; /* pt-8 */
  border-top: 1px solid hsl(0, 0%, 70%, 0.7);
  margin-top: 1rem;
}

.contact__divider-text {
  color: hsl(0, 0%, 70%, 0.7);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact__item-square {
  border: 1px solid hsl(0, 0%, 100%, 0.3);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  padding-left: 0;
  background-color: var(--color-foreground);
  transition: all 0.3s ease;
}

.contact__info-item:hover {
}

.contact__info-item:hover .contact__info-icon,
.contact__info-item:hover .contact__info-label {
  color: var(--color-background);
}

.contact__info-icon {
  font-size: 1.25rem;
  color: white;
  transition: color 0.3s ease;
}

.contact__info-details {
  display: flex;
  flex-direction: column;
}

.contact__info-label {
  font-size: 0.75rem;
  color: var(--color-muted-foreground);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
  transition: color 0.3s ease;
}

.contact__info-value {
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s ease;
  color: hsla(0, 0%, 100%, 0.8);
}

/* ===== FOOTER ===== */
.footer {
  padding: 2rem 0;
  background-color: var(--color-foreground);
  color: var(--color-background);
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__logo {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  max-width: 3rem;
}

.footer__divider {
  color: hsla(0, 0%, 100%, 0.3);
}

.footer__tagline {
  font-size: 0.875rem;
  color: hsla(0, 0%, 100%, 0.5);
}

.footer__copyright {
  font-size: 0.875rem;
  color: hsla(0, 0%, 100%, 0.4);
}
