:root {
  --gow-green: #9fbe39;
  --gow-green-soft: #e8f6c4;
  --gow-green-pale: #f5fae8;
  --gow-green-deep: #6d930b;
  --gow-orange: #ff9d1e;
  --gow-orange-soft: #fff0dc;
  --gow-black: #201713;
  --gow-brown: #7a5a42;
  --gow-ink: #211f1c;
  --gow-muted: #69645f;
  --gow-line: rgba(32, 23, 19, 0.11);
  --gow-shadow: 0 24px 70px rgba(32, 23, 19, 0.10);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.gow-home {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fbfdf4 0%, #ffffff 46%, #f6faea 100%);
  color: var(--gow-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.gow-home a {
  color: inherit;
  text-decoration: none;
}

.gow-home h1,
.gow-home h2,
.gow-home h3,
.gow-home p {
  display: block;
  float: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-shadow: none;
}

.gow-nav,
.gow-hero,
.gow-intro,
.gow-life,
.gow-plans,
.gow-services,
.gow-login-strip,
.gow-tech,
.gow-testimonials,
.gow-footer-new {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.gow-nav {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 16px 18px 16px 22px;
  border: 1px solid var(--gow-line);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96), rgba(245,250,232,0.94));
  box-shadow: 0 16px 40px rgba(32, 23, 19, 0.08);
  backdrop-filter: blur(12px);
}

.gow-brand img {
  display: block;
  width: 145px;
  height: auto;
}

.gow-nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(159, 190, 57, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
}

.gow-nav-links a {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--gow-black);
  font-size: 14px;
  font-weight: 700;
}

.gow-nav-links a:hover {
  background: var(--gow-green-soft);
  color: var(--gow-green-deep);
}

.gow-nav-cta,
.gow-btn,
.gow-hero-panel a,
.gow-plan b,
.gow-service a,
.gow-login-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.gow-nav-cta {
  min-height: 42px;
  padding: 0 18px;
  background: var(--gow-orange);
  color: var(--gow-black);
  box-shadow: 0 8px 18px rgba(255, 157, 30, 0.28);
}

.gow-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
  gap: 56px;
  align-items: center;
  margin-top: 32px;
  padding: clamp(44px, 6vw, 72px);
  border: 1px solid rgba(109, 147, 11, 0.16);
  border-radius: 34px;
  background:
    linear-gradient(115deg, rgba(32,23,19,0.12) 0 44%, rgba(255,255,255,0.04) 44%),
    linear-gradient(135deg, #a9c83e 0%, #9fbe39 58%, #ff9d1e 58%, #ffad3e 100%);
  box-shadow: var(--gow-shadow);
}

.gow-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, transparent 0 72%, rgba(255,255,255,0.22) 72% 73%, transparent 73%),
    radial-gradient(circle at 90% 18%, rgba(255,255,255,0.22), transparent 23%);
  pointer-events: none;
}

.gow-hero-copy,
.gow-hero-panel {
  position: relative;
  z-index: 2;
}

.gow-kicker,
.gow-intro span,
.gow-section-title span,
.gow-service span,
.gow-login-strip span,
.gow-hero-panel span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(32, 23, 19, 0.92);
  color: white;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gow-hero h1 {
  max-width: 620px;
  margin: 20px 0 18px;
  color: white;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.gow-hero-copy p {
  max-width: 580px;
  margin: 0 0 28px;
  padding: 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.gow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gow-btn {
  min-height: 48px;
  padding: 0 20px;
  font-size: 14px;
}

.gow-btn-primary {
  background: var(--gow-black);
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(32, 23, 19, 0.20);
}

.gow-btn-secondary {
  border: 1px solid rgba(255,255,255,0.64);
  background: rgba(255,255,255,0.86);
  color: var(--gow-black);
}

.gow-hero-panel {
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.62);
  border-radius: 28px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 24px 50px rgba(32, 23, 19, 0.12);
}

.gow-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  padding: 0;
  background: var(--gow-black);
}

.gow-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.gow-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(32, 23, 19, 0.82));
}

.gow-photo-card > div {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 22px;
  background: rgba(32, 23, 19, 0.56);
  color: white;
  backdrop-filter: blur(10px);
}

.gow-hero-panel span {
  background: var(--gow-green);
  color: var(--gow-black);
}

.gow-hero-panel strong {
  display: block;
  margin-top: 18px;
  color: var(--gow-black);
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.gow-photo-card strong {
  color: white;
  font-size: 28px;
}

.gow-hero-panel small {
  display: block;
  margin-top: 8px;
  color: var(--gow-orange);
  font-size: 22px;
  font-weight: 800;
}

.gow-hero-panel p {
  margin: 20px 0 26px;
  padding: 0;
  color: var(--gow-muted);
  font-size: 15px;
  line-height: 1.55;
}

.gow-photo-card p {
  margin-bottom: 0;
  color: rgba(255,255,255,0.86);
}

.gow-hero-panel a {
  width: 100%;
  min-height: 46px;
  background: var(--gow-black);
  color: white;
  font-size: 14px;
}

.gow-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: end;
  margin-top: 38px;
  padding: 26px;
  border: 1px solid rgba(159, 190, 57, 0.16);
  border-radius: 28px;
  background: white;
  box-shadow: 0 18px 46px rgba(32, 23, 19, 0.045);
}

.gow-intro span {
  background: var(--gow-orange-soft);
  color: var(--gow-black);
}

.gow-intro h2,
.gow-section-title h2 {
  margin: 16px 0 0;
  color: var(--gow-black);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.gow-section-title {
  padding: 26px;
  border: 1px solid rgba(32, 23, 19, 0.08);
  border-radius: 28px;
  background: linear-gradient(135deg, white, var(--gow-green-pale));
}

.gow-intro p {
  margin: 0;
  padding: 0;
  color: var(--gow-muted);
  font-size: 17px;
  line-height: 1.65;
}

.gow-life {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.gow-life-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(32, 23, 19, 0.10);
  border-radius: 28px;
  background: var(--gow-black);
  box-shadow: 0 18px 46px rgba(32, 23, 19, 0.07);
}

.gow-life-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 320ms ease;
}

.gow-life-card:hover img {
  transform: scale(1.035);
}

.gow-life-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32,23,19,0.05) 28%, rgba(32,23,19,0.84));
}

.gow-life-card div {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  color: white;
}

.gow-life-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 157, 30, 0.94);
  color: var(--gow-black);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gow-life-card h3 {
  margin: 14px 0 8px;
  color: white;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.gow-life-card p {
  max-width: 460px;
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 15px;
  line-height: 1.55;
}

.gow-plans {
  margin-top: 42px;
}

.gow-section-title {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  column-gap: 48px;
  row-gap: 10px;
  align-items: end;
  margin-bottom: 18px;
}

.gow-section-title span {
  background: var(--gow-black);
}

.gow-section-title h2 {
  grid-column: 1;
}

.gow-section-title p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  padding: 0;
  color: var(--gow-muted);
  font-size: 16px;
  line-height: 1.55;
}

.gow-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gow-plan {
  position: relative;
  min-height: 270px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--gow-line);
  border-radius: 24px;
  background: var(--plan-bg, white);
  box-shadow: 0 18px 44px rgba(32, 23, 19, 0.06);
}

.gow-plan::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background:
    radial-gradient(circle, rgba(159,190,57,0.95) 0 4px, transparent 5px),
    radial-gradient(circle at 50% 50%, transparent 0 17px, rgba(255,157,30,0.35) 18px 20px, transparent 21px),
    radial-gradient(circle at 50% 50%, transparent 0 26px, rgba(159,190,57,0.25) 27px 29px, transparent 30px);
}

.gow-plan::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: var(--gow-orange);
}

.gow-plan span {
  color: var(--plan-label, var(--gow-green-deep));
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.gow-plan strong {
  display: block;
  margin-top: 22px;
  color: var(--gow-black);
  font-size: 58px;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.gow-plan small {
  display: block;
  margin-top: 4px;
  color: var(--plan-accent, var(--gow-orange));
  font-size: 20px;
  font-weight: 800;
}

.gow-plan p {
  min-height: 62px;
  margin: 18px 0 22px;
  padding: 0;
  color: var(--gow-muted);
  font-size: 14px;
  line-height: 1.45;
}

.gow-plan b {
  position: relative;
  z-index: 2;
  min-height: 40px;
  padding: 0 15px;
  background: var(--gow-black);
  color: #ffffff !important;
  font-size: 13px;
}

.gow-plan:nth-child(1) {
  --plan-bg: linear-gradient(180deg, #f0f8cf, #ffffff);
  --plan-label: #6d930b;
  --plan-accent: #7fa70f;
  border-color: rgba(159, 190, 57, 0.42);
}

.gow-plan-featured {
  border-color: rgba(255, 157, 30, 0.45);
  --plan-bg: linear-gradient(180deg, #ffe0ad, #fff6e8);
  --plan-label: #c56a00;
  --plan-accent: #ff8d00;
}

.gow-plan-featured span {
  color: var(--gow-orange);
}

.gow-plan:nth-child(3) {
  --plan-bg: linear-gradient(180deg, #e6f1cf, #f8fbef);
  --plan-label: #557b06;
  --plan-accent: #ff9d1e;
  border-color: rgba(109, 147, 11, 0.34);
}

.gow-plan-dark {
  background: var(--gow-black);
  border-color: rgba(255, 157, 30, 0.34);
}

.gow-plan-dark span,
.gow-plan-dark small,
.gow-plan-dark p,
.gow-plan-dark strong {
  color: white;
}

.gow-plan-dark::after {
  background: var(--gow-green);
}

.gow-plan-dark b {
  background: #ffffff;
  color: var(--gow-black) !important;
}

.gow-services {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.85fr;
  gap: 16px;
  margin-top: 34px;
}

.gow-tech {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
  margin-top: 34px;
}

.gow-tech-image,
.gow-tech-copy,
.gow-testimonials,
.gow-testimonial-visual,
.gow-quote-grid article {
  border: 1px solid rgba(32, 23, 19, 0.10);
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(32, 23, 19, 0.06);
}

.gow-tech-image {
  overflow: hidden;
  min-height: 420px;
  background: var(--gow-black);
}

.gow-tech-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.gow-tech-copy {
  padding: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,157,30,0.18), transparent 32%),
    linear-gradient(135deg, #ffffff, #f7faec);
}

.gow-tech-copy span,
.gow-testimonials-copy span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--gow-orange-soft);
  color: var(--gow-black);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gow-tech-copy h2,
.gow-testimonials-copy h2 {
  margin: 18px 0 14px;
  color: var(--gow-black);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.gow-tech-copy p,
.gow-testimonials-copy p {
  margin: 0;
  color: var(--gow-muted);
  font-size: 16px;
  line-height: 1.62;
}

.gow-tech-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.gow-tech-list div {
  padding: 18px;
  border: 1px solid rgba(159, 190, 57, 0.22);
  border-radius: 18px;
  background: white;
}

.gow-tech-list strong,
.gow-tech-list small {
  display: block;
}

.gow-tech-list strong {
  margin-bottom: 6px;
  color: var(--gow-black);
  font-size: 17px;
}

.gow-tech-list small {
  color: var(--gow-muted);
  font-size: 14px;
  line-height: 1.45;
}

.gow-service {
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(159, 190, 57, 0.18);
  border-radius: 26px;
  background: var(--gow-green-pale);
}

.gow-service-main {
  background:
    linear-gradient(135deg, rgba(32,23,19,0.92), rgba(32,23,19,0.78)),
    linear-gradient(135deg, var(--gow-green), var(--gow-orange));
  color: white;
}

.gow-service span {
  background: rgba(255,255,255,0.18);
  color: inherit;
}

.gow-service h2,
.gow-service h3 {
  margin: 26px 0 14px;
  color: inherit;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.gow-service h3 {
  font-size: 26px;
}

.gow-service p {
  margin: 0 0 30px;
  padding: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.58;
}

.gow-testimonials {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 20px;
  margin-top: 34px;
  padding: 24px;
  background: var(--gow-black);
  color: white;
}

.gow-testimonials-copy {
  align-self: center;
  padding: 10px;
}

.gow-testimonials-copy span {
  background: rgba(255,255,255,0.12);
  color: white;
}

.gow-testimonials-copy h2 {
  color: white;
}

.gow-testimonials-copy p {
  color: rgba(255,255,255,0.76);
}

.gow-testimonial-visual {
  overflow: hidden;
  min-height: 280px;
  box-shadow: none;
}

.gow-testimonial-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.gow-quote-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gow-quote-grid article {
  padding: 20px;
  background: rgba(255,255,255,0.08);
  box-shadow: none;
}

.gow-quote-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gow-orange);
  font-size: 15px;
}

.gow-quote-grid p {
  margin: 0;
  color: rgba(255,255,255,0.80);
  font-size: 14px;
  line-height: 1.55;
}

.gow-service:not(.gow-service-main) {
  color: var(--gow-black);
}

.gow-service:not(.gow-service-main) p {
  color: var(--gow-muted);
}

.gow-service:not(.gow-service-main) a {
  color: var(--gow-green-deep);
  font-size: 14px;
}

.gow-service-main .gow-btn-primary {
  background: #ffffff;
  color: var(--gow-black) !important;
}

.gow-login-strip {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  padding: 28px;
  border: 1px solid var(--gow-line);
  border-radius: 26px;
  background: white;
  box-shadow: 0 18px 46px rgba(32, 23, 19, 0.06);
}

.gow-login-strip span {
  background: var(--gow-green-soft);
  color: var(--gow-black);
}

.gow-login-strip h2 {
  margin: 16px 0 8px;
  color: var(--gow-black);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.gow-login-strip p {
  margin: 0;
  padding: 0;
  color: var(--gow-muted);
  font-size: 14px;
  line-height: 1.5;
}

.gow-login-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  align-items: center;
}

.gow-login-form input {
  min-height: 46px;
  width: 100%;
  border: 1px solid rgba(109, 147, 11, 0.22);
  border-radius: 14px;
  padding: 0 14px;
  background: #fffefa;
  font-size: 14px;
}

.gow-login-form button {
  min-height: 46px;
  padding: 0 20px;
  background: var(--gow-orange);
  color: var(--gow-black);
}

.gow-login-form a {
  grid-column: 1 / -1;
  color: var(--gow-green-deep);
  font-size: 13px;
  font-weight: 800;
}

.gow-footer-new {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
  margin-top: 34px;
  margin-bottom: 26px;
  padding: 34px 30px;
  border-radius: 26px;
  background: var(--gow-black);
  color: white;
}

.gow-footer-brand img {
  width: 126px;
  padding: 12px;
  border-radius: 16px;
  background: white;
}

.gow-footer-new p {
  max-width: 260px;
  margin: 16px 0 0;
  padding: 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.55;
}

.gow-footer-new strong,
.gow-footer-new a {
  display: block;
}

.gow-footer-new strong {
  margin-bottom: 12px;
  color: var(--gow-orange);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.gow-footer-new a {
  margin: 8px 0;
  color: white;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

@media (max-width: 980px) {
  .gow-nav,
  .gow-hero,
  .gow-intro,
  .gow-life,
  .gow-plans,
  .gow-services,
  .gow-tech,
  .gow-testimonials,
  .gow-login-strip,
  .gow-footer-new {
    width: min(100% - 24px, 740px);
  }

  .gow-nav {
    position: relative;
    top: auto;
    grid-template-columns: 1fr auto;
  }

  .gow-nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .gow-hero,
  .gow-intro,
  .gow-life,
  .gow-section-title,
  .gow-services,
  .gow-tech,
  .gow-testimonials,
  .gow-quote-grid,
  .gow-login-strip,
  .gow-footer-new {
    grid-template-columns: 1fr;
  }

  .gow-photo-card,
  .gow-photo-card img {
    min-height: 360px;
  }

  .gow-tech-image,
  .gow-tech-image img,
  .gow-testimonial-visual,
  .gow-testimonial-visual img {
    min-height: 300px;
  }

  .gow-section-title p {
    grid-column: auto;
    grid-row: auto;
  }

  .gow-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .gow-brand img {
    width: 126px;
  }

  .gow-nav-cta {
    min-height: 38px;
    padding: 0 14px;
  }

  .gow-hero {
    padding: 34px 22px;
    border-radius: 26px;
  }

  .gow-hero h1 {
    font-size: 36px;
  }

  .gow-hero-copy p,
  .gow-intro p {
    font-size: 16px;
  }

  .gow-actions,
  .gow-login-form {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .gow-btn,
  .gow-actions a {
    width: 100%;
  }

  .gow-plan-grid {
    grid-template-columns: 1fr;
  }

  .gow-intro,
  .gow-life,
  .gow-section-title,
  .gow-tech-copy,
  .gow-testimonials,
  .gow-login-strip {
    padding: 22px;
  }
}
