:root {
  --ink: #13201c;
  --muted: #60706a;
  --line: #d9e2de;
  --paper: #fbfcfa;
  --white: #ffffff;
  --mint: #d9f4e6;
  --green: #137b54;
  --green-dark: #0b5b3d;
  --copper: #c8753c;
  --blue: #2f6f93;
  --shadow: 0 24px 70px rgba(19, 32, 28, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(251, 252, 250, 0.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(19, 32, 28, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--green);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a:hover,
.site-footer a:hover,
.example-card a:hover {
  color: var(--green);
}

.header-action {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 700;
  background: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(54px, 9vw, 108px) clamp(20px, 5vw, 72px) 64px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.1rem, 9vw, 7.4rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
}

h3 {
  font-size: 1.45rem;
}

.hero-text,
.section-heading p,
.contact-band p,
.tier-copy,
.example-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(19, 32, 28, 0.12);
}

.button.primary {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.button.primary:hover {
  background: var(--green-dark);
}

.button.secondary {
  color: var(--ink);
}

.button.full {
  width: 100%;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  position: absolute;
  inset: 10% -4% -8% 18%;
  content: "";
  border-radius: 42% 58% 46% 54%;
  background: color-mix(in srgb, var(--mint) 78%, white);
}

.browser-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.browser-bar {
  display: flex;
  gap: 8px;
  padding: 15px;
  border-bottom: 1px solid var(--line);
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
}

.browser-bar span:nth-child(2) {
  background: #f2c269;
}

.browser-bar span:nth-child(3) {
  background: var(--green);
}

.cv-preview {
  display: grid;
  grid-template-columns: 32% 1fr;
  min-height: 460px;
}

.cv-sidebar {
  padding: 28px 24px;
  background: var(--ink);
}

.avatar-block {
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--mint), #79cfa4);
}

.small-line,
.skill-pill,
.title-line,
.subtitle-line,
.summary-block,
.row-line,
.mini-grid span {
  display: block;
  border-radius: 999px;
}

.small-line {
  width: 68%;
  height: 9px;
  margin-bottom: 11px;
  background: rgba(255, 255, 255, 0.45);
}

.small-line.wide {
  width: 88%;
}

.skill-pill {
  width: 82%;
  height: 24px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.skill-pill.short {
  width: 60%;
}

.cv-main {
  padding: 42px 36px;
}

.title-line {
  width: 74%;
  height: 34px;
  background: var(--ink);
}

.subtitle-line {
  width: 48%;
  height: 12px;
  margin: 16px 0 30px;
  background: var(--green);
}

.summary-block {
  width: 100%;
  height: 92px;
  margin-bottom: 30px;
  border-radius: var(--radius);
  background: #edf4f1;
}

.row-line {
  width: 95%;
  height: 14px;
  margin-bottom: 18px;
  background: #d8e7e0;
}

.row-line.slim {
  width: 72%;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.mini-grid span {
  height: 80px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #e8f2ee, #d3ece0);
}

.section {
  padding: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 24px;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 55px rgba(19, 32, 28, 0.06);
}

.featured-tier {
  border-color: color-mix(in srgb, var(--green) 55%, var(--line));
  background:
    linear-gradient(180deg, rgba(217, 244, 230, 0.72), rgba(255, 255, 255, 0.9)),
    var(--white);
}

.tier-ribbon {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--white);
  background: var(--copper);
  font-size: 0.75rem;
  font-weight: 800;
}

.tier-label {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
}

.tier-price {
  margin: 22px 0 10px;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
}

.feature-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 26px 0 30px;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 600;
}

.feature-list li::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 1px;
  border-radius: 50%;
  content: "";
  background:
    linear-gradient(135deg, transparent 38%, var(--white) 39% 48%, transparent 49%),
    var(--green);
}

.examples-section {
  background: #eef5f1;
  border-block: 1px solid var(--line);
}

.example-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: var(--white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.filter-button.active {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.examples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.example-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 15px 45px rgba(19, 32, 28, 0.07);
}

.example-card.is-hidden {
  display: none;
}

.example-card h3 {
  margin-top: 20px;
  font-size: 1.12rem;
}

.example-card p {
  margin: 10px 0 16px;
}

.example-card a {
  color: var(--green-dark);
  font-weight: 800;
}

.sample {
  display: grid;
  gap: 10px;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  padding: 18px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #f8faf8;
}

.sample-image {
  display: block;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
}

.sample-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.sample span {
  border-radius: var(--radius);
}

.sample-minimal {
  grid-template-columns: 1fr;
}

.sample-minimal span:nth-child(1) {
  height: 46px;
  background: var(--ink);
}

.sample-minimal span:nth-child(2),
.sample-minimal span:nth-child(3),
.sample-minimal span:nth-child(4) {
  height: 38px;
  background: #dbe8e2;
}

.sample-portfolio {
  grid-template-columns: 1fr 1fr;
}

.sample-portfolio span:nth-child(1) {
  grid-column: 1 / -1;
  background: var(--blue);
}

.sample-portfolio span:nth-child(2),
.sample-portfolio span:nth-child(3) {
  background: #d6e8ef;
}

.sample-portfolio span:nth-child(4) {
  grid-column: 1 / -1;
  background: #e1efea;
}

.sample-executive {
  grid-template-columns: 0.85fr 1.15fr;
}

.sample-executive span:nth-child(1) {
  grid-row: 1 / 5;
  background: var(--ink);
}

.sample-executive span:nth-child(2) {
  background: var(--copper);
}

.sample-executive span:nth-child(3),
.sample-executive span:nth-child(4) {
  background: #eadfd7;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 72px);
  padding: clamp(28px, 5vw, 56px);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--ink);
}

.contact-band .eyebrow,
.contact-band p {
  color: #bfe8d1;
}

.contact-band div {
  max-width: 760px;
}

.contact-band h2 {
  max-width: 760px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(20px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  font-weight: 800;
}
.logo {
  width: 40px;
  height: 40px
}


@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links,
  .header-action {
    display: none;
  }
  h1.title{
    font-size: 3.5rem;
  }
  h2.mobile{
    line-height: 1.2;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual::before {
    inset: 18% 0 -8% 10%;
  }

  .tier-grid,
  .examples-grid {
    grid-template-columns: 1fr;
  }

  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 46px;
  }

  h1 {
    font-size: clamp(2.55rem, 15vw, 4.2rem);
  }

  .hero-actions,
  .hero-actions .button,
  .contact-band .button {
    width: 100%;
  }

  .cv-preview {
    grid-template-columns: 1fr;
  }

  .cv-sidebar {
    min-height: 210px;
  }

  .cv-main {
    padding: 30px 22px;
  }

  .featured-tier .tier-ribbon {
    position: static;
    width: fit-content;
    margin-bottom: 18px;
  }

  .site-footer {
    flex-direction: column;
  }
}
