:root {
  --dxo-max-width: 1300px;
  --dxo-primary: #00a8ff;
  --dxo-primary-dark: #0088cc;
  --dxo-dark: #1a1f35;
  --dxo-dark-alt: #2d1f3d;
  --dxo-light: #ffffff;
  --dxo-text: #000;
  --dxo-text-light: #fff;
  --dxo-muted: #666;
  --dxo-radius: 16px;
  --dxo-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  --dxo-font-h1: 48px;
  --dxo-font-h2: 38px;
  --dxo-font-h2-weight: 200;
  --dxo-font-h3: 27px;
  --dxo-font-h3-weight: 500;
  --dxo-font-body: 24px;
}
.store-language-block {
  display: none;
}
@media (max-width: 768px) {
  :root {
    --dxo-font-h1: 30px;
    --dxo-font-h2: 24px;
    --dxo-font-h2-weight: 200;
    --dxo-font-h3: 26px;
    --dxo-font-h3-weight: 200;
    --dxo-font-body: 17px;
  }
}
.dxo-landing {
  color: var(--dxo-text);
  /* Utilities */
  /* HERO */
  /* COMPARISON */
  /* IMAGE QUALITY */
  /* FEATURES GRID */
  /* REVIEWS */
  /* PAYPAL HERO / NEWSLETTER */
}
.dxo-landing .left-border {
  border-left: 5px solid var(--dxo-primary);
  padding-left: 10px;
}
.dxo-landing .tooltip:hover > .tooltip-content {
  display: block;
}
.dxo-landing .copyright-image p {
  color: var(--dxo-text-light);
  font-size: 16px;
}
.dxo-landing .section-shell {
  max-width: var(--dxo-max-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.dxo-landing .cta-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, var(--dxo-primary) 0%, var(--dxo-primary-dark) 100%);
  color: var(--dxo-text);
  font-size: 1.1rem;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 168, 255, 0.35);
  cursor: pointer;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.dxo-landing .cta-button:hover {
  box-shadow: 0 15px 40px rgba(0, 168, 255, 0.5);
  transform: translateY(-1px);
}
.dxo-landing .button-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.dxo-landing .badge,
.dxo-landing .picto-info {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--dxo-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dxo-primary);
  font-weight: 700;
  font-size: 14px;
}
.dxo-landing .centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.dxo-landing .not-centered {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.dxo-landing h1 {
  font-size: var(--dxo-font-h1);
  font-weight: 300;
  line-height: 1.3;
  padding-left: 25px;
  margin: 0;
  text-align: left;
}
.dxo-landing h1.left-border {
  border-left: 5px solid var(--dxo-primary);
}
.dxo-landing h2 {
  font-size: var(--dxo-font-h2);
  font-weight: var(--dxo-font-h2-weight);
}
.dxo-landing h3 {
  font-size: var(--dxo-font-h3);
  font-weight: var(--dxo-font-h3-weight);
}
.dxo-landing .superscript {
  font-size: 0.6em;
  vertical-align: super;
  color: var(--dxo-primary);
  font-weight: 600;
}
.dxo-landing strong {
  font-weight: 700;
}
.dxo-landing p {
  font-size: var(--dxo-font-body);
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 20px;
}
.dxo-landing .hero-section {
  background: linear-gradient(135deg, var(--dxo-light) 0%, #c3cfe2 100%);
  display: flex;
  justify-content: center;
  padding: 40px 0 30px;
}
.dxo-landing .hero-section .hero-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dxo-landing .hero-section .hero-container img {
  scale: 1.2;
  padding: 37px 0;
}
.dxo-landing .hero-section .logo {
  font-size: var(--dxo-font-h2);
  font-weight: 300;
  color: #333;
}
.dxo-landing .hero-section .logo sup {
  font-size: 25px;
  font-weight: 700;
  color: var(--dxo-primary);
}
.dxo-landing .hero-section h1 {
  color: var(--dxo-text);
  font-weight: 700;
  font-size: var(--dxo-font-h1);
}
.dxo-landing .hero-section .product-showcase {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.dxo-landing .hero-section .laptop {
  width: 100%;
  filter: drop-shadow(var(--dxo-shadow));
}
.dxo-landing .hero-section .laptop-frame img {
  width: 100%;
  display: block;
}
.dxo-landing .hero-section .pricing .price-main {
  font-size: var(--dxo-font-h2);
  font-weight: 700;
  margin: 0 0 8px;
}
.dxo-landing .hero-section .pricing .price-sub {
  font-size: var(--dxo-font-body);
  color: var(--dxo-muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.dxo-landing .hero-section .pricing .info-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/pictoi.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
.dxo-landing .hero-section .pricing .info-icon .tooltip-content {
  display: none;
  position: absolute;
  text-align: left;
  z-index: 999;
  white-space: normal;
  top: -20px;
  left: 20%;
  font-size: 11px;
  transform: translate(-60%, -100%);
  background-color: #fff;
  border: 1px solid #3ab6ff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  padding: 9px;
  width: 190px;
  color: #000 !important;
  line-height: 14px;
  letter-spacing: normal;
}
.dxo-landing .hero-section .pricing .info-icon:hover > .tooltip-content {
  display: block;
}
.dxo-landing .hero-section .pricing .info-icon i {
  position: absolute;
  top: 100%;
  left: 60%;
  margin-left: -15px;
  width: 30px;
  height: 15px;
  overflow: hidden;
}
.dxo-landing .hero-section .pricing .info-icon i::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.dxo-landing .comparison-section {
  background: linear-gradient(135deg, var(--dxo-dark) 0%, var(--dxo-dark-alt) 100%);
  padding: 60px 0;
  color: var(--dxo-text-light);
}
.dxo-landing .comparison-section .container {
  max-width: var(--dxo-max-width);
  margin: 0 auto;
}
.dxo-landing .comparison-section .header {
  margin-bottom: 30px;
  position: relative;
  width: 95%;
}
.dxo-landing .comparison-section .header::before {
  content: "9";
  position: absolute;
  right: -46px;
  top: -122px;
  font-size: 33rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.02);
  z-index: 1;
  pointer-events: none;
  line-height: 1;
}
.dxo-landing .comparison-section .header h1 p {
  font-size: inherit;
  font-weight: inherit;
}
.dxo-landing .comparison-section .main-comparison-wrapper {
  background: rgba(15, 30, 50, 0.4);
  border-radius: 24px;
  padding: 25px;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.dxo-landing .comparison-section .comparison-grid {
  display: grid;
  grid-template-columns: 1fr 250px 250px;
  gap: 25px;
  align-items: stretch;
  font-size: var(--dxo-font-body);
}
.dxo-landing .comparison-section .features-column {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-wrap: nowrap;
}
.dxo-landing .comparison-section .features-column .feature-item {
  color: var(--dxo-text-light);
  font-size: var(--dxo-font-body);
  font-weight: 500;
  line-height: 60px;
}
.dxo-landing .comparison-section .features-column .feature-item:first-child {
  min-height: 60px;
}
.dxo-landing .comparison-section .photolab-column,
.dxo-landing .comparison-section .other-column {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(20, 70, 110, 0.35) 0%, rgba(10, 50, 90, 0.25) 100%);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  overflow: hidden;
  border-color: rgba(100, 180, 220, 0.25);
  border-width: 1px;
}
.dxo-landing .comparison-section .other-column {
  background: linear-gradient(180deg, rgba(25, 45, 75, 0.3) 0%, rgba(15, 35, 65, 0.2) 100%);
}
.dxo-landing .comparison-section .column-header {
  text-align: center;
  font-weight: 400;
  font-size: var(--dxo-font-body);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dxo-landing .comparison-section .column-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dxo-landing .comparison-section .cell-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.dxo-landing .comparison-section .check-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='21'%20viewBox='0%200%2022%2021'%20fill='none'%3E%3Cg%20clip-path='url(%23clip0_8895_70057)'%3E%3Cpath%20d='M11.5435%2020.3186C5.87655%2020.3186%201.26562%2015.7609%201.26562%2010.1593C1.26562%204.5577%205.87655%200%2011.5435%200C12.3229%200%2013.1005%200.0869399%2013.8536%200.257801C14.429%200.388211%2014.7881%200.955735%2014.6562%201.52386C14.5242%202.0926%2013.9507%202.4476%2013.3753%202.31719C12.7786%202.18195%2012.1623%202.11312%2011.5442%202.11312C7.056%202.11312%203.40403%205.72234%203.40403%2010.1593C3.40403%2014.5962%207.05539%2018.2055%2011.5442%2018.2055C13.4511%2018.2055%2015.2212%2017.5613%2016.6633%2016.3429C18.0571%2015.1656%2019.0545%2013.4986%2019.4723%2011.6493C19.6012%2011.08%2020.1723%2010.7214%2020.7483%2010.8488C21.3243%2010.9762%2021.6871%2011.5407%2021.5582%2012.11C21.0403%2014.4024%2019.7948%2016.4763%2018.0516%2017.9489C16.2168%2019.4987%2013.9666%2020.3186%2011.5435%2020.3186Z'%20fill='%23019EFB'/%3E%3Cpath%20d='M11.4219%2013.6937C11.1514%2013.6937%2010.881%2013.5905%2010.6751%2013.384L7.1999%209.90881C6.78753%209.49645%206.78753%208.82749%207.1999%208.41453C7.61226%208.00217%208.28121%208.00217%208.69418%208.41453L11.4225%2011.1429L15.3089%207.25654C15.7212%206.84418%2016.3902%206.84418%2016.8031%207.25654C17.2155%207.6689%2017.2155%208.33785%2016.8031%208.75082L12.17%2013.384C11.9635%2013.5905%2011.693%2013.6937%2011.4231%2013.6937H11.4219Z'%20fill='%23019EFB'/%3E%3Cpath%20d='M13.1186%2011.9995C12.8481%2011.9995%2012.5776%2011.8963%2012.3718%2011.6898C11.9594%2011.2774%2011.9594%2010.6085%2012.3718%2010.1955L19.7816%202.78571C20.1939%202.37335%2020.8635%202.37335%2021.2759%202.78571C21.6882%203.19807%2021.6882%203.86703%2021.2759%204.27999L13.8661%2011.6898C13.6596%2011.8963%2013.3891%2011.9995%2013.1192%2011.9995H13.1186Z'%20fill='%23019EFB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id='clip0_8895_70057'%3E%3Crect%20width='21.5885'%20height='20.3186'%20fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.dxo-landing .comparison-section .dash {
  color: #5a6a7e;
  font-size: var(--dxo-font-body);
  font-weight: 300;
}
.dxo-landing .comparison-section .pricing-bar {
  background: linear-gradient(135deg, rgba(15, 35, 60, 0.6) 0%, rgba(20, 45, 75, 0.5) 100%);
  border-radius: 20px;
  padding: 25px 50px;
  text-align: center;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 191, 255, 0.15);
  backdrop-filter: blur(10px);
}
.dxo-landing .comparison-section .pricing-bar p {
  color: var(--dxo-text-light);
  margin: 0;
  font-size: var(--dxo-font-body);
}
.dxo-landing .comparison-section .pricing-bar .price {
  color: var(--dxo-text-light);
  font-weight: 700;
  font-size: 22px;
}
.dxo-landing .comparison-section .pricing-bar .for-life {
  color: var(--dxo-primary);
  font-weight: 600;
}
.dxo-landing .comparison-section .pricing-bar .separator {
  color: var(--dxo-primary);
  margin: 0 12px;
  font-size: 22px;
}
.dxo-landing .comparison-section .section-2 h2 {
  color: var(--dxo-text-light);
  font-size: var(--dxo-font-h2);
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 20px;
}
.dxo-landing .comparison-section .section-2 p {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--dxo-font-body);
}
.dxo-landing .image-quality-section {
  background: #fff;
  padding: 20px 0;
}
.dxo-landing .image-quality-section .image-quality-container .card {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: unset;
}
.dxo-landing .image-quality-section .video-card,
.dxo-landing .image-quality-section .video-wrapper {
  width: 100%;
  position: relative;
}
.dxo-landing .image-quality-section .video-wrapper {
  aspect-ratio: 1.55;
  overflow: hidden;
  background: #000;
}
.dxo-landing .image-quality-section .vimeo-iframe {
  width: 100%;
  height: 100%;
}
.dxo-landing .image-quality-section .content-box {
  background: #1a1a1a;
  padding: 32px 28px;
  color: var(--dxo-text-light);
  position: relative;
}
.dxo-landing .image-quality-section .content-box .left-border {
  margin-left: -28px;
  padding-left: 28px;
}
.dxo-landing .image-quality-section .content-box h2 {
  margin-bottom: 30px;
  color: var(--dxo-primary);
}
.dxo-landing .section4 {
  background: radial-gradient(circle at bottom right, #781190 0%, transparent 50%), radial-gradient(circle at bottom left, #108b7f 0%, transparent 50%), #0a1628;
  padding: 30px 0;
}
.dxo-landing .section4 .card {
  background: linear-gradient(to bottom, #e8eef2 0%, #d0dde8 100%);
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.dxo-landing .section4 .video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.dxo-landing .section4 .video-container .video-wrapper {
  aspect-ratio: 1.55;
}
.dxo-landing .features-grid-section {
  background: #fff;
  padding: 40px 0;
}
.dxo-landing .features-grid-section .features-header {
  text-align: center;
  margin-bottom: 40px;
}
.dxo-landing .features-grid-section .features-header h2 {
  color: #000;
  margin: 0;
}
.dxo-landing .features-grid-section .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.dxo-landing .features-grid-section .feature-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.dxo-landing .features-grid-section .feature-image {
  position: relative;
  aspect-ratio: 1.33;
  overflow: hidden;
}
.dxo-landing .features-grid-section .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dxo-landing .features-grid-section .feature-content {
  background: #1a1a1a;
  padding: 24px;
  color: #fff;
  min-height: 150px;
}
.dxo-landing .features-grid-section .feature-content h3 {
  font-weight: 700;
  color: var(--dxo-primary);
  margin: 0 0 18px;
}
.dxo-landing .features-grid-section .features-cta {
  text-align: center;
}
.dxo-landing .reviews-section {
  background: #0b1224;
  color: var(--dxo-text-light);
}
.dxo-landing .reviews-section .wrapper__reviews-section {
  background: radial-gradient(at left center, #109487 0%, rgba(16, 139, 127, 0.97) 40%, transparent 100%), radial-gradient(at right center, #a511c8 0%, rgba(209, 13, 243, 0.91) 40%, #000000 100%);
}
.dxo-landing .reviews-section .photolab-container {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
.dxo-landing .reviews-section .photolab-container .photolab-stars {
  color: #019efb;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  position: relative;
}
.dxo-landing .reviews-section .photolab-container .photolab-stars .photolab-star-half {
  position: relative;
  display: inline-block;
  color: #019efb;
}
.dxo-landing .reviews-section .photolab-container .photolab-stars .photolab-star-half::before {
  content: "★";
  position: absolute;
  left: 0px;
  width: 50%;
  color: #019efb;
  overflow: hidden;
}
.dxo-landing .reviews-section .photolab-container .photolab-stars .photolab-star-half::after {
  content: "★";
  color: rgba(74, 158, 255, 0.2);
}
.dxo-landing .reviews-section .photolab-container .photolab-content {
  position: relative;
  z-index: 1;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-header {
  margin-bottom: 50px;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-header h1 {
  font-weight: 700;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-header h1 span {
  font-weight: 300;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-header .photolab-title {
  font-size: var(--dxo-font-h1);
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-header .photolab-title-brand {
  font-weight: 700;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-header sup {
  font-size: 0.6em;
  color: var(--dxo-primary);
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-header .photolab-subtitle {
  color: rgba(255, 255, 255, 0.8);
  margin: 8px 0 0;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-left,
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-left .photolab-card,
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-right .photolab-card {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.03);
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) #019efb;
  border-image: initial;
  border-left: 4px solid #019efb;
  padding: 17px;
  border-radius: 0 24px 24px 0;
  transition: 0.3s;
  background: #00000059;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-left .photolab-card .photolab-stars,
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-right .photolab-card .photolab-stars {
  color: var(--dxo-primary);
  font-weight: 700;
  margin-bottom: 10px;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-left .photolab-card .photolab-quote,
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-right .photolab-card .photolab-quote {
  line-height: 1.6;
  margin: 0 0 10px;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-left .photolab-card .photolab-author,
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-right .photolab-card .photolab-author {
  font-size: 12px;
  text-transform: uppercase;
  color: #888888;
  letter-spacing: 1px;
  font-weight: 700;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-left: 4px solid #019efb;
  border-radius: 0 24px 24px 0;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-center .photolab-award {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 8px;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-center .photolab-award img {
  margin: 0 auto;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-center .photolab-award .photolab-award-title {
  font-weight: 700;
  margin-top: 8px;
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-center .photolab-award .photolab-award-subtitle {
  color: var(--dxo-primary);
}
.dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials .photolab-col-center .photolab-award .photolab-award-quote {
  font-style: italic;
  color: #e0e0e0;
  line-height: 1.6;
  width: 270px;
  margin: 15px auto;
}
.dxo-landing .newsletter-section {
  padding: 50px 0;
}
.dxo-landing .newsletter-section .section-shell {
  padding: unset ;
  max-width: calc(var(--dxo-max-width) + 400px);
}
.dxo-landing .newsletter-section .hero-section2 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
.dxo-landing .newsletter-section .hero-image {
  width: 100%;
  display: block;
}
.dxo-landing .newsletter-section .mobile-img {
  display: none;
  width: 100%;
}
.dxo-landing .newsletter-section .text-overlay {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 60px 53px;
  max-width: 460px;
  color: var(--dxo-text-light);
}
.dxo-landing .newsletter-section .text-overlay .price {
  font-weight: 700;
  margin-bottom: 25px;
  text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 10px;
  letter-spacing: -2px;
  font-size: 4rem;
}
.dxo-landing .newsletter-section .text-overlay .tagline {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 10px;
  padding: 10px 0;
}
.dxo-landing .newsletter-section .text-overlay .cta-buttons {
  display: flex;
  gap: 12px;
}
.dxo-landing .newsletter-section .text-overlay .cta-buttons .btn {
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 1.2em;
}
.dxo-landing .newsletter-section .text-overlay .cta-buttons .btn-trial {
  background: var(--dxo-text);
  color: var(--dxo-primary);
  border: solid 1px var(--dxo-primary);
}
.dxo-landing .newsletter-section .text-overlay .cta-buttons .btn-buy {
  background: var(--dxo-primary);
  color: #000;
}
.dxo-landing .newsletter-section .mobile {
  display: none;
  width: 100%;
  margin-top: 14px;
}
.dxo-landing .newsletter-section .explain {
  font-size: 13px;
  margin-top: 12px;
  color: var(--dxo-text-light);
}
.dxo-landing .mobile-break {
  display: none;
}
@media (max-width: 1150px) {
  .dxo-landing .comparison-section .comparison-grid {
    grid-template-columns: 1fr 210px 210px;
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .dxo-landing .landing-index-index .large-container {
    padding: 0 0.9375rem;
  }
  .dxo-landing .comparison-section .pricing-bar {
    padding: 20px;
  }
  .dxo-landing .comparison-section .comparison-grid {
    grid-template-columns: 1fr;
  }
  .dxo-landing .comparison-section .comparison-grid .features-column .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 38px;
  }
  .dxo-landing .comparison-section .comparison-grid .features-column .feature-item::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='21'%20viewBox='0%200%2022%2021'%20fill='none'%3E%3Cg%20clip-path='url(%23clip0_8895_70057)'%3E%3Cpath%20d='M11.5435%2020.3186C5.87655%2020.3186%201.26562%2015.7609%201.26562%2010.1593C1.26562%204.5577%205.87655%200%2011.5435%200C12.3229%200%2013.1005%200.0869399%2013.8536%200.257801C14.429%200.388211%2014.7881%200.955735%2014.6562%201.52386C14.5242%202.0926%2013.9507%202.4476%2013.3753%202.31719C12.7786%202.18195%2012.1623%202.11312%2011.5442%202.11312C7.056%202.11312%203.40403%205.72234%203.40403%2010.1593C3.40403%2014.5962%207.05539%2018.2055%2011.5442%2018.2055C13.4511%2018.2055%2015.2212%2017.5613%2016.6633%2016.3429C18.0571%2015.1656%2019.0545%2013.4986%2019.4723%2011.6493C19.6012%2011.08%2020.1723%2010.7214%2020.7483%2010.8488C21.3243%2010.9762%2021.6871%2011.5407%2021.5582%2012.11C21.0403%2014.4024%2019.7948%2016.4763%2018.0516%2017.9489C16.2168%2019.4987%2013.9666%2020.3186%2011.5435%2020.3186Z'%20fill='%23019EFB'/%3E%3Cpath%20d='M11.4219%2013.6937C11.1514%2013.6937%2010.881%2013.5905%2010.6751%2013.384L7.1999%209.90881C6.78753%209.49645%206.78753%208.82749%207.1999%208.41453C7.61226%208.00217%208.28121%208.00217%208.69418%208.41453L11.4225%2011.1429L15.3089%207.25654C15.7212%206.84418%2016.3902%206.84418%2016.8031%207.25654C17.2155%207.6689%2017.2155%208.33785%2016.8031%208.75082L12.17%2013.384C11.9635%2013.5905%2011.693%2013.6937%2011.4231%2013.6937H11.4219Z'%20fill='%23019EFB'/%3E%3Cpath%20d='M13.1186%2011.9995C12.8481%2011.9995%2012.5776%2011.8963%2012.3718%2011.6898C11.9594%2011.2774%2011.9594%2010.6085%2012.3718%2010.1955L19.7816%202.78571C20.1939%202.37335%2020.8635%202.37335%2021.2759%202.78571C21.6882%203.19807%2021.6882%203.86703%2021.2759%204.27999L13.8661%2011.6898C13.6596%2011.8963%2013.3891%2011.9995%2013.1192%2011.9995H13.1186Z'%20fill='%23019EFB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id='clip0_8895_70057'%3E%3Crect%20width='21.5885'%20height='20.3186'%20fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
  }
  .dxo-landing .comparison-section .comparison-grid .features-column .feature-item:first-child {
    display: none;
  }
  .dxo-landing .comparison-section .comparison-grid .photolab-column,
  .dxo-landing .comparison-section .comparison-grid .other-column {
    display: none;
  }
  .dxo-landing .features-grid-section .features-grid {
    grid-template-columns: 1fr;
  }
  .dxo-landing .reviews-section .photolab-testimonials {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 970px) {
  .dxo-landing .comparison-section .pricing-bar {
    padding: 10px;
  }
  .dxo-landing .comparison-section .pricing-bar p {
    font-size: 18px;
  }
  .dxo-landing .reviews-section .photolab-container .photolab-content .photolab-testimonials {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .dxo-landing .newsletter-section .hero-image {
    display: none;
  }
  .dxo-landing .newsletter-section .mobile-img,
  .dxo-landing .newsletter-section .mobile {
    display: block;
    width: 100%;
    margin-top: unset;
    object-fit: cover;
  }
  .dxo-landing .newsletter-section .mobile-img {
    object-fit: cover;
    height: 500px;
  }
  .dxo-landing .newsletter-section .mobile {
    width: 95%;
  }
  .dxo-landing .newsletter-section .text-overlay {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .dxo-landing .hero-section {
    padding: 30px 0 20px;
  }
  .dxo-landing .hero-section .hero-container {
    gap: 16px;
  }
  .dxo-landing .comparison-section .comparison-container .main-comparison-wrapper {
    padding: 0 8px;
  }
  .dxo-landing .comparison-section .comparison-container .main-comparison-wrapper .comparison-grid .features-column .feature-item {
    gap: 3px;
    font-weight: 500;
  }
  .dxo-landing .comparison-section .comparison-container .main-comparison-wrapper .comparison-grid .features-column .feature-item::before {
    width: 20px;
    height: 20px;
  }
  .dxo-landing .comparison-section .comparison-container .main-comparison-wrapper .comparison-grid .features-column .feature-item:first-child {
    display: none;
  }
  .dxo-landing .comparison-section .comparison-container .pricing-bar .separator {
    display: none;
  }
  .dxo-landing .comparison-section .comparison-container .pricing-bar .mobile-break {
    display: block;
  }
  .dxo-landing .image-quality-section .image-quality-container {
    box-shadow: none;
  }
  .dxo-landing .section4 {
    padding: 20px 0;
  }
  .dxo-landing .mobile-break {
    display: inline;
  }
}
.large-container {
  padding: unset;
}
@media (min-width: 769px) {
  .large-container {
    padding: 0 5%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .main-header .large-container {
    padding: 0 5%;
  }
}
