/* Reset and base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "Adelle Sans";
  background: #fff;
  color: #111827;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Only keep Adelle Sans font-face rules */
@font-face {
  font-family: "Adelle Sans";
  src: url("./fonts/Adelle_Sans_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Adelle Sans";
  src: url("./fonts/Adelle_Sans_Semibold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Adelle Sans";
  src: url("./fonts/Adelle_Sans_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Adelle Sans";
  src: url("./fonts/Adelle_Sans_Cnd_Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* Remove all font-family fallbacks except 'Adelle Sans' */
:root,
body,
* {
  font-family: "Adelle Sans" !important;
}

/* Update all selectors to use only 'Adelle Sans' */
.logo,
.nav-links a,
.btn-header,
.hero-title,
.hero-title-primary,
.hero-subtitle,
.hero-note,
.shift-title,
.shift-stat,
.shift-source,
.shift-highlight,
.shift-desc,
.engine-header-label,
.engine-header-title,
.engine-header-desc,
.engine-card-title,
.engine-card-text,
.engine-card-desc,
.engine-faq-title,
.engine-faq-desc,
.engine-next-title,
.engine-next-desc,
.engine-next-desc-responsive,
.consulting-title,
.consulting-availability,
.consulting-subtitle,
.consulting-desc,
.consulting-offer-title,
.consulting-offer-text,
.footer-brand .logo,
.footer-tagline,
.footer-links a,
.footer-copyright {
  font-family: "Adelle Sans" !important;
}

/* Remove any Arial, Segoe UI, or other font-families from all rules */
/* (This will override all previous font-family settings) */

/* Header & Navigation (Figma accurate) */
.main-header {
  background: #000;
  color: #fff;
  height: 86px;
  box-shadow: none;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-links a {
  height: 42px;
}

.navbar {
  width: 100%;
  max-width: 1350px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  box-sizing: border-box;
}
.logo {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.44px;
  line-height: 28px;
  color: #fff;
  background: transparent;
}
.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
  display: inline-block;
}
.nav-links a {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #dddbff;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 18px;
  padding: 0 0.5rem;
  transition: color 0.2s;
}
.nav-links a:last-child {
  color: #fff;
}
.nav-links a:hover {
  color: #4f46e5;
}
.btn-header {
  display: flex;
  align-items: center;
  background: #4f46e5;
  color: #fff;
  font-family: "Adelle Sans";
  font-size: 18px;
  font-weight: 400;
  border-radius: 6px;
  height: 54px !important;
  padding: 12px 24px;
  margin-left: 24px;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 30px;
  transition: background 0.2s, color 0.2s;
}
.btn-header:hover {
  background: #3730a3;
}

/* HERO SECTION (Figma accurate) */
.hero-section {
  width: 100%;
  background: #fff;
  border: none;
  padding: 100px 0 120px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.hero-content {
  width: 100%;
  max-width: 1009px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}
.hero-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -3.2px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.hero-title-primary {
  color: #4f46e5;
}
.hero-subtitles {
  width: 100%;
  max-width: 768px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  text-align: center;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  justify-content: center;
  font-family: "Adelle Sans", Arial, sans-serif;
}

.btn-hero-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4f46e5;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  height: 80px !important;
  min-width: 320px;
  padding: 22px 28px;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}
.btn-hero-primary:hover {
  background: #3730a3;
}
.btn-hero-secondary {
  font-family: "Adelle Sans", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid #000;
  height: 80px !important;
  min-width: 320px;
  max-width: 387px !important;
  padding: 22px 40px;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  gap: 12px;
}
.btn-hero-secondary:hover {
  background: #f3f4f6;
}
.arrow-icon {
  display: flex;
  align-items: center;
}
.hero-note {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  text-align: center;
  margin-top: 58px;
  max-width: 568px;
}

/* Section Styles */
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem 2rem 2rem;
}
.section-shift {
  background: #f9fafb;
  border-radius: 12px;
  margin-top: 2rem;
  border: 1px solid #f1f5f9;
}
.section-shift h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.shift-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.shift-left,
.shift-right {
  min-width: 300px;
}
.shift-left h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.shift-left .source {
  color: #6b7280;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.shift-right .highlight-text {
  color: #4f46e5;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 1rem 0 0.5rem 0;
}

/* Engine Section */
.section-engine h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.section-engine .subtitle {
  text-align: center;
  color: #374151;
  margin-bottom: 2rem;
}
.engine-features {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.feature-list,
.feature-scale {
  min-width: 300px;
  background: #f9fafb;
  border-radius: 8px;
  padding: 2rem;
  border: 1px solid #e5e7eb;
}
.feature-list h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.feature-list ul {
  list-style: disc inside;
  color: #4f46e5;
  margin-left: 1rem;
}
.feature-list li {
  color: #111827;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.feature-scale h3 {
  color: #4f46e5;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.engine-next {
  text-align: center;
}
.engine-next h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.engine-next .btn {
  margin-top: 1rem;
}

/* Consulting Section */
.consulting-section {
  background: #f9fafb;
  border: 1px solid #f1f5f9;
  border-radius: 0;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
  box-sizing: border-box;
}
.consulting-center {
  max-width: 1200px;
  margin: 0 auto;
}
.consulting-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 73px;
  gap: 12px;
}
.consulting-header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.consulting-availability {
  margin-top: 8px;
  text-align: center;
  color: #4f46e5;
  font-weight: 400;
  font-size: 24px;
  margin-left: 12px;
  font-family: "Adelle Sans", Arial, sans-serif;
  margin-bottom: 8px;
}
.consulting-header-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consulting-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.consulting-header-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.consulting-title {
  font-family: "Adelle Sans";
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #18181b;
  margin: 0 0 2px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.consulting-subtitle {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #52525b;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 8px;
}
.consulting-content.consulting-figma {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.consulting-left {
  min-width: 300px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.consulting-offer-list {
  list-style: none;
  margin: 0;
  margin-top: 24px !important;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.consulting-offer-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.consulting-offer-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0 !important;
}
.consulting-offer-name {
  font-weight: 700;
  font-size: 18px;
  margin-right: 6px;
  color: #18181b;
  display: block;
}
.consulting-offer-desc {
  font-size: 16px;
  color: #52525b;
  display: block;
}

.btn-hero-primary.btn-engine-cta {
  min-width: unset;
  padding: 22px 48px;
  height: 75px !important;
  font-size: 22px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.engine-header-label {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
  text-align: center;
}
.engine-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

.engine-header-content {
  max-width: 1009px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* About Section */
.section-about {
  background: #000;
  color: #fff;
  border-radius: 12px;
  margin-top: 2rem;
  border: 1px solid #e5e7eb;
  padding-bottom: 3rem;
}
.section-about h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
}
.about-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.about-content p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.about-content .highlight-text {
  color: #4f46e5;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 1rem 0 0.5rem 0;
}

/* Footer (Figma accurate) */

.main-footer {
  background: #fff;
  color: #111827;
  font-family: "Adelle Sans", Arial, sans-serif;
  padding: 49px 0;
  max-width: 1152px;
  margin: 0 auto;
}
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 1 200px;
}
.footer-brand .logo {
  color: #111827;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.2;
  font-family: "Adelle Sans", Arial, sans-serif;
  text-transform: uppercase;
}
.footer-tagline {
  color: #111827;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.3;
  font-family: "Adelle Sans", Arial, sans-serif;
}
.footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 2 1 400px;
}
.footer-links a {
  color: #111827;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
  transition: color 0.2s;
  font-family: "Adelle Sans", Arial, sans-serif;
}
.footer-links a:hover {
  color: #4f46e5;
}
.footer-copyright-row {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-copyright {
  color: #111827;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  font-family: "Adelle Sans", Arial, sans-serif;
}

/* Responsive Styles */

.shift-section {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #f1f5f9;
  border-radius: 0;
  margin-top: 48px;
  padding: 64px 0;
  box-sizing: border-box;
  position: relative;
}
.shift-content-center {
  max-width: 1302px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shift-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  margin-bottom: 53px;
}
.shift-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1302px;
  padding: 13px 0;
}
.shift-col {
  flex: 1 1 350px;
  min-width: 300px;
  max-width: 564px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shift-stat {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 30px;
}
.shift-source {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  margin-top: 8px;
}
.shift-highlight {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #4f46e5;
  margin-bottom: 8px;
}
.shift-highlight.shift-deep {
  font-weight: 500;
}
.shift-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 8px;
}

.shift-title-highlight {
  color: #4f46e5;
}
.shift-stat-highlight {
  color: #4f46e5;
}
.shift-black {
  color: #000;
}

.engine-section {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: none;
  margin: 0 auto;
  padding: 118px 20px 118px 20px;
  max-width: 1350px;
  box-sizing: border-box;
}
.engine-section-nobox {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.engine-cards,
.engine-cards-nobox {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 40px auto;
  max-width: 1009px;
  flex-wrap: wrap;
  background: none;
  border: none;
  box-shadow: none;
}
.engine-card,
.engine-card-nobox {
  width: 540px;
  height: 316px;
  border: none;
  box-shadow: none;
  background: #e5e7eb;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  max-width: 100%;
  gap: 18px;
}
.engine-card.engine-card-right {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.engine-card.engine-card-nobox {
  box-shadow: rgba(0, 0, 0, 0.02) !important;
}
.engine-card-title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}
.engine-faq-bg {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 12px;
  gap: 20px;
  min-width: 0;
}
.engine-faq-heading {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}

.engine-faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 39px;
  height: 39px;
}
.engine-faq-icon,
.engine-faq-title {
  display: inline-flex;
  align-items: center;
}

.engine-faq-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.engine-faq-title {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.engine-faq-desc {
  font-size: 17px;
  font-weight: 400;
  color: #111827;
  line-height: 1.7;
  margin-top: 4px;
}
.engine-faq-desc b {
  font-weight: 700;
  color: #000;
}
.engine-next-desc-responsive {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 16px auto;
  text-align: center;
  word-break: break-word;
}

.engine-header {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-bottom: 32px;
}

.engine-title-primary {
  color: #4f46e5;
}
.engine-content {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.engine-col {
  flex: 1 1 350px;
  min-width: 300px;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.engine-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.engine-desc {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  margin-bottom: 8px;
}

.engine-next-title {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 36px !important;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}
.engine-next-desc {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 36px;
}
@media (max-width: 1100px) {
  .engine-content {
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
  }
  .engine-col {
    max-width: 100%;
  }
}

.engine-header-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto 32px auto;
  padding: 0 24px;
}
.engine-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.engine-title {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #000;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 0;
}

.engine-icons-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 16px;
}
.engine-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.engine-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.engine-chat-svg {
  margin-bottom: 8px;
}
.engine-chat-title {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  margin-bottom: 8px;
}
.engine-chat-block .engine-desc {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}

.engine-figma-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto 32px auto;
  padding: 0 24px;
}
.engine-figma-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.engine-figma-vector {
  margin-bottom: 8px;
}
.engine-figma-title {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #000;
  line-height: 1.1;
  margin-bottom: 0;
}
.engine-figma-title-main {
  color: #000;
  font-weight: 500;
}
.engine-figma-title-primary {
  color: #4f46e5;
  font-weight: 500;
  font-size: 48px;
}
.engine-figma-icons-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 16px;
  justify-content: flex-start;
}
.engine-figma-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.engine-figma-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.engine-figma-chat-svg {
  margin-bottom: 8px;
}
.engine-figma-chat-title {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  margin-bottom: 8px;
}
.engine-figma-desc {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  line-height: 1.4;
}

/* --- ENGINE SECTION (Figma accurate) --- */
.engine-header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
}

.engine-header-title {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #4f46e5;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.1;
}
.engine-header-desc {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #111827;
  margin-bottom: 0;
  text-align: center;
}
.engine-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 40px auto;
  max-width: 1100px;
  flex-wrap: wrap;
}
.engine-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  padding: 32px 32px 24px 32px;
  min-width: 300px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.engine-card-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
}
.engine-card-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.engine-card-text {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111827;
  line-height: 1.4;
}
.engine-card-desc {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111827;
  line-height: 1.4;
  margin-top: 8px;
}

.consulting-desc {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111827;
  line-height: 1.5;
  margin-bottom: 8px;
}
.consulting-left .btn-primary {
  margin: 12px 0 0 0;
  font-size: 18px;
  min-width: 220px;
  height: 48px;
  padding: 0 24px;
}
.consulting-left .note {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
  margin-top: 12px;
}
.consulting-right {
  min-width: 300px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.consulting-offer-title {
  font-family: "Adelle Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
.consulting-offer-card {
  /* Consolidated properties from all instances */
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  padding: 31px 24px 31px 24px;
}

.consulting-cta-btn {
  width: 372px;
  height: 102px;
  background: #4f46e5;
  border: none;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  cursor: pointer;
  margin: 16px 0 16px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: background 0.2s;
}
.consulting-cta-btn:hover {
  background: #3730a3;
}
.consulting-cta-main {
  color: #fff;
  font-family: "Adelle Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  display: block;
}
.consulting-cta-label {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  display: block;
  margin-top: 4px;
}

/* --- Built for Brands That Win Section --- */
.brand-section {
  background: rgba(0, 0, 0, 0.85);
  margin: 0 auto;
  padding: 120px 0;
  box-sizing: border-box;
}
.brand-section__container {
  display: flex;
  align-items: flex-start;
  max-width: 976px;
  margin: 0 auto;
  gap: 24px;
}
.brand-section__left {
  flex: 0 0 59px;
  gap: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.brand-section__left h1 {
  font-size: 80px;
  line-height: 64px;
  margin-bottom: 10px !important;
}
.brand-section__right {
  flex: 1;
  color: #fff;
  text-align: center;
}
.brand-section__right h1 {
  font-family: "Adelle Sans", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 24px;
  color: #fff;
}
.brand-section__divider {
  border: none;
  border-top: 2px solid #fff;
  width: 975px;
  margin: 0 auto 32px auto;
}
.brand-section__body {
  font-family: "Adelle Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #fff;
}
.brand-section__subheadline {
  font-family: "Adelle Sans", sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #fff;
}
.brand-section__platform {
  font-family: "Adelle Sans";
  font-size: 18px;
  line-height: 44px;
  margin-bottom: 24px;
  color: #fff;
}
.brand-section__tagline {
  font-family: "Adelle Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 24px;
  color: #fff;
}
.brand-section__footer {
  font-family: "Adelle Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

/* --- End Built for Brands That Win Section --- */

/* --- Footer Section (Figma) --- */
.footer {
  background: #fff;
  border-top: 1px solid #f3f4f6;
  padding: 40px 0 0 0;
  font-family: "Adelle Sans", sans-serif;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__logo {
  font-size: 20px;
  font-weight: 400;
  color: #6366f1;
  letter-spacing: 1.6px;
  line-height: 28px;
}
.footer__tagline {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
}
.footer__links {
  display: flex;
  gap: 32px;
  align-items: center;
}
.footer__links a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  line-height: 24px;
  transition: color 0.2s;
}
.footer__links a:hover {
  color: #6366f1;
}
.footer__bottom {
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  padding: 32px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 32px;
}

.shift-subtitle {
  font-size: 80px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 80px;
}

/* === CONSOLIDATED MEDIA QUERIES === */

/* === Mobile Styles (max-width: 900px) === */
@media (max-width: 900px) {
  /* Header & Navigation */
  .main-header {
    height: auto;
    border-radius: 0;
  }

  .navbar {
    flex-direction: column;
    align-items: stretch;
    padding: 0 8px;
    height: auto;
    gap: 1rem;
  }

  .logo {
    margin-top: 24px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
  }

  .btn-header {
    width: 100%;
    min-width: unset;
    justify-content: center;
    margin-left: 0;
    margin-top: 12px;
    font-size: 16px;
    height: 48px;
    padding: 0 8px;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
  }

  /* Hero Section */

  .shift-title,
  .shift-stat,
  .shift-highlight,
  .shift-desc,
  .shift-source {
    text-align: center !important;
  }

  .footer-brand,
  .footer-links {
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    flex: auto;
  }

  .footer-links {
    gap: 24px;
    margin: 0 0 8px 0;
    justify-content: center;
  }

  .footer-copyright-row {
    margin-top: 16px;
  }

  /* Layout Structure */
  .footer-content,
  .shift-content,
  .engine-features,
  .consulting-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }

  .section,
  .section-shift,
  .section-engine,
  .consulting-section,
  .section-about {
    padding: 2rem 1rem;
  }

  .consulting-left,
  .consulting-right {
    max-width: 100%;
  }

  /* Media query override for .consulting-offer-card */
  .consulting-offer-card {
    max-width: 100%;
  }

  /* Engine Section */
  .engine-faq-desc {
    font-size: 20px !important;
    padding-right: 40px !important;
    margin-top: 20px !important;
    width: 85% !important;
  }

  .engine-cards,
  .engine-cards-nobox {
    flex-direction: column;
    gap: 32px;
    max-width: 100%;
  }

  .engine-section {
    padding: 118px 60px !important;
  }

  .engine-faq-bg {
    padding: 16px 10px 12px 10px;
    gap: 12px;
  }

  .engine-faq-title {
    font-size: 16px;
  }

  .engine-next-desc-responsive {
    font-size: 18px !important;
    max-width: 95vw;
    line-height: 24px !important;
    font-weight: 400 !important;
  }

  .engine-card,
  .engine-card-nobox {
    width: 100%;
    height: auto;
    min-width: 0;
    max-width: 100%;
  }

  /* Engine Header */
  .engine-header-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 8px;
  }

  .engine-header-left,
  .engine-header-right {
    align-items: flex-start;
  }

  .engine-icons-row {
    gap: 16px;
  }

  /* Engine Figma */
  .engine-figma-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 8px;
  }

  .engine-figma-title,
  .engine-figma-title-primary {
    font-size: 28px;
  }

  .engine-figma-chat-title {
    font-size: 18px;
  }

  .engine-figma-icons-row {
    gap: 16px;
  }

  .engine-figma-icon {
    width: 32px;
    height: 32px;
  }

  /* Engine Header */
  .engine-header-title {
    font-size: 32px;
  }

  .engine-cards {
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
  }

  .engine-card {
    max-width: 100%;
    padding: 24px 12px 16px 12px;
  }

  /* Consulting CTA */
  .consulting-cta-btn {
    width: 100%;
    min-width: 0;
    height: 72px;
  }

  .consulting-cta-main {
    font-size: 28px;
  }

  .consulting-cta-label {
    font-size: 15px;
  }

  /* Brand Section */
  .brand-section__container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .brand-section__divider {
    width: 100%;
  }

  .brand-section__right h1 {
    font-size: 48px;
    line-height: 54px;
  }

  /* Footer Section */
  .footer__top {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .footer__links {
    gap: 20px;
  }
}

/* === Tablet/Mobile Styles (max-width: 700px) === */
@media (max-width: 768px) {
  /* Header & Navigation */
  .main-header {
    height: auto;
    min-height: 0;
  }

  .navbar {
    flex-direction: column;
    align-items: stretch;
    padding: 0 !important;
    height: auto;
    gap: 0.5rem;
  }
  .auth-links {
    padding: 16px 40px;
  }
  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
  }
  .hero-section {
    padding: 60px 60px 120px 60px;
  }
  .hero-subtitles {
    padding: 0px;
  }
  .btn-hero-primary,
  .btn-hero-secondary {
    min-width: unset !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .btn-header {
    margin-bottom: 12px;
    height: auto;
    min-height: 40px;
    padding: 8px 4px;
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .shift-content {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }

  .shift-left,
  .shift-right {
    min-width: 0;
    width: 100%;
    flex: unset;
    padding: 0 8px;
    box-sizing: border-box;
  }

  .shift-col-right {
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .shift-stat,
  .shift-highlight,
  .shift-desc,
  .shift-source {
    text-align: left !important;
    margin-bottom: 12px !important;
  }

  .shift-title {
    line-height: 1.1;
    font-size: 28px;
    margin-bottom: 50px !important;
    text-align: center !important;
  }

  .shift-content-center {
    padding: 0px;
  }

  .shift-desc,
  .shift-source {
    font-size: 13px;
    line-height: 18px;
  }

  .engine-faq-bg {
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 24px 24px 20px 24px;
    gap: 20px;
    min-width: 0;
  }
  /* Engine Section */
  .engine-section {
    padding: 118px 60px !important;
  }
  .engine-header {
    flex-direction: column;
    gap: 12px;
  }

  .engine-desc,
  .engine-next-desc {
    font-size: 13px;
    line-height: 18px;
  }

  .engine-next-title {
    font-size: 18px;
  }

  .consulting-section {
    padding: 100px 60px !important;
  }

  .consulting-header-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    justify-content: center;
  }
  /* Brand Section */

  .brand-section {
    padding: 120px 60px !important;
  }
  .brand-section__tagline {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .shift-columns {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: start !important;
  }

  .shift-section {
    padding: 100px 60px !important;
  }

  .shift-highlight {
    margin: 8px 0 !important;
    text-align: left !important;
    line-height: 20px;
  }

  .shift-desc {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left !important;
  }
  .shift-highlight.shift-deep {
    font-weight: 400;
  }

  .footer-links {
    gap: 12px;
    font-size: 13px;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
  }
}

/* === CONSOLIDATED MOBILE STYLES (max-width: 600px) === */
@media (max-width: 576px) {
  /* General Styles */
  html {
    font-size: 14px;
  }

  section,
  .section,
  .hero-section,
  .engine-section,
  .shift-section,
  .consulting-section,
  .brand-section {
    padding: 100px 20px !important;
  }
  .auth-links {
    padding: 16px 20px !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn-hero-primary,
  .btn-hero-secondary {
    min-width: 60px;
    padding: 24px;
    width: 100%;
  }
  .btn-hero-primary {
    height: 120px !important;
  }
  .btn-hero-secondary {
    height: 84px !important;
  }
  .btn-header {
    height: 36px;
    padding: 0 6px;
    margin: 0;
  }

  .shift-title-highlight {
    font-size: 30px;
    line-height: 48px;
  }
  .shift-subtitle {
    font-size: 64px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 80px;
    letter-spacing: -2.56px;
  }
  .section h2,
  .section-shift h2,
  .section-engine h2,
  .consulting-section h2,
  .section-about h2 {
    font-size: 1.5rem;
  }

  .btn,
  .btn-primary,
  .btn-secondary {
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
  }

  .shift-col {
    flex: 1 1 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0px !important;
  }
  .shift-col-left {
    margin-bottom: 0 !important;
  }
  /* Hero Section */
  .hero-title {
    margin-bottom: 16px !important;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: -2.56px;
  }

  .engine-header-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
    font-family: "Adelle Sans", Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
  }
  .engine-card-row {
    padding: 0 10px;
  }
  .engine-faq-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .engine-faq-desc {
    font-size: 18px !important;
    line-height: 32px !important;
    text-align: center;
  }
  .engine-faq-content {
    display: flex;
    justify-content: center;
  }

  .hero-title-primary {
    letter-spacing: 0 !important;
  }

  .hero-note {
    margin-top: 40px !important;
  }
  .consulting-header {
    margin-bottom: 50px !important;
  }
  .consulting-title {
    font-size: 64px !important;
    line-height: 80px !important;
    letter-spacing: -2.56px;
  }

  .consulting-subtitle {
    font-family: "Adelle Sans", Arial, sans-serif;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    color: #000;
    text-align: center;
  }
  .consulting-availability {
    font-size: 36px !important;
    line-height: 48px !important;
    margin: 0 10px !important;
  }
  .consulting-desc {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
  }
  .consulting-offer-text {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .consulting-left {
    gap: 30px !important;
  }
  .consulting-left .btn-primary {
    font-size: 13px;
    min-width: 100px;
    height: 32px;
    padding: 0 8px;
  }

  .consulting-left .note {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-top: 12px !important;
    color: #000;
  }
  .consulting-offer-card {
    padding: 40px 20px !important;
  }
  .consulting-offer-name {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .consulting-offer-desc {
    font-size: 18px !important;
    line-height: 24px !important;
    color: #000;
    display: block;
  }
  /* Footer Section */
  .footer {
    padding: 16px 0 8px 0 !important;
  }

  .footer__top {
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 12px !important;
  }

  .footer-links {
    gap: 12px;
    font-size: 13px;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
  }

  .footer__brand {
    align-items: center !important;
    text-align: center !important;
    gap: 4px !important;
  }

  .footer-brand .logo {
    font-size: 16px;
  }

  .footer__logo {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .footer-tagline {
    font-size: 12px;
  }

  .footer__tagline {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .footer-copyright {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
  }

  .footer__links a {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .footer__bottom {
    font-size: 11px !important;
    padding: 12px 0 4px 0 !important;
    margin-top: 8px !important;
  }

  /* Engine Section */
  .engine-header-title {
    font-size: 64px !important;
    line-height: 80px !important;
    letter-spacing: -2.56px;
  }

  .engine-header-desc {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .engine-card-title {
    font-size: 15px;
  }

  .engine-card-desc {
    font-size: 12px;
  }

  .engine-card-icon {
    width: 22px;
    height: 22px;
  }

  .engine-faq-bg {
    padding: 10px 4px 8px 4px;
    gap: 8px;
  }

  .engine-faq-title {
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: center !important;
  }

  .engine-next-desc-responsive {
    font-size: 11px;
    max-width: 99vw;
  }

  .engine-card,
  .engine-card-nobox {
    width: 100%;
    height: auto;
    min-width: 0;
    padding: 36px 20px !important;
    max-width: 100%;
  }

  /* Shift Section */
  .shift-section {
    padding: 10px 0 0 0;
  }

  .shift-title {
    font-size: 16px;
    margin-bottom: 53px;
    line-height: 1.1;
  }

  .shift-highlight {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .shift-desc {
    font-size: 10px;
    margin-bottom: 4px;
  }

  /* Brand Section */
  .brand-section__left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .brand-section__left h1 {
    font-size: 64px !important;
    line-height: 80px !important;
    letter-spacing: -2.56px;
  }
  .brand-section__container {
    padding: 0 12px !important;
  }

  .brand-section__body,
  .brand-section__platform,
  .brand-section__footer {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .brand-section__tagline {
    font-size: 36px !important;
    line-height: 48px !important;
  }

  /* Popup Modal */
  .popup-modal > div {
    padding: 24px 16px !important;
    border-radius: 16px !important;
    max-width: 95vw !important;
    overflow-y: auto;
  }

  .popup-modal form {
    gap: 12px !important;
  }

  input,
  select,
  textarea {
    font-size: 14px !important;
    padding: 10px 12px !important;
  }

  label {
    font-size: 14px !important;
  }

  /* Consulting CTA */
  .consulting-cta-btn {
    width: 100%;
    height: 118px !important;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: background 0.2s;
    padding: 24px;
    margin: 0 !important;
  }

  .consulting-cta-main {
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
  }

  .consulting-cta-label {
    font-size: 18px;
    line-height: 24px !important;
  }

  .auth-links a {
    width: 336px;
  }

  .btn-hero-primary.btn-engine-cta {
    min-width: unset;
    padding: 22px 48px;
    height: 110px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .btn-hero-primary.btn-engine-cta a {
    font-size: 24px !important;
    line-height: normal !important;
    font-weight: 400;
  }

  .shift-stat {
    margin-bottom: 39px !important;
    font-size: 36px !important ;
  }
  .shift-source {
    margin-bottom: 12px !important ;
  }

  .consulting-header-row {
    flex-wrap: wrap;
  }

  .engine-faq-desc {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .shift-section {
    padding: 40px 16px 32px 16px !important;
  }
  .shift-columns {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .shift-col-left {
    max-width: 640px;
    width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .shift-col-left,
  .shift-col-right {
    padding: 0 !important;
    border: none !important;
  }
  .shift-title,
  .shift-stat,
  .shift-highlight,
  .shift-desc,
  .shift-source {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 1280px) {
  .shift-col {
    flex: auto;
  }
  .shift-col-left {
    margin-bottom: 36px;
  }
}
