/* Eternitia brand overlay — no @import (blocks all rules if fonts hang) */

:root {
  --garnet: #6b1c23;
  --garnet-deep: #4a1015;
  --ivory: #faf7f4;
  --ink: #1a1212;
  --muted: #6b5e5e;
  --white: #ffffff;
  --phone-silver: #2c2c2e;
  --phone-black: #0a0a0b;
}

body {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
  color: var(--ink);
  background: var(--ivory);
}

h1,
h2,
h3,
h4,
.funnytext {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 600;
}

/* Kill Snapview rules that break layout */
.container {
  overflow: visible !important;
}

.head {
  background-image: linear-gradient(
      to top,
      rgba(74, 16, 21, 0.92) 0%,
      rgba(74, 16, 21, 0.55) 45%,
      rgba(74, 16, 21, 0.35) 100%
    ),
    url("../assets/hero.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  padding-top: 0 !important;
  padding-bottom: 64px !important;
  overflow: visible !important;
  min-height: 0 !important;
}

.head .logo,
.head .social {
  display: none !important;
}

/* ========== A) Ivory faldón — full width, top of page ========== */
.brand-bar {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 50;
  box-shadow: 0 4px 18px rgba(26, 18, 18, 0.2);
}

/* No top garnet ray — only subtle bottom accent under ivory band */
.brand-bar__strip {
  display: none !important;
}

.brand-bar__strip--bottom {
  display: block !important;
  width: 100%;
  height: 2px;
  background: var(--garnet) !important;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0.55;
}

.brand-bar__band {
  display: block !important;
  width: 100%;
  background: #faf7f4 !important;
  margin: 0;
  padding: 0;
  border: 0;
}

.brand-bar__row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 104px;
  padding: 14px 0;
}

.brand-bar__logo {
  display: flex !important;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none !important;
  background: transparent !important;
  max-width: 40%;
}

.brand-bar__logo img {
  display: block !important;
  height: 80px !important;
  width: auto !important;
  max-width: 300px !important;
  max-height: 80px !important;
  object-fit: contain !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  float: none !important;
  transform: none !important;
}

.brand-bar__nav {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 20px;
  flex: 1 1 auto;
  min-width: 0;
}

.brand-bar__nav > a:not(.header-cta) {
  font-family: "Source Serif 4", Georgia, serif !important;
  font-size: 15px;
  color: var(--ink, #1a1212) !important;
  text-decoration: none !important;
  white-space: nowrap;
  opacity: 0.88;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.brand-bar__nav > a:not(.header-cta):hover,
.brand-bar__nav > a:not(.header-cta):focus {
  opacity: 1;
  color: var(--garnet) !important;
  text-decoration: none !important;
}

.header-cta {
  display: inline-block !important;
  flex-shrink: 0;
  background: var(--garnet) !important;
  color: #faf7f4 !important;
  text-decoration: none !important;
  font-family: "Source Serif 4", Georgia, serif !important;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 10px 18px;
  border: 0;
  border-radius: 2px;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.header-cta:hover,
.header-cta:focus {
  background: var(--garnet-deep) !important;
  color: #faf7f4 !important;
  text-decoration: none !important;
}

.hero-trust {
  margin-top: 18px !important;
  font-size: 14px !important;
  color: rgba(250, 247, 244, 0.78) !important;
  letter-spacing: 0.01em;
}

.hero-ctas {
  margin-top: 8px;
}

.services-intro {
  margin-bottom: 28px;
}

.section-eyebrow {
  margin: 0 0 12px !important;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-size: 15px !important;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--garnet) !important;
}

.services-headline {
  margin: 0 auto !important;
  max-width: 22em;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-size: 34px !important;
  font-weight: 600;
  line-height: 1.25 !important;
  color: var(--garnet-deep) !important;
}

/* Hero copy — no duplicate primary CTA (CTA lives in faldón) */
.hero-row {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-content {
  margin-top: 20px !important;
}

.hero-eyebrow {
  margin: 0 0 12px !important;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35 !important;
  color: rgba(250, 247, 244, 0.88) !important;
  max-width: 34em;
}

.main-content h1 {
  font-size: 40px !important;
  line-height: 1.18 !important;
  margin-bottom: 18px !important;
  color: #fff !important;
  font-weight: 600;
  max-width: 16em;
}

.main-content p {
  font-size: 17px;
  line-height: 1.55;
  max-width: 34em;
  color: rgba(255, 255, 255, 0.92) !important;
}

.home-btn {
  background: var(--ivory) !important;
  color: var(--garnet-deep) !important;
  border: none !important;
  border-radius: 2px !important;
  padding: 12px 22px !important;
  margin-right: 10px;
  margin-top: 8px;
  font-family: "Source Serif 4", Georgia, serif !important;
  width: auto !important;
  height: auto !important;
}

.home-btn:hover,
.form-inline .btn:hover,
.btn-lg:hover {
  background-color: var(--white) !important;
  color: var(--garnet) !important;
}

.home-btn.home-btn--ghost {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
}

.home-btn.home-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

/* Neutralize Snapview phone float/height — critical */
.head .phone-mockup,
.phone-mockup {
  text-align: center !important;
  float: none !important;
  margin-top: 8px;
  overflow: visible !important;
}

.phone-mockup img,
.head .phone-mockup img,
.appmockup img {
  float: none !important;
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  transform: none !important;
}

/* ========== B/C) Real iPhone chrome (absolute screen — aspect-ratio safe) ========== */
.iphone {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.iphone__frame {
  position: relative !important;
  display: block !important;
  width: 240px;
  /* height from aspect ratio — do NOT rely on % children for size */
  aspect-ratio: 9 / 19.5;
  height: auto;
  border-radius: 36px;
  background: linear-gradient(155deg, #4a4a4c 0%, #1c1c1e 42%, #050505 100%) !important;
  box-shadow:
    0 0 0 1.5px rgba(255, 255, 255, 0.18) inset,
    0 0 0 1px rgba(0, 0, 0, 0.55),
    0 22px 50px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
  /* bezel thickness via padding; screen is absolute inside */
  padding: 0 !important;
  overflow: hidden;
  margin: 0 auto;
}

.iphone__screen {
  position: absolute !important;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 28px;
  overflow: hidden !important;
  background: #1a1212 !important;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.iphone__screen img,
.iphone__screen > img,
.carousel-slide .iphone__screen img {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.iphone__island {
  position: absolute !important;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 22px;
  background: #000 !important;
  border-radius: 20px;
  z-index: 5;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

/* Side buttons hint (subtle) */
.iphone__frame::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 92px;
  width: 3px;
  height: 28px;
  background: #2a2a2c;
  border-radius: 2px 0 0 2px;
  z-index: 2;
}

.iphone__frame::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 120px;
  width: 3px;
  height: 56px;
  background: #2a2a2c;
  border-radius: 0 2px 2px 0;
  z-index: 2;
}

.iphone--hero .iphone__frame {
  width: 248px;
}

.iphone--features .iphone__frame {
  width: 200px;
}

.iphone--carousel .iphone__frame {
  width: 200px;
}

.services {
  background: var(--ivory) !important;
  padding: 70px 0 !important;
}

.services-list img {
  display: inline-block;
  max-height: 72px;
  width: auto;
  filter: none;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1.5px solid var(--garnet);
  border-radius: 50%;
  color: var(--garnet);
  font-size: 28px;
  line-height: 1;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--garnet);
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}

.services-list h4 {
  color: var(--garnet-deep) !important;
  letter-spacing: 0.04em;
}

.services-list p {
  color: var(--muted) !important;
}

.features {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.features-title h1,
.clients-title h1 {
  color: var(--garnet-deep) !important;
}

.title-description {
  color: var(--muted) !important;
}

.dark-stroke,
.clients-stroke {
  border-bottom: 2px solid var(--garnet) !important;
}

.features-left div:hover h4,
.features-right div:hover h4,
.clients-list div:hover h4,
.faq-list div:hover h4 {
  color: var(--garnet) !important;
}

.features-list-1 h4,
.features-list-2 h4,
.features-list-3 h4,
.features-list-4 h4,
.features-list-5 h4,
.features-list-6 h4 {
  color: var(--ink);
}

.features-left img,
.features-right img,
.features-left .feature-icon,
.features-right .feature-icon {
  transform: none !important;
  margin-bottom: 10px;
  max-height: 36px;
  width: auto;
}

/* Balance feature columns around phone */
.features-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.features-left,
.features-right {
  margin-top: 0 !important;
}

.features-left > div,
.features-right > div {
  margin-bottom: 28px !important;
  min-height: 0;
}

.features-left > div:last-child,
.features-right > div:last-child {
  margin-bottom: 0 !important;
}

.features-left h4,
.features-right h4 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.25;
}

.features-left p,
.features-right p {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
  color: var(--muted);
}

.appmockup {
  position: relative;
  text-align: center;
  margin-top: 0;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== Screenshots carousel ========== */
.section-gallery {
  background: var(--ivory);
  padding: 80px 0 90px;
}

.eternitia-carousel {
  margin-top: 24px;
  padding-bottom: 48px;
}

.carousel-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 12px 56px 36px;
  background: transparent !important;
}

.carousel-caption-eternitia {
  text-align: center;
  margin-top: 22px;
  max-width: 28em;
}

.carousel-caption-eternitia h3 {
  margin: 0 0 8px;
  color: var(--garnet-deep);
  font-size: 26px;
}

.carousel-caption-eternitia p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.eternitia-carousel .carousel-indicators {
  bottom: 0;
}

.eternitia-carousel .carousel-indicators li {
  background: rgba(107, 28, 35, 0.35);
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

.eternitia-carousel .carousel-indicators .active {
  background: var(--garnet);
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.eternitia-carousel .carousel-control {
  background: none !important;
  background-image: none !important;
  width: 44px;
  opacity: 1;
  text-shadow: none;
  color: var(--garnet-deep);
  top: 0;
  bottom: auto;
  height: 440px;
}

.eternitia-carousel .carousel-control:hover,
.eternitia-carousel .carousel-control:focus {
  color: var(--garnet);
  opacity: 1;
}

.carousel-ctrl-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 48px;
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 400;
}

.form-section {
  background-image: linear-gradient(
      rgba(74, 16, 21, 0.88),
      rgba(107, 28, 35, 0.9)
    ),
    url("../assets/book.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 90px 0 !important;
}

.form-section h2 {
  color: #fff !important;
  font-size: 36px !important;
}

.white-stroke {
  border-bottom: 2px solid rgba(250, 247, 244, 0.85) !important;
}

.form-inline .form-control {
  min-width: 280px;
  height: 48px;
  border-radius: 2px !important;
}

.form-inline .btn {
  height: 48px;
  background: var(--ivory) !important;
  color: var(--garnet-deep) !important;
  border: none !important;
  border-radius: 2px !important;
  font-family: "Source Serif 4", Georgia, serif !important;
}

.our-clients {
  background: var(--ivory) !important;
  padding: 72px 0 88px !important;
  text-align: center;
}

.our-clients .clients-title {
  margin-bottom: 36px !important;
}

.our-clients .clients-title .dark-stroke {
  margin-left: auto;
  margin-right: auto;
}

/* Undo Snapview padding on every nested div */
.our-clients div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.clients-list h4 {
  color: var(--garnet-deep);
}

.clients-logos {
  display: none;
}

/* ========== Testimonials carousel ========== */
.testimonials-heading {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 600;
  color: var(--garnet-deep) !important;
  margin: 8px 0 28px;
  letter-spacing: 0.01em;
}

.testimonials-carousel {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 48px 56px;
}

.testimonials-carousel .carousel-inner {
  overflow: hidden;
}

.testimonials-carousel .item {
  min-height: 220px;
}

.testimonial {
  position: relative;
  margin: 0 auto;
  padding: 12px 8px 8px;
  border: 0;
  max-width: 560px;
  text-align: center;
}

.testimonial__mark {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 72px;
  line-height: 0.7;
  color: var(--garnet);
  opacity: 0.55;
  margin-bottom: 8px;
  font-weight: 600;
}

.testimonial p {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink);
  font-style: italic;
  margin: 0 0 22px;
}

.testimonial footer {
  font-style: normal;
}

.testimonial cite {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: var(--garnet-deep);
}

.testimonial footer span {
  display: block;
  margin-top: 4px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 14px;
  color: var(--muted);
  font-style: normal;
}

.testimonials-carousel .carousel-indicators {
  bottom: 8px;
  margin-bottom: 0;
}

.testimonials-carousel .carousel-indicators li {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  border: 1px solid var(--garnet);
  background: transparent;
  border-radius: 50%;
}

.testimonials-carousel .carousel-indicators .active {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: var(--garnet);
  border-color: var(--garnet);
}

.testimonials-carousel .carousel-control {
  width: 40px;
  top: 30%;
  bottom: auto;
  height: 48px;
  background: none !important;
  opacity: 0.45;
  text-shadow: none;
  filter: none;
}

.testimonials-carousel .carousel-control:hover,
.testimonials-carousel .carousel-control:focus {
  opacity: 0.9;
  background: none !important;
}

.testimonials-carousel .carousel-ctrl-label {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 48px;
  color: var(--garnet-deep);
  font-weight: 500;
}

.download-section {
  background: var(--garnet) !important;
  padding: 70px 0 80px !important;
}

.download-section h2 {
  color: #fff !important;
  font-size: 30px !important;
}

.download-section .title-description {
  color: rgba(255, 255, 255, 0.85) !important;
}

.download-section .btn-lg {
  background: var(--ivory) !important;
  color: var(--garnet-deep) !important;
  border: none !important;
  border-radius: 2px !important;
}

.contact-form {
  background: var(--ivory);
  padding: 32px 28px 28px;
  border-radius: 2px;
  text-align: left;
  box-shadow: 0 12px 40px rgba(26, 18, 18, 0.25);
}

.contact-form label {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  color: var(--garnet-deep);
  margin-bottom: 6px;
  font-weight: 600;
}

.contact-form .form-group {
  margin-bottom: 18px;
}

.contact-form .form-control {
  background: #fff !important;
  border: 1px solid #e4d6d6 !important;
  border-radius: 2px !important;
  color: var(--ink) !important;
  font-family: "Source Serif 4", Georgia, serif !important;
  font-size: 16px !important;
  height: auto !important;
  padding: 12px 14px !important;
  box-shadow: none !important;
}

.contact-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.contact-form .form-control:focus {
  border-color: var(--garnet) !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(107, 28, 35, 0.15) !important;
}

.contact-form__submit {
  width: 100%;
  background: var(--garnet-deep) !important;
  color: var(--ivory) !important;
  border: none !important;
  border-radius: 2px !important;
  padding: 14px 22px !important;
  font-family: "Source Serif 4", Georgia, serif !important;
  font-size: 17px !important;
  margin-top: 4px;
}

.contact-form__submit:hover,
.contact-form__submit:focus {
  background: var(--garnet) !important;
  color: var(--ivory) !important;
}

.contact-form__hint {
  margin: 14px 0 0;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}

.contact-form__hint a {
  color: var(--garnet-deep);
  text-decoration: underline;
}

.contact-form__alt {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

.contact-form__alt a {
  color: var(--ivory);
  text-decoration: underline;
}

.footer-info {
  background: var(--garnet-deep) !important;
  padding: 40px 0 !important;
}

.footer-brand {
  display: inline-block;
  line-height: 0;
  background: var(--ivory);
  padding: 10px 16px;
  border-radius: 2px;
}

.footer-brand img {
  display: block;
  height: 48px !important;
  width: auto !important;
  max-width: 180px !important;
  object-fit: contain;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.footer-info img {
  max-height: none;
  width: auto;
  background: transparent !important;
  padding: 0 !important;
}

.footer-nav ul li a,
.footer-info p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.footer-nav ul li a:hover {
  color: #fff !important;
}

.section-process {
  background: #fff;
  padding: 80px 0;
}

.section-process .step {
  margin-bottom: 28px;
}

.section-process .step h4 {
  color: var(--garnet-deep);
  margin-top: 0;
}

.section-process .step-num {
  display: inline-block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  color: var(--garnet);
  margin-right: 10px;
}

.section-faq {
  background: var(--ivory);
  padding: 80px 0;
}

.section-faq details {
  border-top: 1px solid #e6ddd6;
  padding: 16px 0;
  text-align: left;
}

.section-faq details:last-child {
  border-bottom: 1px solid #e6ddd6;
}

.section-faq summary {
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  color: var(--garnet-deep);
  font-weight: 600;
  list-style: none;
}

.section-faq summary::-webkit-details-marker {
  display: none;
}

.section-faq details p {
  margin-top: 10px;
  color: var(--muted);
}

@media (max-width: 991px) {
  .brand-bar__row {
    min-height: 88px;
    padding: 12px 0;
    flex-wrap: wrap;
  }

  .brand-bar__logo {
    max-width: 48%;
  }

  .brand-bar__logo img {
    height: 68px !important;
    max-height: 68px !important;
    max-width: 260px !important;
  }

  .brand-bar__nav {
    width: 100%;
    justify-content: flex-start;
    gap: 8px 14px;
    padding-bottom: 4px;
  }

  .brand-bar__nav > a:not(.header-cta) {
    font-size: 14px;
  }

  .iphone--hero .iphone__frame {
    width: 220px;
  }

  .iphone--features .iphone__frame,
  .iphone--carousel .iphone__frame {
    width: 180px;
  }

  .eternitia-carousel .carousel-control {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .hero-eyebrow {
    font-size: 17px !important;
  }

  .main-content h1 {
    font-size: 30px !important;
  }

  .services-headline {
    font-size: 26px !important;
  }

  .section-eyebrow {
    font-size: 13px !important;
  }

  .brand-bar__row {
    min-height: 76px;
    padding: 10px 0;
    gap: 10px;
  }

  .brand-bar__logo {
    max-width: 55%;
  }

  .brand-bar__logo img {
    height: 56px !important;
    max-height: 56px !important;
    max-width: 180px !important;
  }

  .brand-bar__nav {
    gap: 6px 12px;
  }

  .brand-bar__nav > a:not(.header-cta) {
    font-size: 13px;
  }

  .header-cta {
    padding: 8px 12px;
    font-size: 13px;
  }

  .hero-trust {
    font-size: 13px !important;
  }

  .hero-row {
    margin-top: 24px;
  }

  .head .phone-mockup {
    margin-top: 24px;
  }

  .iphone--hero .iphone__frame {
    width: 210px;
  }

  .features-row {
    display: block;
  }

  .features-left,
  .features-right {
    text-align: center !important;
  }

  .features-left h4,
  .features-left p,
  .features-right h4,
  .features-right p {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .features-left > div,
  .features-right > div {
    margin-bottom: 32px !important;
  }

  .appmockup {
    margin: 28px auto 36px;
  }

  .testimonials-heading {
    font-size: 24px !important;
  }

  .testimonials-carousel {
    padding: 4px 36px 52px;
  }

  .testimonial p {
    font-size: 17px;
  }

  .testimonials-carousel .carousel-control {
    width: 32px;
  }

  .testimonials-carousel .carousel-ctrl-label {
    font-size: 36px;
  }

  .carousel-slide {
    padding: 8px 40px 28px;
  }

  .iphone--carousel .iphone__frame {
    width: 170px;
  }

  .eternitia-carousel .carousel-control {
    height: 380px;
  }

  .carousel-ctrl-label {
    font-size: 40px;
  }

  .contact-form {
    padding: 24px 18px 20px;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
