/* ===========================
   RESET & BASE
   =========================== */
* { box-sizing: border-box; }

.frame {
  width: 100%;
  background-color: #ffffff;
}

.group, .website {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* ===========================
   SHARED UTILITIES
   =========================== */
.section-label {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #9a9590;
  font-size: 11px;
  letter-spacing: 0.88px;
  line-height: 16.5px;
  text-align: center;
  text-transform: uppercase;
}

/* ===========================
   NAVIGATION
   =========================== */
.navigation {
  width: 100%;
  background-color: #faf8f5;
  border-bottom: 1px solid #e8e4dd;
  padding: 0 48px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 79px;
  gap: 24px;
}

.brand-logo {
  display: block;
  height: auto;
}

.nav-logo {
  width: 190px;
  max-width: 100%;
}

.div {
  display: flex;
  align-items: center;
  gap: 40px;
}

.link, .link-2, .link-3, .link-4 {
  cursor: pointer;
}

.text-wrapper-2 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 21px;
  white-space: nowrap;
}

.button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 20px;
  height: 48px;
  background-color: #1b3d2f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper-3 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #faf8f5;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 21px;
  white-space: nowrap;
}

/* ===========================
   SECTION: HERO (section / p-k)
   =========================== */
.p-k {
  display: flex;
  flex-direction: column;
  background-color: #faf8f5;
}

.section {
  background: linear-gradient(180deg, rgba(250,248,245,1) 0%, rgba(240,237,232,1) 100%);
  padding: 100px 48px 80px;
}

.container-2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.container-3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.container-4 { margin-bottom: 24px; }

.p {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #9a9590;
  font-size: 11px;
  letter-spacing: 0.88px;
  line-height: 16.5px;
  text-transform: uppercase;
}

.heading { margin-bottom: 24px; }

.the-missing-link {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.96px;
  line-height: 1.125;
}

.paragraph { margin-bottom: 40px; }

.when-every-fabric-is {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 18px;
  line-height: 1.6;
  max-width: 560px;
}

.container-5 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.button-2 {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 32px;
  height: 55px;
  background-color: #1b3d2f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper-4 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #faf8f5;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 21px;
  white-space: nowrap;
}

.button-3 {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 32px;
  height: 55px;
  border: 1px solid #1b3d2f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper-5 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 21px;
  white-space: nowrap;
}

.element-day-free-trial-wrapper { margin-bottom: 12px; }

.element-day-free-trial {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #9a9590;
  font-size: 13px;
  line-height: 19.5px;
}

.container-6 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.text-wrapper-6 {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #c67b5c;
  font-size: 16px;
  opacity: 0.7;
}

.text-wrapper-7 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #9a9590;
  font-size: 13px;
}

/* Hero dashboard card */
.container-8 {
  flex-shrink: 0;
  width: 460px;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 8px 24px #2c2c2c0f, 0px 2px 8px #2c2c2c0a;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.container-9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 12px 12px;
  border-bottom: 1px solid #e8e4dd;
  border-left: 4px solid #1b3d2f;
}

.text-wrapper-8 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 18px;
  line-height: 27px;
}

.active-wrapper {
  background-color: #1b3d2f;
  border-radius: 2px;
  padding: 3px 12px;
}

.active {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 11px;
  line-height: 16.5px;
}

.container-10 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.container-11, .container-12, .container-13, .container-14 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 2px;
}

.container-11, .container-13 { background-color: #ffffff; }
.container-12, .container-14 { background-color: #faf8f5; }

.text-wrapper-9 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 21px;
}

.text-wrapper-10 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 21px;
}

.container-15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background-color: #f0ede8;
  border-radius: 2px;
  border-top: 1px solid #e8e4dd;
}

.text-wrapper-11 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 15px;
}

.text-wrapper-12 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 16px;
}

.container-16 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

.container-17 {
  display: flex;
  justify-content: space-between;
}

.text-wrapper-13 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 13px;
}

.text-wrapper-14 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 13px;
}

.container-wrapper {
  width: 100%;
  height: 8px;
  background-color: #f0ede8;
  border-radius: 2px;
  overflow: hidden;
}

.container-18 {
  width: 68%;
  height: 100%;
  background-color: #1b3d2f;
  border-radius: 2px;
}

/* ===========================
   SECTION 2: STATS
   =========================== */
.section-2 {
  background-color: #f0ede8;
  border-top: 1px solid #e8e4dd;
  border-bottom: 1px solid #e8e4dd;
  padding: 80px 48px;
}

.container-19 {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.container-20, .container-23, .container-27 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 32px;
}

.container-23, .container-27 {
  border-left: 1px solid #e8e4dd;
}

.text-wrapper-15, .text-wrapper-17, .text-wrapper-19 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #1b3d2f;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.2;
  text-align: center;
}

.text-wrapper-16, .text-wrapper-18, .text-wrapper-20 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.container-26 { display: none; }

/* ===========================
   SECTION 3: THE CHALLENGE
   =========================== */
.section-3 {
  background-color: #faf8f5;
  padding: 100px 48px 80px;
}

.container-28 {
  max-width: 1200px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
}

.text-wrapper-21, .text-wrapper-38, .text-wrapper-52, .text-wrapper-87 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #9a9590;
  font-size: 11px;
  letter-spacing: 0.88px;
  line-height: 16.5px;
  text-align: center;
  text-transform: uppercase;
}

.heading-3 {
  max-width: 1200px;
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
}

.text-wrapper-22 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  text-align: center;
}

.your-typical-bespoke-wrapper {
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}

.your-typical-bespoke {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 17px;
  line-height: 1.75;
  text-align: center;
}

.container-29 {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.container-30, .container-32, .container-33 {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 8px 24px #2c2c2c0f, 0px 2px 8px #2c2c2c0a;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container-31 {
  opacity: 0.3;
}

.text-wrapper-23 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #4a6358;
  font-size: 48px;
  line-height: 1.2;
}

.text-wrapper-24, .text-wrapper-25, .text-wrapper-26 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 20px;
  line-height: 1.5;
}

.present-custom, .track-custom, .generate-page {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 16px;
  line-height: 1.625;
}

/* Bold highlights in body text */
.when-every-fabric-is strong,
.your-typical-bespoke strong,
.present-custom strong,
.track-custom strong,
.generate-page strong,
.import-it-don-t strong,
.present-bespoke strong,
.stop-stitching strong,
.change-a-fabric strong,
.manage-custom strong,
.one-pricing-error-on strong,
.close-luxury-deals strong,
.your-specifications strong,
.net-atelier-is-the strong,
.we-specified strong,
.the-powerpoint strong,
.when-your-reputation strong,
p strong {
  font-weight: 500;
  color: #2c2c2c;
}

.section-12 p strong,
.section-12 .when-your-reputation strong {
  color: #faf8f5;
}

/* ===========================
   SECTION 4: MIGRATION
   =========================== */
.section-4 {
  background-color: #f0ede8;
  padding: 100px 48px 80px;
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
}

.section-4 > .container-34 {
  flex: 1;
  max-width: 560px;
  display: flex;
  flex-direction: column;
}

.section-4 > .container-38 {
  flex: 1;
  max-width: 560px;
}

.container-35 { margin-bottom: 20px; }

.text-wrapper-27 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #9a9590;
  font-size: 11px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.heading-5 { margin-bottom: 20px; }

.text-wrapper-28 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.2;
}

.import-it-don-t-wrapper { margin-bottom: 32px; }

.import-it-don-t {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 17px;
  line-height: 1.55;
}

.container-36 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.container-37 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 5px;
}

.import-powerpoint-or, .text-wrapper-29, .generate-your-first, .text-wrapper-30 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.625;
}

.button-4 {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 32px;
  height: 53px;
  background-color: #1b3d2f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  width: auto;
}

.text-wrapper-31 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #faf8f5;
  font-size: 14px;
  letter-spacing: 0.56px;
}

.text-wrapper-32 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #9a9590;
  font-size: 13px;
}

.paragraph-3 {
  margin-bottom: 0;
}

.section-4 .paragraph-3 {
  margin-bottom: 0;
}

/* Import card side */
.container-38 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 0;
  align-self: center;
}

.container-39 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 8px 24px #2c2c2c0f, 0px 2px 8px #2c2c2c0a;
}

.container-40, .container-43 {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
}

.container-40 { background-color: #ff6b3526; }
.container-43 { background-color: #7b2fbe26; }

.text-wrapper-33 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #cc5500;
  font-size: 20px;
}

.text-wrapper-37 {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #6b2aaa;
  font-size: 20px;
}

.container-41 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.text-wrapper-34 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 24px;
}

.text-wrapper-35 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 14px;
  line-height: 21px;
}

.text-16 {
  background-color: #1b3d2f;
  border-radius: 2px;
  padding: 3px 10px;
  flex-shrink: 0;
}

.text-wrapper-36 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #faf8f5;
  font-size: 11px;
  letter-spacing: 0.88px;
}

.your-existing-work-wrapper {
  text-align: center;
  padding: 8px 0;
}

.your-existing-work {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #9a9590;
  font-size: 13px;
}

/* ===========================
   SECTION 5: PLATFORM CAPABILITIES
   =========================== */
.section-5 {
  background-color: #faf8f5;
  padding: 100px 48px 80px;
}

.section-5 .container-28 { margin-bottom: 16px; }

.text-wrapper-39 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  text-align: center;
}

.paragraph-4 {
  max-width: 600px;
  margin: 16px auto 40px;
  text-align: center;
}

.one-seamless {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 18px;
  line-height: 1.5;
}

.container-44 {
  max-width: 1200px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
}

.container-45 {
  display: flex;
  align-items: flex-end;
  gap: 0;
  border-bottom: 1px solid #e8e4dd;
  flex-wrap: wrap;
}

.button-5, .button-6, .button-7, .button-8, .button-9, .invoicing-pos-wrapper {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  padding: 12px 20px;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.button-5 {
  color: #2c2c2c;
  border-bottom: 2px solid #1b3d2f;
  margin-bottom: -1px;
}

.button-6, .button-7, .button-8, .button-9, .invoicing-pos-wrapper {
  color: #6b6560;
  border-bottom: 2px solid transparent;
}

.container-46 {
  max-width: 1200px;
  margin: 0 auto;
}

.tab-panel {
  display: none;
  gap: 80px;
  align-items: flex-start;
}

.tab-panel.active {
  display: flex;
}

.container-47 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.text-wrapper-42 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 11px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.heading-6 { margin-bottom: 4px; }

.text-wrapper-43 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.5;
}

.present-bespoke {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 17px;
  line-height: 1.625;
}

.container-49 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.container-49 .container-42 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.container-50 {
  flex-shrink: 0;
  width: 480px;
  min-height: 320px;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 16px 32px #2c2c2c14, 0px 4px 12px #2c2c2c0f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-51 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.text-wrapper-50 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 14px;
}

.text-wrapper-51 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 24px;
}

.text-wrapper-44, .text-wrapper-45, .text-wrapper-46, .text-wrapper-47, .text-wrapper-48, .text-wrapper-49 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.5;
}

/* Tab preview cards */
.tab-preview-card {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e4dd;
}

.preview-label {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 15px;
}

.preview-badge {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #1b3d2f;
  background-color: #e8e4dd;
  padding: 4px 12px;
  border-radius: 2px;
}

.preview-badge.badge-green {
  background-color: #1b3d2f;
  color: #faf8f5;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.preview-swatch {
  height: 100px;
  border-radius: 2px;
}

.swatch-warm { background-color: #c9b899; }
.swatch-taupe { background-color: #b0a08e; }
.swatch-cream { background-color: #d4c8b0; }
.swatch-sand { background-color: #c2b49a; }

.preview-footer-text {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #9a9590;
  font-size: 13px;
  text-align: center;
  padding-top: 8px;
}

.preview-table {
  display: flex;
  flex-direction: column;
}

.preview-table-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid #e8e4dd;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #9a9590;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.preview-table-header span {
  flex: 1;
}

.preview-table-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #f0ede8;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 14px;
}

.preview-table-row span {
  flex: 1;
}

.preview-table-row.highlight-row {
  background-color: #f0ede8;
}

.status-tag {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 12px;
}

.status-tag.pending-tag {
  color: #c67b5c;
}

.status-tag.active-tag {
  color: #1b3d2f;
  font-weight: 600;
}

/* Budget stats */
.budget-stats {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.budget-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  padding: 16px 8px;
  background-color: #f0ede8;
  border-radius: 2px;
}

.budget-stat-value {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 18px;
}

.budget-stat-label {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #9a9590;
  font-size: 12px;
}

/* Proposal doc preview */
.proposal-doc-preview {
  background-color: #faf8f5;
  border: 1px solid #e8e4dd;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.proposal-doc-title {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 16px;
}

.proposal-doc-subtitle {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #9a9590;
  font-size: 13px;
  margin-bottom: 8px;
}

.proposal-doc-sections {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.proposal-section-item {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #1b3d2f;
  font-size: 14px;
  line-height: 1.5;
}

.preview-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 8px;
}

.preview-action-link {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}

.preview-action-btn {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 2px;
  cursor: pointer;
}

.preview-action-btn.secondary {
  background-color: #f0ede8;
  color: #2c2c2c;
}

.preview-action-btn.primary {
  background-color: #1b3d2f;
  color: #faf8f5;
}

/* ===========================
   SECTION 6: WHO WE SERVE
   =========================== */
.section-6 {
  background-color: #f0ede8;
  padding: 100px 48px 80px;
}

.text-wrapper-53 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  text-align: center;
}

.designed-for-studios-wrapper {
  max-width: 700px;
  margin: 16px auto 60px;
  text-align: center;
}

.designed-for-studios {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 17px;
  line-height: 1.5;
}

.container-53 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.container-54, .container-60, .container-61, .container-62 {
  background-color: #ffffff;
  border-radius: 2px;
  border-left: 3px solid #1b3d2f;
  box-shadow: 0px 8px 24px #2c2c2c0f, 0px 2px 8px #2c2c2c0a;
  padding: 32px 35px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.text-wrapper-54, .COMMERCIAL, .text-wrapper-59, .text-wrapper-63 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 11px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.text-wrapper-55, .commercial, .text-wrapper-60, .text-wrapper-64 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 20px;
  line-height: 1.5;
}

.HNW-and-UHNW-private, .resorts-hotels-golf, .text-wrapper-61, .text-wrapper-65 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #9a9590;
  font-size: 14px;
  line-height: 21px;
}

.text-wrapper-56 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 22.5px;
}

.every-fabric-is, .large-scale-projects, .you-re-winning-more, .legacy-tools-and {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  font-style: italic;
  color: #6b6560;
  font-size: 15px;
  line-height: 1.5;
}

.text-wrapper-57 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 15px;
}

.container-58 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.container-59 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 4px;
}

.manage-COM-and, .text-wrapper-58, .generate-luxury, .manage-resort-scale,
.track-graded, .generate, .coordinate-complex, .scale-bespoke, .text-wrapper-62,
.professional-outputs, .consistent-pricing, .replace-fragmented, .text-wrapper-66,
.build-institutional, .text-wrapper-67 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 15px;
  line-height: 1.5;
}

/* ===========================
   SECTION 7: DEMO CTA
   =========================== */
.section-7 {
  background-color: #1b3d2f;
  padding: 80px 48px;
  position: relative;
  overflow: hidden;
}

.container-63 {
  position: absolute;
  inset: 0;
  background-image: url(https://c.animaapp.com/Pwxp6VEp/img/container.png);
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.3;
}

.container-64 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.heading-8 { display: flex; justify-content: center; }

.text-wrapper-68 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #faf8f5;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  text-align: center;
}

.book-a-minute-wrapper { text-align: center; max-width: 560px; }

.book-a-minute {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: rgba(250,248,245,0.7);
  font-size: 18px;
  line-height: 1.5;
}

.button-10 {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 40px;
  height: 57px;
  background-color: #faf8f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper-69 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 14px;
  letter-spacing: 0.56px;
}

/* ===========================
   SECTION 8: WHY NET ATELIER
   =========================== */
.section-8 {
  background-color: #faf8f5;
  padding: 100px 48px 80px;
}

.section-8 .container-48 {
  max-width: 1200px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
}

.text-wrapper-70 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #9a9590;
  font-size: 11px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.div-wrapper-2 {
  max-width: 1200px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
}

.text-wrapper-71 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  text-align: center;
}

.container-65 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.container-66, .container-67, .container-68, .container-69, .container-70, .container-71 {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 8px 24px #2c2c2c0f, 0px 2px 8px #2c2c2c0a;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.icon-2 {
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
}

.heading-9 { margin-bottom: 4px; }

.text-wrapper-72, .text-wrapper-73, .text-wrapper-74, .text-wrapper-75, .text-wrapper-76, .text-wrapper-77 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 18px;
  line-height: 1.5;
}

.stop-stitching, .change-a-fabric, .manage-custom, .one-pricing-error-on, .close-luxury-deals, .your-specifications {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 15px;
  line-height: 1.6;
}

/* ===========================
   SECTION 9: CLIENT STORIES
   =========================== */
.section-9 {
  background-color: #f0ede8;
  padding: 100px 48px 80px;
}

.section-9 .container-48 {
  max-width: 1000px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
}

.section-9 .div-wrapper-2 {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}

.section-9 .text-wrapper-71 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  text-align: center;
}

.text-wrapper-78 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #9a9590;
  font-size: 11px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.container-72 {
  max-width: 800px;
  margin: 0 auto 48px;
  position: relative;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 8px 24px #2c2c2c0f;
  padding: 48px 56px;
  display: flex;
  flex-direction: column;
}

.net-atelier-is-the-wrapper { order: 0; }

.container-74 {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8e4dd;
  border-radius: 50%;
  flex-shrink: 0;
}

.text-wrapper-79 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 18px;
}

.container-75 { }

.text-wrapper-80 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 24px;
}

.principal-designer {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 14px;
}

.luxury-residential-wrapper {
  display: inline-flex;
  margin-top: 6px;
  background-color: #e8e4dd;
  border-radius: 2px;
  padding: 3px 12px;
}

.luxury-residential {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 11px;
  letter-spacing: 0.88px;
}

.container-76 {
  position: absolute;
  top: 20px;
  left: 32px;
  opacity: 0.12;
  pointer-events: none;
}

.text-wrapper-81 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #1b3d2f;
  font-size: 120px;
  line-height: 1;
}

.net-atelier-is-the-wrapper {
  position: relative;
  z-index: 1;
}

.net-atelier-is-the {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(16px, 1.8vw, 26px);
  line-height: 1.45;
}

.container-77 {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.container-78, .container-84 {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 8px 24px #2c2c2c0f, 0px 2px 8px #2c2c2c0a;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.container-78 .div-wrapper-2,
.container-84 .div-wrapper-2 {
  margin: 0;
  justify-content: flex-start;
  display: block;
}

.we-specified, .the-powerpoint {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 1.6;
}

.container-79 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.container-80, .container-85 {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8e4dd;
  border-radius: 50%;
  flex-shrink: 0;
}

.text-wrapper-82 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 15px;
}

.container-81 { display: flex; flex-direction: column; gap: 2px; }
.container-81.spaced { gap: 6px; }

.text-wrapper-83, .text-wrapper-85 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 15px;
}

.text-wrapper-84, .text-wrapper-86 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 13px;
}

.commercial-wrapper, .growing-studio-wrapper {
  display: inline-flex;
  background-color: #e8e4dd;
  border-radius: 2px;
  padding: 3px 10px;
}

.commercial-2, .growing-studio {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 10px;
  letter-spacing: 0.8px;
}

/* ===========================
   SECTION 10: PRICING
   =========================== */
.section-10 {
  background-color: #faf8f5;
  padding: 100px 48px 80px;
}

.section-10 .container-28 { margin-bottom: 16px; }

.text-wrapper-88 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  text-align: center;
}

.section-10 .paragraph-4 {
  max-width: 600px;
  margin: 16px auto 60px;
  text-align: center;
}

.everything-you-need {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 18px;
  line-height: 1.5;
}

.container-86 {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.container-87 {
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #e8e4dd;
  border-top: 3px solid #1b3d2f;
  box-shadow: 0px 8px 24px #2c2c2c0f, 0px 2px 8px #2c2c2c0a;
  display: flex;
  flex-direction: column;
  padding: 48px;
  margin-top: 24px;
}

.container-96 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 28px;
  border-radius: 2px;
  background: linear-gradient(117deg, rgba(201,184,153,1) 0%, rgba(168,144,116,1) 100%);
  white-space: nowrap;
  z-index: 1;
}

.text-wrapper-103 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 1.1px;
  text-align: center;
}

.container-88 {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.text-wrapper-89 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 15px;
  line-height: 22.5px;
}

.element-month-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.element-month {
  font-family: "Playfair Display", Helvetica;
  font-size: 20px;
  text-align: center;
}

.span {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 64px;
  line-height: 1;
}

.span.founding-price {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.35;
  display: block;
  text-align: center;
}

.text-wrapper-90 {
  font-family: "Plus Jakarta Sans", Helvetica;
  color: #6b6560;
  font-size: 20px;
  vertical-align: bottom;
  line-height: 1.5;
}

.locked-in-pricing-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

.locked-in-pricing {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 15px;
  text-align: center;
}

.container-89 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 36px;
}

.container-90, .container-95 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.container-91 {
  margin-bottom: 4px;
}

.text-wrapper-91 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #9a9590;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.container-92 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.container-94 {
  width: 100%;
  height: 1px;
  background-color: transparent;
}

.icon-3 {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 3px;
}

.unlimited-projects, .text-wrapper-92, .text-wrapper-93, .text-wrapper-94, .text-wrapper-95,
.text-wrapper-96, .text-wrapper-97, .text-wrapper-98, .text-wrapper-99, .text-wrapper-100,
.text-wrapper-101 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 22.5px;
  text-decoration: none;
}

.container-93 a, .container-90 a,
.text-34 a, .text-35 a, .text-36 a,
.text-37 a, .text-38 a, .text-39 a {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
}

.button-11 {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  height: 53px;
  background-color: #1b3d2f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.text-wrapper-102 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #faf8f5;
  font-size: 14px;
  letter-spacing: 0.56px;
}

.no-credit-card-wrapper {
  display: flex;
  justify-content: center;
}

.no-credit-card {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #9a9590;
  font-size: 13px;
  text-align: center;
  line-height: 19.5px;
}

/* ===========================
   SECTION 11: FAQ
   =========================== */
.section-11 {
  background-color: #f0ede8;
  padding: 100px 48px 80px;
}

.section-11-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: start;
}

.container-97 {
  position: sticky;
  top: 40px;
}

.questions-answers-wrapper {}

.questions-answers {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.5;
  margin-bottom: 16px;
}

.everything-you-need-wrapper {}

.everything-you-need-2 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.text-wrapper-104 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #1b3d2f;
  font-size: 15px;
  line-height: 22.5px;
  text-decoration: underline;
  cursor: pointer;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background-color: #ffffff;
  border-radius: 2px;
  border-left: 2px solid transparent;
  box-shadow: 0px 8px 24px #2c2c2c0f, 0px 2px 8px #2c2c2c0a;
}

.faq-button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  gap: 16px;
}

.text-wrapper-119 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 17px;
  line-height: 25.5px;
}

.icon-4 {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.open .icon-4 {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 24px;
}

.faq-item.open .faq-answer {
  max-height: 600px;
  padding: 0 24px 32px;
}

.faq-answer p {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer strong {
  font-weight: 600;
  color: #2c2c2c;
}

.faq-item.open {
  border-left-color: #1b3d2f;
}

/* ===========================
   SECTION 12: FINAL CTA
   =========================== */
.section-12 {
  background-color: #1b3d2f;
  padding: 100px 48px 80px;
  position: relative;
  overflow: hidden;
}

.container-98 {
  max-width: 800px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.heading-10 {
  position: relative;
  z-index: 1;
}

.when-your-reputation-wrapper {
  position: relative;
  z-index: 1;
}

.container-99 {
  position: relative;
  z-index: 1;
}

.paragraph-9 {
  position: relative;
  z-index: 1;
}

.container-100 {
  position: relative;
  z-index: 1;
}

.text-wrapper-105 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: rgba(250,248,245,0.6);
  font-size: 11px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.heading-10 {
  max-width: 700px;
  margin: 0 auto 24px;
  text-align: center;
}

.text-wrapper-106 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #faf8f5;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
}

.when-your-reputation-wrapper {
  max-width: 620px;
  margin: 0 auto 48px;
  text-align: center;
}

.when-your-reputation {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: rgba(250,248,245,0.7);
  font-size: 18px;
  line-height: 1.55;
}

.container-99 {
  max-width: 400px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.button-12 {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 36px;
  height: 59px;
  background-color: #faf8f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper-107 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 14px;
  letter-spacing: 0.56px;
}

.button-13 {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 36px;
  height: 59px;
  border: 1px solid rgba(250,248,245,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper-108 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #faf8f5;
  font-size: 14px;
  letter-spacing: 0.56px;
}

.paragraph-9 {
  text-align: center;
  margin-bottom: 40px;
}

.element-day-free-trial-2 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: rgba(250,248,245,0.5);
  font-size: 13px;
}

.container-100 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.text-wrapper-109 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: rgba(250,248,245,0.5);
  font-size: 13px;
}

/* ===========================
   SECTION 13: NEWSLETTER
   =========================== */
.section-13 {
  background-color: #1b3d2f;
  padding: 80px 48px;
  border-top: none;
}

.container-101 {
  width: 320px;
  height: 1px;
  background-color: rgba(250,248,245,0.15);
  margin: 0 auto 48px;
}

.heading-11 {
  max-width: 800px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
}

.text-wrapper-110 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #faf8f5;
  font-size: 30px;
  line-height: 45px;
}

.insights-on-bespoke-wrapper {
  max-width: 800px;
  margin: 0 auto 24px;
  text-align: center;
}

.insights-on-bespoke {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: rgba(250,248,245,0.6);
  font-size: 16px;
  line-height: 24px;
}

.form {
  max-width: 500px;
  margin: 0 auto 12px;
  display: flex;
  gap: 12px;
}

input.email-input {
  flex: 1;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: rgba(250,248,245,0.08);
  border: 1px solid rgba(250,248,245,0.2);
  border-radius: 2px;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #faf8f5;
  font-size: 16px;
  outline: none;
}

input.email-input::placeholder {
  color: rgba(250,248,245,0.4);
}

input.email-input:focus {
  border-color: rgba(250,248,245,0.5);
}

.text-wrapper-111 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: rgba(250,248,245,0.4);
  font-size: 16px;
}

.button-14 {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 28px;
  height: 56px;
  background-color: #faf8f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.text-wrapper-112 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #1b3d2f;
  font-size: 14px;
  letter-spacing: 0.56px;
}

.paragraph-10 {
  text-align: center;
}

.text-wrapper-113 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: rgba(250,248,245,0.4);
  font-size: 12px;
}

/* ===========================
   FOOTER
   =========================== */
.footer {
  background-color: #1b3d2f;
  padding: 80px 48px 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.container-102 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.container-103 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  width: 250px;
  max-width: 100%;
}

.text-wrapper-115 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: rgba(250,248,245,0.6);
  font-size: 14px;
  line-height: 21.7px;
}

.container-105, .container-107, .container-108 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.text-wrapper-116 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #faf8f5;
  font-size: 12px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.container-106 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-5, .link-6, .link-7 {
  cursor: pointer;
}

.text-wrapper-117 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: rgba(250,248,245,0.65);
  font-size: 14px;
  line-height: 30.8px;
}

.container-109 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 24px;
  border-top: 1px solid rgba(250,248,245,0.12);
}

.text-wrapper-118 {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: rgba(250,248,245,0.4);
  font-size: 13px;
}

.container-110 {
  display: flex;
  gap: 24px;
}

/* ===========================
   BOOK A CALL MODAL
   =========================== */
body.modal-open {
  overflow: hidden;
}

.call-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(27, 61, 47, 0.62);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.call-modal-overlay.open {
  display: flex;
}

.call-modal {
  width: 100%;
  max-width: 520px;
  background-color: #faf8f5;
  border: 1px solid #e8e4dd;
  box-shadow: 0px 20px 48px #2c2c2c26;
  padding: 32px;
  position: relative;
}

.call-modal-close {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #6b6560;
  font-size: 24px;
  line-height: 1;
}

.call-modal-label {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #9a9590;
  font-size: 11px;
  letter-spacing: 0.88px;
  line-height: 16.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.call-modal-title {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  margin: 0 0 12px;
}

.call-modal-text {
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #6b6560;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.call-modal-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.call-modal-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 13px;
  line-height: 1.5;
}

.call-modal-field input {
  width: 100%;
  height: 48px;
  border: 1px solid #d9d3ca;
  background-color: #ffffff;
  padding: 0 12px;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 14px;
  outline: none;
}

.call-modal-field input:focus {
  border-color: #1b3d2f;
}

.call-modal-submit {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  height: 50px;
  background-color: #1b3d2f;
  color: #faf8f5;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.56px;
  display: grid;
  place-items: center;
  margin-top: 6px;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
  .container-2 { flex-direction: column; }
  .container-8 { width: 100%; max-width: 500px; }
  .container-29 { grid-template-columns: 1fr; }
  .section-4 { flex-direction: column; align-items: center; }
  .section-4 > .container-34,
  .section-4 > .container-38 { max-width: 600px; width: 100%; }
  .tab-panel.active { flex-direction: column; }
  .container-50 { width: 100%; max-width: 500px; }
  .container-53 { grid-template-columns: 1fr; }
  .container-65 { grid-template-columns: repeat(2, 1fr); }
  .container-77 { grid-template-columns: 1fr; }
  .section-11-inner { grid-template-columns: 1fr; }
  .container-97 { position: static; }
  .container-102 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .navigation { padding: 0 20px; }
  .section, .section-2, .section-3, .section-4, .section-5, .section-6,
  .section-7, .section-8, .section-9, .section-10, .section-11, .section-12,
  .section-13, .footer { padding-left: 20px; padding-right: 20px; }
  .container-19 { grid-template-columns: 1fr; gap: 24px; }
  .container-23, .container-27 { border-left: none; border-top: 1px solid #e8e4dd; padding-top: 24px; }
  .container-65 { grid-template-columns: 1fr; }
  .container-102 { grid-template-columns: 1fr; }
  .div { display: none; }
  .nav-logo { width: 160px; }
  .form { flex-direction: column; }

  /* Platform Capabilities mobile fixes */
  .container-45 {
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
  }
  .button-5, .button-6, .button-7, .button-8, .button-9, .invoicing-pos-wrapper {
    padding: 10px 14px;
    font-size: 13px;
  }
  .container-44 {
    margin-bottom: 36px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-panel.active {
    flex-direction: column;
    gap: 32px;
  }
  .container-47 {
    width: 100%;
  }
  .container-50 {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }

  /* Sarah Mitchell testimonial fix */
  .container-73 {
    flex-wrap: wrap;
  }

  /* Newsletter email field taller on mobile */
  .email-input {
    height: 56px;
    min-height: 56px;
  }
  .form {
    gap: 12px;
  }
  .button-14 {
    height: 52px;
    width: 100%;
    justify-content: center;
  }

  /* FAQ mobile readability */
  .faq-button {
    padding: 16px 20px;
  }
  .text-wrapper-119 {
    font-size: 15px;
    line-height: 1.4;
  }
  .faq-item.open .faq-answer {
    padding: 0 20px 28px;
  }

  .call-modal {
    padding: 24px 20px;
  }
}
