:root {
  --green: #0a3d20;
  --green-2: #14702f;
  --orange: #ff8500;
  --orange-2: #ffb11d;
  --dark: #111827;
  --muted: #4e5868;
  --line: #e7e8ea;
  --soft-green: #f3f8ef;
  --soft-orange: #fff5e8;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(16, 24, 40, .10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--dark);
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.svg-sprite symbol * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.policy-header {
  height: 100px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -.5px;
}

.brand-logo,
.footer-brand svg {
  width: 54px;
  height: 54px;
  color: var(--orange);
  fill: currentColor;
}

.policy-nav {
  display: flex;
  align-items: center;
  gap: 52px;
  font-weight: 750;
  font-size: 17px;
}

.policy-nav a:hover {
  color: var(--green-2);
}

.login-link {
  min-width: 132px;
  text-align: center;
  padding: 18px 34px;
  color: #fff !important;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--orange-2), var(--orange));
  box-shadow: 0 14px 28px rgba(255, 133, 0, .23);
}

.menu-btn {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.menu-btn span {
  width: 22px;
  height: 2px;
  display: block;
  margin: 5px auto;
  background: var(--green);
}

.privacy-hero {
  min-height: 345px;
  display: grid;
  grid-template-columns: 320px minmax(320px, 520px) 1fr;
  align-items: center;
  gap: 52px;
  padding: 48px 90px;
  background:
    radial-gradient(circle at 1% 93%, rgba(255, 178, 45, .16), transparent 150px),
    radial-gradient(circle at 100% 77%, rgba(255, 178, 45, .16), transparent 230px),
    linear-gradient(135deg, #fffaf3 0%, #ffffff 47%, #fff8ed 100%);
  overflow: hidden;
}

.hero-icon-card {
  display: grid;
  place-items: center;
}

.hero-icon-circle {
  width: 192px;
  height: 192px;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(16, 24, 40, .10);
}

.shield-svg {
  width: 112px;
  height: 112px;
  color: var(--orange);
  fill: url(#none);
  stroke: currentColor;
}

.check-badge {
  position: absolute;
  right: 42px;
  bottom: 38px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #3f9539;
  color: #fff;
  border: 6px solid #fff;
  box-shadow: 0 12px 22px rgba(31, 91, 35, .24);
}

.check-badge svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--green);
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1.05;
  letter-spacing: -1.4px;
}

.hero-copy p {
  margin: 0;
  color: var(--muted);
  max-width: 520px;
  font-size: 22px;
  line-height: 1.45;
}

.plant-wrap {
  justify-self: end;
  align-self: end;
  width: 230px;
  max-width: 100%;
}

.plant-svg {
  width: 100%;
  display: block;
}

.policy-content {
  max-width: 1055px;
  margin: 0 auto;
  padding: 42px 24px 34px;
}

.intro-text {
  max-width: 860px;
  margin: 0 auto 42px;
  font-size: 21px;
  line-height: 1.6;
  color: #222936;
}

.policy-list {
  border-top: 1px solid var(--line);
}

.policy-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 50px;
  padding: 35px 26px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.policy-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft-green);
  border: 1px solid #e4ece0;
  color: var(--green-2);
}

.policy-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
}

.policy-row h2 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 27px;
  line-height: 1.2;
}

.policy-row p {
  margin: 0;
  color: #26303f;
  font-size: 18px;
  line-height: 1.55;
  max-width: 820px;
}

.policy-note-card {
  margin-top: 34px;
  padding: 24px 42px;
  border: 1px solid #f0e3d1;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffaf4, #ffffff);
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 34px;
  align-items: center;
}

.note-left {
  display: flex;
  align-items: center;
  gap: 26px;
}

.note-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: var(--orange);
}

.note-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
}

.note-left p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.effective-date {
  min-height: 74px;
  border-left: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 22px;
  padding-left: 42px;
}

.effective-date svg {
  width: 42px;
  height: 42px;
  color: var(--orange);
  fill: none;
  stroke: currentColor;
}

.effective-date span {
  display: block;
  color: var(--muted);
  font-size: 18px;
}

.effective-date strong {
  display: block;
  margin-top: 6px;
  color: var(--orange);
  font-size: 19px;
}

.policy-footer {
  margin-top: 30px;
  padding: 42px 70px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 50px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.policy-footer p,
.policy-footer a {
  color: var(--muted);
  line-height: 1.7;
}

.policy-footer h3 {
  margin: 0 0 15px;
  color: var(--green);
}

.footer-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-line svg {
  width: 20px;
  height: 20px;
  color: var(--green-2);
  fill: none;
  stroke: currentColor;
}

.policy-footer a:hover {
  color: var(--orange);
}

.policy-footer div:last-child a {
  display: block;
  margin-bottom: 10px;
}

.powered a {
  display: inline !important;
  color: var(--green) !important;
  font-weight: 850;
}

.policy-bottom {
  padding: 18px 70px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
  .policy-header {
    height: 82px;
    padding: 0 20px;
  }

  .brand {
    font-size: 24px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .menu-btn {
    display: block;
  }

  .policy-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 92px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .policy-nav.open {
    display: flex;
  }

  .policy-nav a {
    padding: 14px 16px;
  }

  .login-link {
    min-width: 0;
  }

  .privacy-hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 42px 24px 0;
    gap: 28px;
  }

  .plant-wrap {
    justify-self: center;
  }

  .policy-row {
    grid-template-columns: 90px 1fr;
    gap: 24px;
  }

  .policy-note-card,
  .policy-footer {
    grid-template-columns: 1fr;
  }

  .effective-date {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 24px;
  }
}

@media (max-width: 620px) {
  .privacy-hero {
    padding: 34px 18px 0;
  }

  .hero-icon-circle {
    width: 150px;
    height: 150px;
  }

  .shield-svg {
    width: 88px;
    height: 88px;
  }

  .check-badge {
    right: 26px;
    bottom: 26px;
  }

  .policy-content {
    padding: 34px 18px;
  }

  .intro-text {
    font-size: 18px;
  }

  .policy-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 0;
  }

  .policy-icon {
    width: 72px;
    height: 72px;
  }

  .policy-icon svg {
    width: 40px;
    height: 40px;
  }

  .policy-row h2 {
    font-size: 23px;
  }

  .policy-row p {
    font-size: 16px;
  }

  .policy-note-card {
    padding: 22px;
  }

  .note-left {
    align-items: flex-start;
  }

  .policy-footer,
  .policy-bottom {
    padding-left: 22px;
    padding-right: 22px;
  }
}
