/* Ashrise visual system: continuous dark surfaces, ice-blue accents. */
:root {
  --ink: #0b1118;
  --paper: #edf4fa;
  --sub: #afbdca;
  --line: #283b4a;
  --blue: #b8dfff;
  --surface: #101b26;
  --accent: #9adbe9;
  --muted: #a5b7c8;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
}
body { background: var(--ink); }
::selection { background: #315c7b; color: #fff; }
.header { border-bottom-color: #243340; }
.header nav { font-size: 14px; }
.brand svg { color: #a9daef; }
.brand-sub { color: #a5b6c7; }
.nav-cta, .menu-button { border-color: #436077; border-radius: 4px; }
.nav-cta:hover { background: #152535; border-color: #92c8e7; }
.hero { background: var(--ink); }
.hero-inner { max-width: 1100px; }
.hero .eyebrow { color: #b6c9d8; }
.hero h1 em {
  background: linear-gradient(105deg, #d5edff 15%, #92c2e5 80%);
  color: #b8dfff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-description { color: #b4c3d0; }
.hero-art { opacity: .9; }
.hero-bottom { color: #9cb2c4; border-color: #233544; font-family: var(--mono); letter-spacing: .8px; }
.button { border-radius: 4px; }
.button-light, .button-dark { background: #badef5; color: #0d1a24; border-color: #cde9ff; }
.button-light:hover, .button-dark:hover { background: #d9efff; box-shadow: 0 0 28px #8bccf020; }
.eyebrow { font-family: var(--mono); letter-spacing: 1.5px; }
.muted { color: #9db6ca; }
.section-heading .eyebrow { color: #9bc4de; }
.section-heading p:not(.eyebrow) { color: #acbdcc; }
.expertise {
  position: relative;
  color: var(--paper);
  color-scheme: dark;
  border-top: 1px solid #203341;
  background:
    linear-gradient(180deg, #0b111800, #0b1118 600px),
    radial-gradient(ellipse at 82% 0%, #1a3d543e, transparent 55%),
    linear-gradient(#35557114 1px, transparent 1px),
    linear-gradient(90deg, #35557114 1px, transparent 1px),
    #0b1118;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}
.services { border: 0; gap: 18px; margin-top: 58px; }
.services .service {
  position: relative;
  padding: 30px 28px 0;
  border: 1px solid #2b4152;
  border-radius: 9px;
  background: linear-gradient(135deg, #182b3b9c, #101b26e6 65%);
  box-shadow: inset 0 1px 0 #c0eaff06;
  transition: border-color .2s, background .2s, transform .2s;
}
.service::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 28px;
  width: 45px;
  height: 1px;
  background: #9bcbe9;
  opacity: .8;
}
.services .service:hover, .services .service:focus-within {
  border-color: #557e98;
  background: linear-gradient(135deg, #1b3548c2, #111e2c 75%);
  transform: translateY(-3px);
}
.service-top { color: #9bc1db; margin-bottom: 30px; }
.service-top span { font-family: var(--mono); font-size: 13px; letter-spacing: 1px; }
.service-top svg { color: #acd9f0; stroke: currentColor; width: 40px; height: 40px; }
.service h3 { font-size: 25px; line-height: 1.22; letter-spacing: -.6px; color: #edf6ff; }
.service > p { color: #acbdcc; min-height: 108px; }
.tags { min-height: 62px; }
.tags span {
  border: 1px solid #355166;
  color: #b5d1e3;
  background: #1630436b;
  font-size: 12px;
  border-radius: 3px;
}
.service details { border-color: #2c4254; margin-top: 18px; }
.service summary { color: #c6dfef; padding: 21px 0; }
.service summary:hover { color: #fff; }
.service summary span { color: #93c6e4; }
.service-detail { color: #b4c4d2; }
.audience-note { border-color: #2a3c4c; }
.audience-note .eyebrow { color: #9bc4de; }
.audience-note p { color: #aebfcd; }
.pricing {
  color: var(--paper);
  color-scheme: dark;
  background: radial-gradient(ellipse at 100% 0%, #1c3a503b, transparent 55%), #0f1822;
  border-top: 1px solid #293c4c;
}
.text-link { color: #b8e1f7; border-color: #557f9a; }
.text-link:hover { color: #fff; border-color: #b8e1f7; }
.pricing-table-wrap { padding: 25px 28px 4px; border: 1px solid #31495e; border-radius: 9px; background: #101e2b; }
.pricing-table caption { color: #bed2e3; font-family: var(--mono); font-size: 12px; }
.pricing-table th, .pricing-table td { border-color: #2b4153; padding: 27px 24px; }
.pricing-table thead th { color: #91b7d2; border-top-color: #314b60; font-size: 13px; }
.pricing-table tbody th { color: #e1eff9; font-weight: 500; }
.pricing-table td { color: #adbece; }
.pricing-table tbody tr:last-child > * { border-bottom: 0; }
.pricing-table tbody tr { transition: background .2s; }
.pricing-table tbody tr:hover { background: #19324966; }
.pricing-table td:last-child { color: #bed2e2; }
.pricing-note { color: #a3b4c4; }
.approach { background: #0c141e; color: var(--paper); color-scheme: dark; border-top: 1px solid #24394b; }
.steps { gap: 32px; }
.step { border-color: #406681; position: relative; }
.step::before { content: ''; position: absolute; width: 34px; height: 2px; top: -1px; left: 0; background: #b4dff7; }
.step-number { color: #9bc4e1; font-family: var(--mono); }
.step p { color: #acbdcc; }
.about { background: radial-gradient(ellipse at 0% 100%, #173c5538, transparent 60%), #0b1118; border-top: 1px solid #223444; }
.about-copy > p { color: #b8c8d7; }
.principles, .principle { border-color: #2b4052; }
.principle { color: #bacbd9; }
.principle span { color: #91bcd7; font-family: var(--mono); }
.company-record { background: #0f1924; border-color: #2a4053; }
.company-record dl > div, .entity-note { border-color: #30475b; }
.company-record dt { color: #a2bad0; }
.company-record dd { color: #d5e5f1; }
.entity-note { color: #aabecf; }
.contact {
  color: var(--paper);
  color-scheme: dark;
  background: radial-gradient(ellipse at 80% 110%, #2a658859, transparent 65%), linear-gradient(135deg, #152b3d, #101c29);
  border-top: 1px solid #4b718c;
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact .eyebrow { color: #a8d3ed; }
.contact p:not(.eyebrow) { color: #afc7da; }
.contact-email { color: #d0e9fa; border-color: #668faa; }
.contact-email:hover { color: #fff; }
footer { background: #090f15; border-color: #243747; color: #a4b8c9; }
.footer-name { color: #c9dfef; }
.footer-links a:hover { color: #eef8ff; }
.legal-page { color: var(--paper); color-scheme: dark; background: #0c151f; }
.legal-heading .eyebrow { color: #9db8cd; }
.legal-intro { color: #b4c7d7; }
.legal-content section { border-color: #2d4355; }
.legal-content p { color: #b6c6d4; }
.legal-content a { color: #b2def9; }
@media (min-width: 641px) and (max-width: 1100px) {
  .services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service > p { min-height: 108px; }
  .hero h1 { font-size: clamp(62px, 7.1vw, 84px); letter-spacing: -3px; }
}
@media (max-width: 800px) {
  .header nav { gap: 13px; font-size: 13px; }
  .header .brand { font-size: 16px; gap: 9px; }
  .header .nav-cta { gap: 12px; padding: 12px; }
}
@media (max-width: 640px) {
  .header nav { background: #101d29; font-size: 15px; }
  .header .nav-cta { gap: 28px; padding: 14px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .2px; }
  .hero-bottom { font-size: 10px; letter-spacing: .2px; }
  .hero-inner { padding-bottom: 190px; }
  .services { gap: 15px; }
  .services .service { padding: 26px 22px 0; }
  .service > p { min-height: 0; }
  .service h3 { font-size: 25px; }
  .service-top { margin-bottom: 25px; }
  .tags { min-height: 0; }
  .service details { margin-top: 24px; }
  .pricing-table-wrap { padding: 22px 19px 0; }
  .pricing-table tr { border-color: #30495e; }
  .pricing-table th, .pricing-table td { padding: 0; }
  .pricing-table tbody tr { padding: 25px 0; }
  .pricing-table td + td::before { color: #91c3e4; }
  .pricing-table tbody tr:hover { background: transparent; }
  .contact { padding-top: 65px; padding-bottom: 65px; }
}
@media (prefers-reduced-motion: reduce) {
  .services .service:hover, .services .service:focus-within { transform: none; }
}
@media (min-width: 641px) and (max-width: 1100px) {
  .hero-art { opacity: .5; }
  .hero-art::after { background: linear-gradient(90deg, var(--ink), #0b111855 45%, transparent), linear-gradient(0deg, var(--ink), transparent 25%); }
}
@media (max-width: 640px) {
  .hero-art { opacity: .65; }
}
.partners {
  padding: 46px 5.4% 42px;
  border-top: 1px solid #243747;
  color: var(--paper);
  background: linear-gradient(180deg, #0b1118, #101a24);
}
.partners-heading { display: flex; gap: 25px; justify-content: space-between; align-items: center; }
.partners-heading h2 { font-size: 24px; line-height: 1.4; letter-spacing: -.4px; }
.partners-heading p { font-size: 14px; color: #a6baca; }
.partner-logos { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 30px; border-top: 1px solid #293e4f; border-left: 1px solid #293e4f; }
.partner-logo { min-height: 118px; padding: 18px; display: flex; align-items: center; justify-content: center; border-right: 1px solid #293e4f; border-bottom: 1px solid #293e4f; background: #14233338; }

.partner-logo:hover { background: #24435826; }
.partner-logo img { object-fit: contain; max-width: 100%; height: auto; }
.partner-openai img { width: 146px; }
.partner-aws img { width: 112px; }
.partner-alibaba img { width: 185px; }
.partner-stripe img { width: 104px; }
@media (max-width: 640px) {
  .partners { padding: 34px 6%; }
  .partners-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .partners-heading h2 { font-size: 23px; }
  .partners-heading p { max-width: 290px; font-size: 14px; }
  .partner-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; }
  .partner-logo { min-height: 98px; padding: 14px; }
  .partner-logo img { max-width: 100%; }
  .partner-openai img { width: 118px; }
  .partner-aws img { width: 97px; }
  .partner-alibaba img { width: 140px; }
  .partner-stripe img { width: 84px; }
}

.partner-cloudflare img { width: 168px; }
.partner-github img { width: 126px; }
.partner-google img { width: 168px; }
.partner-azure img { width: 154px; }
.partner-anthropic img { width: 163px; }
.partner-vercel img { width: 139px; }
@media (min-width: 641px) and (max-width: 1050px) {
 .partner-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
 .partner-logo:last-child:nth-child(3n + 1) { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
 .partner-logo { padding: 18px 16px; min-height: 98px; }
 .partner-azure img, .partner-google img, .partner-cloudflare img, .partner-anthropic img { width: 136px; }
 .partner-github img { width: 112px; }
 .partner-vercel img { width: 120px; }
}

.partner-google img { width: 184px; padding: 12px 14px; background: #f1f5f8; border-radius: 4px; }
.partner-azure img { width: 220px; max-width: 100%; }
@media (max-width: 640px) {
 .partner-google img { width: 136px; padding: 10px; }
 .partner-azure img { width: 165px; }
 .partner-vercel img { width: 108px; }
}
.partner-logo { min-height: 140px; }
.partner-azure img { width: 190px; }
@media (max-width: 640px) {
 .partner-logo { min-height: 110px; }
.partner-azure img { width: 150px; }
}

/* Service discovery: readable editorial pages within the existing dark system. */
.service-page-link { display: block; color: #b8e1f7; font-size: 14px; margin: 18px 0 0; text-decoration: underline; text-underline-offset: 4px; }
.home-faq { background: #0c151f; border-top: 1px solid #2b4052; }
.faq-list { margin-top: 36px; border-top: 1px solid #31495e; }
.faq-list details { padding: 22px 0; border-bottom: 1px solid #31495e; }
.faq-list summary { cursor: pointer; color: #e0effa; font-size: 18px; line-height: 1.5; }
.faq-list p { max-width: 900px; font-size: 16px; color: #b4c7d7; margin: 18px 0 0; line-height: 1.8; }
.detail-page { padding: 36px 5.4% 90px; background: radial-gradient(ellipse at 100% 0%, #1a3d543e, transparent 650px), #0b1118; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; font-size: 14px; color: #a8c0d3; max-width: 1240px; margin: auto; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.detail-heading { max-width: 1240px; margin: 68px auto 64px; }
.detail-heading h1 { font-size: clamp(36px, 5.3vw, 68px); line-height: 1.1; letter-spacing: -.035em; max-width: 1000px; margin: 25px 0; color: #e4f2fc; }
.detail-lead { color: #b4c7d7; font-size: clamp(18px, 2vw, 23px); max-width: 820px; line-height: 1.6; }
.detail-heading .button { margin-top: 28px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 350px); gap: 8%; max-width: 1240px; margin: auto; align-items: start; }
.detail-copy section, .guide-intro { padding: 32px 0; border-top: 1px solid #31495e; }
.detail-page h2 { font-size: clamp(25px, 3vw, 34px); line-height: 1.25; letter-spacing: -.025em; margin-bottom: 20px; }
.detail-page h3 { font-size: 17px; margin: 25px 0 12px; }
.detail-copy p, .guide-intro p, .guide-card p, .quote-panel p { color: #b4c7d7; font-size: 16px; line-height: 1.8; margin: 16px 0; }
.detail-page ul, .detail-page ol { padding-left: 22px; color: #c5d8e6; font-size: 16px; line-height: 1.8; }
.detail-page li { padding-left: 4px; margin: 8px 0; }
.detail-page .detail-note { font-size: 14px; color: #9eb5c7; }
.quote-panel { padding: 28px; border: 1px solid #406681; border-radius: 8px; background: linear-gradient(140deg, #183247, #101e2b); }
.quote-panel h2 { font-size: 29px; margin-top: 16px; }
.quote-panel .button { width: 100%; justify-content: space-between; white-space: normal; gap: 15px; margin: 15px 0; padding: 17px 20px; font-size: 15px; }
.quote-panel a:not(.button) { text-decoration: underline; text-underline-offset: 4px; }
.detail-email { display: inline-block; color: #d0e9fa; font-size: 18px; overflow-wrap: anywhere; }
.related-links { display: flex; flex-wrap: wrap; gap: 14px 24px; font-size: 16px; color: #b8e1f7; }
.related-links a { text-decoration: underline; text-underline-offset: 4px; }
.guide-intro, #service-selection { max-width: 1240px; margin: 0 auto 35px; }
.guide-intro > p { max-width: 960px; }
.guide-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 30px 0; }
.guide-facts dt { color: #a8c0d3; font-size: 14px; margin-bottom: 10px; }
.guide-facts dd { color: #e0effa; font-size: 17px; margin: 0; }
.guide-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 25px 0; }
.guide-card { padding: 28px; background: #101e2b; border: 1px solid #31495e; border-radius: 8px; }
.guide-card h2 { font-size: 27px; }
.guide-card a:hover { color: #b8e1f7; }
.detail-page > .quote-panel { max-width: 1240px; margin: 50px auto 0; }
.detail-page > .quote-panel .button { width: auto; margin-right: 25px; }
.enquiry-brief { font-family: inherit; white-space: pre-wrap; overflow-wrap: anywhere; line-height: 2; padding: 22px; background: #101e2b; border: 1px solid #31495e; border-radius: 6px; color: #d4e5f1; font-size: 16px; }
.detail-page a:focus-visible, .faq-list summary:focus-visible { outline: 2px solid #b8e1f7; outline-offset: 5px; }
.footer-links { max-width: 720px; line-height: 1.8; }
@media (max-width: 900px) {
  .detail-grid { grid-template-columns: 1fr; gap: 24px; }
  .detail-grid > .quote-panel { grid-row: 1; }
  .quote-panel .button { max-width: 380px; }
}
@media (max-width: 640px) {
  .detail-page { padding: 28px 6% 60px; }
  .detail-heading { margin: 42px auto; }
  .guide-cards, .guide-facts { grid-template-columns: 1fr; }
  .guide-card, .quote-panel { padding: 23px; }
  .breadcrumbs { font-size: 14px; gap: 8px; }
  .detail-page > .quote-panel .button { width: 100%; margin-right: 0; }
}
