* { box-sizing: border-box; }
html { scroll-behaviour: smooth; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #14263d;
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }

.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e8edf3;
}
.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; }
.logo { font-size: 28px; font-weight: 800; letter-spacing: -1.2px; color: #1767d9; }
.logo span { color: #14263d; }
nav { display: flex; gap: 30px; align-items: center; }
nav a { font-weight: 600; color: #25364b; }
nav a:hover { color: #1767d9; }
.menu-toggle { display: none; border: 0; background: none; font-size: 26px; }

.hero {
  background: linear-gradient(120deg, #eef7ff 0%, #f8fbff 55%, #eaf4ff 100%);
  overflow: hidden;
}
.hero-content { min-height: 490px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; }
.eyebrow { margin: 0 0 8px; color: #1767d9; font-size: 13px; font-weight: 800; letter-spacing: 1.6px; }
h1 { margin: 0; max-width: 650px; font-size: clamp(42px, 5vw, 68px); line-height: 1.03; letter-spacing: -2.8px; }
.hero-text { max-width: 580px; color: #53657a; font-size: 18px; margin: 22px 0 28px; }
.button {
  display: inline-block; padding: 13px 22px; border-radius: 9px;
  background: #1767d9; color: #fff; font-weight: 700;
  box-shadow: 0 8px 20px rgba(23,103,217,.22);
  transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(23,103,217,.28); }

.hero-art { height: 360px; position: relative; display: grid; place-items: center; }
.laptop { width: 390px; transform: rotate(-3deg); filter: drop-shadow(0 25px 25px rgba(25,60,100,.18)); }
.screen { height: 235px; border: 12px solid #25374c; border-bottom-width: 18px; border-radius: 15px 15px 5px 5px; background: #f8fbff; padding: 20px; position: relative; }
.screen span { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #9bb7d5; margin-right: 6px; }
.screen-card { margin-top: 25px; width: 80%; height: 34px; border-radius: 8px; background: #dbeaff; }
.screen-card.small { width: 55%; margin-top: 12px; background: #e9f1fa; }
.keyboard { height: 22px; margin: -2px -28px 0; background: #8d9aaa; border-radius: 2px 2px 12px 12px; }
.plant { position: absolute; right: 8%; bottom: 20px; width: 95px; height: 190px; }
.plant i { position: absolute; width: 42px; height: 100px; background: #4c9b70; border-radius: 100% 0 100% 0; transform-origin: bottom; }
.plant i:nth-child(1) { left: 30px; transform: rotate(-25deg); }
.plant i:nth-child(2) { left: 48px; transform: rotate(18deg); }
.plant i:nth-child(3) { left: 4px; transform: rotate(-48deg); }
.plant b { position: absolute; bottom: 0; left: 22px; width: 58px; height: 65px; border-radius: 8px 8px 18px 18px; background: #c47a51; }

.section { padding: 88px 0; }
.section-heading { text-align: center; margin-bottom: 42px; }
.section-heading h2, .about h2, .contact h2 { margin: 0; font-size: 38px; line-height: 1.15; letter-spacing: -1px; }
.section-heading > p:last-child { color: #6a7a8d; margin-top: 8px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  overflow: hidden; background: #fff; border: 1px solid #e4eaf1;
  border-radius: 14px; box-shadow: 0 8px 25px rgba(26,55,85,.07);
  transition: transform .2s, box-shadow .2s;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(26,55,85,.13); }
.service-image { height: 185px; position: relative; overflow: hidden; }
.web-design { background: linear-gradient(135deg,#cfe7ff,#f6fbff); }
.development { background: linear-gradient(135deg,#182638,#506b84); }
.marketing { background: linear-gradient(135deg,#f3dfd1,#e9f1f9); }
.photography { background: linear-gradient(135deg,#dbe5ed,#f7f3ec); }
.consulting { background: linear-gradient(135deg,#eee5d9,#f9fafc); }
.support { background: linear-gradient(135deg,#d9e6ef,#edf5fa); }

.mini-window { position:absolute; width:220px; height:130px; left:50%; top:50%; transform:translate(-50%,-50%); background:white; border-radius:8px; padding:12px; box-shadow:0 12px 25px #6285a340; }
.mini-window b { display:inline-block; width:7px;height:7px;border-radius:50%;background:#8bb0d4;margin-right:4px; }
.mini-window div { height:22px;background:#d9eaff;border-radius:5px;margin-top:12px; }
.mini-window div:last-child { width:65%;background:#edf4fb; }
.code-lines { width:270px; margin:40px auto; }
.code-lines i { display:block; height:8px; margin:10px 0; border-radius:5px; background:#6ea2cf; }
.code-lines i:nth-child(2),.code-lines i:nth-child(5){width:72%;}.code-lines i:nth-child(3){width:88%;}.code-lines i:nth-child(4){width:54%;}.code-lines i:nth-child(6){width:65%;}
.phone { width:105px;height:175px;border:8px solid #26384c;border-radius:22px;background:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-45%) rotate(10deg);padding:22px 12px; }
.chart { height:65px; background:linear-gradient(150deg,transparent 45%,#7952c9 46% 50%,transparent 51%),linear-gradient(25deg,transparent 46%,#3d8de0 47% 51%,transparent 52%); border-bottom:3px solid #d9e4ef; }
.chart-line { height:9px;width:65%;background:#dce7f1;border-radius:4px;margin-top:12px; }
.camera { position:absolute;width:150px;height:85px;border-radius:18px;background:#33465a;left:50%;top:50%;transform:translate(-50%,-50%); }
.camera:before { content:"";position:absolute;width:52px;height:12px;background:#33465a;top:-10px;left:22px;border-radius:6px 6px 0 0; }
.lens { position:absolute;width:58px;height:58px;border-radius:50%;background:#152536;border:9px solid #73879a;left:46px;top:13px;box-shadow:inset 0 0 0 8px #22384d; }
.paper { position:absolute;width:130px;height:115px;background:white;left:30%;top:20px;transform:rotate(-8deg);box-shadow:0 8px 20px #6662; }
.paper:after { content:"";position:absolute;left:20px;right:20px;top:30px;height:8px;background:#d7e2ed;box-shadow:0 22px #d7e2ed,0 44px #d7e2ed; }
.calculator { position:absolute;width:85px;height:115px;background:#2e4052;border-radius:8px;right:23%;bottom:18px;transform:rotate(8deg);padding:35px 12px 10px; }
.calculator i { display:inline-block;width:13px;height:13px;background:#dbe4ec;border-radius:3px;margin:3px; }
.headphones { position:absolute;width:150px;height:120px;left:50%;top:50%;transform:translate(-50%,-42%);border:16px solid #273b50;border-bottom:0;border-radius:80px 80px 0 0; }
.headphones i,.headphones b { position:absolute;bottom:-13px;width:36px;height:55px;background:#273b50;border-radius:10px; }
.headphones i {left:-18px}.headphones b {right:-18px}

.service-body { padding: 0 24px 25px; text-align: center; position:relative; }
.icon { width:45px;height:45px;display:grid;place-items:center;margin:-23px auto 13px;border-radius:50%;background:#1767d9;color:#fff;border:4px solid #fff;font-weight:900;position:relative;z-index:2; }
.icon.green{background:#2dbb63}.icon.purple{background:#8152cf}.icon.orange{background:#ef9716}.icon.cyan{background:#18aabd}.icon.pink{background:#e95d7b}
.service-body h3 { margin: 0 0 7px; font-size: 20px; }
.service-body p { margin: 0; color: #68788b; font-size: 14px; }

.about { background:#f7faff; }
.about-box,.contact-box { display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center; }
.about-box > p,.contact-box p { color:#65768a;font-size:17px; }
.contact-box { padding:55px; background:#eef6ff;border-radius:18px; }
.contact-box .button { justify-self:end; }

footer { background:#14263d;color:#d8e2ed;padding:28px 0; }
.footer-inner { display:flex;justify-content:space-between;align-items:center;font-size:14px; }
.footer-inner strong {color:#fff;font-size:18px}.footer-inner span{color:#9eafc1}
.footer-links{display:flex;gap:22px}.footer-links a:hover{color:#fff}

@media (max-width: 850px) {
  .hero-content { grid-template-columns:1fr; padding:65px 0; }
  .hero-art { height:270px; order:-1; }
  .laptop { transform:scale(.78) rotate(-3deg); }
  .service-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 620px) {
  .container { width:min(100% - 28px, 1160px); }
  nav { display:none; position:absolute;top:70px;left:0;right:0;background:white;padding:18px 20px;flex-direction:column;gap:18px;border-bottom:1px solid #e4eaf1; }
  nav.open { display:flex; }.menu-toggle{display:block}
  h1{font-size:42px}.hero-content{min-height:auto}.hero-art{height:220px}.laptop{transform:scale(.6) rotate(-3deg)}
  .service-grid{grid-template-columns:1fr}.section{padding:65px 0}
  .about-box,.contact-box{grid-template-columns:1fr;gap:15px}.contact-box{padding:35px 25px}.contact-box .button{justify-self:start}
  .footer-inner{flex-direction:column;gap:15px;text-align:center}
}
