:root {
  --navy: #071f3a;
  --navy-2: #0d3158;
  --blue: #0f5f8f;
  --teal: #1398a8;
  --gold: #c4943a;
  --gold-light: #f3d98a;
  --ink: #1f2937;
  --muted: #667085;
  --line: #e7edf3;
  --surface: #ffffff;
  --soft: #f5f8fb;
  --shadow: 0 24px 70px rgba(7, 31, 58, 0.14);
  --radius: 22px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(231, 237, 243, 0.9);
  backdrop-filter: blur(16px);
}

.header-top {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(196, 148, 58, 0.55);
  border-radius: 50% 50% 46% 46%;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--gold);
  background: linear-gradient(145deg, #fff8e4, #ffffff);
  box-shadow: 0 10px 22px rgba(196, 148, 58, 0.16);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.brand-text strong {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--gold);
  font-size: 1.18rem;
}

.brand-text small {
  margin-top: 5px;
  color: var(--navy-2);
  font-size: 0.72rem;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #526070;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.nav a {
  position: relative;
  padding-block: 12px;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.25s ease;
}

.nav a:hover {
  color: var(--navy);
}

.nav a:hover::after {
  width: 100%;
}

.floating-policy {
  position: fixed;
  right: 18px;
  top: 176px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 74px;
  min-height: 86px;
  padding: 10px 8px;
  border-radius: 14px;
  background: linear-gradient(160deg, var(--blue), var(--navy-2));
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 16px 35px rgba(7, 31, 58, 0.28);
}

.floating-policy span {
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: var(--gold-light);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  padding: 92px 0 110px;
  background:
    linear-gradient(105deg, rgba(7, 31, 58, 0.96) 0%, rgba(7, 31, 58, 0.89) 42%, rgba(7, 31, 58, 0.72) 100%),
    radial-gradient(circle at 85% 18%, rgba(196, 148, 58, 0.32), transparent 30%),
    linear-gradient(135deg, #0b2a4b, #071f3a 55%, #102f4d);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19, 152, 168, 0.34), transparent 62%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.hero h1,
.section-heading h2,
.about h2,
.contact-section h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 6vw, 5.35rem);
}

.hero-content > p {
  max-width: 690px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--gold), #e2bb61);
  color: #16120a;
  box-shadow: 0 18px 36px rgba(196, 148, 58, 0.28);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-row span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.hero-card::before {
  content: "";
  position: absolute;
  top: -95px;
  right: -95px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(196, 148, 58, 0.2);
}

.card-badge {
  position: relative;
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(196, 148, 58, 0.18);
  color: var(--gold-light);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.hero-card h2 {
  position: relative;
  margin-bottom: 16px;
  font-size: 1.75rem;
  line-height: 1.16;
}

.hero-card p,
.hero-card li {
  color: rgba(255, 255, 255, 0.78);
}

.hero-card ul {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-left: 20px;
}

.cta-strip {
  position: relative;
  z-index: 2;
  margin-top: -54px;
}

.cta-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 20px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.cta-strip a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 108px;
  padding: 22px 24px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.22s ease;
}

.cta-strip a:last-child {
  border-right: 0;
}

.cta-strip a:hover {
  background: var(--navy-2);
}

.cta-strip strong {
  color: var(--gold-light);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cta-strip span {
  margin-top: 5px;
  font-size: 0.98rem;
  font-weight: 700;
}

.section {
  padding: 104px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

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

.section-heading .eyebrow {
  justify-content: center;
}

.section-heading h2,
.about h2,
.contact-section h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.section-heading p,
.about p,
.contact-section p {
  color: var(--muted);
  font-size: 1.02rem;
}

.benefits {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.benefit-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-card,
.product-card,
.about-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 31, 58, 0.07);
}

.benefit-card {
  padding: 32px;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: rgba(196, 148, 58, 0.12);
  color: var(--gold);
  font-weight: 900;
}

.benefit-card h3,
.product-card h3,
.about-panel h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 1.18rem;
}

.benefit-card p,
.product-card p {
  color: var(--muted);
}

.products {
  background: #fff;
}

.product-card {
  overflow: hidden;
  padding: 18px 18px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.product-card.featured {
  border-color: rgba(196, 148, 58, 0.4);
}

.product-visual {
  min-height: 166px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 18px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.3rem;
  font-weight: 800;
  text-align: center;
  background: var(--navy);
}

.product-visual.guarantee {
  background:
    linear-gradient(135deg, rgba(7, 31, 58, 0.78), rgba(196, 148, 58, 0.8)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.08) 0 10px, transparent 10px 20px);
}

.product-visual.professional {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(135deg, #0f5f8f, #0d3158);
}

.product-visual.directors {
  background:
    radial-gradient(circle at 22% 22%, rgba(243, 217, 138, 0.26), transparent 35%),
    linear-gradient(135deg, #1398a8, #071f3a);
}

.product-card h3,
.product-card p,
.product-card a {
  margin-inline: 10px;
}

.product-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 800;
}

.about {
  background: var(--soft);
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 56px;
  align-items: center;
}

.about p + p {
  margin-top: 16px;
}

.about-panel {
  padding: 34px;
}

.about-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.about-list span {
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--soft);
  color: var(--navy-2);
  font-weight: 800;
}

.contact-section {
  background:
    radial-gradient(circle at left top, rgba(196, 148, 58, 0.12), transparent 32%),
    #fff;
}

.contact-info {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-info a,
.contact-info span {
  color: var(--navy-2);
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 32px;
}

.contact-form label {
  color: var(--navy);
  font-weight: 800;
  font-size: 0.9rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: none;
  font: inherit;
  color: var(--ink);
  background: #fff;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(15, 95, 143, 0.5);
  box-shadow: 0 0 0 4px rgba(15, 95, 143, 0.1);
}

.contact-form .btn {
  width: 100%;
  margin-top: 10px;
}

.site-footer {
  padding: 42px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand .brand-mark {
  background: rgba(255, 255, 255, 0.06);
}

.footer-brand .brand-text strong,
.footer-brand .brand-text small {
  color: #fff;
}

.site-footer p {
  max-width: 500px;
  margin-top: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: #fff;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--gold-light);
}

@media (max-width: 980px) {
  .header-top {
    min-height: auto;
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cta-strip-grid,
  .benefit-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .floating-policy {
    top: auto;
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .brand-mark {
    width: 52px;
    height: 52px;
  }

  .brand-text strong {
    font-size: 1rem;
  }

  .nav {
    font-size: 0.7rem;
  }

  .hero {
    min-height: auto;
    padding: 58px 0 92px;
  }

  .hero-card,
  .benefit-card,
  .about-panel,
  .contact-form {
    padding: 24px;
  }

  .cta-strip-grid,
  .benefit-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .cta-strip a {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .section {
    padding: 74px 0;
  }

  .hero-actions,
  .trust-row,
  .footer-grid {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
