
:root {
  --bg: #f6f9ff;
  --white: #ffffff;
  --text: #0f172a;
  --muted: #5b6475;
  --line: #dfe7f3;
  --blue: #2563eb;
  --blue-dark: #123a9b;
  --blue-soft: #eaf2ff;
  --cyan: #20c7d9;
  --green: #14b86a;
  --danger: #e25a5a;
  --shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  --radius: 20px;
  --container: 1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
img{max-width:100%}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
.section{padding:76px 0}
.alt{background:var(--bg)}
.section-title{text-align:center;font-size:clamp(2rem,4vw,3rem);margin:0 0 14px}
.section-lead{text-align:center;max-width:760px;margin:0 auto 40px;color:var(--muted);font-size:1.08rem}
.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #eef2f8}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:24px}
.logo{display:flex;align-items:center;gap:10px;font-size:1.55rem;font-weight:800;color:var(--blue-dark);white-space:nowrap}
.logo-icon{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue);font-size:1.3rem}
.menu{display:flex;align-items:center;gap:22px;color:#334155;font-weight:650;font-size:.95rem}
.menu a{padding:10px 0;position:relative}
.menu a.active,.menu a:hover{color:var(--blue)}
.menu a.active:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--blue);border-radius:3px}
.mobile-toggle{display:none;border:0;background:none;font-size:1.7rem}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:12px;font-weight:750;transition:.2s ease;border:0;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),#2f80ff);color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.22)}
.btn-secondary{border:1px solid #bcd0f7;background:#fff;color:var(--blue-dark)}
.btn-light{background:#fff;color:var(--blue-dark)}
.hero{padding:82px 0 62px;background:radial-gradient(circle at top right,#e9f2ff 0%,#f8fbff 35%,#fff 70%)}
.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:42px;align-items:center}
.hero-copy h1{font-size:clamp(2.7rem,5vw,4.8rem);line-height:1.05;margin:0 0 22px;letter-spacing:-.04em}
.hero-copy h1 span{color:var(--blue)}
.hero-copy p{font-size:1.15rem;color:var(--muted);max-width:690px;margin:0 0 28px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.hero-visual,.visual-card{display:flex;justify-content:center}
.dashboard-card,.visual-card{width:100%;background:rgba(255,255,255,.96);border:1px solid #e8eef8;border-radius:28px;box-shadow:var(--shadow);padding:22px}
.dash-main{display:grid;grid-template-columns:1fr 1fr 1fr .9fr;gap:16px;align-items:stretch}
.panel{background:#fbfdff;border:1px solid #e6edf7;border-radius:18px;padding:18px}
.panel h4,.status-card small{display:block;color:#5c6b82;font-size:.78rem;letter-spacing:.06em;margin-bottom:12px;font-weight:800}
.big-icon{font-size:3rem;margin:8px 0 10px;color:var(--blue)}
.cloud-panel ul,.compare-column ul,.footer ul,.clean-list{list-style:none;padding:0;margin:0}
.cloud-panel li{padding:7px 0;color:#475569;border-bottom:1px solid #edf2f8}
.sync-panel{display:flex;flex-direction:column;align-items:center;justify-content:center}
.sync-ring{width:150px;height:150px;border:3px dashed #7fb1ff;border-radius:50%;display:grid;place-items:center;position:relative}
.sync-ring:before,.sync-ring:after{content:"";position:absolute;width:10px;height:10px;background:var(--blue);border-radius:50%}
.sync-ring:before{top:18px;right:26px}.sync-ring:after{bottom:18px;left:26px}
.sync-center{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--blue),#4d93ff);color:#fff;font-size:1.6rem}
.server-stack{margin:12px 0 20px}.server-stack div{height:34px;background:linear-gradient(135deg,#173d93,#295dcc);border-radius:10px;margin-bottom:10px}
.appliance{background:linear-gradient(135deg,#dbe9ff,#edf5ff);border:1px solid #c8dbfb;color:var(--blue-dark);padding:12px;border-radius:12px;font-weight:700;font-size:.95rem;text-align:center}
.status-column{display:flex;flex-direction:column;gap:14px}.status-card{background:#fbfdff;border:1px solid #e6edf7;border-radius:18px;padding:16px}
.status-card strong{display:block}.status-card p{margin:8px 0 0;font-size:.85rem;color:var(--muted)}.days{font-size:2.3rem;line-height:1;font-weight:900;color:var(--blue)}
.dash-footer{display:flex;justify-content:space-around;gap:10px;margin-top:18px;padding-top:14px;border-top:1px solid #ecf1f8;color:#53627a;font-weight:600;flex-wrap:wrap}
.value-strip{padding:26px 0;border-top:1px solid #eef3fa;border-bottom:1px solid #eef3fa}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.value-item{display:flex;gap:14px;align-items:flex-start}
.value-item h3{font-size:1.08rem;margin:0 0 6px}.value-item p{margin:0;color:var(--muted);font-size:.95rem}
.value-icon{min-width:42px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--blue-soft);color:var(--blue);font-weight:800}
.card-grid{display:grid;gap:22px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card-grid.two{grid-template-columns:repeat(2,1fr)}
.info-card,.step-card,.resource-card,.industry-card,.pricing-card,.stat-card{background:#fff;border:1px solid #e7edf6;border-radius:20px;padding:28px;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.card-icon{font-size:2rem;margin-bottom:14px}.info-card h3,.step-card h3,.resource-card h3,.industry-card h3{margin:0 0 10px;font-size:1.24rem}
.info-card p,.step-card p,.resource-card p,.industry-card p,.footer p,.muted{margin:0;color:var(--muted)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step-number{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-weight:800;margin-bottom:14px}
.comparison-grid{display:grid;grid-template-columns:.95fr 1.2fr;gap:34px;align-items:center}.comparison-copy h2{margin-top:0;font-size:2.3rem}
.check-list{list-style:none;padding:0;margin:20px 0 24px}.check-list li{position:relative;padding-left:30px;margin-bottom:12px;color:#334155;font-weight:600}.check-list li:before{content:"✔";position:absolute;left:0;color:var(--blue)}
.comparison-box{position:relative;display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:stretch}.compare-column{background:#fff;border:1px solid #e7edf6;border-radius:20px;overflow:hidden}.compare-column h3{margin:0;padding:16px 18px;color:#fff}.cloud-only h3{background:#6b7280}.hybracloud h3{background:var(--blue)}
.compare-column ul{padding:18px}.compare-column li{padding:12px 0 12px 26px;border-bottom:1px solid #edf2f8;position:relative;color:#475569}.cloud-only li:before{content:"✖";position:absolute;left:0;color:var(--danger)}.hybracloud li:before{content:"✔";position:absolute;left:0;color:var(--green)}
.vs-badge{align-self:center;width:58px;height:58px;border-radius:50%;background:#fff;border:1px solid #dbe5f1;display:grid;place-items:center;font-weight:900;color:var(--blue-dark)}
.page-hero{padding:76px 0 54px;background:linear-gradient(180deg,#f4f8ff,#fff)}.page-hero .container{max-width:900px;text-align:center}.eyebrow{display:inline-block;color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;margin-bottom:12px}
.page-hero h1{font-size:clamp(2.5rem,5vw,4.3rem);line-height:1.08;margin:0 0 18px}.page-hero p{font-size:1.15rem;color:var(--muted);margin:0 auto;max-width:760px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.split h2{font-size:2.3rem;margin-top:0}.pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--blue-soft);color:var(--blue-dark);font-weight:700;font-size:.9rem}
.timeline{display:grid;gap:20px}.timeline-item{display:grid;grid-template-columns:auto 1fr;gap:18px}.timeline-marker{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:white;font-weight:800}.timeline-item h3{margin:0 0 4px}
.diagram{min-height:360px;display:grid;place-items:center;position:relative;overflow:hidden}.diagram .node{padding:18px 22px;border-radius:18px;background:#fff;border:1px solid #dfe8f6;box-shadow:var(--shadow);font-weight:800;text-align:center}.diagram .node.primary{background:linear-gradient(135deg,var(--blue),#4d93ff);color:#fff}.diagram-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;width:100%}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-card strong{display:block;font-size:2.2rem;color:var(--blue-dark)}.stat-card span{color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.contact-panel{background:#0f2f7a;color:#fff;border-radius:24px;padding:34px}.contact-panel p{color:#d9e5ff}.contact-list{display:grid;gap:18px;margin-top:28px}.contact-list div{display:flex;gap:12px}
.form-card{background:#fff;border:1px solid #e5ecf6;border-radius:24px;padding:32px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:700}.field input,.field textarea,.field select{width:100%;padding:14px 15px;border:1px solid #cfd9e8;border-radius:12px;background:#fff}.field textarea{min-height:150px;resize:vertical}
.resource-meta{font-size:.85rem;color:var(--blue);font-weight:800;margin-bottom:8px}.cta-band{background:linear-gradient(135deg,#0d2c7a,#1453d1);color:#fff;padding:44px 0}.cta-grid{display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-grid h2{margin:0 0 10px;font-size:2rem}.cta-grid p{margin:0;color:rgba(255,255,255,.9);max-width:700px}
.footer{background:#081a45;color:#dbe7ff;padding-top:48px}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(5,1fr);gap:28px;padding-bottom:34px}.footer-logo{color:#fff;margin-bottom:16px}.footer h4{margin:0 0 14px;color:#fff}.footer ul li{margin-bottom:10px;color:#c5d3f1}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0 28px;display:flex;justify-content:space-between;gap:20px;color:#aebee4;font-size:.95rem}.footer-links{display:flex;gap:18px}
.notice{padding:14px 16px;border-radius:12px;background:#eef6ff;color:#23477c;border:1px solid #d8e9ff}
@media(max-width:1100px){.menu{display:none}.mobile-toggle{display:block}.hero-grid,.comparison-grid,.split,.contact-grid{grid-template-columns:1fr}.dash-main{grid-template-columns:1fr 1fr}.value-grid,.card-grid.four,.card-grid.three,.steps-grid,.stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.container{width:min(100% - 28px,var(--container))}.section{padding:58px 0}.hero{padding-top:56px}.dash-main,.value-grid,.card-grid.four,.card-grid.three,.card-grid.two,.steps-grid,.comparison-box,.footer-grid,.form-grid,.stats,.diagram-grid{grid-template-columns:1fr}.hero-copy h1{font-size:2.5rem}.hero-actions,.cta-grid,.footer-bottom{display:flex;flex-direction:column;align-items:flex-start}.nav .btn-primary{display:none}.field.full{grid-column:auto}}

/* Enhanced production sections */
.tech-strip{padding:34px 0;background:#fff;border-top:1px solid #eef3fa;border-bottom:1px solid #eef3fa}
.tech-strip h2{text-align:center;font-size:1rem;text-transform:uppercase;letter-spacing:.12em;color:#64748b;margin:0 0 22px}
.tech-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.tech-logo{min-height:68px;display:grid;place-items:center;border:1px solid #e4ebf5;border-radius:14px;background:#fff;font-weight:850;color:#31405d;box-shadow:0 5px 15px rgba(15,23,42,.035)}
.photo-card{overflow:hidden;border-radius:24px;border:1px solid #e5edf7;box-shadow:var(--shadow);background:#fff}
.photo-card img{width:100%;height:auto;display:block}
.security-strip{padding:26px 0;background:#071b46;color:#fff}
.security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.security-item{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px;font-weight:750;text-align:center}
.process-line{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;position:relative}
.process-card{text-align:center;background:#fff;border:1px solid #e2eaf5;border-radius:18px;padding:24px 18px;position:relative}
.process-card .step-number{margin:0 auto 14px}
.risk-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}
.risk-questions{display:grid;gap:15px}
.risk-question{background:#fff;border:1px solid #e3eaf4;border-radius:16px;padding:18px}
.risk-question h3{font-size:1rem;margin:0 0 12px}
.risk-options{display:flex;gap:10px;flex-wrap:wrap}
.risk-options label{border:1px solid #cfd9e8;border-radius:999px;padding:9px 13px;cursor:pointer;background:#fff}
.risk-options input{margin-right:6px}
.risk-result{position:sticky;top:110px;background:linear-gradient(135deg,#0f2f7a,#1f67db);color:#fff;border-radius:24px;padding:30px}
.risk-score{font-size:4rem;font-weight:900;line-height:1;margin:12px 0}
.risk-result p{color:#dbe8ff}
.chat-bubble{position:fixed;right:22px;bottom:22px;z-index:40;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#20c7d9);color:#fff;font-size:1.5rem;box-shadow:0 16px 34px rgba(37,99,235,.32)}
.chat-bubble:hover{transform:translateY(-2px)}
.knowledge-feature{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}
.article-list{display:grid;gap:16px}
.article-link{display:block;padding:20px;border:1px solid #e2eaf5;border-radius:16px;background:#fff}
.article-link strong{display:block;margin-bottom:5px}
.article-hero{padding:68px 0 42px;background:linear-gradient(180deg,#f4f8ff,#fff)}
.article-body{max-width:850px;margin:0 auto}
.article-body h2{margin-top:38px}
.article-body p,.article-body li{color:#475569}
.article-body .notice{margin:24px 0}
.footer-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.footer-badge{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);font-size:.82rem;color:#d9e5ff}
@media(max-width:1100px){.tech-logos{grid-template-columns:repeat(3,1fr)}.process-line{grid-template-columns:repeat(2,1fr)}.risk-shell,.knowledge-feature{grid-template-columns:1fr}.risk-result{position:static}}
@media(max-width:760px){.tech-logos,.security-grid,.process-line{grid-template-columns:1fr}.chat-bubble{right:16px;bottom:16px}.risk-options{flex-direction:column}.risk-options label{border-radius:12px}}

.tech-logo img{
  display:block;
  width:auto;
  max-width:150px;
  height:42px;
  max-height:42px;
  object-fit:contain;
}
.tech-logo:nth-child(3) img,
.tech-logo:nth-child(5) img,
.tech-logo:nth-child(8) img{
  height:48px;
  max-height:48px;
}
@media(max-width:760px){
  .tech-logo img{
    max-width:170px;
    height:44px;
    max-height:44px;
  }
}

/* Technology logo sizing correction */
.tech-strip{
  padding:20px 0;
}
.tech-strip h2{
  margin-bottom:14px;
  font-size:.86rem;
}
.tech-logos{
  gap:10px;
}
.tech-logo{
  min-height:48px;
  padding:8px 12px;
}
.tech-logo img,
.tech-logo:nth-child(3) img,
.tech-logo:nth-child(5) img,
.tech-logo:nth-child(8) img{
  width:auto;
  max-width:105px;
  height:26px;
  max-height:26px;
  object-fit:contain;
}
@media(max-width:760px){
  .tech-logo{
    min-height:44px;
  }
  .tech-logo img,
  .tech-logo:nth-child(3) img,
  .tech-logo:nth-child(5) img,
  .tech-logo:nth-child(8) img{
    max-width:95px;
    height:24px;
    max-height:24px;
  }
}

/* Final normalized technology logo sizing */
.tech-strip{
  padding:16px 0;
}
.tech-strip h2{
  font-size:.82rem;
  margin-bottom:12px;
}
.tech-logos{
  gap:8px;
}
.tech-logo{
  min-height:42px;
  height:42px;
  padding:4px 8px;
  overflow:hidden;
}
.tech-logo img,
.tech-logo:nth-child(3) img,
.tech-logo:nth-child(5) img,
.tech-logo:nth-child(8) img{
  display:block;
  width:120px;
  max-width:120px;
  height:32px;
  max-height:32px;
  object-fit:contain;
}
@media(max-width:760px){
  .tech-logo{
    min-height:40px;
    height:40px;
  }
  .tech-logo img,
  .tech-logo:nth-child(3) img,
  .tech-logo:nth-child(5) img,
  .tech-logo:nth-child(8) img{
    width:112px;
    max-width:112px;
    height:30px;
    max-height:30px;
  }
}

/* Horizontal technology logo strip */
.tech-logos{
  display:flex !important;
  flex-wrap:nowrap !important;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  overflow-x:auto;
}
.tech-logo{
  flex:0 0 auto;
  width:120px;
  display:flex;
  justify-content:center;
  align-items:center;
}
@media(max-width:900px){
 .tech-logos{justify-content:flex-start;}
}

/* Hard fix: explicit horizontal technology logo row */
.tech-logo-row{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  padding:4px 0 8px;
}
.tech-logo-item{
  flex:0 0 110px;
  width:110px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tech-logo-item img{
  display:block;
  width:auto;
  max-width:105px;
  height:auto;
  max-height:28px;
  object-fit:contain;
}
@media(max-width:900px){
  .tech-logo-row{
    justify-content:flex-start;
  }
}

/* Integrated real-photo safeguards */
.photo-card img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  display:block;
}

/* Trouble ticket header button spacing */
.topbar .nav > .btn-secondary{
  margin-left:auto;
  white-space:nowrap;
}
.topbar .nav > .btn-secondary + .btn-primary{
  margin-left:10px;
}
@media(max-width:1100px){
  .topbar .nav > .btn-secondary{
    display:inline-flex;
    font-size:.9rem;
    padding:12px 16px;
  }
}
@media(max-width:760px){
  .topbar .nav > .btn-secondary{
    font-size:.82rem;
    padding:10px 12px;
  }
}

/* Homepage hero headline sizing correction */
.hero-copy h1{
  font-size:clamp(2.35rem,3.45vw,3.55rem);
  line-height:1.08;
  letter-spacing:-.03em;
  max-width:640px;
  text-wrap:balance;
}
@media(max-width:760px){
  .hero-copy h1{
    font-size:2.2rem;
    line-height:1.1;
    max-width:none;
  }
}

/* Homepage server stack labels */
.server-stack div{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:750;
  font-size:.88rem;
  letter-spacing:.01em;
}

/* iOS/mobile navigation fix */
@media(max-width:1100px){
  .topbar .nav{
    position:relative;
  }

  .mobile-toggle{
    cursor:pointer;
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
  }

  .menu.mobile-open{
    display:flex !important;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    z-index:100;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:12px 20px 18px;
    background:#fff;
    border:1px solid #e8eef8;
    border-top:0;
    border-radius:0 0 16px 16px;
    box-shadow:0 16px 28px rgba(15,23,42,.14);
  }

  .menu.mobile-open a{
    display:block;
    width:100%;
    padding:13px 4px;
    border-bottom:1px solid #edf2f8;
  }

  .menu.mobile-open a:last-child{
    border-bottom:0;
  }
}

/* Native iOS-safe mobile navigation — no JavaScript required */
.mobile-menu-checkbox{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

.mobile-toggle{
  user-select:none;
  -webkit-user-select:none;
}

@media(max-width:1100px){
  .topbar .nav{
    position:relative;
  }

  .mobile-toggle{
    display:block;
    cursor:pointer;
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
    padding:12px 14px;
    border-radius:10px;
    line-height:1;
    color:var(--blue);
    font-size:1.8rem;
  }

  .mobile-menu-checkbox:checked + .mobile-toggle{
    background:var(--blue-soft);
  }

  .mobile-menu-checkbox:checked ~ .menu{
    display:flex !important;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    z-index:1000;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:12px 20px 18px;
    background:#fff;
    border:1px solid #e8eef8;
    border-top:0;
    border-radius:0 0 16px 16px;
    box-shadow:0 16px 28px rgba(15,23,42,.16);
  }

  .mobile-menu-checkbox:checked ~ .menu a{
    display:block;
    width:100%;
    padding:14px 4px;
    border-bottom:1px solid #edf2f8;
  }

  .mobile-menu-checkbox:checked ~ .menu a:last-child{
    border-bottom:0;
  }
}


/* For Techies architecture graphic */
.tech-graphic-wrap{
  width:100%;
  overflow:hidden;
  margin: 24px 0 10px;
}
.tech-architecture-graphic{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  border-radius:18px;
  margin:0 auto;
}
