/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --teal: #0d7377;
  --dark: #0a4a4d;
  --ink: #1f2a44;
  --muted: #42506b;
  --pale: #f1f8f6;
  --mint: #dcefeb;
  --yellow: #ffc93f;
  --pink: #e2477e;
  --pink-pale: #fdebf2;
  --cream: #fff6de;
  --line: #e5eeec;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  background: #fff;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.article-width {
  width: min(820px, 100% - 40px);
  margin-inline: auto;
}
.announcement {
  background: var(--dark);
  min-height: 42px;
  color: var(--mint);
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.announcement span {
  background: var(--yellow);
  color: var(--ink);
  letter-spacing: 0.05em;
  border-radius: 999px;
  padding: 2px 12px;
  font-size: 11px;
}
.announcement p {
  margin: 0;
}
.announcement a {
  text-underline-offset: 3px;
  text-decoration: underline;
}
.site-header {
  background: #fff;
  border-bottom: 1px solid #edf2f1;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding: 0 max(24px, 50% - 590px);
  display: flex;
}
.logo {
  letter-spacing: -1.4px;
  font-size: 31px;
  font-weight: 800;
}
.logo strong {
  color: var(--teal);
}
.logo i {
  background: var(--pink);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-left: 3px;
  display: inline-block;
}
.site-header nav {
  color: var(--muted);
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.header-cta {
  background: var(--teal);
  color: #fff;
  border-radius: 12px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 800;
}
.hero {
  background-image: linear-gradient(#0d73770e 1px, transparent 1px),
    linear-gradient(90deg, #0d73770e 1px, transparent 1px),
    linear-gradient(180deg, var(--pale), #fdfefd);
  background-size: 34px 34px, 34px 34px, 100% 100%;
  padding: 58px 0 66px;
}
.meta {
  color: var(--teal);
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.meta span {
  background: var(--mint);
  color: var(--dark);
  border-radius: 999px;
  padding: 6px 14px;
}
.hero h1 {
  letter-spacing: -2px;
  margin-bottom: 26px;
  font-size: 54px;
  line-height: 1.08;
}
.hero p {
  max-width: 740px;
  color: var(--muted);
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
}
.photo-wrap {
  padding-top: 55px;
}
.photo-wrap img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 22px;
  width: 100%;
  display: block;
}
.intro-section {
  padding: 62px 0 70px;
}
.intro-copy {
  max-width: 720px;
  color: var(--muted);
}
.principles {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.principles > div {
  background: var(--pale);
  border-radius: 15px;
  padding: 23px;
}
.principles > div:nth-child(2) {
  background: var(--cream);
}
.principles > div:nth-child(3) {
  background: var(--pink-pale);
}
.dot {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  margin-bottom: 24px;
  display: block;
}
.dot.teal {
  background: var(--teal);
}
.dot.gold {
  background: var(--yellow);
}
.dot.rose {
  background: var(--pink);
}
.principles h2 {
  margin-bottom: 12px;
  font-size: 19px;
}
.principles p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.text-section {
  border-top: 1px solid #f0f3f2;
  padding: 52px 0 80px;
}
.text-section h2,
.steps-section > h2,
.program-section > h2 {
  letter-spacing: -1px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.15;
}
.text-section p {
  max-width: 690px;
  color: var(--muted);
  margin-bottom: 30px;
}
.text-section p:last-child {
  margin-bottom: 0;
}
.steps-section {
  padding: 62px 0 85px;
}
.section-lead {
  max-width: 720px;
  color: var(--muted);
  margin: -18px 0 10px;
}
.step-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}
.step-card {
  border-radius: 18px;
  flex-direction: column;
  min-height: 265px;
  padding: 27px;
  display: flex;
}
.step-card.mint {
  background: var(--pale);
}
.step-card.yellow {
  background: var(--cream);
}
.step-card.pink {
  background: var(--pink-pale);
}
.step-card > span {
  background: var(--teal);
  color: #fff;
  border-radius: 14px;
  place-items: center;
  width: 50px;
  height: 50px;
  font-weight: 900;
  display: grid;
}
.step-card.yellow > span {
  background: var(--yellow);
  color: var(--ink);
}
.step-card.pink > span {
  background: var(--pink);
}
.step-card h3 {
  margin: 38px 0 15px;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 700;
}
.step-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
.step-card i {
  background: var(--teal);
  border-radius: 3px;
  width: 110px;
  height: 5px;
  margin-top: auto;
  display: block;
}
.step-card.yellow i {
  background: var(--yellow);
}
.step-card.pink i {
  background: var(--pink);
}
.program-section {
  padding: 62px 0 90px;
}
.detail-grid {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  display: grid;
}
.detail-card {
  background: var(--pale);
  border-radius: 14px;
  padding: 24px;
}
.detail-card h3 {
  margin-bottom: 20px;
  font-size: 19px;
}
.detail-card p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.price-row {
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  padding: 22px 25px;
  display: flex;
}
.price-row strong {
  color: var(--ink);
  font-size: 24px;
}
.signup-card {
  background: radial-gradient(
      220px 220px at 92% 12%,
      #ffc93f29,
      transparent 61%
    ),
    linear-gradient(135deg, var(--teal), var(--dark));
  color: #fff;
  border-radius: 24px 24px 24px 60px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  margin-top: 48px;
  padding: 42px 46px;
  display: grid;
}
.signup-card h2 {
  margin-bottom: 28px;
  font-size: 31px;
  line-height: 1.2;
}
.signup-card p {
  max-width: 500px;
  color: var(--mint);
  margin: 0;
  font-size: 16px;
}
.signup-card a {
  background: var(--yellow);
  color: var(--ink);
  white-space: nowrap;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 900;
}
.related {
  background: var(--pale);
  padding: 55px 0;
}
.related h2 {
  margin-bottom: 25px;
  font-size: 27px;
}
.related .article-width > a:not(.all-posts) {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 12px;
  padding: 17px 21px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}
.related a span {
  color: var(--pink);
  font-size: 20px;
}
.all-posts {
  color: var(--teal);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
footer {
  background: var(--dark);
  color: var(--mint);
  border-top: 4px solid var(--yellow);
  padding: 54px 24px 28px;
}
.footer-grid {
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 55px;
  max-width: 1020px;
  margin: auto;
  display: grid;
}
.footer-logo {
  color: #fff;
}
.footer-grid p,
.footer-grid a {
  color: #bfdedc;
  margin: 7px 0;
  font-size: 14px;
  display: block;
}
.footer-grid h2 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 15px;
}
.copyright {
  color: #8fb9b6;
  border-top: 1px solid #376769;
  max-width: 1020px;
  margin: 42px auto 0;
  padding-top: 20px;
  font-size: 13px;
}
@media (width<=900px) {
  .site-header nav {
    display: none;
  }
  .hero h1 {
    font-size: 44px;
  }
  .signup-card {
    grid-template-columns: 1fr;
  }
  .signup-card a {
    width: max-content;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (width<=620px) {
  .s5h{
    flex-direction: column;
  }
  .dolje{
    padding-left: 18px;
  }
  body {
    font-size: 16px;
  }
  .announcement p {
    display: none;
  }
  .site-header {
    height: 72px;
  }
  .header-cta {
    display: none;
  }
  .logo {
    font-size: 27px;
  }
  .hero {
    padding: 45px 0 50px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero p {
    font-size: 18px;
  }
  .photo-wrap {
    padding-top: 35px;
  }
  .principles,
  .step-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .principles {
    gap: 12px;
  }
  .text-section h2,
  .steps-section > h2,
  .program-section > h2 {
    font-size: 31px;
  }
  .step-card {
    min-height: 240px;
  }
  .signup-card {
    border-radius: 22px 22px 22px 48px;
    padding: 34px 28px;
  }
  .signup-card h2 {
    font-size: 27px;
  }
  .price-row {
    align-items: flex-start;
    gap: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
}
