/* ==========================================================================
   GF-WEB-7B — PLANTDo B2C
   Dedicated page styles
   ========================================================================== */

.pd-main {
  overflow: hidden;
  background: #fff;
  color: #111116;
}

.pd-shell {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.pd-section {
  padding: 116px 0;
}

.pd-eyebrow {
  margin: 0 0 20px;
  color: #4800b9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pd-eyebrow--light {
  color: #d3bfff;
}

.pd-heading {
  max-width: 820px;
  margin-bottom: 56px;
}

.pd-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pd-heading h2,
.pd-feature-copy h2,
.pd-daily h2,
.pd-summary__intro h2 {
  margin: 0;
  color: #111116;
  font-size: clamp(44px, 4.7vw, 70px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.055em;
  word-break: keep-all;
}

.pd-heading h2 span,
.pd-feature-copy h2 span,
.pd-summary__intro h2 span {
  color: #4800b9;
}

.pd-heading > p:last-child,
.pd-feature-copy > p,
.pd-daily > .pd-shell > div:first-child > p:last-child {
  color: #625e68;
  font-size: 17px;
  line-height: 1.85;
}


/* HERO */

.pd-hero {
  padding: 84px 0 104px;
  background:
    radial-gradient(circle at 82% 14%, rgba(72,0,185,.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, #faf8ff 100%);
}

.pd-hero__layout {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(560px,1.1fr);
  gap: 68px;
  align-items: center;
}

.pd-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #111116;
  font-size: clamp(62px, 6.4vw, 94px);
  font-weight: 900;
  line-height: .99;
  letter-spacing: -.07em;
  word-break: keep-all;
}

.pd-hero h1 span {
  color: #4800b9;
}

.pd-hero__lead {
  max-width: 620px;
  margin: 35px 0 0;
  color: #5f5c65;
  font-size: 18px;
  line-height: 1.85;
}

.pd-hero__actions,
.pd-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.pd-btn {
  display: inline-flex;
  min-height: 53px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.pd-btn:hover {
  transform: translateY(-2px);
}

.pd-btn--primary {
  background: #4800b9;
  color: #fff;
}

.pd-btn--ghost {
  border-color: #ded9e7;
  background: #fff;
  color: #1c1920;
}

.pd-hero__chips,
.pd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pd-hero__chips {
  margin-top: 32px;
}

.pd-hero__chips span,
.pd-tags span {
  padding: 8px 13px;
  border: 1px solid #dedbe4;
  border-radius: 999px;
  background: #fff;
  color: #5c5762;
  font-size: 11px;
  font-weight: 800;
}

.pd-hero__visual {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0,1fr) 205px;
  gap: 15px;
  min-height: 610px;
}

.pd-hero__product,
.pd-hero__app {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(72,0,185,.09);
  background: #f1eff5;
  box-shadow: 0 28px 70px rgba(37,21,71,.12);
}

.pd-hero__product {
  border-radius: 31px;
}

.pd-hero__product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pd-hero__product figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 18px 20px;
  border-radius: 17px;
  background: rgba(26,22,30,.77);
  color: #fff;
  backdrop-filter: blur(10px);
}

.pd-hero__product figcaption small {
  display: block;
  margin-bottom: 6px;
  color: #d3c5e9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.pd-hero__product figcaption strong {
  font-size: 16px;
}

.pd-hero__app {
  display: flex;
  padding: 13px;
  flex-direction: column;
  border-radius: 25px;
  background: #f4f2f7;
}

.pd-hero__app-head {
  display: flex;
  min-height: 46px;
  padding: 0 5px;
  align-items: center;
  justify-content: space-between;
}

.pd-hero__app-head span {
  color: #4800b9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.pd-hero__app-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4800b9;
}

.pd-hero__app img {
  width: 100%;
  height: calc(100% - 46px);
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}


/* WHY */

.pd-why {
  background: #fff;
}

.pd-process {
  display: grid;
  grid-template-columns:
    minmax(0,1fr) auto
    minmax(0,1fr) auto
    minmax(0,1fr) auto
    minmax(0,1fr);
  gap: 13px;
  align-items: stretch;
}

.pd-process article {
  min-height: 245px;
  padding: 27px;
  border: 1px solid #e6e2e9;
  border-radius: 22px;
  background: #fff;
}

.pd-process article > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1ebff;
  color: #4800b9;
  font-size: 12px;
  font-weight: 900;
}

.pd-process small {
  display: block;
  margin-bottom: 8px;
  color: #4800b9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.pd-process h3 {
  margin: 0;
  color: #18151c;
  font-size: 23px;
  letter-spacing: -.035em;
}

.pd-process p {
  margin: 15px 0 0;
  color: #77717c;
  font-size: 13px;
  line-height: 1.75;
}

.pd-process > i {
  display: flex;
  align-items: center;
  color: #b9b0c5;
  font-size: 22px;
  font-style: normal;
}


/* COMMON FEATURE */

.pd-product {
  background: #f7f7fa;
}

.pd-feature-layout {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(420px,.9fr);
  gap: 74px;
  align-items: center;
}

.pd-feature-layout--reverse {
  grid-template-columns: minmax(420px,.86fr) minmax(0,1.14fr);
}

.pd-feature-image {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 28px;
  background: #ececef;
}

.pd-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.pd-feature-image__label {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 19px 21px;
  border-radius: 17px;
  background: rgba(23,20,27,.77);
  color: #fff;
  backdrop-filter: blur(10px);
}

.pd-feature-image__label small {
  display: block;
  margin-bottom: 5px;
  color: #d6c6ef;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.pd-feature-image__label strong {
  font-size: 17px;
}

.pd-feature-copy > p {
  margin: 28px 0 0;
}

.pd-feature-list {
  display: grid;
  margin-top: 34px;
  gap: 10px;
}

.pd-feature-list article {
  display: grid;
  padding: 19px 0;
  grid-template-columns: 43px 1fr;
  gap: 16px;
  border-top: 1px solid #e5e1e8;
}

.pd-feature-list article > span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eee7fa;
  color: #4800b9;
  font-size: 10px;
  font-weight: 900;
}

.pd-feature-list strong {
  color: #1b171f;
  font-size: 16px;
}

.pd-feature-list p {
  margin: 6px 0 0;
  color: #77717c;
  font-size: 13px;
  line-height: 1.65;
}

.pd-tags {
  margin-top: 27px;
}


/* APP */

.pd-app-section {
  background: #fff;
}

.pd-app-points {
  display: grid;
  margin-top: 35px;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pd-app-points article {
  padding: 23px;
  border: 1px solid #e7e3eb;
  border-radius: 18px;
  background: #faf9fb;
}

.pd-app-points small {
  color: #4800b9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.pd-app-points strong {
  display: block;
  margin-top: 9px;
  color: #19161d;
  font-size: 18px;
}

.pd-app-points p {
  margin: 10px 0 0;
  color: #76717b;
  font-size: 12px;
  line-height: 1.7;
}

.pd-app-visual {
  display: grid;
  gap: 13px;
}

.pd-app-visual__frame {
  overflow: hidden;
  padding: 17px;
  border: 1px solid #e3dfe7;
  border-radius: 27px;
  background: #f1eff4;
  box-shadow: 0 24px 65px rgba(26,20,36,.09);
}

.pd-app-visual__bar {
  display: flex;
  height: 42px;
  padding: 0 5px;
  align-items: center;
  justify-content: space-between;
}

.pd-app-visual__bar span {
  color: #4800b9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.pd-app-visual__bar div {
  display: flex;
  gap: 4px;
}

.pd-app-visual__bar i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c8bfd1;
}

.pd-app-visual__frame img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 15px;
  background: #fff;
}

.pd-app-visual__note {
  display: flex;
  padding: 17px 20px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border-radius: 17px;
  background: #4800b9;
}

.pd-app-visual__note span {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.pd-app-visual__note i {
  color: #cdb7ef;
  font-style: normal;
}


/* DATABASE */

.pd-database {
  background: #f7f7fa;
}

.pd-database-layout {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(420px,.85fr);
  gap: 55px;
  align-items: center;
}

.pd-plant-cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}

.pd-plant-cards article {
  min-height: 310px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #e5e1e8;
  border-radius: 22px;
  background: #fff;
}

.pd-leaf {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 37px;
}

.pd-leaf::before,
.pd-leaf::after {
  position: absolute;
  width: 54px;
  height: 76px;
  border-radius: 70% 10% 70% 10%;
  background: linear-gradient(145deg,#4800b9,#a879e8);
  content: "";
}

.pd-leaf::before {
  left: 5px;
  transform: rotate(-34deg);
}

.pd-leaf::after {
  right: 0;
  bottom: 0;
  transform: rotate(35deg) scale(.78);
  opacity: .55;
}

.pd-leaf--two::before {
  transform: rotate(-10deg) scale(.9);
}

.pd-leaf--three::before {
  transform: rotate(-50deg) scale(.82);
}

.pd-plant-cards small {
  display: block;
  color: #4800b9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.pd-plant-cards strong {
  display: block;
  margin-top: 8px;
  color: #18151c;
  font-size: 21px;
}

.pd-plant-cards p {
  margin: 13px 0 0;
  color: #79727e;
  font-size: 12px;
  line-height: 1.7;
}

.pd-database-flow {
  display: grid;
  gap: 10px;
}

.pd-database-flow article {
  padding: 23px 25px;
  border: 1px solid #e2dce8;
  border-radius: 18px;
  background: #fff;
}

.pd-database-flow article span {
  display: block;
  color: #4800b9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.pd-database-flow article strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}

.pd-database-flow > i {
  color: #aaa0b5;
  font-size: 19px;
  font-style: normal;
  text-align: center;
}

.pd-database-flow__result {
  border-color: #4800b9 !important;
  background: #4800b9 !important;
}

.pd-database-flow__result span {
  color: #cdb9ed !important;
}

.pd-database-flow__result strong {
  color: #fff;
}


/* DAILY */

.pd-daily {
  background: #15111a;
}

.pd-daily__layout {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(560px,1.22fr);
  gap: 75px;
  align-items: center;
}

.pd-daily h2 {
  color: #fff;
}

.pd-daily h2 span {
  color: #bda1eb;
}

.pd-daily > .pd-shell > div:first-child > p:last-child {
  margin-top: 28px;
  color: #b6afba;
}

.pd-daily__diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.pd-daily__diagram article {
  min-height: 220px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background:
    linear-gradient(
      150deg,
      rgba(102,58,170,.27),
      rgba(255,255,255,.035)
    );
}

.pd-daily__diagram article small {
  display: flex;
  width: 32px;
  height: 32px;
  margin-bottom: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(190,159,238,.12);
  color: #d5c6ef;
  font-size: 9px;
  font-weight: 900;
}

.pd-daily__diagram article span {
  display: block;
  color: #a98bd9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.pd-daily__diagram article strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 18px;
}

.pd-daily__diagram > i {
  color: #75697e;
  font-size: 20px;
  font-style: normal;
}


/* SUMMARY */

.pd-summary {
  background: #fff;
}

.pd-summary__intro {
  max-width: 830px;
  margin-bottom: 52px;
}

.pd-summary-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}

.pd-summary-grid article {
  min-height: 225px;
  padding: 27px;
  border-top: 3px solid #4800b9;
  background: #f7f6f9;
}

.pd-summary-grid small {
  display: block;
  color: #4800b9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.pd-summary-grid strong {
  display: block;
  margin-top: 43px;
  color: #18151c;
  font-size: 21px;
}

.pd-summary-grid p {
  margin: 12px 0 0;
  color: #78727d;
  font-size: 13px;
  line-height: 1.7;
}


/* CTA */

.pd-cta {
  padding: 88px 0;
  background:
    radial-gradient(circle at 84% 30%,rgba(177,133,237,.28),transparent 25%),
    #4800b9;
}

.pd-cta__layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 55px;
  align-items: end;
}

.pd-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px,4.5vw,66px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.055em;
}

.pd-cta p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #ded0f3;
  font-size: 15px;
  line-height: 1.75;
}

.pd-btn--white {
  background: #fff;
  color: #4800b9;
}

.pd-btn--outline-light {
  border-color: rgba(255,255,255,.4);
  color: #fff;
}


/* RESPONSIVE */

@media (max-width: 1100px) {

  .pd-hero__layout {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .pd-hero__visual {
    grid-template-columns: 1fr 170px;
    min-height: 550px;
  }

  .pd-process {
    grid-template-columns: 1fr 1fr;
  }

  .pd-process > i {
    display: none;
  }

  .pd-feature-layout,
  .pd-feature-layout--reverse,
  .pd-database-layout,
  .pd-daily__layout {
    grid-template-columns: 1fr;
  }

  .pd-daily__diagram {
    margin-top: 10px;
  }

  .pd-summary-grid {
    grid-template-columns: 1fr 1fr;
  }

}


@media (max-width: 800px) {

  .pd-shell {
    width: min(100% - 36px,680px);
  }

  .pd-section {
    padding: 82px 0;
  }

  .pd-hero {
    padding: 64px 0 82px;
  }

  .pd-hero__layout {
    grid-template-columns: 1fr;
  }

  .pd-hero h1 {
    font-size: clamp(52px,14vw,76px);
  }

  .pd-hero__visual {
    grid-template-columns: minmax(0,1fr) 180px;
    min-height: 560px;
  }

  .pd-feature-image,
  .pd-feature-image img {
    min-height: 520px;
  }

  .pd-plant-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pd-daily__diagram {
    grid-template-columns: 1fr;
  }

  .pd-daily__diagram > i {
    display: none;
  }

  .pd-daily__diagram article {
    min-height: 170px;
  }

  .pd-daily__diagram article small {
    margin-bottom: 34px;
  }

  .pd-cta__layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

}


@media (max-width: 560px) {

  .pd-shell {
    width: min(100% - 28px,520px);
  }

  .pd-section {
    padding: 68px 0;
  }

  .pd-eyebrow {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .pd-heading h2,
  .pd-feature-copy h2,
  .pd-daily h2,
  .pd-summary__intro h2 {
    font-size: 39px;
  }

  .pd-heading > p:last-child,
  .pd-feature-copy > p,
  .pd-daily > .pd-shell > div:first-child > p:last-child {
    font-size: 15px;
    line-height: 1.75;
  }

  .pd-hero h1 {
    font-size: 49px;
  }

  .pd-hero__lead {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.75;
  }

  .pd-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .pd-btn {
    min-height: 49px;
    padding: 0 15px;
    font-size: 13px;
  }

  .pd-hero__visual {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pd-hero__product {
    height: 470px;
  }

  .pd-hero__app {
    height: 330px;
  }

  .pd-process {
    grid-template-columns: 1fr;
  }

  .pd-process article {
    min-height: 0;
  }

  .pd-feature-image,
  .pd-feature-image img {
    min-height: 420px;
  }

  .pd-app-points {
    grid-template-columns: 1fr;
  }

  .pd-plant-cards {
    grid-template-columns: 1fr;
  }

  .pd-plant-cards article {
    min-height: 245px;
  }

  .pd-summary-grid {
    grid-template-columns: 1fr;
  }

  .pd-summary-grid article {
    min-height: 185px;
  }

  .pd-cta__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

}

/* GF-WEB-7B-1 START */

/*
 * EVERYDAY PLANT CARE desktop balance.
 *
 * The HTML already contains one intentional <br>:
 *
 * 농업의 IoT 기술을
 * 일상의 식물관리로.
 *
 * Prevent additional automatic wrapping around that break.
 */
@media (min-width: 1101px) {

  .pd-daily__layout {
    grid-template-columns:
      minmax(0, 1.05fr)
      minmax(0, .95fr);
    gap: 54px;
  }

  .pd-daily h2 {
    font-size: clamp(46px, 3.7vw, 58px);
    line-height: 1.05;
    white-space: nowrap;
  }

}

/* GF-WEB-7B-1 END */


/* GF-WEB-CROSS-UI-1B START
   PLANTDO — SMART-1B readability harmonization
   ========================================================================== */


/* Hero / feature tags */

.pd-hero__chips,
.pd-tags {
    gap: 8px;
}

.pd-hero__chips span,
.pd-tags span {
    min-height: 38px;

    padding: 0 14px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    white-space: nowrap;
}


/* CTA buttons */

.pd-btn {
    min-height: 50px;

    padding: 0 20px;

    font-size: 15px;
    font-weight: 800;
}


/* WHY PLANTDO process */

.pd-process article > span {
    width: 42px;
    height: 42px;

    font-size: 15px;
}

.pd-process small {
    font-size: 13px;
}

.pd-process p {
    font-size: 15px;
}


/* Product feature list */

.pd-feature-list article > span {
    width: 38px;
    height: 38px;

    font-size: 13px;
}

.pd-feature-list p {
    font-size: 15px;
}


/* App points */

.pd-app-points small {
    font-size: 12px;
}

.pd-app-points p {
    font-size: 14px;
}


/* Plant cards */

.pd-plant-cards small {
    font-size: 12px;
}

.pd-plant-cards p {
    font-size: 14px;
}


/* Database flow */

.pd-database-flow article span {
    font-size: 12px;
}


/* Daily flow */

.pd-daily__diagram article small {
    width: 36px;
    height: 36px;

    font-size: 12px;
}

.pd-daily__diagram article span {
    font-size: 12px;
}


/* Summary */

.pd-summary-grid small {
    font-size: 12px;
}

.pd-summary-grid p {
    font-size: 15px;
}


/* Mobile */

@media (max-width: 850px) {

    .pd-hero__chips span,
    .pd-tags span {
        min-height: 34px;
        padding: 0 11px;
        font-size: 12px;
    }

    .pd-btn {
        min-height: 48px;
        padding: 0 17px;
        font-size: 14px;
    }

    .pd-process article > span {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .pd-process small {
        font-size: 12px;
    }

    .pd-process p,
    .pd-feature-list p,
    .pd-summary-grid p {
        font-size: 14px;
    }

    .pd-feature-list article > span {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .pd-app-points small,
    .pd-plant-cards small,
    .pd-database-flow article span,
    .pd-daily__diagram article span,
    .pd-summary-grid small {
        font-size: 11px;
    }

    .pd-app-points p,
    .pd-plant-cards p {
        font-size: 13px;
    }

}

/* GF-WEB-CROSS-UI-1B END */
