/* =========================================================
   TRAVIS TECHNOLOGY
   GLOBAL STYLESHEET
   ========================================================= */


/* =========================================================
   ROOT / VARIABLES
   ========================================================= */

:root {
  --bg: #111713;

  --panel: rgba(18, 24, 20, 0.78);
  --panel-strong: rgba(14, 19, 16, 0.94);

  --ink: #f6f7f3;
  --muted: #bdc6be;
  --soft: #909b92;

  --line: rgba(255, 255, 255, 0.105);

  --green: #a8ef79;
  --green-2: #73cc43;

  --purple: #b76bd4;
  --purple-deep: #30003d;

  --max: 1120px;
  --radius: 22px;

  --shadow: 0 20px 60px rgba(0, 0, 0, 0.20);

  --header-bg: rgba(7, 16, 11, 0.94);
}


/* =========================================================
   RESET / GLOBAL
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;

  color: var(--ink);

  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  font-size: 18px;
  line-height: 1.62;

  background-image:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.78),
      rgba(23, 31, 27, 0.72),
      rgba(60, 56, 93, 0.38)
    ),
    url("/1035.png");

  background-repeat:
    no-repeat,
    repeat;

  background-position:
    center top,
    center top;

  background-size:
    cover,
    760px auto;

  background-attachment:
    fixed,
    fixed;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

main {
  overflow: hidden;
}


/* =========================================================
   LAYOUT
   ========================================================= */

.shell {
  width: min(
    var(--max),
    calc(100% - 40px)
  );

  margin-inline: auto;
}


/* =========================================================
   GLOBAL NAVIGATION
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;

  z-index: 1000;

  width: 100%;

  background: var(--header-bg);

  border-bottom:
    1px solid rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}


/* NAV CONTAINER */

.site-nav {
  width: min(
    calc(100% - 48px),
    var(--max)
  );

  min-height: 82px;

  margin-inline: auto;

  display: flex;
  align-items: center;

  gap: 32px;
}


/* BRAND */

.nav-logo {
  display: flex;
  align-items: center;

  gap: 10px;

  flex-shrink: 0;

  color: var(--ink);

  text-decoration: none;
}

.nav-logo img {
  width: 48px;
  height: 48px;

  object-fit: contain;
}

.nav-logo span {
  font-size: 1.3rem;
  font-weight: 800;

  letter-spacing: 0.1em;

  white-space: nowrap;
}


/* DESKTOP NAV LINKS */

.nav-links {
  margin-left: auto;

  display: flex;
  align-items: center;

  gap: 30px;
}

.nav-links a {
  position: relative;

  color: #f1f2ef;

  text-decoration: none;

  font-size: 0.92rem;
  font-weight: 700;

  white-space: nowrap;

  transition:
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

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

.nav-links a[aria-current="page"]:not(.nav-cta) {
  color: white;
}

.nav-links a[aria-current="page"]:not(.nav-cta)::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;

  bottom: -9px;

  height: 2px;

  border-radius: 999px;

  background: var(--green);
}

.nav-links .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 46px;
  padding: 0 20px;

  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;

  border-radius: 999px;

  color: #07100b !important;
  background: var(--green);

  box-sizing: border-box;
}


/* GET HELP CTA */

.nav-links .nav-cta {
  padding: 13px 20px;

  color: #07100b;

  background: var(--green);

  border-radius: 999px;

  overflow: visible;

  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.nav-links .nav-cta:hover {
  color: #07100b;

  transform: translateY(-1px);

  background: #b8f58f;

  box-shadow:
    0 8px 24px rgba(168, 239, 121, 0.15);
}


/* HAMBURGER */

.nav-toggle {
  display: none;

  width: 46px;
  height: 46px;

  margin-left: auto;

  padding: 0;

  border: 0;

  background: transparent;

  cursor: pointer;

  align-items: center;
  justify-content: center;
  flex-direction: column;

  gap: 5px;
}

.nav-toggle span {
  display: block;

  width: 26px;
  height: 2px;

  background: var(--ink);

  border-radius: 999px;

  transition:
    transform 220ms ease,
    opacity 180ms ease;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

h1,
h2,
h3 {
  margin-top: 0;

  line-height: 1.05;

  letter-spacing: -0.035em;
}

h1 {
  max-width: 920px;

  margin-bottom: 24px;

  font-size:
    clamp(
      3.4rem,
      8vw,
      6.8rem
    );
}

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

h3 {
  font-size: 1.55rem;
}

.eyebrow {
  display: block;

  margin-bottom: 18px;

  color: var(--green);

  font-size: 0.78rem;
  font-weight: 900;

  letter-spacing: 0.13em;

  text-transform: uppercase;
}


/* =========================================================
   HERO
   ========================================================= */

.hero,
.page-hero {
  padding: 112px 0 92px;
}

.page-hero {
  padding-bottom: 72px;
}

.hero-inner {
  max-width: 900px;
}

.help-intro {
  max-width: 820px;
}

.page-hero h1 {
  font-size:
    clamp(
      3.1rem,
      7vw,
      6rem
    );
}

.hero p,
.page-hero p {
  max-width: 760px;

  margin: 0;

  color: #d3d9d3;

  font-size:
    clamp(
      1.15rem,
      2vw,
      1.36rem
    );
}


/* =========================================================
   BUTTONS
   ========================================================= */

.actions {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 34px;
}

.button {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 13px 20px;

  border: 1px solid transparent;

  border-radius: 14px;

  text-decoration: none;

  font-size: 1rem;
  font-weight: 850;

  cursor: pointer;

  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button.primary {
  color: #13210f;

  background: var(--green);

  box-shadow:
    0 14px 34px rgba(115, 204, 67, 0.16);
}

.button.secondary {
  color: white;

  border-color: rgba(255, 255, 255, 0.18);

  background: rgba(10, 14, 11, 0.42);
}

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

.button.primary:hover {
  background: #b6f58b;

  box-shadow:
    0 16px 40px rgba(115, 204, 67, 0.22);
}


/* =========================================================
   SECTIONS
   ========================================================= */

.section {
  padding: 82px 0;
}

.section-first {
  border-top:
    1px solid rgba(255, 255, 255, 0.06);
}

.section + .section {
  border-top:
    1px solid rgba(255, 255, 255, 0.06);
}

.section-head {
  max-width: 760px;

  margin-bottom: 38px;
}

.section-head p {
  margin: 12px 0 0;

  color: var(--muted);

  font-size: 1.08rem;
}


/* =========================================================
   SERVICE CARDS
   ========================================================= */

.service-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 18px;
}


/*
   Fixed card height means the icon's 88% height
   is actually based on the card height reliably.
*/

.service-card {
  position: relative;

  height: 250px;

  overflow: hidden;

  padding: 30px;

  border:
    1px solid var(--line);

  border-radius:
    var(--radius);

  background:
    var(--panel);

  box-shadow:
    var(--shadow);

  backdrop-filter:
    blur(8px);

  text-decoration:
    none;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition:
    transform 260ms ease,
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.service-card:hover {
  transform:
    translateY(-3px);

  border-color:
    rgba(168, 239, 121, 0.34);

  background:
    rgba(20, 27, 22, 0.88);

  box-shadow:
    0 24px 65px rgba(0, 0, 0, 0.26);
}


/* TEXT AREA */

.service-card > div {
  position: relative;

  z-index: 2;

  padding-right: 42%;
}

.service-number {
  position: relative;

  z-index: 3;

  color: var(--green);

  font-size: 0.78rem;
  font-weight: 900;

  letter-spacing: 0.12em;
}

.service-card h3 {
  margin: 34px 0 10px;

  font-size: 1.72rem;
}

.service-card p {
  max-width: 430px;

  margin: 0;

  color: var(--muted);

  font-size: 1rem;
}

.service-card .arrow {
  margin-top: 22px;

  color: var(--green);

  font-weight: 900;
}


/* SERVICE ICON */

.service-icon {
  position: absolute;

  top: 50%;
  right: 1rem;

  z-index: 1;

  height: 88%;
  width: auto;

  max-width: 46%;

  object-fit: contain;

  opacity: 0.95;

  transform:
    translateY(-50%);

  transform-origin:
    center center;

  pointer-events:
    none;

  filter:
    drop-shadow(
      0 0 10px
      rgba(188, 239, 104, 0.18)
    )
    drop-shadow(
      0 0 22px
      rgba(48, 0, 61, 0.20)
    );

  transition:
    transform 650ms cubic-bezier(.2,.8,.2,1),
    opacity 350ms ease,
    filter 350ms ease;
}

.service-card:hover .service-icon {
  transform:
    translateY(-50%)
    scale(1.33);

  filter:
    drop-shadow(
      0 0 12px
      rgba(168, 239, 121, 0.35)
    )
    drop-shadow(
      0 0 26px
      rgba(183, 107, 212, 0.28)
    );
}


/* =========================================================
   SUBTLE DIGITAL MAGIC
   ========================================================= */


/*
   Tiny hover-only green/purple glints.
   Deliberately restrained.
*/

.service-card::before,
.nav-cta::before {
  content: "✦";

  position: absolute;

  top: 16%;
  right: 12%;

  z-index: 8;

  color: var(--green);

  font-size: 10px;
  line-height: 1;

  opacity: 0;

  transform:
    scale(0.25)
    rotate(-20deg);

  pointer-events:
    none;

  transition:
    opacity 180ms ease,
    transform 380ms ease;
}

.service-card::after,
.nav-cta::after {
  content: "✦";

  position: absolute;

  top: 30%;
  right: 6%;

  z-index: 8;

  color: var(--purple);

  font-size: 7px;
  line-height: 1;

  opacity: 0;

  transform:
    scale(0.25)
    rotate(20deg);

  pointer-events:
    none;

  transition:
    opacity 200ms ease 60ms,
    transform 420ms ease 60ms;
}

.service-card:hover::before,
.nav-cta:hover::before {
  opacity: 0.72;

  transform:
    scale(1)
    rotate(12deg);
}

.service-card:hover::after,
.nav-cta:hover::after {
  opacity: 0.58;

  transform:
    scale(1)
    rotate(-12deg);
}


/* =========================================================
   GENERAL LINKS / ACTIONS
   ========================================================= */

.center-action {
  margin-top: 30px;

  text-align: center;
}

.text-link,
.price-action {
  color: var(--green);

  font-weight: 850;

  text-decoration: none;
}

.text-link:hover,
.price-action:hover {
  text-decoration: underline;
}


/* =========================================================
   SIMPLE SPLITS / PANELS
   ========================================================= */

.split-simple,
.detail-grid {
  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 44px;

  align-items: center;
}

.split-simple h2,
.detail-grid h2 {
  margin-bottom: 0;
}

.simple-panel,
.check-panel {
  padding: 34px;

  border:
    1px solid var(--line);

  border-radius:
    var(--radius);

  background:
    rgba(12, 17, 14, 0.75);

  box-shadow:
    var(--shadow);
}

.simple-panel p {
  margin: 0;

  color: var(--muted);

  font-size: 1.08rem;
}

.simple-panel .button {
  margin-top: 22px;
}


/* CHECK LIST */

.check-list {
  display: grid;

  gap: 0;

  margin: 0;

  padding: 0;

  list-style: none;
}

.check-list li {
  position: relative;

  padding:
    15px 0
    15px 34px;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.08);

  font-weight: 700;
}

.check-list li:first-child {
  border-top: 0;
}

.check-list li::before {
  content: "✓";

  position: absolute;

  left: 0;

  color: var(--green);

  font-weight: 950;
}


/* =========================================================
   FEATURE / PROJECT CARDS
   ========================================================= */

.feature-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 30px;
}

.project-card {
  overflow: hidden;

  border:
    1px solid var(--line);

  border-radius:
    var(--radius);

  background:
    var(--panel);

  box-shadow:
    var(--shadow);
}

.project-card-link {
  text-decoration: none;

  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.project-card-link:hover {
  transform: translateY(-3px);

  border-color:
    rgba(168, 239, 121, 0.28);
}

.preview {
  position: relative;

  height: 210px;

  overflow: hidden;

  background: #0d110f;

  border-bottom:
    1px solid var(--line);
}

.preview iframe {
  position: absolute;

  inset: 0;

  width: 400%;
  height: 400%;

  border: 0;

  transform:
    scale(0.25);

  transform-origin:
    0 0;

  pointer-events:
    none;

  background:
    white;
}

.live {
  position: absolute;

  right: 10px;
  bottom: 10px;

  padding:
    6px 9px;

  border:
    1px solid
    rgba(255, 255, 255, 0.18);

  border-radius:
    999px;

  background:
    rgba(7, 10, 8, 0.82);

  font-size:
    0.62rem;

  font-weight:
    900;

  letter-spacing:
    0.08em;

  text-transform:
    uppercase;
}

.project-copy {
  padding: 24px;
}

.project-copy h3 {
  margin-bottom: 8px;
}

.project-copy p {
  margin: 0;

  color: var(--muted);

  font-size: 0.98rem;
}

.project-arrow {
  display: inline-block;

  margin-top: 16px;

  color: var(--green);

  font-weight: 850;
}


/* =========================================================
   CTA PANEL
   ========================================================= */

.cta-panel {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 36px;

  padding: 40px;

  border:
    1px solid var(--line);

  border-radius:
    var(--radius);

  background:
    var(--panel-strong);

  box-shadow:
    var(--shadow);
}

.cta-panel h2 {
  margin-bottom: 8px;

  font-size:
    clamp(
      2rem,
      4vw,
      3.2rem
    );
}

.cta-panel p {
  margin: 0;

  color: var(--muted);
}


/* =========================================================
   PORTFOLIO
   ========================================================= */

.portfolio-list {
  display: grid;

  gap: 24px;
}

.portfolio-row {
  display: grid;

  grid-template-columns:
    1.08fr 0.92fr;

  overflow: hidden;

  border:
    1px solid var(--line);

  border-radius:
    var(--radius);

  background:
    var(--panel);

  box-shadow:
    var(--shadow);
    
  padding: 3rem;
}

.portfolio-row:nth-child(even) {
  grid-template-columns:
    0.92fr 1.08fr;
}

.portfolio-row:nth-child(even)
.portfolio-visual {
  order: 2;
}

.portfolio-visual {
  position: relative;

  min-height: 330px;

  overflow: hidden;

  background: #0d110f;
}

.portfolio-visual-link {
  display: block;

  color: inherit;

  text-decoration: none;

  cursor: pointer;

  outline: none;
}


/* PREVIEW DEVICES */

.preview-pair {
  position: absolute;

  inset: 14px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    150px;

  gap: 14px;

  align-items: stretch;
}

.preview-column {
  min-width: 0;

  display: grid;

  grid-template-rows:
    auto
    minmax(0, 1fr);

  gap: 7px;
}

.preview-toolbar {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 8px;

  min-height: 24px;

  padding: 0 3px;

  color: #c8d0ca;
}

.preview-kind {
  color: #dfe7e1;

  font-size: 0.61rem;
  font-weight: 950;

  letter-spacing: 0.11em;

  text-transform: uppercase;
}

.preview-toolbar-link {
  color: var(--green);

  font-size: 0.61rem;
  font-weight: 900;

  text-decoration: none;

  white-space: nowrap;
}

.preview-toolbar-link:hover,
.preview-toolbar-link:focus-visible {
  color: #d8ffc0;

  text-decoration: underline;
}

.desktop-device,
.mobile-device {
  position: relative;

  min-width: 0;
  min-height: 0;

  overflow: hidden;

  border:
    1px solid
    rgba(255, 255, 255, 0.12);

  background:
    #090c0a;

  box-shadow:
    0 12px 32px
    rgba(0, 0, 0, 0.24);
}

.desktop-device {
  border-radius: 14px;
}

.desktop-screen {
  position: absolute;

  inset: 0;

  overflow: hidden;

  background: white;
}

.desktop-screen iframe {
  position: absolute;

  inset: 0;

  width: 333.333%;
  height: 333.333%;

  border: 0;

  transform:
    scale(0.3);

  transform-origin:
    0 0;

  pointer-events:
    auto;

  background:
    white;
}

.mobile-device {
  padding:
    10px 8px 8px;

  display: flex;

  align-items: stretch;
  justify-content: center;

  border-radius: 25px;
}

.mobile-device::before {
  content: "";

  position: absolute;

  z-index: 3;

  top: 5px;
  left: 50%;

  width: 36px;
  height: 4px;

  border-radius: 999px;

  background:
    rgba(255, 255, 255, 0.24);

  transform:
    translateX(-50%);

  pointer-events:
    none;
}

.phone-screen {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;

  overflow: hidden;

  border-radius: 17px;

  background: white;
}

.phone-screen iframe {
  position: absolute;

  top: 0;
  left: 0;

  width: 390px;
  height: 980px;

  border: 0;

  transform:
    scale(0.333);

  transform-origin:
    0 0;

  pointer-events:
    auto;

  background:
    white;
}

.portfolio-copy {
  padding: 42px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.portfolio-copy .type {
  margin-bottom: 13px;

  color: var(--green);

  font-size: 0.76rem;
  font-weight: 900;

  letter-spacing: 0.11em;

  text-transform: uppercase;
}

.portfolio-copy h2 {
  margin-bottom: 14px;

  font-size:
    clamp(
      2rem,
      4vw,
      3.2rem
    );
}

.portfolio-copy p {
  margin: 0;

  color: var(--muted);

  font-size: 1.04rem;
}

.portfolio-copy a {
  margin-top: 24px;

  color: var(--green);

  font-weight: 850;

  text-decoration: none;
}


/* =========================================================
   PRICING
   ========================================================= */

.price-grid {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 18px;
}

.price-card {
  padding: 30px;

  border:
    1px solid var(--line);

  border-radius:
    var(--radius);

  background:
    var(--panel);

  box-shadow:
    var(--shadow);

  display: flex;
  flex-direction: column;
}

.price-card h2 {
  margin-bottom: 18px;

  font-size: 1.8rem;
}

.price-list {
  margin:
    0 0 16px;

  padding: 0;

  list-style: none;
}

.price-list li {
  display: flex;

  justify-content: space-between;

  gap: 20px;

  padding:
    13px 0;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.08);
}

.price-list li:first-child {
  border-top: 0;
}

.price-list .price {
  color: #e6f5dd;

  font-weight: 850;

  white-space: nowrap;
}

.price-action {
  margin-top: auto;

  padding-top: 10px;
}

.fine-print {
  margin-top: 24px;

  color: #9ca69e;

  font-size: 0.9rem;
}


/* =========================================================
   CONTACT
   ========================================================= */

.contact-page-grid {
  display: grid;

  grid-template-columns:
    0.72fr 1.28fr;

  gap: 44px;

  align-items: start;
}

.contact-side {
  position: sticky;

  top: 112px;
}

.contact-side h2 {
  font-size:
    clamp(
      2rem,
      4vw,
      3.2rem
    );
}

.steps {
  display: grid;

  gap: 22px;

  margin:
    26px 0 0;

  padding: 0;

  list-style: none;
}

.steps li {
  display: grid;

  grid-template-columns:
    42px 1fr;

  gap: 14px;
}

.steps li > span {
  width: 42px;
  height: 42px;

  display: grid;

  place-items: center;

  color: var(--green);

  border:
    1px solid
    rgba(168, 239, 121, 0.24);

  border-radius: 50%;

  background:
    rgba(10, 14, 11, 0.35);

  font-weight: 900;
}

.steps strong {
  font-size: 1.04rem;
}

.steps p {
  margin:
    4px 0 0;

  color: var(--muted);

  font-size: 0.94rem;
}

.contact-form {
  padding: 30px;

  border:
    1px solid var(--line);

  border-radius:
    var(--radius);

  background:
    var(--panel-strong);

  box-shadow:
    var(--shadow);
}

.form-grid {
  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 16px;
}

.field {
  display: flex;

  flex-direction: column;

  gap: 7px;
}

.field.full {
  grid-column:
    1 / -1;
}

.field label {
  color: #e1e5e0;

  font-size: 0.9rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;

  padding:
    13px 14px;

  color: white;

  border:
    1px solid
    rgba(255, 255, 255, 0.13);

  border-radius:
    12px;

  outline:
    none;

  background:
    rgba(0, 0, 0, 0.20);
}

.field textarea {
  min-height: 160px;

  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color:
    rgba(168, 239, 121, 0.58);

  box-shadow:
    0 0 0 3px
    rgba(168, 239, 121, 0.07);
}

option {
  background: #151c18;
}

.form-status {
  display: none;

  margin:
    0 0 18px;

  padding:
    13px 14px;

  border-radius:
    12px;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background:
    rgba(115, 204, 67, 0.13);

  border:
    1px solid
    rgba(168, 239, 121, 0.24);
}

.form-status.is-error {
  background:
    rgba(255, 112, 92, 0.10);

  border:
    1px solid
    rgba(255, 112, 92, 0.25);
}

.consent {
  display: flex;

  gap: 10px;

  align-items: flex-start;

  margin:
    18px 0;

  color: #aeb8af;

  font-size: 0.88rem;
}

.consent input {
  margin-top: 5px;
}

.form-note {
  margin:
    12px 0 0;

  color: #7f8b82;

  font-size: 0.82rem;
}

.honeypot {
  position: absolute !important;

  left: -10000px !important;

  width: 1px !important;
  height: 1px !important;

  overflow: hidden !important;
}


/* =========================================================
   WEBSITE CARE FEATURE
   ========================================================= */

.webcare-feature {
  padding-top: 20px;
}

.webcare-feature-card {
  position: relative;

  overflow: hidden;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(460px, 520px);

  gap: 42px;

  align-items: center;

  padding: 42px;

  border:
    1px solid
    rgba(168, 239, 121, 0.26);

  border-radius:
    26px;

  background:
    linear-gradient(
      145deg,
      rgba(168, 239, 121, 0.13),
      rgba(162, 156, 255, 0.08)
    ),
    rgba(14, 19, 16, 0.88);

  box-shadow:
    var(--shadow);

  backdrop-filter:
    blur(16px);
}

.webcare-feature-card::after {
  content: "";

  position: absolute;

  width: 260px;
  height: 260px;

  right: -90px;
  top: -110px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(168, 239, 121, 0.22),
      transparent 68%
    );

  pointer-events: none;
}

.webcare-feature-copy,
.webcare-price-card {
  position: relative;

  z-index: 1;
}

.webcare-feature-copy h2 {
  max-width: 650px;

  margin: 0;

  font-size:
    clamp(
      2.2rem,
      5vw,
      4rem
    );
}

.webcare-feature-copy > p {
  max-width: 680px;

  margin:
    16px 0 0;

  color: var(--muted);

  font-size: 1.08rem;
}

.webcare-mini-points {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 24px;
}

.webcare-mini-points span {
  padding:
    7px 11px;

  color: #edf5eb;

  border:
    1px solid
    rgba(255, 255, 255, 0.13);

  border-radius:
    999px;

  background:
    rgba(255, 255, 255, 0.055);

  font-size: 0.84rem;
  font-weight: 800;
}


/* WEBSITE CARE PRODUCT CARD */

.webcare-price-card {
  width: 100%;

  max-width: 520px;
  min-height: 780px;

  padding:
    22px 26px 24px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: space-between;

  border:
    1px solid
    rgba(168, 239, 121, 0.20);

  border-radius:
    24px;

  background:
    radial-gradient(
      circle at 78% 8%,
      rgba(168, 239, 121, 0.11),
      transparent 31%
    ),
    rgba(8, 11, 9, 0.66);

  box-shadow:
    0 22px 54px
    rgba(0, 0, 0, 0.24);
}


/* WEBSITE CARE PHONE */

.webcare-phone {
  position: relative;

  width:
    min(
      100%,
      400px
    );

  aspect-ratio:
    626 / 1096;

  margin:
    0 auto 20px;

  filter:
    drop-shadow(
      0 28px 42px
      rgba(0, 0, 0, 0.46)
    );
}

.webcare-phone-frame {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: contain;

  pointer-events: none;

  user-select: none;

  z-index: 1;
}

.webcare-phone-screen {
  position: absolute;

  top: 4.24%;
  left: 11.07%;

  width: 77.86%;
  height: 89.84%;

  overflow: hidden;

  border-radius: 42px;

  background: #edf2ef;

  z-index: 2;
}

.webcare-phone-notch {
  position: absolute;

  top: 4.24%;
  left: 50%;

  width: 34.35%;
  height: 3.8%;

  transform:
    translateX(-50%);

  border-radius:
    0 0 18px 18px;

  background:
    #050605;

  pointer-events:
    none;

  z-index: 3;
}


/* WEBSITE CARE CHAT */

.webcare-phone
.webcare-chat-demo {
  width: 100%;
  height: 100%;

  padding:
    0 14px 16px;

  display: flex;
  flex-direction: column;

  gap: 10px;

  color: #172019;

  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(168, 239, 121, 0.14),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #fafcfb,
      #edf2ef
    );

  text-align: left;
}

.webcare-phone
.webcare-chat-header {
  flex: 0 0 auto;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 9px;

  margin:
    0 -14px 4px;

  padding:
    25px 14px 11px;

  color: #152018;

  background:
    rgba(255, 255, 255, 0.92);

  border-bottom:
    1px solid
    rgba(17, 23, 19, 0.08);

  font-size: 0.78rem;
  font-weight: 850;
}

.webcare-phone
.webcare-chat-header::before {
  width: 8px;
  height: 8px;

  box-shadow:
    0 0 0 3px
    rgba(168, 239, 121, 0.10);
}

.webcare-phone
.webcare-chat-header
span:first-child {
  margin-right: auto;
}

.webcare-phone
.webcare-chat-bubble {
  flex: 0 0 auto;

  align-self: flex-start;

  width: fit-content;

  max-width: 90%;

  padding:
    11px 12px;

  color: #172019;

  border:
    1px solid
    rgba(17, 23, 19, 0.08);

  border-radius:
    16px 16px 16px 6px;

  background:
    rgba(255, 255, 255, 0.94);

  box-shadow:
    0 7px 16px
    rgba(0, 0, 0, 0.06);

  font-size: 0.82rem;
  line-height: 1.34;
}

.webcare-phone
.webcare-chat-bubble strong {
  margin-bottom: 3px;

  color: #60b934;

  font-size: 0.67rem;
}

.webcare-phone
.webcare-chat-bubble.tt {
  align-self: flex-end;

  color: #172113;

  border-color:
    rgba(115, 204, 67, 0.18);

  border-radius:
    16px 16px 6px 16px;

  background:
    linear-gradient(
      135deg,
      #a8ef79,
      #7fd64e
    );
}

.webcare-phone
.webcare-chat-bubble.tt strong {
  color:
    rgba(20, 32, 17, 0.68);
}

.webcare-phone
.webcare-chat-typing {
  align-self: flex-end;

  min-width: 50px;

  padding:
    10px 12px;
}


/* WEBSITE CARE PURCHASE */

.webcare-purchase {
  width: 100%;

  display: grid;

  gap: 9px;

  margin-top: auto;

  text-align: center;
}

.webcare-purchase-button {
  width: 100%;

  min-height: 58px;

  font-size: 1rem;
}

.webcare-purchase > small {
  color: var(--green);

  font-size: 0.78rem;
  font-weight: 850;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}
/* =========================================================
   WEBSITE CARE PAGE
   ========================================================= */

.webcare-hero {
  padding: 84px 0 78px;
}

.webcare-hero-inner {
  display: grid;

  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(340px, 440px);

  gap: clamp(32px, 4vw, 64px);

  align-items: center;
}


/* HERO COPY */

.hero-copy {
  position: relative;
  z-index: 2;

  max-width: 680px;
}

.hero-copy h1 {
  max-width: 760px;

  margin-bottom: 24px;

  font-size:
    clamp(
      3rem,
      6vw,
      5.5rem
    );
}

.hero-copy > p {
  max-width: 650px;

  margin: 0;

  color: var(--muted);

  font-size:
    clamp(
      1.08rem,
      1.7vw,
      1.26rem
    );
}


/* HERO ACTIONS */

.hero-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 32px;
}


/* =========================================================
   WEBSITE CARE SECTION HEADINGS
   ========================================================= */

.section-heading {
  max-width: 760px;

  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 16px;
}

.section-heading p {
  max-width: 700px;

  margin: 0;

  color: var(--muted);

  font-size: 1.08rem;
}


/* =========================================================
   EXPERIENCE CARD
   ========================================================= */

.experience-card {
  max-width: 780px;

  padding: 32px 34px;

  border:
    1px solid
    rgba(168, 239, 121, 0.18);

  border-radius:
    var(--radius);

  background:
    linear-gradient(
      135deg,
      rgba(168, 239, 121, 0.07),
      rgba(183, 107, 212, 0.045)
    ),
    var(--panel);

  box-shadow:
    var(--shadow);

  backdrop-filter:
    blur(10px);
}

.experience-card strong {
  display: block;

  margin-bottom: 9px;

  color: var(--green);

  font-size: 1.08rem;
  font-weight: 900;
}

.experience-card p {
  margin: 0;

  color: var(--muted);

  font-size: 1.03rem;
}


/* =========================================================
   WEBSITE CARE PRICE CARD REFINEMENT
   ========================================================= */

.webcare-hero .webcare-price-card {
  max-width: 440px;
  min-height: 720px;

  margin-inline: 0;

  justify-self: end;
}

.webcare-hero .webcare-phone {
  width:
    min(
      100%,
      350px
    );
}

.webcare-purchase-button {
  position: relative;

  overflow: visible;
}


/* =========================================================
   WEBSITE CARE RESPONSIVE
   ========================================================= */

@media (max-width: 820px) {

  .webcare-hero-inner {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .webcare-hero .hero-copy {
    max-width: 760px;
  }

  .webcare-hero .webcare-price-card {
    width: min(100%, 440px);
    max-width: 440px;
    min-height: auto;

    margin-inline: auto;

    justify-self: center;
  }

  .webcare-hero .webcare-phone {
    width:
      min(
        100%,
        340px
      );
  }

}


@media (max-width: 760px) {

  .webcare-hero {
    padding: 58px 0 62px;
  }

  .webcare-hero-inner {
    gap: 34px;
  }

  .hero-copy h1 {
    font-size:
      clamp(
        2.8rem,
        13vw,
        4.4rem
      );
  }

  .hero-actions {
    flex-direction: column;

    align-items: stretch;
  }

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

  .section-heading {
    margin-bottom: 26px;
  }

  .experience-card {
    padding: 26px 24px;
  }

}

/* =========================================================
   FOOTER
   ========================================================= */

.footer {
  padding:
    34px 0 44px;

  color: #919b93;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.07);

  font-size: 0.88rem;
}

.footer-inner {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;
}

.footer-links {
  display: flex;

  flex-wrap: wrap;

  gap: 18px;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: white;
}


/* =========================================================
   SITE NOTICE
   ========================================================= */

.site-notice {
  position: fixed;

  z-index: 1100;

  left: 50%;
  top: 94px;

  transform:
    translateX(-50%);

  width:
    min(
      680px,
      calc(100% - 28px)
    );

  padding:
    16px 48px 16px 18px;

  display: flex;

  align-items: baseline;

  gap: 12px;

  border:
    1px solid
    rgba(168, 239, 121, 0.30);

  border-radius:
    14px;

  background:
    #152117;

  box-shadow:
    0 18px 60px
    rgba(0, 0, 0, 0.35);
}

.site-notice strong {
  color: var(--green);
}

.site-notice span {
  color: #d8ddd8;
}

.site-notice button {
  position: absolute;

  right: 12px;
  top: 8px;

  border: 0;

  color: white;

  background: transparent;

  font-size: 1.5rem;

  cursor: pointer;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

  .webcare-feature-card {
    grid-template-columns: 1fr;
  }

  .webcare-feature-card .webcare-price-card {
    max-width: 520px;
    min-height: auto;

    margin-inline: auto;

    justify-self: center;
  }

  .webcare-feature-card .webcare-phone {
    width:
      min(
        100%,
        380px
      );
  }

}


/* =========================================================
   900PX
   ========================================================= */

@media (max-width: 900px) {

  .feature-grid {
    grid-template-columns:
      1fr 1fr;
  }

  .feature-grid
  .project-card:last-child {
    grid-column:
      1 / -1;
  }

  .split-simple,
  .detail-grid,
  .contact-page-grid {
    grid-template-columns:
      1fr;
  }

  .contact-side {
    position: static;
  }

  .portfolio-row,
  .portfolio-row:nth-child(even) {
    grid-template-columns:
      1fr;
  }

  .portfolio-row:nth-child(even)
  .portfolio-visual {
    order: 0;
  }

  .portfolio-visual {
    min-height: 280px;
  }

  .preview-pair {
    grid-template-columns:
      minmax(0, 1fr)
      132px;

    gap: 10px;

    inset: 12px;
  }

  .phone-screen iframe {
    transform:
      scale(0.292);
  }

  .cta-panel {
    align-items: flex-start;

    flex-direction: column;
  }

}


/* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

@media (max-width: 800px) {

  .site-nav {
    width: 100%;

    min-height: 72px;

    padding:
      0 20px;
  }

  .nav-logo img {
    width: 44px;
    height: 44px;
  }

  .nav-logo span {
    font-size: 0.86rem;
  }

  .nav-toggle {
    display: flex;
  }


  /* DROPDOWN */

  .nav-links {
    position: absolute;

    top: 100%;
    left: 0;
    right: 0;

    margin: 0;

    padding:
      10px 20px 24px;

    display: flex;

    flex-direction: column;

    align-items: stretch;

    gap: 0;

    background:
      rgba(7, 16, 11, 0.985);

    border-top:
      1px solid
      rgba(255, 255, 255, 0.06);

    border-bottom:
      1px solid
      rgba(255, 255, 255, 0.08);

    box-shadow:
      0 18px 40px
      rgba(0, 0, 0, 0.22);

    opacity: 0;

    visibility:
      hidden;

    transform:
      translateY(-8px);

    pointer-events:
      none;

    transition:
      opacity 200ms ease,
      transform 200ms ease,
      visibility 200ms ease;
  }
  
  .nav-links .nav-cta {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;

    font-size: 1rem;
  }
  
  .nav-links.active {
    opacity: 1;

    visibility:
      visible;

    transform:
      translateY(0);

    pointer-events:
      auto;
  }

  .nav-links a {
    width: 100%;

    padding:
      17px 4px;

    font-size:
      1rem;

    border-bottom:
      1px solid
      rgba(255, 255, 255, 0.07);
  }

  .nav-links a[aria-current="page"]:not(.nav-cta)::after {
    display: none;
  }

  .nav-links .nav-cta {
    margin-top: 16px;

    padding:
      16px 20px;

    text-align: center;

    border-bottom:
      0;
  }


  /* HAMBURGER → X */

  .nav-toggle.active
  span:nth-child(1) {
    transform:
      translateY(7px)
      rotate(45deg);
  }

  .nav-toggle.active
  span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active
  span:nth-child(3) {
    transform:
      translateY(-7px)
      rotate(-45deg);
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

  body {
    font-size: 17px;

    background-attachment:
      scroll,
      scroll;
  }

  .shell {
    width:
      min(
        var(--max),
        calc(100% - 28px)
      );
  }

  .hero,
  .page-hero {
    padding:
      74px 0 62px;
  }

  h1 {
    font-size:
      clamp(
        3rem,
        15vw,
        4.7rem
      );
  }

  .section {
    padding:
      62px 0;
  }


  /* GRIDS */

  .service-grid,
  .feature-grid,
  .price-grid {
    grid-template-columns:
      1fr;
  }

  .feature-grid
  .project-card:last-child {
    grid-column:
      auto;
  }


  /* SERVICE CARDS */

  .service-card {
    height: 220px;

    padding: 24px;
  }

  .service-card > div {
    padding-right: 42%;
  }

  .service-card h3 {
    margin-top: 26px;

    font-size: 1.5rem;
  }

  .service-card p {
    font-size: 0.94rem;
  }

  .service-icon {
  position: absolute;

  top: 50%;
  right: 1rem;

  z-index: 1;

  height: 88%;
  width: 38%;

  object-fit: contain;
  object-position: right center;

  opacity: 0.95;

  transform: translateY(-50%);
  transform-origin: center center;

  pointer-events: none;

  filter:
    drop-shadow(0 0 10px rgba(188, 239, 104, 0.18))
    drop-shadow(0 0 22px rgba(48, 0, 61, 0.20));

  transition:
    transform 650ms cubic-bezier(.2,.8,.2,1),
    opacity 350ms ease,
    filter 350ms ease;
}

  .service-card:hover
  .service-icon {
    transform:
      translateY(-50%)
      scale(1.18);
  }


  /* PREVIEW */

  .preview {
    height: 190px;
  }

  .portfolio-copy {
    padding: 28px;
  }

  .portfolio-visual {
    min-height: 240px;
  }

  .preview-pair {
    grid-template-columns:
      minmax(0, 1fr)
      108px;

    gap: 8px;

    inset: 10px;
  }

  .preview-toolbar {
    gap: 4px;

    padding:
      0 1px;
  }

  .preview-kind,
  .preview-toolbar-link {
    font-size:
      0.49rem;
  }

  .mobile-device {
    padding:
      7px 5px 5px;

    border-radius:
      18px;
  }

  .phone-screen {
    border-radius:
      13px;
  }

  .phone-screen iframe {
    transform:
      scale(0.238);
  }


  /* FORM */

  .form-grid {
    grid-template-columns:
      1fr;
  }

  .field.full {
    grid-column:
      auto;
  }

  .contact-form {
    padding: 22px;
  }


  /* WEBSITE CARE */

  .webcare-feature-card {
    padding:
      30px 22px;
  }

  .webcare-feature-card .webcare-price-card,
  .webcare-hero .webcare-price-card {
    padding: 18px;
  }

  .webcare-feature-card .webcare-phone,
  .webcare-hero .webcare-phone {
    width:
      min(
        100%,
        310px
      );
  }

  .webcare-feature-card .webcare-phone-screen,
  .webcare-hero .webcare-phone-screen {
    border-radius:
      34px;
  }


  /* FOOTER */

  .footer-inner {
    align-items:
      flex-start;

    flex-direction:
      column;
  }

  .footer-links {
    gap: 12px;
  }


  /* NOTICE */

  .site-notice {
    top: 86px;

    display: block;
  }

  .site-notice strong {
    display: block;

    margin-bottom: 4px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 520px) {

  .service-card {
    height: 210px;
  }

  .service-card > div {
    padding-right: 40%;
  }

  .service-icon {
    right: 0.35rem;

    height: 88%;

    max-width: 44%;
  }

  .service-card h3 {
    font-size: 1.38rem;
  }

  .service-card p {
    font-size: 0.88rem;

    line-height: 1.45;
  }

  .service-card .arrow {
    margin-top: 14px;
  }

}


/* =========================================================
   EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

  .site-nav {
    padding:
      0 16px;
  }

  .nav-logo span {
    display: none;
  }

  .webcare-feature-card .webcare-phone,
  .webcare-hero .webcare-phone {
    width:
      min(
        100%,
        280px
      );
  }

  .webcare-phone
  .webcare-chat-bubble {
    font-size:
      0.72rem;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  * {
    scroll-behavior:
      auto !important;

    transition:
      none !important;
  }

}