@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --ink:         #0F1C2E;
  --ink-soft:    #2D3F55;
  --slate:       #4A6080;
  --slate-light: #7A95B0;
  --mist:        #EDF2F7;
  --mist-dark:   #D8E3EE;
  --bg:          #F4F7FB;
  --card:        #FFFFFF;
  --amber:       #178ECE;
  --amber-pale:  #eff9ff;
  --amber-dark:  #178ECE;
  --indigo:      #4361C2;
  --indigo-pale: #EDF0FB;
  --indigo-light:#6B84D8;
  --warn:        #E08C2A;
  --warn-pale:   #FEF6EC;
  --red:         #DC2626;
  --red-pale:    #FEF2F2;
  --radius:      10px;
  --radius-lg:   18px;
  --shadow:      0 2px 12px rgba(15,28,46,.07);
  --shadow-md:   0 6px 24px rgba(15,28,46,.10);
  --t:           .26s cubic-bezier(.4,0,.2,1);
}

#fulltitle{
  display: none;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 15px; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--ink); line-height: 1.55;}
/* ::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--mist); }
::-webkit-scrollbar-thumb { background: var(--amber); border-radius: 99px; } */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* SCROLL PROGRESS */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--amber), var(--indigo)); z-index: 300; width: 0%; transition: width .1s linear; }

/* HEADER */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(15,28,46,.97); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.06); transition: box-shadow var(--t); }
.header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 56px; }
.brand { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.brand-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo_img img { max-height: 40px; }
.brand-divider { width: 1px; height: 16px; background: rgba(255,255,255,.2); }
.brand-sub { font-size: .72rem; font-weight: 500; color: rgba(255,255,255,.5); letter-spacing: .2px; }
.nav-list { display: flex; gap: 2px; list-style: none; align-items: center; }
.nav-link { font-size: .8rem; font-weight: 500; color: rgba(255,255,255,.7); text-decoration: none; padding: 5px 13px; border-radius: 99px; transition: background var(--t), color var(--t); }
.nav-link:hover { background: rgba(255,255,255,.10); color: #fff; }
.nav-cta { background: linear-gradient(135deg, var(--amber), var(--amber-dark)) !important; color: #fff !important; padding: 5px 16px !important; box-shadow: 0 3px 10px rgba(23,142,206,.3); }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 5px 18px rgba(23,142,206,.45); color: #fff !important; }

/* BREADCRUMB */
.breadcrumb-bar { background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.07); padding: 9px 0; margin-top: 56px; }
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: .72rem; color: rgba(255,255,255,.4); }
.breadcrumb a { color: var(--amber); text-decoration: none; font-weight: 500; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb-sep { color: rgba(255,255,255,.2); }

/* HERO */
.hero { padding: 56px 0 52px; background: linear-gradient(135deg,rgba(15,28,46,.91) 0%,rgba(15,28,46,.76) 45%,rgba(15,28,46,.89) 100%),url('https://images.unsplash.com/photo-1557804506-669a67965ba0?w=1400&q=80&fit=crop') center/cover no-repeat; position: relative; overflow: hidden; }
.hero-bg-gfx { position: absolute; inset: 0; pointer-events: none; }
.hero-bg-gfx .orb1 { position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(23,142,206,.12) 0%, transparent 65%); }
.hero-bg-gfx .orb2 { position: absolute; bottom: -40px; left: 20%; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(67,97,194,.14) 0%, transparent 70%); }
.hero-bg-gfx .grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 48px 48px; }
.hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgb(28 42 62); border: 1px solid rgb(60 72 94); color: #6adcb1; font-size: .67rem; font-weight: 700; letter-spacing: .9px; text-transform: uppercase; padding: 4px 12px; border-radius: 99px; margin-bottom: 14px; }
.hero-eyebrow-dot { width: 6px; height: 6px; background: #6adcb1; border-radius: 50%; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.hero h1 { font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 600; line-height: 1.25; letter-spacing: -.6px; color: #fff; margin-bottom: 14px; }
.hero h1 em { font-style: normal; color: var(--amber); }
.hero p { font-size: 1rem; color: rgba(255,255,255,.6); max-width: 440px; line-height: 1.7; margin-bottom: 26px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 22px; border-radius: 99px; font-size: 1rem; font-weight: 500; text-decoration: none; cursor: pointer; border: none; transition: all var(--t); letter-spacing: -.1px; font-family: inherit; }
.btn-primary { background: linear-gradient(135deg, var(--amber), var(--amber-dark)); color: #fff; box-shadow: 0 4px 16px rgba(23,142,206,.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(23,142,206,.45); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.20); }
.btn-ghost:hover { background: rgba(255,255,255,.14); transform: translateY(-1px); }

/* CLOUD CARD */
.cloud-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-md); position: relative; overflow: hidden; backdrop-filter: blur(8px); }
.cloud-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--amber), var(--indigo)); }
.cloud-card-title { font-size: .68rem; font-weight: 700; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.flow-item { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); border-radius: 8px; padding: 12px 14px; margin-bottom: 8px; }
.flow-icon { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.flow-icon.legacy { background: rgba(220,38,38,.12); }
.flow-icon.server { background: rgba(23,142,206,.12); }
.flow-icon.cloud  { background: rgba(67,97,194,.12); }
.flow-label { font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.88); }
.flow-sub   { font-size: .7rem; color: rgba(255,255,255,.5); margin-top: 2px; }
.flow-status { font-size: .66rem; font-weight: 700; padding: 3px 9px; border-radius: 99px; flex-shrink: 0; }
.status-done   { background: var(--indigo-pale); color: var(--indigo); }
.status-active { background: var(--amber-pale); color: var(--amber-dark); animation: statusPulse 2s infinite; }
.status-ready  { background: #F0FDF4; color: #16A34A; }
@keyframes statusPulse { 0%,100%{opacity:1} 50%{opacity:.5} }
.flow-arrow { text-align: center; color: var(--slate-light); font-size: .75rem; margin: 4px 0; }
.fact-banner { background: var(--warn-pale); border: 1px solid rgba(217,119,6,.2); border-left: 3px solid var(--warn); border-radius: 8px; padding: 11px 14px; margin-top: 16px; font-size: .78rem; color: var(--warn); line-height: 1.55; }
.fact-banner strong { color: #B45309; }

/* SECTIONS */
section { padding: 64px 0 !important; }
.s-tag { display: inline-flex; align-items: center; gap: 6px; font-size: .67rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--amber-dark); background: var(--amber-pale); border: 1px solid #aed5ec; padding: 3px 11px; border-radius: 99px; margin-bottom: 20px; }
.s-title { font-size: clamp(1.3rem, 2.4vw, 1.85rem); font-weight: 800; letter-spacing: -.5px; color: var(--ink); margin-bottom: 8px; }
.s-sub { font-size: 1rem; color: var(--slate); max-width: 500px; line-height: 1.7; margin-bottom: 36px; }
.center { text-align: center; }
.center .s-sub { margin: 0 auto 36px; }

/* CHALLENGES */
.challenges { background: var(--bg); border-bottom: 1px solid var(--mist-dark); }
.challenges-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.challenge-card { background: var(--card); border: 1px solid var(--mist-dark); border-radius: var(--radius); padding: 22px 20px; transition: transform var(--t), box-shadow var(--t), border-color var(--t); position: relative; overflow: hidden; }
.challenge-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--amber); }
.challenge-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--amber), transparent); transform: scaleX(0); transform-origin: left; transition: transform var(--t); }
.challenge-card:hover::after { transform: scaleX(1); }
.ch-num { font-size: 1.6rem; font-weight: 800; color: rgba(23,142,206,.1); line-height: 1; margin-bottom: 8px; }
.ch-icon { font-size: 1.2rem; margin-bottom: 8px; }
.ch-title { font-size: .9rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.ch-text { color: var(--slate); font-size: .875rem; line-height: 1.65; }

/* APPROACH */
.approach { background: var(--card); border-top: 1px solid var(--mist-dark); border-bottom: 1px solid var(--mist-dark); }
.phases-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; align-items: stretch; }
.phases-grid::before { content: ''; position: absolute; top: 27px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--amber), var(--indigo)); z-index: 0; }
.phase-col { display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; padding: 0 6px; }
.phase-dot { width: 54px; height: 54px; border-radius: 50%; background: linear-gradient(135deg, var(--amber), var(--indigo)); display: flex; align-items: center; justify-content: center; font-size: .95rem; font-weight: 800; color: #fff; box-shadow: 0 0 0 4px #fff, 0 0 0 7px rgba(23,142,206,.18); margin-bottom: 18px; flex-shrink: 0; }
.phase-card { background: var(--card); border: 1px solid var(--mist-dark); border-radius: var(--radius); padding: 16px 14px; width: 100%; flex: 1; transition: border-color var(--t), transform var(--t), box-shadow var(--t); }
.phase-card:hover { border-color: var(--amber); transform: translateY(-2px); box-shadow: var(--shadow); }
.ph-label { font-size: .63rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--amber); margin-bottom: 5px; }
.phase-card h3 { font-size: .84rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; line-height: 1.35; }
.phase-card p { color: var(--slate); font-size: .8rem; line-height: 1.6; }
.ph-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 10px; }
.ph-tag { font-size: .62rem; font-weight: 600; padding: 2px 7px; border-radius: 4px; background: var(--amber-pale); color: var(--amber-dark); border: 1px solid #aed5ec; }

/* POWERSERVER CAPABILITIES */
.powerserver { background: var(--bg); }
.ps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ps-cap { background: var(--card); border: 1px solid var(--mist-dark); border-radius: var(--radius); padding: 22px 20px; transition: border-color var(--t), transform var(--t), box-shadow var(--t); }
.ps-cap:hover { border-color: var(--amber); transform: translateY(-2px); box-shadow: var(--shadow); }
.ps-cap-icon { font-size: 1.4rem; margin-bottom: 10px; }
.ps-cap h4 { font-size: .9rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.ps-cap p { font-size: .875rem; color: var(--slate); line-height: 1.6; }

/* HIGHLIGHT CARD */
.ps-cap.highlight {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #eff9ff 0%, #ECFDF5 100%);
  border-color: #aed5ec;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  gap: 24px 32px;
  align-items: start;
  padding: 26px 28px;
}
.ps-cap.highlight:hover { border-color: var(--amber); }
.ps-cap.highlight .hl-left { grid-column: 1; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.ps-cap.highlight .hl-right { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; align-content: start; min-width: 0; }
.ps-cap.highlight .ps-cap-icon { font-size: 2rem; margin-bottom: 0; }
.ps-cap.highlight h4 { font-size: 1rem; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.ps-cap.highlight p { font-size: .875rem; color: var(--slate); line-height: 1.7; margin-bottom: 12px; }
.hl-tool { background: var(--card); border: 1px solid var(--mist-dark); border-radius: 8px; padding: 12px 14px; }
.hl-tool-name { font-size: .84rem; font-weight: 700; color: var(--ink); margin-bottom: 4px; display: flex; align-items: center; gap: 7px; }
.hl-tool-name .t-icon { font-size: .95rem; }
.hl-tool p { font-size: .8rem; color: var(--slate); line-height: 1.55; }
.hl-badge { display: inline-flex; align-items: center; gap: 5px; font-size: .63rem; font-weight: 700; padding: 3px 10px; border-radius: 99px; background: var(--indigo-pale); color: var(--indigo); border: 1px solid rgba(67,97,194,.2); margin-top: 8px; }

.cs-callout { background: rgba(224,140,42,.07); border: 1px solid rgba(224,140,42,.18); border-left: 3px solid var(--warn); border-radius: 8px; padding: 12px 14px; margin-top: 12px; }
.cs-callout p { font-size: .8rem; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.cs-callout strong { color: var(--warn); }
.citrix-callout { background: rgba(220,38,38,.06); border: 1px solid rgba(220,38,38,.15); border-left: 3px solid var(--red); border-radius: 8px; padding: 12px 14px; margin-top: 8px; }
.citrix-callout p { font-size: .8rem; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.citrix-callout strong { color: var(--red); }

/* HOSTING */
.deployment { background: var(--card); border-top: 1px solid var(--mist-dark); border-bottom: 1px solid var(--mist-dark); }
.deploy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.deploy-card { border-radius: var(--radius-lg); padding: 28px 24px; border: 1px solid var(--mist-dark); background: var(--card); transition: transform var(--t), box-shadow var(--t); position: relative; overflow: hidden; }
.deploy-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.deploy-card.aws::before   { background: linear-gradient(90deg, #FF9900, #FF6B00); }
.deploy-card.azure::before { background: linear-gradient(90deg, #0078D4, #005A9E); }
.deploy-card.onprem::before{ background: linear-gradient(90deg, var(--amber), var(--indigo)); }
.deploy-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.deploy-icon { font-size: 2rem; margin-bottom: 14px; }
.deploy-card h3 { font-size: 1rem; font-weight: 800; color: var(--ink); margin-bottom: 9px; }
.deploy-card p { color: var(--slate); font-size: .875rem; line-height: 1.65; }
.deploy-list { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 7px; }
.deploy-list li { display: flex; align-items: center; gap: 8px; font-size: .875rem; color: var(--slate); }
.deploy-list li::before { content: '›'; color: var(--amber); font-weight: 700; }

/* COMPARE */
.compare { background: var(--bg); }
.compare-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--mist-dark); }
.compare-table { width: 100%; border-collapse: collapse; background: var(--card); }
.compare-table thead { background: var(--ink); }
.compare-table th { color: rgba(255,255,255,.75); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; padding: 13px 18px; text-align: left; }
.compare-table th:first-child { color: var(--amber); }
.compare-table td { padding: 11px 18px; font-size: .875rem; color: var(--slate); border-bottom: 1px solid var(--mist); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: var(--amber-pale); }
.compare-table td:first-child { color: var(--ink); font-weight: 600; }
.tag-x     { color: var(--red); font-weight: 700; }
.tag-check { color: #16A34A; font-weight: 700; }
.tag-mid   { color: var(--warn); font-weight: 700; }

/* FAQ */
.faq { background: var(--card); border-top: 1px solid var(--mist-dark); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-item { background: var(--bg); border: 1px solid var(--mist-dark); border-radius: var(--radius); overflow: hidden; }
.faq-item.open { border-color: var(--amber); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: .9rem; font-weight: 600; color: var(--ink); font-family: inherit; gap: 10px; transition: background var(--t); }
.faq-q:hover { background: var(--amber-pale); }
.faq-arrow { width: 22px; height: 22px; border-radius: 50%; background: var(--mist-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .7rem; color: var(--slate); transition: background var(--t), transform var(--t); }
.faq-item.open .faq-arrow { background: var(--amber); color: #fff; transform: rotate(90deg); }
.faq-a { display: none; padding: 12px 18px 16px; font-size: .875rem; color: var(--slate); line-height: 1.7; border-top: 1px solid var(--mist-dark); background: var(--card); }
.faq-item.open .faq-a { display: block; }

/* CTA */
.cta-section { background: linear-gradient(135deg, var(--ink) 0%, #1a3050 100%); padding: 60px 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(23,142,206,.15), transparent 70%); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.cta-headline { font-size: clamp(1.2rem, 2.3vw, 1.65rem); font-weight: 800; color: #fff; letter-spacing: -.4px; margin-bottom: 8px; }
.cta-sub { font-size: 1rem; color: rgba(255,255,255,.6); max-width: 400px; margin-bottom: 22px; line-height: 1.65; }
.cta-email { display: inline-flex; align-items: center; gap: 7px; color: var(--amber); font-size: .9rem; font-weight: 600; text-decoration: none; }
.cta-email:hover { text-decoration: underline; }
.cta-note { font-size: .78rem; color: rgba(255,255,255,.3); margin-top: 8px; }
.cta-form-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 26px 24px; backdrop-filter: blur(8px); }
.cta-form { display: flex; flex-direction: column; gap: 11px; }
.cta-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cta-field { display: flex; flex-direction: column; gap: 4px; }
.cta-label { font-size: .67rem; font-weight: 700; color: rgba(255,255,255,.4); letter-spacing: .5px; text-transform: uppercase; }
.cta-input, .cta-select, .cta-textarea { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 9px 13px; font-size: .875rem; color: #fff; font-family: inherit; transition: border-color var(--t), background var(--t); outline: none; width: 100%; }
.cta-input::placeholder, .cta-textarea::placeholder { color: rgba(255,255,255,.28); }
.cta-input:focus, .cta-select:focus, .cta-textarea:focus { border-color: var(--amber); background: rgba(255,255,255,.1); }
.cta-select { cursor: pointer; appearance: none; }
.cta-select option { background: #0F1C2E; color: #fff; }
.cta-textarea { resize: vertical; min-height: 80px; line-height: 1.55; }
.cta-submit { background: linear-gradient(135deg, var(--amber), var(--amber-dark)); color: #fff; border: none; border-radius: 99px; padding: 11px 28px; font-size: 1rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: all var(--t); letter-spacing: -.1px; align-self: center; margin-top: 4px; }
.cta-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(23,142,206,.4); }

/* FOOTER */
.footer { background: #080F18; border-top: 1px solid rgba(255,255,255,.05); padding: 20px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-brand { font-weight: 500; font-size: .95rem; color: #fff; }
.footer-copy { font-size: 1rem; color: rgba(255,255,255,.3); }
.footer-links { display: flex; gap: 14px; }
.footer-links a { font-size: 1rem; color: rgba(255,255,255,.50); text-decoration: none; transition: color var(--t); }
.footer-links a:hover { color: var(--amber); }

/* BACK TO TOP */
.back-top { position: fixed; bottom: 22px; right: 22px; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--amber), var(--amber-dark)); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(23,142,206,.4); opacity: 0; pointer-events: none; transition: opacity var(--t), transform var(--t); z-index: 99; }
.back-top.visible { opacity: 1; pointer-events: auto; }
.back-top:hover { transform: translateY(-2px); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .phases-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .phases-grid::before { display: none; }
  .ps-grid { grid-template-columns: 1fr 1fr; }
  .ps-cap.highlight { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .hero-content { grid-template-columns: 1fr; gap: 36px; }
  .challenges-grid, .deploy-grid, .faq-grid { grid-template-columns: 1fr 1fr; }
  .ps-grid { grid-template-columns: 1fr; }
  .ps-cap.highlight { grid-template-columns: 1fr; }
  .ps-cap.highlight .hl-left, .ps-cap.highlight .hl-right { grid-column: 1; }
  .ps-cap.highlight .hl-right { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .nav-list { display: none; }
}
@media (max-width: 600px) {
  .phases-grid { grid-template-columns: 1fr 1fr; }
  .challenges-grid, .deploy-grid, .faq-grid { grid-template-columns: 1fr; }
  .ps-cap.highlight .hl-right { grid-template-columns: 1fr; }
}

/* ANIMATIONS */
@keyframes hcard-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
.hcard-floating { animation: hcard-float 5s ease-in-out infinite; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], textarea{
    min-width: 100%;
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(255,255,255,.32) !important;
  }