.who-we-are-container {
  flex-direction: column;
}

.who-text-column,
.who-cards-column {
  width: 100%;
  flex: auto;
}

.service-details-grid {
  grid-template-columns: 1fr;
  gap: 50px;
  text-align: center;
}

.service-details-image {
  order: -1;
}

.abstract-ui-visual {
  margin: 0 auto;
}

.details-list li {
  justify-content: center;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .hero-title {
    text-align: center;
    font-size: 4rem !important;
  }

  .hero-center-content {
    max-width: 100%;
  }
}

.newsletter-popup-content {
  width: 85% !important;
  max-width: 500px !important;
  padding: 2.5rem !important;
}

.newsletter-grid {
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

.newsletter-content-col {
  border-right: none !important;
  padding-right: 0 !important;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.newsletter-form-col {
  padding-left: 0 !important;
  border-left: none !important;
  margin-top: 0 !important;
}

.newsletter-benefits {
  display: none !important;
}

.newsletter-header {
  justify-content: center;
  margin-bottom: 1rem !important;
}

.newsletter-title {
  text-align: center;
  font-size: 1.5rem !important;
  margin-top: 0 !important;
}

.newsletter-text {
  text-align: center;
  font-size: 1rem !important;
  margin-bottom: 0 !important;
}

.newsletter-form .input-group {
  flex-direction: column !important;
  gap: 1rem !important;
}

.newsletter-input {
  width: 100% !important;
}

.newsletter-submit-btn {
  width: 100% !important;
}

.newsletter-social-proof {
  justify-content: center !important;
}

.cookie-content {
  flex-direction: column !important;
  gap: 1.5rem !important;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cookie-text-wrapper {
  width: 100%;
}

.cookie-text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cookie-actions {
  width: 100%;
  justify-content: center;
  gap: 1rem;
}

.cookie-btn {
  min-width: 150px;
  padding: 12px 24px;
}

.hero-content-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-title {
  font-size: 3.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.125rem;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.who-we-are-container {
  gap: 3rem;
}

.who-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.who-card {
  min-height: 200px;
}

.services-floating-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.services-masonry-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
  height: auto !important;
}

.service-glass-card {
  width: auto !important;
  position: static !important;
  transform: none !important;
  margin-bottom: 0 !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

.service-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-desc {
  flex: 1;
}

.service-details-tabs {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  overflow-x: visible;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.service-tab-btn {
  width: 100%;
  white-space: normal;
  padding: 12px 15px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
}

.pricing-grid {
  
}

.pricing-card {
  
}

.pricing-grid .pricing-card:last-child:nth-child(odd) {
  
}

.portfolio-section {
  padding: 4rem 0;
}

.portfolio-header {
  padding: 0 2rem;
  text-align: center;
}

.portfolio-description {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-section {
  padding: 4rem 0;
}

.contact-content-grid {
  grid-template-columns: 1fr;
  gap: 3rem;
}

.contact-text-column {
  text-align: center;
  padding-right: 0;
  max-width: 600px;
  margin: 0 auto;
}

.contact-manual-contact {
  justify-content: center;
}

.contact-form-column {
  padding-left: 0;
  border-left: none;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  padding: 2rem;
  border-radius: 12px;
}

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

.form-group input,
.form-group select,
.form-group textarea {
  padding: 14px;
  font-size: 1rem;
}

.btn-submit {
  width: 100%;
  padding: 16px;
  font-size: 1.1rem;
}

.patch-card {
  width: 460px !important;
}

.footer-content {
  display: grid !important;

  grid-template-columns: 1.5fr 1fr 1fr !important;
  grid-template-areas: "brand company support" !important;
  gap: 2rem !important;
}

.footer-brand {
  grid-area: brand;
}

.footer-company {
  grid-area: company;
  padding-left: 0 !important;
}

.footer-support {
  grid-area: support;
}

.footer-contact {
  display: none !important;
}

.footer-col {
  width: 100% !important;
}

.footer-col,
.footer-col-title,
.footer-list,
.footer-menu,
.footer-social {
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.footer-brand-name {
  font-size: 1.5rem !important;
  margin-bottom: 0.5rem !important;
}

.footer-col-title {
  font-size: 1.1rem !important;
  margin-bottom: 1rem !important;
}

.footer-brand-slogan {
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
  margin-bottom: 1rem !important;
  max-width: 90%;
}

.footer-social {
  gap: 0.5rem !important;
}

.social-link {
  width: 32px !important;
  height: 32px !important;
  font-size: 0.9rem !important;
}

.footer-list li {
  margin-bottom: 0 !important;
}

.footer-list a {
  display: inline-block;
  padding: 4px 0;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 850px) {
  .footer-content {
    gap: 1.5rem !important;
  }
}
