/* Tag On — static site styles, matching tagon.net.au live design */

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #e5e5e5;
  color: #2a2a2a;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: #007acc; text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; height: auto; display: block; }

/* Page wrapper — white content body centered on a light-grey backdrop */
.site {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
}

/* Hero banner — full-width illustration */
.site-hero {
  display: block;
  width: 100%;
  background: #71c8ec;
}
.site-hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* Top navigation — black bar with centered links */
.main-navigation {
  background: #1a1a1a;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-navigation li { }
.main-navigation a {
  display: block;
  padding: 16px 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.main-navigation a:hover {
  color: #5cb8e5;
  text-decoration: none;
}
.main-navigation .current a {
  font-weight: 700;
  color: #fff;
}

/* Content area */
.site-content {
  padding: 56px 96px 80px;
  background: #fff;
}

.entry-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1a1a1a;
  margin: 0 0 32px;
  line-height: 1.2;
}

.entry-content h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #1a1a1a;
  margin: 32px 0 10px;
  line-height: 1.3;
}
.entry-content h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1a1a1a;
  margin: 24px 0 8px;
}
.entry-content p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #2a2a2a;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 18px;
  padding-left: 22px;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.7;
}

/* Vimeo / video embed */
.video-wrap {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 28px;
  aspect-ratio: 16 / 9;
  background: #000;
}
.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Facebook follow link */
.facebook-link {
  display: inline-block;
  margin: 4px 0 28px;
  padding: 0;
  background: transparent;
  color: #007acc !important;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  border-radius: 0;
}
.facebook-link:hover {
  text-decoration: underline;
  background: transparent;
  color: #007acc;
}

/* Feature grid (home page) */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 16px 0 0;
}
.feature {
  text-align: center;
  padding: 8px;
}
.feature img {
  max-width: 160px;
  margin: 0 auto 14px;
}
.feature h3 {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 17px;
  color: #1a1a1a;
}
.feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #2a2a2a;
}

/* Why Use Tag On — checkmark list */
.why-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.why-list > li {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 4px;
  margin: 0 0 28px;
  padding: 0;
}
.why-list > li .why-tick {
  grid-column: 1;
  grid-row: 1;
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.6;
}
.why-list > li .why-heading {
  grid-column: 2;
  grid-row: 1;
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.6;
}
.why-list > li > p {
  grid-column: 2;
  grid-row: 2;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: #2a2a2a;
}

/* Testimonials */
.testimonials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 8px;
}
.testimonial {
  position: relative;
  padding: 28px 32px 26px;
  border-radius: 10px;
  background: #fff8e3;
  border: 1px solid #f4e4a8;
}
.testimonial:nth-child(2) { background: #e3f4fb; border-color: #b6dff0; }
.testimonial:nth-child(3) { background: #eaf6e1; border-color: #c5e3b0; }
.testimonial:nth-child(4) { background: #fde9e2; border-color: #f5c3b1; }
.testimonial:nth-child(5) { background: #efe6f7; border-color: #d2bee6; }
.testimonial:nth-child(6) { background: #e8f2ee; border-color: #b7d8cb; }

.testimonial blockquote {
  margin: 0 0 14px;
  padding: 0;
  font-size: 17px;
  line-height: 1.55;
  color: #1a1a1a;
  font-weight: 400;
}
.testimonial blockquote p {
  margin: 0 0 14px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.testimonial blockquote p:last-child { margin-bottom: 0; }
.testimonial blockquote > p:first-child::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 0.1;
  color: rgba(0,0,0,0.18);
  margin-right: 6px;
  vertical-align: -22px;
}
.testimonial cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
}
.testimonial cite .role {
  display: block;
  font-weight: 400;
  color: #555;
  margin-top: 2px;
}

/* Pricing table + quote form */
.pricing-table {
  width: 100%;
  max-width: 720px;
  border-collapse: collapse;
  margin: 8px 0 36px;
}
.pricing-table th {
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  padding: 6px 12px 14px;
}
.pricing-table th.col-item { text-align: center; }
.pricing-table th.col-qty  { text-align: center; }
.pricing-table th.col-price { text-align: right; }
.pricing-table td {
  padding: 9px 12px;
  font-size: 15px;
  color: #2a2a2a;
  vertical-align: middle;
}
.pricing-table td.col-item { white-space: normal; }
.pricing-table td.col-total {
  text-align: center;
  font-size: 15px;
  color: #2a2a2a;
}
.pricing-field {
  width: 110px;
  padding: 7px 10px;
  border: 1px solid #cfcfcf;
  background: #f6f6f6;
  color: #555;
  font: inherit;
  font-size: 14px;
  text-align: right;
}
.pricing-table td.col-qty .pricing-field { text-align: left; color: #777; }
.pricing-field:not([readonly]) { background: #fff; color: #1a1a1a; }
.pricing-field:not([readonly]):focus { outline: none; border-color: #5cb8e5; }

/* Quote request form */
.quote-form {
  max-width: 720px;
  margin: 8px 0 0;
}
.quote-form .field-row {
  display: grid;
  grid-template-columns: 200px 228px;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.quote-form label {
  font-size: 15px;
  color: #2a2a2a;
}
.quote-form input[type="text"],
.quote-form input[type="tel"],
.quote-form input[type="email"] {
  padding: 5px 9px;
  border: 1px solid #cfcfcf;
  background: #fbfbfb;
  font: inherit;
  font-size: 15px;
  color: #1a1a1a;
  width: 100%;
}
.quote-form select,
.quote-form textarea {
  padding: 5px 9px;
  border: 1px solid #cfcfcf;
  background: #fbfbfb;
  font: inherit;
  font-size: 15px;
  color: #1a1a1a;
  width: 100%;
}
.quote-form textarea { resize: vertical; }
.quote-form .field-row-message {
  grid-template-columns: 200px minmax(228px, 444px);
  align-items: start;
}
.quote-form .field-row-message label { padding-top: 5px; }
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus { outline: none; border-color: #5cb8e5; background: #fff; }
.quote-form .required-mark { color: #c0392b; }

/* Honeypot — visually removed, still in the DOM for bots */
.quote-form .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Form status message (sending / success / error) */
.form-status {
  margin: 14px 0 0;
  font-size: 15px;
  color: #555;
}
.form-status:empty { display: none; }
.form-status.is-success { color: #1e7a34; }
.form-status.is-error { color: #c0392b; }
.quote-form .submit-row {
  display: grid;
  grid-template-columns: 200px 228px;
  gap: 16px;
  margin: 18px 0 0;
}
.quote-form .submit-row .submit-cell {
  grid-column: 2;
  text-align: center;
}
.quote-form button[type="submit"] {
  padding: 7px 16px;
  background: #f0f0f0;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  font: inherit;
  font-size: 15px;
  color: #1a1a1a;
  cursor: pointer;
}
.quote-form button[type="submit"]:hover { background: #e3e3e3; }
.quote-note {
  margin: 52px 0 0;
  font-size: 15px;
  color: #2a2a2a;
}

@media (max-width: 880px) {
  .quote-form .field-row,
  .quote-form .submit-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .quote-form .submit-row .submit-cell { grid-column: 1; text-align: left; }
}

/* Call-to-action button */
.cta-button {
  display: inline-block;
  padding: 14px 32px;
  background: #1a1a1a;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
}
.cta-button:hover {
  background: #5cb8e5;
  text-decoration: none;
}

/* How It Works image carousel */
.carousel {
  position: relative;
  max-width: 560px;
  margin: 28px auto 0;
}
.carousel-track {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  overflow: hidden;
}
.carousel-track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.carousel-track img.is-active { opacity: 1; }
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.55);
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}
.carousel-btn:hover { background: #5cb8e5; }
.carousel-prev { left: 10px; }
.carousel-next { right: 10px; }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.carousel-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: #cfcfcf;
  cursor: pointer;
  padding: 0;
}
.carousel-dot:hover { background: #9fcfe8; }
.carousel-dot.is-active { background: #5cb8e5; }

/* Footer */
.site-footer {
  padding: 24px 96px;
  background: #f5f5f5;
  border-top: 1px solid #ececec;
  font-size: 14px;
  color: #555;
  text-align: center;
}
.site-footer a { color: #2a2a2a; }
.site-footer a:hover { color: #007acc; }

/* Responsive */
@media (max-width: 880px) {
  .site-content { padding: 36px 24px 56px; }
  .site-footer { padding: 20px 24px; }
  .entry-title { font-size: 26px; }
  .feature-grid { grid-template-columns: 1fr; gap: 20px; }
  .how-image-grid { grid-template-columns: 1fr; }
  .main-navigation ul { flex-direction: column; }
  .main-navigation a { padding: 12px 20px; border-bottom: 1px solid #2a2a2a; }
}
