/*
Theme Name: OrraWeb Form Note Removed
Theme URI: https://orraweb.co.uk
Author: OrraWeb
Description: Premium OrraWeb landing page theme with fixed scroll, top spacing and logo.
Version: 1.7
Text Domain: orraweb
*/

:root {
  --blue: #1558ff;
  --blue-dark: #0d46dc;
  --navy: #09101f;
  --ink: #080c17;
  --white: #ffffff;
  --muted: #657086;
  --line: rgba(8, 12, 23, 0.12);
  --radius: 34px;
}

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

html {
  margin-top: 0 !important;
  padding-top: 0 !important;
  scroll-behavior: smooth;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  margin-top: 0 !important;
  padding-top: 0 !important;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: var(--ink);
  overflow-x: hidden;
  overflow-y: auto;
}

body.admin-bar .nav-wrap,
.nav-wrap {
  top: 0 !important;
}

#wpadminbar {
  position: fixed !important;
}

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

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

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.035;
  background-image:
    radial-gradient(circle at 20% 20%, #000 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, #000 0 1px, transparent 1px);
  background-size: 34px 34px;
}

.page {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  background:
    radial-gradient(circle at 74% 0%, rgba(21, 88, 255, 0.22), transparent 30%),
    radial-gradient(circle at 8% 18%, rgba(21, 88, 255, 0.10), transparent 22%),
    #ffffff;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
  animation: floatOrb 8s ease-in-out infinite alternate;
}

.orb-one {
  width: 540px;
  height: 540px;
  background: rgba(21, 88, 255, 0.24);
  right: -180px;
  top: 100px;
}

.orb-two {
  width: 420px;
  height: 420px;
  background: rgba(21, 88, 255, 0.14);
  left: -200px;
  top: 520px;
  animation-delay: 1.5s;
}

.orb-three {
  width: 500px;
  height: 500px;
  background: rgba(21, 88, 255, 0.12);
  right: -220px;
  top: 1560px;
  animation-delay: 3s;
}

@keyframes floatOrb {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(38px) scale(1.08); }
}

.container {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.nav-wrap {
  position: sticky;
  z-index: 100;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(8, 12, 23, 0.06);
}

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
}

.brand img {
  width: 250px;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 850;
  color: #172033;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  transition: 0.25s ease;
}

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

.nav-btn {
  background: var(--blue);
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(21, 88, 255, 0.30);
  transition: 0.25s ease;
}

.nav-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(21, 88, 255, 0.38);
}

.hero {
  min-height: auto;
  padding: 96px 0 106px;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 86px;
  align-items: center;
}

.hero-left {
  position: relative;
  z-index: 3;
  max-width: 780px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid rgba(21, 88, 255, 0.22);
  background: rgba(255, 255, 255, 0.86);
  color: var(--blue);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 38px rgba(8, 12, 23, 0.06);
  margin-bottom: 26px;
}

.badge span {
  width: 10px;
  height: 10px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(21, 88, 255, 0.12);
}

h1 {
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.095em;
  max-width: 850px;
  margin-bottom: 28px;
}

.blue-text {
  color: var(--blue);
  position: relative;
  display: inline-block;
}

.blue-text::after {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 9px;
  height: 18px;
  background: rgba(21, 88, 255, 0.13);
  z-index: -1;
  border-radius: 999px;
}

.hero-copy {
  max-width: 680px;
  font-size: 19px;
  line-height: 1.68;
  color: #566174;
  margin-bottom: 30px;
}

.quick-form {
  max-width: 690px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  background: #ffffff;
  border: 1px solid rgba(8, 12, 23, 0.10);
  border-radius: 999px;
  padding: 8px;
  box-shadow: 0 24px 80px rgba(8, 12, 23, 0.12);
  margin-bottom: 22px;
}

.quick-form input {
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 20px;
  font-size: 15px;
  color: var(--ink);
}

.quick-form button,
.btn {
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #ffffff;
  border-radius: 999px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 16px 42px rgba(21, 88, 255, 0.32);
  transition: 0.25s ease;
}

.quick-form button:hover,
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(21, 88, 255, 0.40);
}

.btn-dark {
  background: var(--ink);
  box-shadow: none;
}

.btn-dark:hover {
  background: #000000;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.hero-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 690px;
}

.proof {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(8, 12, 23, 0.09);
  box-shadow: 0 15px 40px rgba(8, 12, 23, 0.055);
  backdrop-filter: blur(14px);
}

.proof strong {
  display: block;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.075em;
  margin-bottom: 5px;
}

.proof p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}

.hero-right {
  position: relative;
  min-height: 650px;
  perspective: 1200px;
}

.device-wrap {
  position: absolute;
  right: 0;
  top: 18px;
  width: 92%;
  transform: rotateY(-7deg) rotateX(4deg) rotateZ(1.2deg);
  transform-style: preserve-3d;
  animation: deviceFloat 5.5s ease-in-out infinite alternate;
}

@keyframes deviceFloat {
  from { transform: rotateY(-7deg) rotateX(4deg) rotateZ(1.2deg) translateY(0); }
  to { transform: rotateY(-5deg) rotateX(5deg) rotateZ(0deg) translateY(22px); }
}

.device-shell {
  background: var(--ink);
  border-radius: 42px;
  padding: 17px;
  box-shadow: 0 70px 140px rgba(8, 12, 23, 0.26), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.device {
  min-height: 565px;
  background: #ffffff;
  border-radius: 29px;
  overflow: hidden;
}

.device-top {
  height: 54px;
  background: #edf2fb;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 19px;
}

.device-top i {
  width: 11px;
  height: 11px;
  background: #b9c4d5;
  border-radius: 50%;
}

.device-body {
  padding: 30px;
  min-height: 510px;
  background:
    linear-gradient(135deg, rgba(21, 88, 255, 0.05), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 82% 12%, rgba(21, 88, 255, 0.14), transparent 25%),
    #ffffff;
}

.device-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.device-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.device-logo {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue) 0 45%, transparent 45%), var(--ink);
  box-shadow: 0 12px 26px rgba(21, 88, 255, 0.20);
}

.device-cta {
  width: 126px;
  height: 37px;
  background: var(--blue);
  border-radius: 999px;
}

.skeleton-title {
  width: 86%;
  height: 28px;
  border-radius: 999px;
  background: var(--ink);
  margin-bottom: 13px;
}

.skeleton-title.small {
  width: 63%;
}

.skeleton-copy {
  width: 78%;
  height: 12px;
  border-radius: 999px;
  background: #d8e0ed;
  margin-top: 23px;
}

.skeleton-copy.two {
  width: 56%;
  margin-top: 10px;
}

.device-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}

.device-card {
  min-height: 156px;
  background: #f0f4fb;
  border-radius: 24px;
  padding: 19px;
  overflow: hidden;
  position: relative;
}

.device-card.blue {
  background: var(--blue);
  box-shadow: 0 20px 50px rgba(21, 88, 255, 0.26);
}

.device-card div {
  height: 11px;
  border-radius: 999px;
  background: rgba(8, 12, 23, 0.14);
  margin-bottom: 11px;
}

.device-card.blue div {
  background: rgba(255, 255, 255, 0.36);
}

.floating-card {
  position: absolute;
  background: #ffffff;
  border: 1px solid rgba(8, 12, 23, 0.09);
  box-shadow: 0 28px 80px rgba(8, 12, 23, 0.16);
  border-radius: 24px;
  z-index: 6;
  animation: floatCard 5s ease-in-out infinite alternate;
}

@keyframes floatCard {
  from { transform: translateY(0); }
  to { transform: translateY(-18px); }
}

.float-preview {
  left: -15px;
  bottom: 150px;
  width: 250px;
  padding: 20px;
}

.float-preview strong {
  display: block;
  color: var(--blue);
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.075em;
  margin-bottom: 7px;
}

.float-preview p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 750;
}

.float-score {
  right: 24px;
  bottom: 40px;
  width: 185px;
  padding: 18px;
  animation-delay: 1s;
}

.score-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: conic-gradient(var(--blue) 0 82%, #e7ebf4 82% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
}

.score-circle::after {
  content: "";
  width: 39px;
  height: 39px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}

.score-circle span {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 950;
  color: var(--ink);
}

.float-score strong {
  font-size: 17px;
  letter-spacing: -0.04em;
}

.float-score p {
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
  font-weight: 750;
}

.section {
  padding: 104px 0;
  position: relative;
  z-index: 2;
}

.section-title {
  max-width: 860px;
  margin-bottom: 48px;
}

.section-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title small {
  display: inline-block;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 950;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title h2 {
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.085em;
  margin-bottom: 18px;
}

.section-title p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.dark-section {
  background: radial-gradient(circle at 12% 18%, rgba(21, 88, 255, 0.24), transparent 27%), radial-gradient(circle at 92% 82%, rgba(21, 88, 255, 0.17), transparent 27%), var(--navy);
  color: #ffffff;
}

.dark-section .section-title p {
  color: #abb7ca;
}

.service-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  padding: 34px;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  transition: 0.28s ease;
}

.service:hover {
  transform: translateY(-9px);
  background: rgba(255, 255, 255, 0.11);
}

.service::after {
  content: attr(data-number);
  position: absolute;
  right: -8px;
  bottom: -42px;
  font-size: 150px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.12em;
  color: rgba(255, 255, 255, 0.045);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: var(--blue);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  margin-bottom: 25px;
  box-shadow: 0 18px 48px rgba(21, 88, 255, 0.32);
}

.service h3 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.service p {
  color: #abb7ca;
  line-height: 1.72;
  position: relative;
  z-index: 2;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.statement-card {
  background: #ffffff;
  border: 1px solid rgba(8, 12, 23, 0.10);
  border-radius: 36px;
  padding: 40px;
  box-shadow: 0 24px 80px rgba(8, 12, 23, 0.08);
  position: relative;
  overflow: hidden;
}

.statement-card.blue {
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 32px 90px rgba(21, 88, 255, 0.25);
}

.statement-card h3 {
  font-size: 44px;
  line-height: 0.98;
  letter-spacing: -0.075em;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.checks {
  display: grid;
  gap: 15px;
  position: relative;
  z-index: 2;
}

.check {
  display: flex;
  gap: 12px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 650;
}

.statement-card.blue .check {
  color: rgba(255, 255, 255, 0.84);
}

.check span {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 88, 255, 0.12);
  color: var(--blue);
  font-weight: 950;
  font-size: 13px;
}

.statement-card.blue .check span {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.showcase {
  padding: 46px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(21, 88, 255, 0.10), rgba(255, 255, 255, 0)), #f6f8ff;
  border: 1px solid rgba(8, 12, 23, 0.08);
  overflow: hidden;
  position: relative;
}

.showcase-grid,
.industries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.showcase-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mini-site {
  background: #ffffff;
  border-radius: 26px;
  padding: 18px;
  min-height: 280px;
  border: 1px solid rgba(8, 12, 23, 0.08);
  box-shadow: 0 22px 60px rgba(8, 12, 23, 0.08);
  transition: 0.28s ease;
}

.mini-site:nth-child(2) {
  transform: translateY(28px);
}

.mini-site:hover {
  transform: translateY(-8px);
}

.mini-site:nth-child(2):hover {
  transform: translateY(16px);
}

.mini-top {
  height: 34px;
  background: #eef3fb;
  border-radius: 14px;
  margin-bottom: 18px;
}

.mini-dark {
  height: 18px;
  border-radius: 999px;
  background: var(--ink);
  margin-bottom: 9px;
}

.mini-dark.short {
  width: 66%;
}

.mini-light {
  height: 9px;
  border-radius: 999px;
  background: #dae2ef;
  width: 82%;
  margin-top: 18px;
}

.mini-light.two {
  width: 58%;
  margin-top: 8px;
}

.mini-blue {
  height: 100px;
  margin-top: 26px;
  border-radius: 20px;
  background: var(--blue);
  box-shadow: 0 16px 38px rgba(21, 88, 255, 0.20);
}

.industry {
  min-height: 124px;
  background: #ffffff;
  border: 1px solid rgba(8, 12, 23, 0.09);
  border-radius: 24px;
  padding: 23px;
  box-shadow: 0 16px 46px rgba(8, 12, 23, 0.05);
  transition: 0.26s ease;
}

.industry:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(8, 12, 23, 0.09);
  border-color: rgba(21, 88, 255, 0.22);
}

.industry strong {
  display: block;
  font-size: 18px;
  letter-spacing: -0.045em;
  margin-bottom: 8px;
}

.industry span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.guarantees {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.guarantee {
  border-radius: 36px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  position: relative;
  overflow: hidden;
}

.guarantee.highlight {
  background: var(--blue);
  box-shadow: 0 34px 90px rgba(21, 88, 255, 0.26);
}

.guarantee strong {
  display: block;
  font-size: 68px;
  line-height: 0.88;
  letter-spacing: -0.085em;
  margin-bottom: 18px;
}

.guarantee h3 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 14px;
}

.guarantee p {
  color: #abb7ca;
  line-height: 1.72;
}

.guarantee.highlight p {
  color: rgba(255, 255, 255, 0.84);
}

.process-card {
  min-height: 275px;
  background: #ffffff;
  border: 1px solid rgba(8, 12, 23, 0.09);
  border-radius: 36px;
  padding: 34px;
  box-shadow: 0 18px 55px rgba(8, 12, 23, 0.06);
  position: relative;
  overflow: hidden;
}

.step {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: var(--blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  margin-bottom: 24px;
  box-shadow: 0 18px 46px rgba(21, 88, 255, 0.28);
}

.process-card h3 {
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 13px;
}

.process-card p {
  color: var(--muted);
  line-height: 1.72;
}

.contact {
  background: linear-gradient(135deg, rgba(21, 88, 255, 0.09), rgba(255, 255, 255, 0)), #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 30px;
  align-items: start;
}

.contact-copy {
  background: radial-gradient(circle at 18% 8%, rgba(21, 88, 255, 0.28), transparent 30%), var(--navy);
  color: #ffffff;
  border-radius: 40px;
  padding: 42px;
  position: sticky;
  top: 112px;
  overflow: hidden;
}

.contact-copy h2 {
  font-size: clamp(44px, 5.5vw, 74px);
  line-height: 0.91;
  letter-spacing: -0.09em;
  margin-bottom: 22px;
}

.contact-copy p {
  color: #abb7ca;
  line-height: 1.72;
  font-size: 17px;
  margin-bottom: 28px;
}

.contact-points {
  display: grid;
  gap: 12px;
}

.contact-points div {
  padding: 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #eef4ff;
  font-weight: 800;
}

.form-card {
  background: #ffffff;
  border: 1px solid rgba(8, 12, 23, 0.09);
  border-radius: 40px;
  padding: 36px;
  box-shadow: 0 34px 100px rgba(8, 12, 23, 0.13);
}

.form-card h3 {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.075em;
  margin-bottom: 10px;
}

.form-card > p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 26px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  margin-bottom: 15px;
}

.field label {
  display: block;
  font-size: 13px;
  font-weight: 950;
  color: #182033;
  margin-bottom: 8px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #dce4ef;
  background: #f7f9fe;
  border-radius: 16px;
  padding: 15px;
  font-size: 15px;
  font-family: inherit;
  color: #111827;
  outline: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(21, 88, 255, 0.10);
}

textarea {
  min-height: 145px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  background: var(--blue);
  color: #ffffff;
  border-radius: 999px;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 18px 48px rgba(21, 88, 255, 0.30);
  transition: 0.25s ease;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 65px rgba(21, 88, 255, 0.38);
}

.form-note {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 14px;
}

footer {
  background: var(--navy);
  color: #abb7ca;
  padding: 31px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: 0.85s cubic-bezier(.2,.7,.2,1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

html,
body,
.page {
  height: auto !important;
  max-height: none !important;
  overflow-y: auto !important;
}

@media (max-width: 1020px) {
  .nav-links { display: none; }

  .hero { padding: 64px 0 78px; }

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

  .hero-left { max-width: 100%; }

  .hero-right { min-height: 590px; }

  .device-wrap {
    left: 0;
    right: auto;
    width: 100%;
  }

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

  .industries,
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-copy {
    position: relative;
    top: auto;
  }
}

@media (max-width: 660px) {
  .nav { min-height: 74px; }

  .nav-btn { display: none; }

  .brand img {
    width: 190px;
    max-height: 54px;
  }

  h1 {
    font-size: 52px;
    line-height: 0.95;
  }

  .hero-copy { font-size: 17px; }

  .quick-form {
    grid-template-columns: 1fr;
    border-radius: 25px;
  }

  .quick-form input {
    padding: 16px 14px;
  }

  .quick-form button,
  .btn {
    width: 100%;
  }

  .proof-strip,
  .device-cards,
  .industries,
  .showcase-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-right { min-height: auto; }

  .device-wrap {
    position: relative;
    top: auto;
    width: 100%;
    transform: none;
    animation: none;
  }

  .device-shell {
    border-radius: 28px;
    padding: 10px;
  }

  .device { min-height: 440px; }

  .device-body { padding: 20px; }

  .floating-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
    animation: none;
  }

  .float-score { display: none; }

  .section { padding: 72px 0; }

  .section-title h2 { font-size: 43px; }

  .statement-card,
  .service,
  .guarantee,
  .process-card,
  .contact-copy,
  .form-card,
  .showcase {
    padding: 25px;
    border-radius: 28px;
  }

  .statement-card h3 { font-size: 36px; }

  .guarantee strong { font-size: 52px; }
}



/* =========================================================
   MOBILE ONLY OVERRIDES
   Desktop remains the same. Everything below only affects
   tablet/mobile screen sizes.
   ========================================================= */

/* Tablet and small laptop adjustment only */
@media (max-width: 1020px) {
  .container {
    width: min(100% - 32px, 760px);
  }

  .nav {
    min-height: 76px;
  }

  .brand img {
    width: 210px;
    max-height: 58px;
  }

  .nav-links {
    display: none !important;
  }

  .hero {
    padding: 54px 0 74px;
  }

  .hero-grid,
  .split,
  .contact-grid,
  .guarantees {
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  .hero-left {
    max-width: 100%;
  }

  .hero-right {
    min-height: auto;
    margin-top: 18px;
  }

  .device-wrap {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
    animation: none;
  }

  .device-shell {
    border-radius: 32px;
    padding: 12px;
  }

  .device {
    min-height: auto;
    border-radius: 24px;
  }

  .device-body {
    min-height: auto;
  }

  .floating-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 14px;
    animation: none;
  }

  .float-score {
    display: none;
  }

  .service-grid,
  .process-grid {
    grid-template-columns: 1fr !important;
  }

  .industries,
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .mini-site:nth-child(2) {
    transform: none;
  }

  .contact-copy {
    position: relative;
    top: auto;
  }
}

/* Phone only. Desktop/web will not be touched. */
@media (max-width: 660px) {
  body {
    background: #ffffff;
  }

  .grain {
    opacity: 0.025;
  }

  .orb {
    filter: blur(60px);
  }

  .orb-one {
    width: 320px;
    height: 320px;
    right: -160px;
    top: 70px;
  }

  .orb-two,
  .orb-three {
    display: none;
  }

  .container {
    width: min(100% - 28px, 520px);
  }

  .nav-wrap {
    background: rgba(255, 255, 255, 0.94);
  }

  .nav {
    min-height: 70px;
    gap: 12px;
  }

  .brand img {
    width: 160px;
    max-height: 46px;
  }

  .nav-btn,
  .nav-links {
    display: none !important;
  }

  .hero {
    padding: 38px 0 54px;
  }

  .badge {
    font-size: 12px;
    line-height: 1.2;
    padding: 9px 12px;
    margin-bottom: 18px;
    max-width: 100%;
  }

  h1 {
    font-size: clamp(44px, 14vw, 58px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.075em !important;
    margin-bottom: 20px;
  }

  .blue-text::after {
    height: 10px;
    bottom: 5px;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.62;
    margin-bottom: 22px;
  }

  .quick-form {
    grid-template-columns: 1fr !important;
    border-radius: 24px;
    padding: 8px;
    margin-bottom: 16px;
  }

  .quick-form input {
    min-height: 48px;
    padding: 0 14px;
    font-size: 14px;
  }

  .quick-form button,
  .btn {
    width: 100%;
    min-height: 50px;
    padding: 14px 18px;
    font-size: 14px;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 18px;
  }

  .proof-strip {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .proof {
    padding: 14px 16px;
    border-radius: 18px;
  }

  .proof strong {
    font-size: 24px;
  }

  .proof p {
    font-size: 12px;
  }

  .hero-right {
    margin-top: 28px;
  }

  .device-shell {
    border-radius: 26px;
    padding: 9px;
    box-shadow: 0 28px 70px rgba(8, 12, 23, 0.18);
  }

  .device {
    border-radius: 20px;
  }

  .device-top {
    height: 42px;
    padding: 0 14px;
  }

  .device-top i {
    width: 9px;
    height: 9px;
  }

  .device-body {
    padding: 18px;
  }

  .device-nav {
    margin-bottom: 26px;
  }

  .device-brand {
    font-size: 13px;
  }

  .device-logo {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .device-cta {
    width: 84px;
    height: 30px;
  }

  .skeleton-title {
    height: 20px;
    margin-bottom: 9px;
  }

  .skeleton-copy {
    height: 9px;
    margin-top: 16px;
  }

  .device-cards {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px;
    margin-top: 24px;
  }

  .device-card {
    min-height: 110px;
    border-radius: 18px;
    padding: 13px;
  }

  .device-card div {
    height: 8px;
    margin-bottom: 8px;
  }

  .float-preview {
    display: none;
  }

  .section {
    padding: 58px 0;
  }

  .section-title {
    margin-bottom: 28px;
  }

  .section-title small {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .section-title h2 {
    font-size: clamp(36px, 11vw, 46px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.07em !important;
    margin-bottom: 14px;
  }

  .section-title p {
    font-size: 15px;
    line-height: 1.65;
  }

  .service,
  .statement-card,
  .guarantee,
  .process-card,
  .contact-copy,
  .form-card,
  .showcase {
    padding: 22px !important;
    border-radius: 24px !important;
  }

  .service {
    min-height: auto;
  }

  .service::after {
    font-size: 105px;
    bottom: -28px;
  }

  .service-icon,
  .step {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }

  .service h3,
  .process-card h3 {
    font-size: 25px;
    line-height: 1.05;
  }

  .service p,
  .process-card p,
  .guarantee p,
  .statement-card p {
    font-size: 15px;
    line-height: 1.62;
  }

  .statement-card h3 {
    font-size: clamp(32px, 9vw, 40px) !important;
    line-height: 1 !important;
    letter-spacing: -0.07em !important;
  }

  .split {
    gap: 18px !important;
  }

  .checks {
    gap: 12px;
  }

  .check {
    gap: 10px;
  }

  .check span {
    flex-basis: 25px;
    width: 25px;
    height: 25px;
  }

  .showcase {
    padding-bottom: 22px !important;
  }

  .showcase-grid {
    grid-template-columns: 1fr !important;
  }

  .mini-site {
    min-height: 210px;
    border-radius: 22px;
  }

  .mini-blue {
    height: 72px;
  }

  .industries {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .industry {
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
  }

  .guarantees {
    gap: 14px;
  }

  .guarantee strong {
    font-size: 44px;
  }

  .guarantee h3 {
    font-size: 25px;
    line-height: 1.05;
  }

  .process-grid {
    gap: 14px;
  }

  .process-card {
    min-height: auto;
  }

  .contact-grid {
    gap: 18px !important;
  }

  .contact-copy h2 {
    font-size: clamp(38px, 12vw, 50px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.08em !important;
  }

  .contact-copy p {
    font-size: 15px;
    line-height: 1.62;
  }

  .contact-points {
    gap: 9px;
  }

  .contact-points div {
    padding: 13px;
    border-radius: 15px;
    font-size: 14px;
  }

  .form-card h3 {
    font-size: 34px;
  }

  .form-card > p {
    font-size: 15px;
  }

  .form-row {
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  .field {
    margin-bottom: 13px;
  }

  .field input,
  .field select,
  .field textarea {
    border-radius: 14px;
    padding: 14px;
    font-size: 14px;
  }

  .submit-btn {
    min-height: 52px;
    font-size: 15px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    font-size: 13px;
  }
}



/* =========================================================
   MOBILE HEADER BAR FIX
   Keeps desktop the same, restores a proper mobile header.
   ========================================================= */

@media (max-width: 660px) {
  .nav-wrap {
    position: sticky;
    top: 0 !important;
    z-index: 9999;
    background: rgba(255,255,255,0.96) !important;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(8,12,23,0.08);
  }

  .nav {
    min-height: 76px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand img {
    width: 150px !important;
    max-height: 48px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  .nav-links {
    display: none !important;
  }

  .nav-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto;
    padding: 12px 15px !important;
    min-height: 44px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    box-shadow: 0 12px 28px rgba(21, 88, 255, 0.26) !important;
  }

  .hero {
    padding-top: 34px !important;
  }
}

@media (max-width: 390px) {
  .brand img {
    width: 132px !important;
  }

  .nav-btn {
    font-size: 12px !important;
    padding: 11px 12px !important;
  }
}
