* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Work Sans', sans-serif;
  background: #ffffff;
  color: #353535;
  line-height: 1.6;
    overflow-x: hidden;
}

.yq802t-zar-quent-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.yq802t-zar-quent-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(53,53,53,0.08);
  z-index: 1000;
  transition: all 0.3s ease;
}

.yq802t-zar-quent-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

.yq802t-zar-quent-logo img {
  height: 42px;
    transition: transform 0.3s ease;
}

.yq802t-zar-quent-logo:hover img {
  transform: scale(1.05);
}

.yq802t-zar-quent-nav {
  display: flex;
  gap: 35px;
  align-items: center;
}

.yq802t-zar-quent-nav a {
  font-size: 15px;
  color: #353535;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

.yq802t-zar-quent-nav a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #3d6f72;
  transition: width 0.3s ease;
}

.yq802t-zar-quent-nav a:hover {
  color: #3d6f72;
}

.yq802t-zar-quent-nav a:hover::after {
  width: 100%;
}

.yq802t-zar-quent-dropdown {
  position: relative;
}

.yq802t-zar-quent-dropbtn {
  background: none;
  border: none;
  font-size: 15px;
  color: #353535;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Work Sans', sans-serif;
    transition: color 0.3s ease;
}

.yq802t-zar-quent-dropbtn:hover {
  color: #3d6f72;
}

.yq802t-zar-quent-dropbtn .material-icons {
  font-size: 18px;
}

.yq802t-zar-quent-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 200px;
  box-shadow: 0 8px 30px rgba(53,53,53,0.15);
  border-radius: 12px;
  margin-top: 15px;
  padding: 12px 0;
}

.yq802t-zar-quent-dropdown-content a {
  display: block;
  padding: 12px 24px;
  color: #353535;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.yq802t-zar-quent-dropdown-content a:hover {
  background: #f5f5f5;
  color: #3d6f72;
  padding-left: 28px;
}

.yq802t-zar-quent-contact-btn {
  background: #3d6f72;
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.yq802t-zar-quent-contact-btn::after {
  display: none;
}

.yq802t-zar-quent-contact-btn:hover {
  background: #2a4a61;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(61,111,114,0.3);
}

.yq802t-zar-quent-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #353535;
}

.yq802t-zar-quent-mobile-toggle .material-icons {
  font-size: 28px;
}

.yq802t-zar-quent-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: #ffffff;
  box-shadow: -4px 0 20px rgba(53,53,53,0.1);
  transition: right 0.4s ease;
  padding: 80px 30px 30px;
  z-index: 1001;
  overflow-y: auto;
}

.yq802t-zar-quent-mobile-menu.yq802t-zar-quent-active {
  right: 0;
}

.yq802t-zar-quent-mobile-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: #353535;
}

.yq802t-zar-quent-mobile-close .material-icons {
  font-size: 28px;
}

.yq802t-zar-quent-mobile-menu a {
  display: block;
  padding: 15px 0;
  color: #353535;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  transition: color 0.3s ease;
}

.yq802t-zar-quent-mobile-menu a:hover {
  color: #3d6f72;
  padding-left: 10px;
}

.yq802t-zar-quent-mobile-drop {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 15px 0;
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Work Sans', sans-serif;
}

.yq802t-zar-quent-mobile-dropdown {
  display: none;
  padding-left: 20px;
}

.yq802t-zar-quent-mobile-dropdown a {
  font-size: 14px;
  padding: 10px 0;
}

.yq802t-zar-quent-main {
  margin-top: 80px;
}

.hero-main a:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(61,111,114,0.25);
}

.hero-main a:nth-of-type(2):hover {
  background: #353535;
  color: #fff;
  box-shadow: 0 8px 25px rgba(53,53,53,0.18);
}

.weird-grid > div > div:first-child:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 45px rgba(53,53,53,0.13);
}

.weird-grid > div > div:nth-child(2):hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(42,74,97,0.25);
}

.weird-grid > div > div:last-child:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 45px rgba(53,53,53,0.13);
}

.method-block > div > div > div {
	transition: all 0.35s ease;
}

.method-block > div > div > div:hover {
  border-color: #3d6f72 !important;
  transform: translateY(-5px);
  box-shadow: 0 14px 38px rgba(61,111,114,0.16);
}

.formats-showcase > div > div:nth-of-type(2) > div {
  transition: all 0.35s ease;
}

.formats-showcase > div > div:nth-of-type(2) > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(53,53,53,0.12);
}

.formats-showcase > div > div:last-of-type a:hover {
  background: #4a8588;
  transform: translateY(-2px);
}

.yq802t-zar-quent-footer {
  background: #353535;
  color: #d9d9d9;
  padding: 60px 0 0;
  margin-top: 0;
}

.yq802t-zar-quent-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}

.yq802t-zar-quent-footer-col h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.yq802t-zar-quent-footer-col p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.yq802t-zar-quent-footer-col .material-icons {
  font-size: 18px;
  color: #3e7073;
  margin-top: 2px;
}

.yq802t-zar-quent-footer-col a {
  display: block;
  color: #d9d9d9;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.yq802t-zar-quent-footer-col a:hover {
  color: #3e7073;
  padding-left: 8px;
}

.yq802t-zar-quent-footer-logo {
  height: 38px;
  margin-bottom: 20px;
}

.yq802t-zar-quent-footer-bottom {
  border-top: 1px solid rgba(217,217,217,0.1);
  padding: 25px 0;
  text-align: center;
}

.yq802t-zar-quent-footer-bottom p {
  font-size: 13px;
  color: #999999;
}

.yq802t-zar-quent-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #353535 0%, #2a4a61 100%);
  padding: 25px;
  box-shadow: 0 -4px 30px rgba(0,0,0,0.2);
  z-index: 9999;
  display: none;
  animation: slideUp 0.5s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.yq802t-zar-quent-cookie-content {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.yq802t-zar-quent-cookie-text {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex: 1;
  min-width: 300px;
}

.yq802t-zar-quent-cookie-text h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.yq802t-zar-quent-cookie-text p {
  font-size: 14px;
  color: #d9d9d9;
  line-height: 1.6;
}

.yq802t-zar-quent-cookie-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.yq802t-zar-quent-cookie-accept {
  background: #3e7073;
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Work Sans', sans-serif;
}

.yq802t-zar-quent-cookie-accept:hover {
  background: #4a8588;
  transform: translateY(-2px);
}

.yq802t-zar-quent-cookie-reject {
  background: transparent;
  color: #d9d9d9;
  border: 1px solid #666666;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Work Sans', sans-serif;
}

.yq802t-zar-quent-cookie-reject:hover {
  border-color: #d9d9d9;
  background: rgba(217,217,217,0.1);
}

@media (max-width: 1200px) {
  .hero-main > div > div {
    grid-template-columns: 1fr;
  }
  
  .weird-grid > div > div {
    grid-template-columns: 1fr;
  }
  
  .method-block > div > div {
		grid-template-columns: 1fr;
  }
  
  .formats-showcase > div > div:nth-of-type(2) {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 1024px) {
  .yq802t-zar-quent-nav {
    display: none;
  }
  
  .yq802t-zar-quent-mobile-toggle {
    display: block;
  }
  
  .yq802t-zar-quent-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  section > div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  
  section > div > div[style*="grid-template-columns:0.85fr 1.15fr"] {
    grid-template-columns: 1fr !important;
  }
  
  section > div > div[style*="display:flex"] {
    flex-direction: column;
    align-items: flex-start !important;
  }
  
  .formats-showcase > div > div:first-of-type {
    grid-template-columns: 1fr !important;
  }
  
  .formats-showcase > div > div:last-of-type {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .hero-main h1 {
    font-size: 42px !important;
  }
  
  .hero-main p {
    font-size: 17px !important;
  }
  
  section h2 {
    font-size: 36px !important;
  }
  
  .formats-showcase > div > div:nth-of-type(2) {
    grid-template-columns: 1fr !important;
  }
  
  .formats-showcase > div > div:last-of-type {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }
  
  .yq802t-zar-quent-footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  
  .yq802t-zar-quent-cookie-content {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .yq802t-zar-quent-cookie-actions {
    width: 100%;
    flex-wrap: wrap;
  }
  
  .yq802t-zar-quent-cookie-accept,
  .yq802t-zar-quent-cookie-reject {
    flex: 1;
  }
}

.srv-hero-wrap {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.srv-hero-wrap::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: #3c6e71;
  opacity: 0.05;
  border-radius: 50%;
}

.srv-hero-content {
  max-width: 820px;
  margin-bottom: 60px;
}

.srv-hero-badge {
  display: inline-block;
  background: #3c6e71;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.srv-hero-wrap h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 58px;
  font-weight: 800;
  color: #353535;
  line-height: 1.1;
  margin-bottom: 24px;
}

.srv-hero-wrap p {
  font-size: 19px;
  color: #666;
  line-height: 1.7;
  max-width: 720px;
}

.srv-hero-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  max-width: 900px;
}

.srv-stat-num {
  font-family: 'Outfit', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #3c6e71;
  margin-bottom: 8px;
}

.srv-stat-label {
  font-size: 15px;
  color: #666;
  font-weight: 500;
}

.srv-main-offers {
  padding: 100px 0;
  background: #ffffff;
}

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

.srv-offer-card {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 16px;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
}

.srv-offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(53,53,53,0.1);
  border-color: #3c6e71;
}

.srv-card-large {
  grid-column: span 2;
  background: linear-gradient(135deg, #3c6e71 0%, #284b63 100%);
  color: #ffffff;
}

.srv-card-large h3 {
  color: #ffffff;
}

.srv-card-large p {
  color: rgba(255,255,255,0.9);
}

.srv-card-accent {
  background: linear-gradient(135deg, #284b63 0%, #3c6e71 100%);
  color: #ffffff;
}

.srv-card-accent h3 {
  color: #ffffff;
}

.srv-card-accent p {
  color: rgba(255,255,255,0.9);
}

.srv-card-tag {
  display: inline-block;
  background: rgba(60,110,113,0.15);
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.srv-card-large .srv-card-tag,
.srv-card-accent .srv-card-tag {
  background: rgba(255,255,255,0.2);
  color: #ffffff;
}

.srv-offer-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 16px;
}

.srv-offer-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 24px;
}

.srv-card-list {
  margin-top: 28px;
}

.srv-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  color: rgba(255,255,255,0.95);
}

.srv-list-item .material-icons {
  font-size: 20px;
  color: #ffffff;
}

.srv-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3c6e71;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.srv-card-link:hover {
  gap: 12px;
}

.srv-card-link .material-icons {
  font-size: 18px;
}

.srv-why-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.srv-why-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.srv-why-left h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #353535;
  line-height: 1.2;
  margin-bottom: 24px;
}

.srv-why-left p {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
}

.srv-why-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.srv-why-item {
  display: flex;
  gap: 20px;
}

.srv-why-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #3c6e71 0%, #284b63 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.srv-why-icon .material-icons {
  font-size: 28px;
  color: #ffffff;
}

.srv-why-item h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 8px;
}

.srv-why-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.srv-cta-section {
  padding: 100px 0;
  background: #ffffff;
}

.srv-cta-box {
  background: linear-gradient(135deg, #353535 0%, #284b63 100%);
  padding: 60px 70px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
}

.srv-cta-box::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: #3c6e71;
  opacity: 0.15;
  border-radius: 50%;
}

.srv-cta-content {
  position: relative;
  z-index: 1;
}

.srv-cta-box h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}

.srv-cta-box p {
  font-size: 17px;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
  max-width: 580px;
}

.srv-cta-actions {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.srv-cta-btn-primary {
  background: #3c6e71;
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.srv-cta-btn-primary:hover {
  background: #4a8588;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(60,110,113,0.3);
}

.srv-cta-btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.3);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.srv-cta-btn-secondary:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.1);
}

.cnt-hero-section {
  padding: 120px 0 100px;
  background: #ffffff;
  position: relative;
}

.cnt-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.cnt-hero-label {
  display: inline-block;
  background: rgba(60,110,113,0.1);
  color: #3c6e71;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.cnt-hero-section h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #353535;
  line-height: 1.15;
  margin-bottom: 24px;
}

.cnt-hero-section p {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 36px;
}

.cnt-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cnt-btn-primary {
  background: #3c6e71;
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.cnt-btn-primary:hover {
  background: #284b63;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(60,110,113,0.25);
}

.cnt-btn-outline {
  background: transparent;
  color: #353535;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid #d9d9d9;
  transition: all 0.3s ease;
  display: inline-block;
}

.cnt-btn-outline:hover {
  border-color: #353535;
  background: #353535;
  color: #ffffff;
}

.cnt-hero-visual {
  position: relative;
  height: 450px;
}

.cnt-visual-box {
  position: absolute;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.cnt-box-1 {
  width: 65%;
  height: 280px;
  background: linear-gradient(135deg, #3c6e71 0%, #284b63 100%);
  top: 0;
  left: 0;
  z-index: 1;
}

.cnt-box-2 {
  width: 55%;
  height: 240px;
  background: #d9d9d9;
  bottom: 40px;
  right: 0;
  z-index: 2;
}

.cnt-box-3 {
  width: 45%;
  height: 200px;
  background: #353535;
  bottom: 0;
  left: 15%;
  z-index: 3;
}

.cnt-visual-box:hover {
  transform: translateY(-10px);
}

.cnt-what-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.cnt-what-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.cnt-what-intro h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: #353535;
  margin-bottom: 20px;
}

.cnt-what-intro p {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
}

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

.cnt-what-card {
  background: #ffffff;
  padding: 36px;
  border-radius: 14px;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.cnt-what-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(53,53,53,0.08);
  border-color: #3c6e71;
}

.cnt-card-highlight {
  background: linear-gradient(135deg, #3c6e71 0%, #284b63 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.cnt-card-highlight::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}

.cnt-card-highlight h3 {
  color: #ffffff;
}

.cnt-card-highlight p {
  color: rgba(255,255,255,0.95);
}

.cnt-card-highlight .cnt-what-icon {
  color: #ffffff;
}

.cnt-what-icon {
  font-size: 42px;
  color: #3c6e71;
  margin-bottom: 20px;
  display: block;
}

.cnt-what-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 12px;
}

.cnt-what-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

.cnt-process-section {
  padding: 100px 0;
  background: #ffffff;
}

.cnt-process-title {
  font-family: 'Outfit', sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: #353535;
  text-align: center;
  margin-bottom: 70px;
}

.cnt-process-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.cnt-process-step {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.cnt-step-number {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #3c6e71 0%, #284b63 100%);
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 4px 20px rgba(60,110,113,0.2);
}

.cnt-process-step h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 12px;
}

.cnt-process-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

.cnt-process-arrow {
  flex-shrink: 0;
  color: #d9d9d9;
  padding: 0 10px;
}

.cnt-process-arrow .material-icons {
  font-size: 32px;
}

.cnt-formats-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.cnt-formats-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.cnt-formats-header h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #353535;
  line-height: 1.2;
  margin-bottom: 20px;
}

.cnt-formats-header p {
  font-size: 17px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

.cnt-formats-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cnt-format-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.cnt-format-dot {
  width: 12px;
  height: 12px;
  background: #3c6e71;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.cnt-format-item h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 6px;
}

.cnt-format-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.cnt-formats-right {
  position: relative;
  height: 500px;
}

.cnt-image-wrapper {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(53,53,53,0.12);
  transition: transform 0.4s ease;
}

.cnt-image-wrapper:hover {
  transform: scale(1.05);
  z-index: 10;
}

.cnt-image-wrapper:first-child {
  width: 70%;
  height: 350px;
  top: 0;
  left: 0;
  z-index: 2;
}

.cnt-img-offset {
  width: 60%;
  height: 280px;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.cnt-format-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cnt-cta-section {
  padding: 100px 0;
  background: #ffffff;
}

.cnt-cta-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.cnt-cta-inner {
  background: linear-gradient(135deg, #284b63 0%, #3c6e71 100%);
  padding: 70px 80px;
  position: relative;
  z-index: 1;
}

.cnt-cta-decoration {
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  top: -250px;
  right: -150px;
  z-index: 0;
}

.cnt-cta-inner h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
  max-width: 700px;
}

.cnt-cta-inner p {
  font-size: 17px;
  color: rgba(255,255,255,0.95);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 720px;
}

.cnt-cta-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cnt-cta-main {
  background: #ffffff;
  color: #284b63;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.cnt-cta-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,255,255,0.3);
}

.cnt-cta-second {
  background: transparent;
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.4);
  transition: all 0.3s ease;
  display: inline-block;
}

.cnt-cta-second:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.15);
}

@media (max-width: 1024px) {
  .srv-hero-wrap h1 {
    font-size: 46px;
  }
  
  .srv-offers-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .srv-card-large {
    grid-column: span 2;
  }
  
  .srv-why-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .srv-why-right {
    grid-template-columns: 1fr 1fr;
  }
  
  .cnt-hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .cnt-hero-visual {
    height: 400px;
  }
  
  .cnt-what-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .cnt-process-flow {
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .cnt-process-arrow {
    display: none;
  }
  
  .cnt-formats-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .srv-hero-wrap {
    padding: 100px 0 60px;
  }
  
  .srv-hero-wrap h1 {
    font-size: 38px;
  }
  
  .srv-hero-stats {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .srv-offers-grid {
    grid-template-columns: 1fr;
  }
  
  .srv-card-large {
    grid-column: span 1;
  }
  
  .srv-why-right {
    grid-template-columns: 1fr;
  }
  
  .srv-cta-box {
    flex-direction: column;
    padding: 50px 30px;
    text-align: center;
  }
  
  .srv-cta-actions {
    flex-direction: column;
    width: 100%;
  }
  
  .srv-cta-btn-primary,
  .srv-cta-btn-secondary {
    width: 100%;
  }
  
  .cnt-hero-section h1 {
    font-size: 42px;
  }
  
  .cnt-hero-visual {
    height: 350px;
  }
  
  .cnt-what-cards {
    grid-template-columns: 1fr;
  }
  
  .cnt-process-step {
    width: 100%;
  }
  
  .cnt-formats-right {
    height: 400px;
  }
  
  .cnt-cta-inner {
    padding: 50px 30px;
    text-align: center;
  }
  
  .cnt-cta-btns {
    justify-content: center;
  }
}

.port-hero-x7q {
  padding: 140px 0 90px;
  background: linear-gradient(165deg, #f8f9fa 0%, #ffffff 100%);
}

.port-filter-b2m {
	padding: 50px 0;
  background: #fff;
  border-bottom: 1px solid #ececec;
  position: sticky;
  top: 80px;
  z-index: 100;
    backdrop-filter: blur(8px);
}

.filter-wrap-j8k {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-wrap-j8k button {
  background: transparent;
	border: 2px solid #e0e0e0;
  padding: 12px 28px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  cursor: pointer;
  transition: all 0.35s ease;
  font-family: 'Work Sans', sans-serif;
}

.filter-wrap-j8k button:hover {
  border-color: #3c6e71;
  color: #3c6e71;
    transform: translateY(-2px);
}

.filter-wrap-j8k button.filter-btn-active {
  background: #3c6e71;
  border-color: #3c6e71;
  color: #ffffff;
}

.port-grid-n4t {
  padding: 80px 0;
  background: #fafafa;
}

.projects-grid-z9r {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
}

.project-card-l3p {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(53,53,53,0.06);
  grid-column: span 4;
}

.project-card-l3p:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 45px rgba(53,53,53,0.14);
}

.project-large-k7w {
  grid-column: span 8 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.project-tall-p8n {
  grid-row: span 2;
}

.project-img-wrap {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.project-large-k7w .project-img-wrap {
  height: 100%;
}

.project-tall-p8n .project-img-wrap {
  height: 320px;
}

.project-content-m2x {
  padding: 28px;
}

.project-large-k7w .project-content-m2x {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.project-tag-d5q {
  display: inline-block;
  background: #f0f4f5;
  color: #3c6e71;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.port-featured-r6y {
  padding: 100px 0;
  background: #ffffff;
}

.featured-layout-v3b {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.featured-image-k4s {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
    box-shadow: 0 20px 60px rgba(60,110,113,0.22);
}

.featured-image-k4s::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 200px;
  height: 200px;
  background: #3c6e71;
  border-radius: 50%;
  opacity: 0.12;
  z-index: -1;
}

.port-results-w8c {
  padding: 90px 0 100px;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.result-card-h5t {
  background: #ffffff;
	padding: 36px 32px;
  border-radius: 18px;
  box-shadow: 0 6px 24px rgba(53,53,53,0.08);
  transition: all 0.35s ease;
}

.result-card-h5t:hover {
  transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(53,53,53,0.14);
}

.result-icon-q2w {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.price-hero-m9k {
  padding: 150px 0 100px;
  background: linear-gradient(160deg, #f5f7f8 0%, #ffffff 100%);
}

.price-cards-r7b {
  padding: 80px 0;
  background: #fafafa;
}

.pricing-grid-x4n {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-bottom: 80px;
}

.price-card-s2p {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 6px 30px rgba(53,53,53,0.08);
  transition: all 0.4s ease;
  position: relative;
}

.price-card-s2p:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(53,53,53,0.16);
}

.price-card-featured {
  background: linear-gradient(135deg, #3c6e71 0%, #284b63 100%);
  transform: scale(1.05);
  box-shadow: 0 12px 45px rgba(60,110,113,0.28);
}

.price-card-featured:hover {
  transform: scale(1.05) translateY(-8px);
}

.price-badge-l4w {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #3c6e71;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(60,110,113,0.2);
}

.price-icon-v3q {
  width: 56px;
	height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-feature-y6m {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #353535;
}

.price-feature-y6m .material-icons {
  font-size: 20px;
  margin-top: 2px;
}

.price-btn-k9r {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Work Sans', sans-serif;
}

.price-btn-outline {
  background: transparent;
  border: 2px solid #3c6e71;
  color: #3c6e71;
}

.price-btn-outline:hover {
  background: #3c6e71;
  color: #ffffff;
  transform: translateY(-2px);
}

.price-btn-white {
  background: #ffffff;
  color: #3c6e71;
  border: none;
}

.price-btn-white:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
}

.price-addons-h3z {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 2px solid #e8e8e8;
}

.addon-card-q7v {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  border: 2px solid #f0f0f0;
  transition: all 0.35s ease;
}

.addon-card-q7v:hover {
  border-color: #3c6e71;
    transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(60,110,113,0.12);
}

.price-faq-b8w {
  padding: 100px 0;
  background: #ffffff;
}

.faq-grid-n5j {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 36px;
}

.faq-item-p2k {
  padding: 32px;
  background: #f9fafb;
  border-radius: 14px;
  border-left: 4px solid #3c6e71;
  transition: all 0.3s ease;
}

.faq-item-p2k:hover {
  background: #f5f7f8;
    transform: translateX(4px);
}

.price-cta-box-v4r {
  margin-top: 70px;
  background: linear-gradient(135deg, #3c6e71 0%, #284b63 100%);
  padding: 60px 50px;
  border-radius: 24px;
  box-shadow: 0 16px 50px rgba(60,110,113,0.25);
}

@media (max-width: 1200px) {
  .projects-grid-z9r {
    grid-template-columns: repeat(8, 1fr);
  }
  
  .project-card-l3p {
    grid-column: span 4 !important;
  }
  
  .project-large-k7w {
    grid-column: span 8 !important;
    grid-template-columns: 1fr;
  }
  
  .featured-layout-v3b {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .port-hero-x7q {
    padding: 120px 0 70px;
  }
  
  .port-hero-x7q h1 {
    font-size: 44px !important;
  }
  
  .port-filter-b2m {
    padding: 30px 0;
  }
  
  .filter-wrap-j8k {
    gap: 8px;
  }
  
  .filter-wrap-j8k button {
    padding: 10px 20px;
    font-size: 13px;
  }
  
  .projects-grid-z9r {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .project-card-l3p {
    grid-column: span 1 !important;
  }
  
  .project-large-k7w {
    grid-template-columns: 1fr;
  }
  
  .project-tall-p8n {
    grid-row: span 1;
  }
  
  .featured-content-t9m h2 {
    font-size: 36px !important;
  }
  
  .featured-content-t9m > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
  
  .price-hero-m9k {
    padding: 120px 0 70px;
  }
  
  .price-hero-m9k h1 {
    font-size: 46px !important;
  }
  
  .pricing-grid-x4n {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  
  .price-card-featured {
    transform: scale(1);
  }
  
  .faq-grid-n5j {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .price-cta-box-v4r {
    padding: 50px 30px;
  }
  
  .price-cta-box-v4r h3 {
    font-size: 28px !important;
  }
}

.blog-hero-narr {
  padding: 95px 0 75px;
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
}

.blog-featured-post {
  padding: 0 0 85px;
}

.blog-featured-post a {
	transition: all 0.3s ease;
}

.blog-featured-post a:hover {
  background: #f5f5f5 !important;
  color: #284b63 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.blog-grid-posts {
  padding: 0 0 95px;
}

.article-content-narr {
  padding: 0;
}

.article-body-typography {
  font-size: 17px;
  line-height: 1.8;
  color: #353535;
}

.article-body-typography p {
  margin-bottom: 26px;
  line-height: 1.8;
}

.article-body-typography h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #353535;
  margin: 52px 0 24px;
  line-height: 1.3;
}

.article-body-typography h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #353535;
    margin: 38px 0 18px;
  line-height: 1.35;
}

.article-body-typography h4 {
  font-family: 'Outfit',sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  margin: 28px 0 14px;
}

.article-body-typography strong {
  font-weight: 600;
  color: #353535;
}

.article-body-typography a {
  color: #3c6e71;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.article-body-typography a:hover {
  color: #284b63;
}

.article-body-typography img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 45px 0;
}

.article-body-typography ul {
  margin: 28px 0;
  padding-left: 32px;
}

.article-body-typography ul li {
  margin-bottom: 14px;
  line-height: 1.75;
}

.article-body-typography ol {
  margin: 28px 0;
  padding-left: 32px;
}

.article-body-typography ol li {
  margin-bottom: 14px;
    line-height: 1.75;
}

.article-body-typography blockquote {
  border-left: 4px solid #3c6e71;
  padding: 28px 38px;
  margin: 38px 0;
  background: #f8f9fa;
  border-radius: 8px;
  font-style: italic;
  color: #353535;
}

.article-body-typography code {
  background: #f5f5f5;
  padding: 3px 8px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 15px;
  color: #d32f2f;
}

.article-body-typography pre {
  background: #f5f5f5;
  padding: 24px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 32px 0;
}

.article-body-typography pre code {
  background: none;
  padding: 0;
  color: #353535;
}

.blog-placeholder-section {
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .blog-hero-narr {
    padding: 75px 0 55px;
  }
  
  .blog-hero-narr h1 {
    font-size: 44px !important;
  }
  
  .blog-featured-post {
    padding: 0 0 65px;
  }
  
  .blog-grid-posts {
    padding: 0 0 75px;
  }
  
  .article-content-narr {
    padding: 0;
  }
  
  .article-body-typography {
    font-size: 16px;
  }
  
  .article-body-typography h2 {
    font-size: 28px;
    margin: 42px 0 20px;
  }
  
  .article-body-typography h3 {
    font-size: 22px;
    margin: 32px 0 16px;
  }
}

@media (max-width: 768px) {
  .blog-hero-narr h1 {
    font-size: 38px !important;
  }
  
  .blog-hero-narr p {
    font-size: 17px !important;
  }
  
  .blog-featured-post > div > div {
    padding: 48px 32px !important;
  }
  
  .blog-featured-post h2 {
    font-size: 32px !important;
  }
  
  .blog-featured-post p {
    font-size: 16px !important;
  }
  
  .blog-grid-posts > div > div {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  
  .article-body-typography {
    font-size: 16px;
  }
  
  .article-body-typography h2 {
    font-size: 26px;
    margin: 38px 0 18px;
  }
  
  .article-body-typography h3 {
    font-size: 20px;
    margin: 28px 0 14px;
  }
  
  .article-body-typography img {
    margin: 35px 0;
  }
  
  .article-body-typography blockquote {
    padding: 22px 28px;
    margin: 32px 0;
  }
  
  .blog-placeholder-section {
    min-height: auto;
    padding: 60px 0;
  }
}

.abt-hero-sect {
  padding: 152px 0 98px;
  background: linear-gradient(128deg, #fafbfc 0%, #ffffff 100%);
}

.abt-team-unique {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.95fr;
  grid-template-rows: auto auto;
  gap: 28px;
}

.abt-team-unique > div:first-child {
  grid-row: 1 / 3;
}

.abt-team-unique > div:nth-child(2) {
  grid-row: 1 / 3;
}

.abt-team-unique > div:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.abt-team-unique > div:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.abt-team-unique > div:nth-child(5) {
grid-column: 3;
  grid-row: 2;
}

.abt-team-unique > div {
	transition: all 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-team-unique > div:hover {
  transform: scale(1.03) rotate(-0.5deg);
  box-shadow: 0 22px 58px rgba(60,110,113,0.24);
  z-index: 10;
}

.abt-process-wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.abt-process-wrap > div {
  transition: all 0.38s ease-out;
}

.abt-process-wrap > div:hover {
  transform: translateX(8px);
  box-shadow: 0 12px 42px rgba(95,141,144,0.18);
}

.cnt-hero-wrapper {
  padding: 148px 0 88px;
  background: #fafbfc;
}

.cnt-main-section {
  padding: 0 0 95px;
  background: #ffffff;
  margin-top: -45px;
  position: relative;
  z-index: 2;
}

.cnt-layout-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 58px;
  align-items: start;
}

.cnt-info-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 110px;
}

.cnt-info-card {
  padding: 38px 32px;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(45,83,98,0.16);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cnt-info-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 52px rgba(45,83,98,0.28);
}

.cnt-form-side {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 28px rgba(53,53,53,0.11);
  overflow: hidden;
}

.cnt-form-container {
  padding: 52px 48px;
}

.cnt-form-creative {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.cnt-field-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.cnt-field-box {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.cnt-field-full {
  grid-column: 1 / -1;
}

.cnt-field-box label {
  font-size: 14px;
  font-weight: 700;
  color: #2b2b2b;
  letter-spacing: 0.3px;
}

.cnt-field-box input,
.cnt-field-box textarea {
  padding: 16px 20px;
  border: 2px solid #e3e6e9;
  border-radius: 12px;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #2b2b2b;
  background: #f9fafb;
    transition: all 0.28s ease;
}

.cnt-field-box input:focus,
.cnt-field-box textarea:focus {
  outline: none;
  border-color: #5f8d90;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(95,141,144,0.08);
  transform: translateY(-1px);
}

.cnt-field-box input::placeholder,
.cnt-field-box textarea::placeholder {
  color: #a8b2b8;
}

.cnt-field-box textarea {
  resize: vertical;
  min-height: 145px;
  font-family: 'Work Sans', sans-serif;
}

.cnt-select-wrap {
  position: relative;
}

.cnt-select-wrap select {
  width: 100%;
  padding: 16px 20px;
  padding-right: 45px;
  border: 2px solid #e3e6e9;
  border-radius: 12px;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #2b2b2b;
  background: #f9fafb;
  cursor: pointer;
  appearance: none;
    transition: all 0.28s ease;
}

.cnt-select-wrap select:focus {
  outline: none;
  border-color: #5f8d90;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(95,141,144,0.08);
}

.cnt-select-wrap::after {
  content: '▼';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #5f8d90;
  font-size: 12px;
}

.cnt-submit-main {
  background: linear-gradient(135deg, #5f8d90 0%, #3a6568 100%);
  color: #fff;
  border: none;
  padding: 18px 42px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Work Sans', sans-serif;
  box-shadow: 0 6px 22px rgba(95,141,144,0.28);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.cnt-submit-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.6s ease;
}

.cnt-submit-main:hover::before {
  left: 100%;
}

.cnt-submit-main:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 38px rgba(95,141,144,0.38);
}

.cnt-submit-main:active {
  transform: translateY(-1px) scale(0.98);
}

.cnt-submit-main .material-icons {
  font-size: 22px;
    transition: transform 0.3s ease;
}

.cnt-submit-main:hover .material-icons {
  transform: translateX(4px);
}

@media (max-width: 1200px) {
  .abt-team-unique {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  
  .abt-team-unique > div:first-child,
  .abt-team-unique > div:nth-child(2),
  .abt-team-unique > div:nth-child(3) {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 1024px) {
  .cnt-layout-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .cnt-info-side {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .cnt-info-card {
    flex: 1;
    min-width: 280px;
  }
}

@media (max-width: 768px) {
  .abt-hero-sect {
    padding: 125px 0 75px;
  }
  
  .abt-hero-sect > div > div {
    grid-template-columns: 1fr !important;
    gap: 45px !important;
  }
  
  .abt-hero-sect h1 {
    font-size: 44px !important;
  }
  
  .abt-team-unique {
    grid-template-columns: 1fr;
  }
  
  .cnt-hero-wrapper {
    padding: 125px 0 65px;
  }
  
  .cnt-hero-wrapper h1 {
    font-size: 46px !important;
  }
  
  .cnt-info-side {
    flex-direction: column;
  }
  
  .cnt-form-container {
    padding: 38px 28px;
  }
  
  .cnt-field-group {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .cnt-submit-main {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .abt-hero-sect h1 {
    font-size: 38px !important;
  }
  
  .cnt-hero-wrapper h1 {
    font-size: 38px !important;
  }
}

.policy-simple-hero {
  background: #353535;
  padding: 140px 0 70px;
  position:relative;
}

.policy-simple-header {
  max-width: 720px;
}

.policy-simple-header h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 64px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: -1.5px;
}

.policy-simple-meta {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.policy-simple-content {
  padding: 90px 0 100px;
  background: #ffffff;
}

.policy-simple-text {
  max-width: 720px;
  margin: 0 auto;
}

.policy-lead {
  font-size: 21px;
  line-height: 1.7;
  color: #3c6e71;
  margin-bottom: 55px;
  font-weight: 500;
}

.policy-simple-text h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #353535;
  margin-top: 65px;
  margin-bottom: 25px;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.policy-simple-text p {
  font-size: 17px;
  line-height: 1.85;
  color: #555555;
  margin-bottom: 22px;
}

.policy-notice {
  margin-top: 70px;
  padding-top: 40px;
  border-top: 2px solid #e9ecef;
  color: #777777;
  font-size: 15px;
  font-style: italic;
}

@media (max-width: 768px) {
  .policy-simple-hero {
    padding: 110px 0 50px;
  }
  
  .policy-simple-header h1 {
    font-size: 42px;
  }
  
  .policy-simple-content {
    padding: 60px 0 70px;
  }
  
  .policy-lead {
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .policy-simple-text h2 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  
  .policy-simple-text p {
    font-size: 16px;
  }
  
  .policy-notice {
    margin-top: 50px;
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  .hero-main > div > div {
    grid-template-columns: 1fr !important;
    gap: 50px !important;
  }
  
  .hero-main > div > div > div:last-child {
    height: 380px !important;
  }
  
  .weird-grid > div > div {
    grid-template-columns: 1fr !important;
  }
  
  .method-block > div > div {
		grid-template-columns: 1fr !important;
  }
  
  .formats-showcase > div > div:nth-of-type(2) {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .abt-team-unique {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
  }
  
  .abt-team-unique > div:first-child,
  .abt-team-unique > div:nth-child(2),
  .abt-team-unique > div:nth-child(3),
  .abt-team-unique > div:nth-child(4),
  .abt-team-unique > div:nth-child(5) {
    grid-row: auto !important;
    grid-column: auto !important;
  }
}

@media (max-width: 1024px) {
  .yq802t-zar-quent-nav {
    display: none;
  }
  
  .yq802t-zar-quent-mobile-toggle {
    display: block;
  }
  
  .yq802t-zar-quent-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  section > div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  
  section > div > div[style*="grid-template-columns:0.85fr 1.15fr"] {
    grid-template-columns: 1fr !important;
    gap: 35px !important;
  }
  
  section > div > div[style*="grid-template-columns:0.95fr 1.05fr"] {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  
  section > div > div[style*="display:flex"] {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  
  .formats-showcase > div > div:first-of-type {
    grid-template-columns: 1fr !important;
  }
  
  .formats-showcase > div > div:last-of-type {
    grid-template-columns: 1fr !important;
    flex-direction: column !important;
  }
  
  .formats-showcase > div > div:last-of-type > div:first-child {
    max-width: 100% !important;
  }
  
  .hero-main > div > div > div:last-child > div {
    position: static !important;
    width: 100% !important;
    height: 300px !important;
    margin-bottom: 20px !important;
  }
  
  .hero-main > div > div > div:last-child > div:last-child {
    display: none !important;
  }
  
  .abt-hero-sect > div > div {
    grid-template-columns: 1fr !important;
    gap: 45px !important;
  }
}

.grid-sec {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px;
    padding: 75px 0;
}

@media (max-width: 768px) {
  .hero-main {
    padding: 110px 0 70px !important;
  }

.grid-sec {
  display: block;
}
  
  .hero-main h1 {
    font-size: 40px !important;
    letter-spacing: -0.5px !important;
  }
  
  .hero-main p {
    font-size: 16px !important;
  }
  
  .hero-main > div > div > div:first-child > div {
    flex-direction: column !important;
    width: 100% !important;
  }
  
  .hero-main > div > div > div:first-child > div a {
    width: 100%;
    text-align: center;
  }
  
  .hero-main > div > div > div:last-child {
    height: 280px !important;
  }
  
  section h2 {
    font-size: 32px !important;
  }
  
  section > div[style*="padding:110px 0"] {
    padding: 70px 0 !important;
  }
  
  section > div[style*="padding:115px 0"] {
    padding: 75px 0 !important;
  }
  
  section > div[style*="padding:105px 0"] {
    padding: 70px 0 !important;
  }
  
  section > div[style*="padding:95px 0"] {
    padding: 65px 0 !important;
  }
  
  section[style*="padding:0 0 115px"] {
    padding: 0 0 75px !important;
  }
  
  .formats-showcase > div > div:nth-of-type(2) {
    grid-template-columns: 1fr !important;
  }
  
  .formats-showcase > div > div:last-of-type {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 35px 30px !important;
  }
  
  .yq802t-zar-quent-footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  
  .yq802t-zar-quent-cookie-content {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .yq802t-zar-quent-cookie-actions {
    width: 100%;
    flex-wrap: wrap;
  }
  
  .yq802t-zar-quent-cookie-accept,
  .yq802t-zar-quent-cookie-reject {
    flex: 1;
    min-width: 120px;
  }
  
  .abt-hero-sect {
    padding: 115px 0 70px !important;
  }
  
  .abt-hero-sect h1 {
    font-size: 38px !important;
    line-height: 1.15 !important;
  }
  
  .abt-hero-sect p {
    font-size: 16px !important;
  }
  
  .abt-team-unique {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  section[style*="background:#353535"] > div > div {
    grid-template-columns: 1fr !important;
  }
  
  section[style*="background:#353535"] > div > div > div {
    padding: 60px 0 !important;
  }
  
  section[style*="background:#353535"] > div > div > div > div {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px !important;
  }
}

@media (max-width: 480px) {
  .hero-main h1 {
    font-size: 34px !important;
  }
  
  .hero-main p {
    font-size: 15px !important;
    max-width: 100% !important;
  }
  
  section h2 {
    font-size: 28px !important;
  }
  
  section h3 {
    font-size: 20px !important;
  }
  
  .abt-hero-sect h1 {
    font-size: 32px !important;
  }
  
  section[style*="background:#353535"] h2 {
    font-size: 36px !important;
  }
  
  section[style*="background:#353535"] > div > div > div > div {
    grid-template-columns: 1fr !important;
  }
}

