:root {
  --ink: #10233c;
  --muted: #667385;
  --paper: #f6f1e6;
  --white: #ffffff;
  --teal: #1d4d73;
  --coral: #b8873d;
  --gold: #d9b46a;
  --bronze: #7b5527;
  --navy-deep: #071424;
  --navy: #10233c;
  --navy-mid: #183a5c;
  --ivory: #fbf6e8;
  --line: rgba(16, 35, 60, 0.14);
  --shadow: 0 24px 70px rgba(7, 20, 36, 0.2);
}

body {
  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; }
p, li { color: var(--muted); line-height: 1.75; }

.topbar { color: var(--ivory); background: var(--navy-deep); font-size: .92rem; }
.topbar .container { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }

.navbar { background: var(--navy-deep); box-shadow: 0 12px 36px rgba(7,20,36,.22); backdrop-filter: blur(18px); }
.navbar-brand {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  color: var(--ink);
  background: transparent;
  border-radius: 4px;
  padding: 0;
}
.site-logo {
  width: 250px;
  max-width: 44vw;
  height: 118px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 3px;
}
.nav-link,
nav .ms-auto a {
  color: rgba(251,246,232,.9);
  font-weight: 800;
  text-transform: none;
  padding: 8px 10px;
  border-radius: 6px;
}

.nav-link:hover,
.nav-link.active,
nav .ms-auto a:hover,
nav .ms-auto a.active {
  color: var(--navy-deep);
  background: linear-gradient(180deg, #f3d897, var(--gold));
}

.hero {
  color: white;
  background:
    radial-gradient(circle at 78% 18%, rgba(217,180,106,.18), transparent 34%),
    linear-gradient(100deg, rgba(7,20,36,.94), rgba(16,35,60,.72)),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=2200&q=80") center/cover no-repeat;
}
.hero .container { min-height: 520px; display: flex; align-items: center; padding-top: 90px; padding-bottom: 90px; }
.hero-content { max-width: 820px; }
.eyebrow { color: var(--gold); display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; margin-bottom: 18px; }
h1, .section-title { font-family: "Playfair Display", Georgia, serif; font-weight: 800; letter-spacing: 0; }
h1 { font-size: clamp(3.3rem, 7vw, 6.2rem); line-height: .94; margin-bottom: 22px; }
.hero h3, .hero p { color: rgba(255,255,255,.84); max-width: 700px; }

.btn-main { min-height: 48px; border-radius: 8px; font-weight: 900; display: inline-flex; align-items: center; gap: 10px; padding: 0 20px; color: var(--navy-deep); background: linear-gradient(180deg, #f2d89a, var(--gold)); border: 1px solid #b98a3e; box-shadow: 0 16px 34px rgba(123,85,39,.22); }
.btn-main:hover { color: var(--navy-deep); background: linear-gradient(180deg, #ffe7aa, #c99d4e); border-color: #9e6f30; }

section { padding: 86px 0; }
.section-kicker { color: var(--bronze); font-weight: 900; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; margin-bottom: 12px; }
.section-title { font-size: clamp(2.2rem, 4.5vw, 4.2rem); line-height: 1; margin-bottom: 18px; }
.content-band { background: var(--ivory); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: clamp(28px, 5vw, 56px); }
.service-card, .form-panel { background: var(--ivory); border: 1px solid rgba(185,138,62,.24); border-top: 4px solid var(--gold); border-radius: 8px; box-shadow: 0 16px 44px rgba(7,20,36,.1); padding: 28px; height: 100%; }
.service-card h3 { font-size: 1.18rem; font-weight: 900; }
.blog-card {
  height: 100%;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 16px 44px rgba(19,34,56,.08);
}

.blog-image {
  min-height: 250px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.92);
  background:
    linear-gradient(135deg, rgba(16,35,60,.9), rgba(123,85,39,.82)),
    var(--image, none) center/cover no-repeat;
}

.blog-image i {
  font-size: 3rem;
}

.blog-content {
  padding: 25px;
}

.blog-date {
  display: block;
  color: var(--bronze);
  font-size: .9rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.blog-card h2 {
  color: #333;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 15px;
}

.blog-full {
  display: none;
}

.blog-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 20px;
  color: #fff;
  color: var(--navy-deep);
  background: linear-gradient(180deg, #f2d89a, var(--gold));
  border: 0;
  border-radius: 5px;
  font-weight: 800;
}

.blog-readmore:hover {
  background: linear-gradient(180deg, #ffe7aa, #c99d4e);
}
.signup-strip {
  padding: 58px 0;
  color: white;
  background:
    linear-gradient(90deg, rgba(7,20,36,.98), rgba(24,58,92,.94)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 2px, transparent 2px 8px);
}

.signup-strip h2 {
  margin-bottom: 26px;
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.signup-strip strong {
  color: var(--gold);
}

.signup-strip .form-control {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  font-weight: 700;
}

.signup-strip .btn-main {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  background: linear-gradient(180deg, #f2d89a, var(--gold));
  border-color: #b98a3e;
}

.dark-band { color: white; background: var(--navy); }
.dark-band p, .dark-band li { color: rgba(255,255,255,.76); }
.testimonial-band {
  color: white;
  background:
    radial-gradient(circle at 80% 12%, rgba(217,180,106,.18), transparent 32%),
    linear-gradient(100deg, rgba(7,20,36,.98), rgba(16,35,60,.94)),
    url("https://images.unsplash.com/photo-1456513080510-7bf3a84b82f8?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.testimonial-card {
  height: 100%;
  position: relative;
  padding: 30px;
  background: rgba(251,246,232,.08);
  border: 1px solid rgba(217,180,106,.22);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 22px;
  color: rgba(217,180,106,.45);
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
}

.testimonial-card p {
  position: relative;
  z-index: 1;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.testimonial-avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--navy-deep);
  background: linear-gradient(180deg, #f2d89a, var(--gold));
  border-radius: 50%;
  font-weight: 900;
}

.testimonial-person h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.testimonial-person span {
  color: rgba(255,255,255,.66);
  font-size: .9rem;
}
.stat strong { display: block; color: var(--bronze); font-size: 3rem; font-weight: 900; line-height: 1; }
.form-control, textarea.form-control { border-radius: 8px; min-height: 48px; }
.site-footer {
  color: rgba(255,255,255,.74);
  background: var(--navy-deep);
}

.site-footer .foot-top {
  padding: 56px 0 46px;
}

.site-footer h3 {
  color: #fff;
  font-size: 1.24rem;
  font-weight: 900;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.site-footer p {
  color: rgba(255,255,255,.72);
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li + li {
  margin-top: 10px;
}

.site-footer a {
  color: rgba(255,255,255,.74);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: lowercase;
}

.site-footer a:hover {
  color: #fff;
}

.payment-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}

.payment-card {
  width: 50px;
  height: 34px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #102238;
  background: #f7f8fb;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 2px 8px rgba(0,0,0,.2);
  font-size: .54rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.payment-card.visa {
  color: #16306f;
  font-size: .68rem;
  font-style: italic;
}

.payment-card.mastercard {
  color: #fff;
  background: #11306c;
}

.payment-card.mastercard::before,
.payment-card.mastercard::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  top: 5px;
}

.payment-card.mastercard::before {
  left: 7px;
  background: #eb001b;
}

.payment-card.mastercard::after {
  right: 7px;
  background: rgba(247, 158, 27, .9);
}

.payment-card.mastercard span {
  position: relative;
  z-index: 1;
  margin-top: 17px;
  font-size: .44rem;
}

.payment-card.amex {
  color: #fff;
  background: linear-gradient(#51bbe7, #1d8ec8);
  font-size: .5rem;
  text-align: center;
}

.payment-card.jcb {
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding: 3px;
  color: #fff;
  background: #fff;
}

.payment-card.jcb span {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 2px;
  font-size: .58rem;
}

.payment-card.jcb .j { background: #1f73b7; }
.payment-card.jcb .c { background: #d9232e; }
.payment-card.jcb .b { background: #58a946; }

.payment-card.discover {
  color: #252525;
  background: linear-gradient(90deg, #fff 0 45%, #f6a623 45% 100%);
  font-size: .48rem;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.norton-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 900;
}

.norton-circle {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 5px solid #f4d033;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1;
}

.norton-text {
  display: grid;
  line-height: 1;
}

.norton-text strong {
  font-size: 1.22rem;
}

.norton-text span {
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 700;
}

.mcafee-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e91d3d;
  font-size: 1.16rem;
  font-weight: 900;
}

.mcafee-shield {
  width: 28px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #e91d3d;
  background: #fff;
  clip-path: polygon(50% 0, 94% 14%, 86% 78%, 50% 100%, 14% 78%, 6% 14%);
  font-size: .88rem;
}

.foot-bottom {
  padding: 16px 0;
  text-align: center;
  background: #030a13;
}

.foot-bottom p {
  margin: 0;
  color: rgba(255,255,255,.72);
}
