:root {
  --navy: #071a47;
  --navy-2: #10275b;
  --blue: #1672f9;
  --blue-2: #3b8cff;
  --ice: #f4f9ff;
  --white: #fff;
  --text: #0b1b3f;
  --muted: #6b7892;
  --line: #dce7f5;
  --soft: #eef6ff;
  --shadow: 0 22px 70px rgba(35, 75, 139, .12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --header-h: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ice); }
body { margin: 0; overflow-x: hidden; color: var(--text); background: #fff; font-family: "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
img { max-width: 100%; display: block; }
em { color: var(--blue); font-style: normal; }

.skip-link { position: fixed; z-index: 999; top: 12px; right: 12px; padding: 10px 15px; color: #fff; background: var(--navy); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.page-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.narrow-shell { width: min(980px, calc(100% - 48px)); }
.section-space { padding: 92px 0; }
.soft-section { background: #f6faff; }

.site-header { position: fixed; z-index: 100; top: 14px; right: 24px; left: 24px; height: var(--header-h); transition: .3s ease; }
.header-inner { height: 100%; width: min(1500px, 100%); margin-inline: auto; padding: 0 27px; display: flex; align-items: center; gap: 36px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.95); border-radius: 24px; box-shadow: 0 12px 42px rgba(36,83,146,.08); backdrop-filter: blur(18px); }
.site-header.scrolled .header-inner { box-shadow: 0 14px 48px rgba(36,83,146,.16); }
.brand { direction: ltr; display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-text { color: var(--navy); font-family: Arial, sans-serif; font-size: 22px; font-weight: 900; letter-spacing: .04em; }
.brand-text b { color: var(--blue); }
.brand-symbol { display: grid; place-items: center; width: 35px; height: 35px; color: #fff; background: var(--blue); border-radius: 11px; font: 800 12px/1 ui-monospace, monospace; box-shadow: 0 9px 22px rgba(22,114,249,.22); }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(20px, 2.7vw, 46px); margin-inline: auto; }
.main-nav a { position: relative; padding: 31px 0 27px; color: #45516c; font-size: 14px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: 17px; width: 0; height: 3px; background: var(--blue); border-radius: 5px; transform: translateX(50%); transition: width .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); }
.main-nav a.active::after { width: 26px; }
.header-cta { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 19px; color: #fff; background: var(--blue); border-radius: 14px; font-size: 14px; font-weight: 800; box-shadow: 0 11px 28px rgba(22,114,249,.2); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--navy); border-radius: 2px; transition: .25s ease; }

.service-hero { position: relative; min-height: 760px; padding: 170px 0 90px; overflow: hidden; background: linear-gradient(180deg, #f5f9ff 0%, #fff 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-a { width: 520px; height: 520px; top: 20px; right: -250px; background: #dcecff; opacity: .8; }
.hero-glow-b { width: 360px; height: 360px; bottom: -170px; left: -100px; background: #d7eaff; opacity: .75; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; }
.breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 26px; color: #8090aa; font-size: 13px; font-weight: 700; }
.breadcrumb a:hover { color: var(--blue); }
.eyebrow, .section-label { margin: 0 0 16px; color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .01em; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 6px rgba(22,114,249,.09); }
.hero-copy h1 { margin: 0; color: var(--navy); font-size: clamp(44px, 4.4vw, 67px); line-height: 1.18; letter-spacing: -.04em; font-weight: 900; }
.hero-lead { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 1.25vw, 20px); line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 53px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; font-size: 15px; font-weight: 800; transition: .25s ease; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 13px 32px rgba(22,114,249,.22); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(22,114,249,.3); }
.button-ghost { color: var(--navy); background: rgba(255,255,255,.86); border-color: #cfdcf0; }
.button-ghost:hover { color: var(--blue); border-color: var(--blue); }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 24px 0 0; padding: 0; list-style: none; color: #67748e; font-size: 14px; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points i { display: grid; place-items: center; width: 19px; height: 19px; color: var(--blue); background: #e1eeff; border-radius: 50%; font-style: normal; }

.system-visual { position: relative; min-height: 500px; border: 1px solid rgba(22,114,249,.14); border-radius: 36px; background: rgba(255,255,255,.83); box-shadow: var(--shadow); overflow: hidden; }
.system-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(22,114,249,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(22,114,249,.045) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.visual-head { position: absolute; z-index: 4; top: 27px; right: 29px; display: grid; gap: 4px; }
.visual-head span { color: var(--blue); font: 800 11px/1.2 Arial, sans-serif; letter-spacing: .12em; }
.visual-head strong { color: var(--navy); font-size: 16px; }
.visual-core { position: absolute; z-index: 5; top: 50%; right: 50%; width: 210px; min-height: 150px; padding: 27px 22px 23px; text-align: center; transform: translate(50%, -50%); border: 1px solid #b9d7ff; border-radius: 27px; background: #fff; box-shadow: 0 25px 65px rgba(22,114,249,.18); }
.core-badge { display: inline-flex; padding: 6px 9px; margin-bottom: 12px; color: #fff; background: var(--blue); border-radius: 8px; font: 800 10px/1 Arial, sans-serif; }
.visual-core strong { display: block; color: var(--navy); font-size: 21px; }
.visual-core small { display: block; margin-top: 8px; color: var(--muted); line-height: 1.6; }
.visual-node { position: absolute; z-index: 4; width: 160px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 16px 35px rgba(35,75,139,.09); }
.visual-node span { display: inline-grid; place-items: center; width: 27px; height: 27px; margin-bottom: 10px; color: var(--blue); background: #eaf4ff; border-radius: 9px; font: 800 10px/1 Arial, sans-serif; }
.visual-node strong, .visual-node small { display: block; }
.visual-node strong { color: var(--navy); font-size: 14px; }
.visual-node small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.node-users { top: 95px; right: 42px; }
.node-data { top: 95px; left: 42px; }
.node-api { bottom: 57px; right: 42px; }
.node-report { bottom: 57px; left: 42px; }
.visual-line { position: absolute; z-index: 2; width: 125px; height: 1px; background: linear-gradient(90deg, transparent, #a9ccff, transparent); transform-origin: center; }
.line-a { top: 196px; right: 171px; transform: rotate(20deg); }
.line-b { top: 196px; left: 171px; transform: rotate(-20deg); }
.line-c { bottom: 164px; right: 171px; transform: rotate(-20deg); }
.line-d { bottom: 164px; left: 171px; transform: rotate(20deg); }

.definition-section { padding-top: 62px; }
.definition-card { position: relative; padding: 40px 44px; border: 1px solid #cfe3ff; border-radius: 28px; background: linear-gradient(135deg, #f8fbff, #eef6ff); box-shadow: 0 18px 52px rgba(35,75,139,.08); }
.definition-card::after { content: "؟"; position: absolute; left: 28px; top: 18px; color: rgba(22,114,249,.08); font: 900 100px/1 Arial, sans-serif; }
.definition-card h2, .section-heading h2, .detail-grid h2, .cta-box h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 3vw, 46px); line-height: 1.25; font-weight: 900; letter-spacing: -.025em; }
.definition-card > p:last-child { position: relative; z-index: 2; margin: 18px 0 0; color: #4f607e; font-size: 18px; line-height: 2; }

.section-heading { max-width: 820px; margin-bottom: 40px; }
.section-heading h2 { font-size: clamp(32px, 3vw, 48px); }
.section-heading > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.compact-heading { margin-bottom: 0; }
.need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.need-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: .25s ease; }
.need-grid article:hover { transform: translateY(-4px); border-color: #b9d7ff; box-shadow: 0 18px 40px rgba(35,75,139,.08); }
.need-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; color: var(--blue); background: #eaf4ff; border-radius: 12px; font: 900 11px/1 Arial, sans-serif; }
.need-grid h3 { margin: 0; color: var(--navy); font-size: 18px; }
.need-grid p { margin: 10px 0 0; color: var(--muted); line-height: 1.8; }

.decision-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; }
.decision-card { padding: 31px; border: 1px solid #cfe3ff; border-radius: 25px; background: #fff; box-shadow: 0 20px 52px rgba(35,75,139,.09); }
.decision-card h3 { margin: 0 0 19px; color: var(--navy); font-size: 20px; }
.decision-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; color: #596986; }
.decision-card li { display: flex; gap: 10px; line-height: 1.7; }
.decision-card i { color: var(--blue); font-style: normal; font-weight: 900; }

.system-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.system-types article { min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: 21px; background: #fff; }
.system-types span { display: block; color: var(--navy); font-size: 17px; font-weight: 900; }
.system-types p { margin: 10px 0 0; color: var(--muted); line-height: 1.75; }

.architecture-section { background: #071a47; color: #fff; }
.architecture-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.architecture-section .section-label { color: #72adff; }
.architecture-section .section-heading h2 { color: #fff; }
.architecture-section .section-heading > p:last-of-type { color: #afbdd5; }
.tech-principle { margin-top: 26px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); }
.tech-principle strong { color: #fff; font-size: 18px; }
.tech-principle p { margin: 7px 0 0; color: #aebed7; line-height: 1.8; }
.component-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.component-grid span { display: grid; place-items: center; min-height: 92px; padding: 16px; text-align: center; color: #e7f1ff; border: 1px solid rgba(122,174,255,.2); border-radius: 17px; background: rgba(255,255,255,.055); font-weight: 800; }

.process-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 35px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { display: grid; place-items: center; width: 50px; height: 50px; color: var(--blue); background: #eaf4ff; border-radius: 15px; font: 900 12px/1 Arial, sans-serif; }
.process-list h3 { margin: 2px 0 6px; color: var(--navy); font-size: 18px; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.75; }

.compare-section { background: #f6faff; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 18px 45px rgba(35,75,139,.07); }
table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: right; }
th, td { padding: 18px 22px; border-bottom: 1px solid #e8eff8; }
thead th { color: #fff; background: var(--navy); font-size: 15px; }
thead th:first-child { border-radius: 0 21px 0 0; }
thead th:last-child { border-radius: 21px 0 0 0; }
tbody th { color: var(--navy); background: #fbfdff; font-size: 14px; }
tbody td { color: #596986; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }

.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.detail-grid article { padding: 31px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 16px 42px rgba(35,75,139,.06); }
.detail-grid h2 { font-size: 30px; }
.detail-grid article > p:not(.section-label) { color: var(--muted); line-height: 1.9; }
.detail-grid ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.detail-grid li { padding: 7px 10px; color: var(--blue); background: #ebf5ff; border-radius: 9px; font-size: 12px; font-weight: 800; }

.cost-section { background: linear-gradient(135deg, #edf5ff, #f8fbff); }
.cost-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.cost-factors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cost-factors span { padding: 17px 20px; color: var(--navy); border: 1px solid #cfe3ff; border-radius: 14px; background: #fff; font-weight: 800; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: #fff; overflow: hidden; }
.faq-list summary { position: relative; padding: 20px 54px 20px 22px; color: var(--navy); cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "+"; position: absolute; right: 20px; top: 50%; width: 25px; height: 25px; display: grid; place-items: center; color: var(--blue); background: #eaf4ff; border-radius: 8px; transform: translateY(-50%); font: 800 18px/1 Arial, sans-serif; }
.faq-list details[open] summary::before { content: "−"; }
.faq-list p { margin: 0; padding: 0 22px 21px; color: var(--muted); line-height: 1.9; }

.final-cta { padding: 50px 0 90px; }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding: 42px 45px; color: #fff; background: var(--navy); border-radius: 31px; box-shadow: 0 25px 65px rgba(7,26,71,.18); }
.cta-box .section-label { color: #75afff; }
.cta-box h2 { color: #fff; font-size: clamp(30px, 3vw, 43px); }
.cta-box p:not(.section-label) { max-width: 720px; margin: 13px 0 0; color: #b9c8df; line-height: 1.85; }
.cta-box .button { flex: 0 0 auto; }

.page-footer { padding: 32px 0; border-top: 1px solid var(--line); background: #f7fbff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 35px; align-items: center; color: var(--muted); }
.footer-brand { margin-bottom: 7px; }
.footer-grid p { margin: 0; font-size: 13px; }
.footer-grid nav { display: flex; gap: 18px; font-size: 13px; font-weight: 700; }
.footer-grid nav a:hover { color: var(--blue); }
.footer-grid > span { font-size: 12px; }

@media (max-width: 1050px) {
  .main-nav { gap: 20px; }
  .hero-grid, .architecture-grid, .decision-grid, .cost-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .system-visual { width: min(680px, 100%); margin-inline: auto; }
  .need-grid { grid-template-columns: repeat(2, 1fr); }
  .system-types { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
  .component-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 880px) {
  .site-header { top: 10px; right: 12px; left: 12px; height: 70px; }
  .header-inner { padding: 0 16px; border-radius: 18px; }
  .brand-text { font-size: 18px; }
  .brand-symbol { width: 31px; height: 31px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-right: auto; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: 90px; right: 12px; left: 12px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 14px 12px; border-bottom: 1px solid #edf2f8; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .service-hero { min-height: auto; padding-top: 128px; }
  .section-space { padding: 72px 0; }
  .component-grid { grid-template-columns: repeat(3, 1fr); }
  .process-list { grid-template-columns: 1fr; }
  .cta-box { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid nav { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .page-shell, .narrow-shell { width: min(100% - 28px, 1240px); }
  .section-space { padding: 58px 0; }
  .service-hero { padding-bottom: 64px; }
  .hero-copy h1 { font-size: clamp(38px, 11vw, 50px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .system-visual { min-height: 520px; }
  .visual-node { width: 135px; padding: 13px; }
  .node-users { top: 95px; right: 18px; }
  .node-data { top: 95px; left: 18px; }
  .node-api { bottom: 48px; right: 18px; }
  .node-report { bottom: 48px; left: 18px; }
  .visual-core { width: 190px; }
  .visual-line { display: none; }
  .definition-card { padding: 30px 24px; }
  .need-grid, .system-types, .component-grid, .cost-factors { grid-template-columns: 1fr; }
  .component-grid span { min-height: 67px; }
  .detail-grid article { padding: 26px; }
  .cta-box { padding: 32px 25px; }
}

/* Web development service */
.web-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}
.browser-window {
  position: relative;
  width: min(590px, 92%);
  overflow: hidden;
  border: 1px solid #d4e5fb;
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(30, 82, 158, .17);
  transform: perspective(1100px) rotateY(-7deg) rotateX(2deg);
}
.browser-bar {
  direction: ltr;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 47px;
  padding: 0 16px;
  border-bottom: 1px solid #e7eff9;
  background: #f7faff;
}
.browser-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #bdd2ef;
}
.browser-bar span {
  flex: 1;
  margin-left: 9px;
  padding: 7px 12px;
  color: #7b8ba7;
  border: 1px solid #e0eaf6;
  border-radius: 9px;
  background: #fff;
  font: 600 10px/1 Arial, sans-serif;
}
.browser-canvas {
  min-height: 365px;
  padding: 46px 38px 34px;
  background:
    radial-gradient(circle at 18% 20%, rgba(36,126,255,.11), transparent 31%),
    linear-gradient(145deg, #fbfdff, #eef6ff);
}
.mock-nav { display: block; width: 56%; height: 8px; margin: 0 0 55px auto; border-radius: 10px; background: linear-gradient(90deg, #c8d8ec, #e3ebf5); }
.browser-canvas strong { display: block; max-width: 390px; color: var(--navy); font-size: clamp(28px, 3vw, 43px); line-height: 1.15; letter-spacing: -.7px; }
.browser-canvas strong em { color: var(--blue); font-style: normal; }
.mock-copy { display: block; width: 74%; height: 9px; margin-top: 25px; border-radius: 20px; background: #cad9ec; }
.mock-copy.short { width: 51%; margin-top: 10px; }
.mock-actions { display: flex; gap: 10px; margin-top: 25px; }
.mock-actions b { display: block; width: 115px; height: 37px; border-radius: 11px; background: var(--blue); }
.mock-actions b:last-child { width: 95px; border: 1px solid #c9d9ed; background: #fff; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 40px; }
.mock-cards i { height: 56px; border: 1px solid #dce9f8; border-radius: 13px; background: rgba(255,255,255,.82); box-shadow: 0 10px 24px rgba(37,94,174,.06); }
.device-card {
  position: absolute;
  z-index: 3;
  width: 165px;
  padding: 14px 16px;
  border: 1px solid #d4e4f8;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 45px rgba(25,73,145,.12);
  backdrop-filter: blur(8px);
}
.device-card span { display: block; margin-bottom: 7px; color: var(--blue); font: 800 9px/1 Arial, sans-serif; text-transform: uppercase; letter-spacing: .8px; }
.device-card strong { display: block; color: var(--navy); font-size: 15px; }
.device-card small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.device-mobile { top: 65px; right: 0; }
.device-speed { bottom: 60px; right: 18px; }
.device-code { bottom: 82px; left: 0; }
.web-types { grid-template-columns: repeat(3, 1fr); }
.table-note { margin: 18px 0 0; color: var(--muted); line-height: 1.8; font-size: 14px; }

@media (max-width: 1050px) {
  .web-visual { width: min(720px, 100%); margin-inline: auto; }
}
@media (max-width: 620px) {
  .web-visual { min-height: 515px; }
  .browser-window { width: 96%; transform: none; border-radius: 21px; }
  .browser-canvas { min-height: 330px; padding: 38px 24px 28px; }
  .browser-canvas strong { font-size: 30px; }
  .mock-nav { margin-bottom: 45px; }
  .device-card { width: 130px; padding: 11px 12px; }
  .device-mobile { top: 35px; right: -4px; }
  .device-speed { bottom: 20px; right: 5px; }
  .device-code { bottom: 32px; left: 3px; }
  .device-card small { display: none; }
}
