/* Removed @import statements to eliminate render-blocking resources:
 * - quote_calculator.css (now inlined via helper)
 * - overlay.css (now inlined via helper)  
 * - urgency_section.css (now inlined via helper)
 * - Google Fonts (now loaded asynchronously via helper)
 */

.faq-item > summary {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
  .quote {
    font-size: 300%;
  }
  .noko-demo-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .noto-serif-700 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  }
  .noto-serif-300 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  }
  .inter-300 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  .fraunces-655 {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 655;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
  }
  .manrope-430 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 430;
    font-style: normal;
    font-size: 1.125rem;

    line-height: 1.6;
  }
  .manrope-430-bold {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  display: inline;
  }

:root {
  /* Colors */
  --noko-green: rgba(220, 242, 171, 1.000);
  --noko-grey: rgb(98, 100, 108);
  --noko-black: rgb(58, 58, 58);
  --noko-black-2: rgb(36, 37, 38);
  --noko-grey-2: rgb(224, 224, 224);
  --noko-grey-3: rgb(143, 153, 163);
  --noko-pink: rgb(236,73,124);
  --noko-pink-light: #FFF1F6;
  --noko-purple: rgb(199, 156, 215);
  --noko-purple-40: rgba(199, 156, 215, .4);
  --noko-purple-10: rgba(199, 156, 215, .1);
  --noko-purple-light: rgb(224, 186, 239);
  --noko-hot-pink: rgb(255, 0, 80);
  --noko-blue: #56C8EF;
  --noko-blue-dark: #137FA2;
  --white: rgba(255,255,255,1);
  --body-color: black;
  --header-color: black;
  --link-color: var(--noko-hot-pink);
  --link-active-color: var(--noko-pink);
  /* Fonts  */
  --h1-font-family: var(--serif);
  --h1-font-family-italic: var(--serif-italic);
  --body-font-family: var(--sans-serif);
  --body-font-family-bold: var(--sans-serif-bold);
  --body-font-family-italic: var(--sans-serif-italic);
  --serif: Fraunces, Georgia, serif;
  --serif-italic: Fraunces, Georgia, serif;
  --sans-serif: Satoshi, Arial, sans-serif;
  --sans-serif-bold: Satoshi, Arial, sans-serif;
  --sans-serif-italic: Satoshi, Arial, sans-serif;
  /* Padding */
  --xxs-padding: 0.25em;
  --xs-padding: .1em;
  --sm-padding: .25em;
  --md-padding: .5em;
  --lg-padding: 1em;
  --xl-padding: 2em;
  --xxl-padding: 4em;
  --xxxl-padding: 8em;
  --button-padding: .6em 1em .8em;
  --base-border-radius: .75em;
  /* Container Widths */
  --sm-width:400px;
  --md-width:500px;
  --lg-width:800px;
  --xl-width:900px;
  --xxl-width:1100px;
  --xxl-width:1400px;
  --xxxl-width:1600px;
  --base-box-shadow: 0 0 20px var(--noko-grey-2); }

html {
  scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

.newlanding3-wrapper {
  position: relative;
  overflow: hidden;
  background-color: white !important;    
}

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

.background-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.shape {
  position: absolute;
  opacity: 0.5;
}

.shape-1 {
  background-color: #c8eeff;
  width: 35vw;
  height: 35vw;
  top: 5vh;
  left: -15vw;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  transform: rotate(-15deg);
}

.shape-2 {
  background-color: #e8f5e9;
  width: 60vw;
  height: 60vw;
  top: 60vh;
  right: -30vw;
  border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  transform: rotate(15deg);
}

.shape-3 {
  background-color: #bee4c1;
  opacity: 0.1;
  width: 25vw;
  height: 25vw;
  top: 340vh;
  left: 5vw;
  border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
  transform: rotate(15deg);
}

.shape-4 {
  background-color: #ffc8dd;
  width: 40vw;
  height: 40vw;
  top: 160vh;
  left: -20vw;
  border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
  transform: rotate(30deg);
}

.shape-5 {
  background-color: #a2d2ff;
  width: 50vw;
  height: 50vw;
  top: 810vh;
  right: -15vw;
  border-radius: 70% 30% 80% 20% / 50% 60% 40% 50%;
  transform: rotate(-45deg);
}

.shape-6 {
  background-color: #bde0fe;
  width: 30vw;
  height: 30vw;
  top: 670vh;
  left: 25vw;
  border-radius: 30% 70% 40% 60% / 70% 30% 60% 40%;
  transform: rotate(10deg);
}

/* Containers */
body {
  color: var(--body-color);
  font-family: var(--body-font-family);
  font-size: 1.2rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 430;
  text-align: left;
  text-transform: normal;
  letter-spacing: normal;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 0;
  min-height: 100vh; }
  @media only screen and (max-width: 800px) {
    body {
      font-size: clamp(1.1rem, 3.5vw, 1.2rem); } }

.hero-section, .content-section, .faq-section, .website-feature-container, .container.mx-auto.px-4.max-w-3xl {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  background-color: transparent;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  max-width: 1200px;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
  flex: 1;
}

.hero-text h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  color: #000;
}

.hero-text p {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  color: #374151;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-buttons .button {
  text-decoration: none;
  color: white;
  background-color: #007bff;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}

.hero-buttons .button.white {
  background-color: white;
  color: #007bff;
  border: 1px solid #007bff;
}

.hero-image {
  max-width: 45%;
  position: relative;
  flex: 0 0 auto;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

#poopup-container {
    position: absolute;
    bottom: 2rem;
    right: 1rem;
    z-index: 10;
}

.image-with-overlay-container {
  position: relative;
  width: 100%;
  margin: 1.5rem 0;
}

.image-with-overlay-container picture,
.image-with-overlay-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.image-overlay-text {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  font-family: 'Caveat', cursive;
  color: #00a99d;
  font-size: 2.8vw;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

@media (max-width: 992px) {
  .image-overlay-text {
    font-size: 3.5vw;
    left: 22%;
  }
}

@media (max-width: 768px) {
  .image-overlay-text {
    font-size: 4.5vw;
    left: 25%;
  }
}

@media (min-width: 1400px) {
  .image-overlay-text {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    padding: 1rem;
    gap: 0;
    min-height: auto;
  }
  .hero-section.hero-section-with-bg {
    background-size: 80% !important;
    background-position: center right !important;
  }
  .hero-container {
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
    padding: 0;
  }
  .hero-content {
    order: 1;
    text-align: center;
    max-width: 100%;
    width: 100%;
    flex: none;
    z-index: 10;
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2rem 1rem 1rem 1rem;
    border-radius: 15px;
    margin-bottom: 0;
  }
  .hero-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .hero-text p {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .hero-image {
    order: 2;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .hero-buttons {
    order: 3;
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1rem;
    border-radius: 15px;
    margin-top: 0;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .hero-buttons .btn {
    width: 100% !important;
    margin-bottom: 0;
    text-align: center !important;
    justify-content: center !important;
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }
  #poopup-container {
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    bottom: 1rem;
    right: auto;
  }
}

@media (max-width: 480px) {
  .hero-section.hero-section-with-bg {
    background-size: 120% !important;
    background-position: center right !important;
  }
}

.two-column-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: left;
}

.two-column-layout .website-feature-box-small {
  flex-basis: calc(50% - 1rem);
  flex-grow: 1;
  max-width: none;
  margin: 0;
}

.two-column-layout .website-feature-box-small:last-child:nth-child(odd) {
  flex-basis: 100%;
}

.two-column-layout .full-width-feature {
  flex-basis: 100%;
}

/* Delivery Time Feature */
.delivery-time-feature {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0.2rem 0;
  padding: 0.5rem;
  border: 0px solid #e5e7eb;
  border-radius: 10px;
  background-color: #fff;
}

.delivery-time-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.delivery-time-cell {
  flex-basis: 50%;
}

.delivery-time-cell.align-right {
  display: flex;
  justify-content: flex-end;
}

.delivery-time-cell h4 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #1f2937;
  text-align: left;
}

.delivery-time-cell.align-right h4 {
  text-align: right;
}

.delivery-tag {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Manrope", Arial, sans-serif;
  text-align: center;
  width: fit-content;
}

.delivery-tag strong {
  font-weight: 700;
}

.delivery-tag-light {
  background-color: #eaf7e1;
  border: 1px solid #c6e0b9;
  color: #1f2937;
}

.delivery-tag-dark {
  background-color: #1f2d35;
  color: #ffffff;
}

@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column;
  }
}

.website-feature-box {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 700px;
  background-color: white;
  margin-bottom: 2rem;
}
.website-feature-box:hover {
  border: 1px solid rgb(167 243 208/var(--tw-border-opacity,1));
}

.website-feature-header {
  display: flex;
  align-items: flex-start;
  gap: 0.15rem;
  margin-bottom: 1rem;
}

.website-feature-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.website-feature-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(16 185 129/var(--tw-bg-opacity,1));
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.website-feature-box p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.website-feature-placeholder {
  background-color: #c16c6c;
  width: 100%;
  height: 200px;
  margin: 1.5rem 0;
}

.website-feature-footer {
  text-align: right;
  margin-top: 1.5rem;
}

.btn-demo {
  background-color: #e9e9e9;
  color: #333;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.btn-demo:hover {
  background-color: #dcdcdc;
}

.website-feature-box-small {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 1.5rem;
  background-color: white;
}

.website-feature-box-small:hover {
  border-color: rgb(167 243 208/var(--tw-border-opacity,1));
}

.website-feature-box-small .website-feature-header h2 {
  font-size: 1.2rem;
}

.website-feature-box-small p {
  font-size: 1rem;
  line-height: 1.5;
}

.website-feature-box-small .website-feature-placeholder {
  height: 150px;
}

.single-column-layout {
  display: flex;
  justify-content: center;
}

.single-column-layout .website-feature-box-small {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .single-column-layout .website-feature-box-small {
    max-width: 100%;
  }
}

.feature-pill {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  color: #4e6c5e;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  text-align: center;
}

.website-feature-container {
  background-color: transparent;
  padding: 3rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column;
  }
}

.typing-text-container {
  display: inline-flex;
  align-items: center;
  height: 2.6rem;
  box-sizing: border-box;
}

.typing-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: white;
  animation: blink 0.7s infinite;
  margin-left: 4px;
}

.delivery-tag-light .typing-cursor {
  background-color: #1f2d35;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* Pricing Block Feature */
.pricing-block-feature {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}

.pricing-block-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.pricing-block-cell {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.1rem;
  color: #1f2937;
}

.pricing-block-cell h4 {
  margin: 0;
  font-weight: 400;
  font-size: inherit;
}

.pricing-block-cell.align-right {
  justify-content: flex-end;
  flex-grow: 1;
}

.document-icon {
  flex-shrink: 0;
}

.document-icon svg {
  width: 24px;
  height: 24px;
  stroke: #374151;
  stroke-width: 1.5;
}

.pricing-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 1.1rem;
  font-family: "Manrope", Arial, sans-serif;
  text-align: center;
  background-color: #eaf7e1;
  border: 1px solid #c6e0b9;
  color: #1f2937;
}

@media (max-width: 768px) {
  .single-column-layout .website-feature-box-small {
    max-width: 100%;
  }
}

/* Urgency Block Feature */
.urgency-block-feature {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem;
}

.urgency-block-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.urgency-block-cell {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.4rem;
  color: #1f2937;
}

.urgency-block-cell h4 {
  margin: 0;
  font-weight: 400;
  font-size: inherit;
}

.urgency-icon svg {
  width: 32px;
  height: 32px;
}

.speed-options-price .typing-cursor {
  background-color: #1f2d35;
}

/* Delivery Speed Options Feature */
.delivery-speed-options {
  font-family: "Manrope", Arial, sans-serif;
  color: #1f2937;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}

.speed-options-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  margin: 0 -0.6rem;
  transition: background-color 0.2s ease-in-out;
}

.speed-options-row.selected {
  background-color: #dcfce7;
}

.speed-options-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.speed-options-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.speed-options-icon svg {
  width: 100%;
  height: 100%;
}

.speed-options-price {
  font-weight: 400;
}

.speed-options-title h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.speed-options-title .speed-options-icon {
  color: #10b981;
}

.speed-options-box {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 1.25rem;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.speed-options-box .speed-options-label {
  font-weight: 500;
}

.speed-options-box .speed-options-label.bold {
  font-weight: 700;
}

.speed-options-box .speed-options-icon.bolt {
  background-color: #10b981;
}

.speed-options-box .speed-options-icon.bolt svg {
  fill: white;
}

.speed-options-box .speed-options-icon.radio svg {
  color: #6b7280;
  stroke-width: 2;
}

.speed-options-subtotal .speed-options-label,
.speed-options-subtotal .speed-options-price {
  font-weight: 700;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .single-column-layout .website-feature-box-small {
    max-width: 100%;
  }
}

/* Action Buttons Feature */
.action-buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

.action-button {
  display: none; /* Hidden by default */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  width: calc(100% - 2rem);
  max-width: 380px;
  min-height: 110px;
  box-sizing: border-box;
  animation: fadeIn 0.5s ease-in-out;
  position: absolute;
  left: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease-in-out;
}

.action-button:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.action-button.active {
  display: flex; /* Shown when active */
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.action-button-content {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
}

.action-button-content svg {
  width: 22px;
  height: 22px;
}

.action-button-subtext {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
}

/* Color Variants */
.action-button--accept {
  background-color: #166534;
  color: white;
}

.action-button--suggest {
  background-color: white;
  color: #374151;
  border: 1px solid #d1d5db;
}

.action-button--cancel {
  background-color: #dc2626;
  color: white;
}

/* Responsive action buttons */
@media (max-width: 480px) {
  .action-button {
    width: calc(100% - 1rem);
    max-width: none;
    min-height: 100px;
    left: 0.5rem;
  }
}

/* Out of Office Block */
.out-of-office-block {
  position: relative;
  font-family: "Manrope", Arial, sans-serif;
  background-color: white;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
}

.out-of-office-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.out-of-office-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: #1f2937;
}

.out-of-office-toggle {
  width: 52px;
  height: 28px;
  background-color: #374151;
  border-radius: 9999px;
  position: relative;
  cursor: pointer;
}

.out-of-office-toggle::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
}

.out-of-office-block p {
  font-size: 1rem;
  color: #4b5563;
  margin: 0.5rem 0 1rem 0;
  position: relative;
  z-index: 1;
}

.out-of-office-date-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.out-of-office-date-input span {
  font-size: 1rem;
  color: #1f2937;
}

.out-of-office-date-input svg {
  width: 20px;
  height: 20px;
  color: #4b5563;
}

.out-of-office-success {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1f2937;
  position: relative;
  z-index: 1;
}

.out-of-office-success svg {
  width: 28px;
  height: 28px;
  color: #16a34a;
}

/* Delivery Speed Options Feature */
.delivery-speed-options {
  font-family: "Manrope", Arial, sans-serif;
  color: #1f2937;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}

.speed-options-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  margin: 0 -0.6rem;
  transition: background-color 0.2s ease-in-out;
}

.speed-options-row.selected {
  background-color: #dcfce7;
}

.speed-options-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.speed-options-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.speed-options-icon svg {
  width: 100%;
  height: 100%;
}

.speed-options-price {
  font-weight: 400;
}

.speed-options-title h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.speed-options-title .speed-options-icon {
  color: #10b981;
}

.speed-options-box {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 1.25rem;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.speed-options-box .speed-options-label {
  font-weight: 500;
}

.speed-options-box .speed-options-label.bold {
  font-weight: 700;
}

.speed-options-box .speed-options-icon.bolt {
  background-color: #10b981;
}

.speed-options-box .speed-options-icon.bolt svg {
  fill: white;
}

.speed-options-box .speed-options-icon.radio svg {
  color: #6b7280;
  stroke-width: 2;
}

.speed-options-subtotal .speed-options-label,
.speed-options-subtotal .speed-options-price {
  font-weight: 700;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .single-column-layout .website-feature-box-small {
    max-width: 100%;
  }
}

/* Quote Calculator Styles */
.quote-calculator {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
}

.quote-calculator .form-group {
  margin-bottom: 1.5rem;
}

.quote-calculator label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #111827;
}

.quote-calculator .form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  background-color: #fffdf2;
  font-size: 1rem;
}

.quote-calculator .form-control:focus {
  outline: none;
  border-color: #3B82F6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

.quote-calculator select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.quote-calculator .input-group {
  display: flex;
}

.quote-calculator .input-group .form-control {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.quote-calculator .input-group .input-group-text {
  padding: 0.75rem 1rem;
  background-color: #F3F4F6;
  border: 1px solid #D1D5DB;
  border-left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #4B5563;
}

.quote-calculator .radio-group {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.quote-calculator .radio-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.quote-calculator .radio-inline input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #D1D5DB;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.quote-calculator .radio-inline input[type="radio"]:checked {
  background-color: #3B82F6;
  border-color: #3B82F6;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.quote-calculator .radio-inline input[type="radio"]:checked:before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  border-radius: 50%;
  
}

.quote-calculator .radio-inline input[type="radio"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

.hourglass-list {
  list-style: none;
  padding-left: 0;
}

.hourglass-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.75em;
  font-size: 18px;
}

.hourglass-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
}

/* First hourglass - completely empty */
.hourglass-list li:nth-child(1)::before {
  transform: rotate(15deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M18 2H6v6l4 4-4 4v6h12v-6l-4-4 4-4V2z' fill='none' stroke='%23553ddc' stroke-width='1.5'/%3e%3c/svg%3e");
}

/* Second hourglass - noticeable sand at bottom */
.hourglass-list li:nth-child(2)::before {
  transform: rotate(-10deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M18 2H6v6l4 4-4 4v6h12v-6l-4-4 4-4V2z' fill='none' stroke='%23553ddc' stroke-width='1.5'/%3e%3cpath d='M16 22H8v-3h8v3z' fill='%23553ddc'/%3e%3c/svg%3e");
}

/* Third hourglass - half full bottom */
.hourglass-list li:nth-child(3)::before {
  transform: rotate(5deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M18 2H6v6l4 4-4 4v6h12v-6l-4-4 4-4V2z' fill='none' stroke='%23553ddc' stroke-width='1.5'/%3e%3cpath d='M16 22H8v-4l3-2 1-1 1 1 3 2v4z' fill='%23553ddc'/%3e%3c/svg%3e");
}

/* Fourth hourglass - mostly full bottom */
.hourglass-list li:nth-child(4)::before {
  transform: rotate(-15deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M18 2H6v6l4 4-4 4v6h12v-6l-4-4 4-4V2z' fill='none' stroke='%23553ddc' stroke-width='1.5'/%3e%3cpath d='M16 22H8v-5l2-2 2-1 2 1 2 2v5z' fill='%23553ddc'/%3e%3c/svg%3e");
}

/* Fifth hourglass - completely full bottom */
.hourglass-list li:nth-child(5)::before {
  transform: rotate(8deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M18 2H6v6l4 4-4 4v6h12v-6l-4-4 4-4V2z' fill='none' stroke='%23553ddc' stroke-width='1.5'/%3e%3cpath d='M16 22H8v-6l4-4 4 4v6z' fill='%23553ddc'/%3e%3c/svg%3e");
}

.content-section {
  width: 100%;
  padding: 2rem 5%;
  background-color: transparent;
  box-sizing: border-box;
}

.content-section-inner {
  max-width: 850px; /* Or your preferred max-width */
  margin: 0 auto;
  text-align: center;
}

.full-width {
  left: 50%;
  margin-left: -47vw;
  margin-right: -47vw;
  max-width: 94vw;
  position: relative;
  right: 50%;
  width: 94vw; }

/* Global Typography */
p {
  margin: var(--md-padding) auto; 
  font-family: "Manrope", Arial, sans-serif;
  line-height: 2;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Fraunces, Georgia, serif;
  color: #553ddc;
  line-height: 2;
}
em {
  font-family: var(--body-font-family-italic); }

/* Pain Points Grid Styles */
.pain-points-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 2.5rem 0;
  padding: 0;
}

.pain-point-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  padding: 1.5rem;
  background: transparent;
}

.pain-point-icon {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.pain-point-icon svg {
  width: 60px;
  height: 60px;
  color: #553ddc;
  fill: #553ddc !important;
}

.pain-point-content {
  flex: 1;
}

.pain-point-card h4 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .pain-points-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
  }
  
  .pain-point-card {
    padding: 1.25rem;
  }
  
  .pain-point-icon {
    width: 48px;
    height: 48px;
    margin-right: 1rem;
  }
  
  .pain-point-icon svg {
    width: 24px;
    height: 24px;
  }
  
  .pain-point-card h4 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .pain-points-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Handwritten Highlights */
.handwritten-1 {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-weight: 600;
  color: #553ddc;
}

.handwritten-1::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  background: transparent url(https://tradooz.com/assets/precios-highlight-2-a2178c2a62b92c39a67ac35d7611ee685d853da4dbe2f9ff53cf4697ae4d3243.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}

.handwritten-2 {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-weight: 600;
  color: #553ddc;
}

.handwritten-2::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  background: transparent url("precios-highlight-2 2.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}

.handwritten-3 {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-weight: 600;
  color: #553ddc;
}

.handwritten-3::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -15px;
  width: calc(100% + 40px);
  height: calc(100% + 30px);
  background: transparent url(https://tradooz.com/assets/precios-highlight-5-996203f2f7c2cb850714b94a2fa92e82b1d4b351cb471f85130899e34f9936ed.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}

.handwritten-4 {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-weight: 600;
  color: #553ddc;
}

.handwritten-4::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -8px;
  width: calc(100% + 30px);
  height: calc(100% + 16px);
  background: transparent url(https://tradooz.com/assets/precios-highlight-3-d17bb8ddaa71cc42b57a2f1a17105e866c523bad105bd5c0d6bb7e758ec66ab5.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}

.handwritten-5 {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-weight: 600;
  color: #553ddc;
}

.handwritten-5::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -2px;
  width: calc(100% + 20px);
  height: 10px;
  background: transparent url(https://tradooz.com/assets/precios-highlight-4-a5b4aaf6ecd7d8391ecd3e7fd33ae3b093e64467e827b684356bd0cdec341bb1.svg) no-repeat;
  background-size: contain;
  background-position: center bottom;
  z-index: -1;
}

/* Video feature section full width override */
.content-section-inner.video-section-full-width {
  max-width: none;
  width: 100%;
  padding: 0 2rem;
}

.video-section-full-width .website-feature-box-small {
  max-width: 100%;
}

/* Two column split layout */
.two-column-split {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.column-content {
  flex: 1;
  min-width: 0;
}

.column-video {
  flex: 2;
  min-width: 0;
}

@media (max-width: 768px) {
  .content-section-inner.video-section-full-width {
    padding: 0 1rem;
  }
  
  .two-column-split {
    flex-direction: column;
    gap: 2rem;
  }
  
  .column-content,
  .column-video {
    flex: none;
    width: 100%;
  }
}

.content-section-inner {
  max-width: 850px; /* Or your preferred max-width */
  margin: 0 auto;
  text-align: center;
}
