@font-face { font-family: "Roboto"; src: url('/assets/fonts/Roboto-Latin-Variable.woff2') format('woff2'); font-weight: 400 900; font-style: normal; font-display: swap; }

:root {
  --ink: #090c11;
  --muted: #5b6572;
  --paper: #ffffff;
  --paper-2: #f3f8ff;
  --white: #ffffff;
  --orange: #007aff;
  --orange-dark: #0062cc;
  --lime: #82c2ff;
  --green: #073b74;
  --line: rgba(0, 70, 145, .14);
  --shadow: 0 22px 60px rgba(0, 62, 132, .13);
  --radius: 26px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 110px 0; }
.section-tight { padding: 72px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--orange-dark); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .76rem; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3, h4 { font-family: "Roboto", sans-serif; line-height: 1.07; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7.2vw, 7.3rem); max-width: 1040px; }
h2 { font-size: clamp(2.4rem, 4.8vw, 5rem); max-width: 900px; }
h3 { font-size: clamp(1.5rem, 2.4vw, 2.25rem); }
p { margin: 0; }
.lead { font-size: clamp(1.15rem, 2vw, 1.45rem); color: var(--muted); max-width: 720px; }
.accent { color: var(--orange); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--orange); border-color: var(--orange); }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink); }
.button-ghost { background: transparent; color: var(--ink); }
.button-ghost:hover { color: white; }
.button .arrow { font-size: 1.2em; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

/* Header */
[data-header] { position: sticky; z-index: 60; top: 0; }
.site-header { position: relative; z-index: 50; background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header.scrolled { border-color: var(--line); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 11px; font-family: "Roboto", sans-serif; font-size: 1.08rem; font-weight: 700; letter-spacing: -.03em; }
.brand-logo { display: block; width: 138px; height: auto; object-fit: contain; }
.brand-logo-light { width: 158px; }
.logo-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--orange); font-size: 1.2rem; }
.nav-links { display: flex; align-items: center; gap: 20px; list-style: none; padding: 0; margin: 0; font-size: .88rem; font-weight: 600; }
.nav-links a { position: relative; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-cta { padding: 10px 17px; border-radius: 99px; border: 1px solid var(--ink); }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; border: 0; background: none; width: 45px; height: 45px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; background: var(--ink); margin: 6px 0; transition: .2s; }

/* Hero */
.hero { padding: 70px 0 40px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 42px; align-items: end; }
.hero h1 { font-size: clamp(3.7rem, 7.6vw, 7.8rem); }
.hero-copy { padding-bottom: 30px; }
.hero-copy .lead { margin-top: 28px; }
.hero-focus-list { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 26px 0 0; }
.hero-focus-list li { padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; color: #243244; background: var(--paper-2); font-size: .82rem; font-weight: 700; }
.hero-visual { min-height: 600px; border-radius: 160px 160px 28px 28px; position: relative; overflow: hidden; box-shadow: var(--shadow); background: linear-gradient(145deg, #086bd7, #03244f); }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(1, 25, 54, .34)); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.orb { position: absolute; z-index: 2; border-radius: 50%; border: 1px solid rgba(255,255,255,.55); }
.orb-one { width: 210px; height: 210px; right: -45px; top: 120px; }
.orb-two { width: 110px; height: 110px; left: 38px; bottom: 90px; background: var(--lime); border: none; mix-blend-mode: screen; opacity: .65; }
.hero-tag { position: absolute; z-index: 3; right: 20px; top: 22%; transform: rotate(4deg); width: 190px; padding: 18px; background: var(--white); border-radius: 18px; box-shadow: var(--shadow); font-family: "Roboto", sans-serif; font-weight: 700; line-height: 1.2; }
.scroll-cue { margin-top: 45px; display: inline-flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.scroll-cue span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; }

/* Shared sections */
.statement { background: var(--ink); color: white; }
.statement-inner { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; align-items: start; }
.statement h2 { max-width: 920px; }
.statement h2 em { color: var(--lime); font-style: normal; }
.service-list { border-top: 1px solid var(--line); margin-top: 50px; }
.service-row { display: grid; grid-template-columns: 80px 1fr 1fr 60px; gap: 30px; align-items: center; padding: 46px 0; border-bottom: 1px solid var(--line); transition: padding .25s; }
.service-row:hover { padding-left: 16px; }
.service-number { color: var(--orange); font-family: "Roboto", sans-serif; font-weight: 700; }
.service-row p { color: var(--muted); max-width: 530px; }
.service-arrow { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: .2s; }
.service-arrow::before { content: ""; width: 10px; height: 10px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.service-row:hover .service-arrow { background: var(--orange); border-color: var(--orange); color: white; transform: none; }
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.feature-copy p { margin-top: 24px; }
.service-panel { position: relative; overflow: hidden; }
.service-panel-ai { background: #061b35; color: white; }
.service-panel-drone { background: var(--white); }
.service-panel-search { background: #edf6ff; color: var(--ink); }
.service-panel-number { position: absolute; right: max(20px, calc((100vw - var(--max)) / 2)); top: 30px; color: rgba(0, 122, 255, .08); font-family: "Roboto", sans-serif; font-size: clamp(7rem, 18vw, 15rem); line-height: .8; font-weight: 700; letter-spacing: -.08em; pointer-events: none; }
.service-panel-drone .service-panel-number { color: rgba(0, 92, 194, .09); }
.service-panel-search .service-panel-number { color: rgba(0, 92, 194, .09); }
.service-panel-ai .service-panel-number { color: rgba(130, 194, 255, .09); }
.service-panel .container { position: relative; z-index: 1; }
.service-panel-ai .eyebrow { color: var(--lime); }
.service-panel-ai .lead { color: rgba(255, 255, 255, .76); }
.service-panel-ai .pill { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .06); color: white; }
.service-panel-ai .feature-visual.ai { border: 1px solid rgba(130, 194, 255, .24); box-shadow: 0 24px 70px rgba(0, 0, 0, .28); }
.service-panel-ai .button-light:hover { background: var(--orange); border-color: var(--orange); }
.service-panel-search .eyebrow { color: var(--orange-dark); }
.service-panel-search .lead { color: var(--muted); }
.service-panel-search .pill { border-color: var(--line); background: rgba(255, 255, 255, .5); color: var(--ink); }
.feature-visual { min-height: 540px; border-radius: var(--radius); overflow: hidden; position: relative; background: #e7f2ff; }
.feature-visual.ai { background: linear-gradient(150deg, #086bd7, #021d41); }
.feature-visual.drone { background: linear-gradient(150deg, #e5f4ff, #70b7ff); }
.feature-visual.search { background: linear-gradient(150deg, #e2f1ff, #007aff); }
.visual-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 48px 48px; }
.visual-label { position: absolute; bottom: 24px; left: 24px; padding: 12px 16px; border-radius: 99px; background: rgba(255,255,255,.92); color: var(--ink); font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.service-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.feature-visual:hover .service-photo { transform: scale(1.035); }
.feature-visual .visual-label { z-index: 2; }
.node { position: absolute; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-family: "Roboto", sans-serif; font-weight: 700; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.node.n1 { width: 150px; height: 150px; top: 80px; left: 70px; }
.node.n2 { width: 100px; height: 100px; top: 180px; right: 60px; background: var(--orange); color: white; }
.node.n3 { width: 120px; height: 120px; bottom: 70px; left: 45%; background: white; }
.drone-shape { position: absolute; width: 180px; height: 80px; background: var(--ink); border-radius: 50%; left: 50%; top: 42%; transform: translate(-50%,-50%); }
.drone-shape::before, .drone-shape::after { content: ""; position: absolute; width: 135px; height: 12px; background: var(--ink); top: 28px; }
.drone-shape::before { left: -100px; transform: rotate(-12deg); }
.drone-shape::after { right: -100px; transform: rotate(12deg); }
.drone-lens { position: absolute; width: 44px; height: 44px; border-radius: 50%; border: 9px solid var(--ink); background: #7dc4ff; left: 50%; top: 54%; transform: translateX(-50%); }
.marketing-dashboard { position: absolute; inset: 42px 38px 78px; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr auto; gap: 14px; }
.channel-card { min-width: 0; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 16px 40px rgba(0, 55, 115, .16); padding: 20px; }
.channel-head { display: flex; align-items: center; gap: 9px; padding-bottom: 15px; border-bottom: 1px solid #e2eaf3; font-size: .86rem; }
.channel-logo { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: white; font-weight: 800; }
.google-logo { border: 1px solid #e1e8f0; background: #fff; color: #4285f4; box-shadow: inset 0 -3px 0 #34a853; }
.instagram-logo { position: relative; background: radial-gradient(circle at 68% 68%, #ffdc80 0 14%, #fcaf45 26%, #f77737 42%, #e1306c 61%, #c13584 76%, #833ab4 100%); }
.instagram-logo::before { content: ""; position: absolute; inset: 6px; border: 2px solid white; border-radius: 7px; }
.instagram-logo::after { content: ""; position: absolute; width: 6px; height: 6px; left: 11px; top: 11px; border: 2px solid white; border-radius: 50%; }
.live-status { margin-left: auto; color: #188b4b; background: #e9f8ef; padding: 4px 8px; border-radius: 99px; font-size: .66rem; font-weight: 700; }
.search-query { margin: 22px 0 18px; padding: 11px 14px; border: 1px solid #d7e0eb; border-radius: 99px; color: #687587; font-size: .76rem; }
.search-query::before { content: none; }
.search-result { display: grid; gap: 7px; }
.search-result small { color: #27804c; font-size: .67rem; }
.search-result b { color: #1558b0; font-size: 1rem; line-height: 1.2; }
.search-result p { color: #687587; font-size: .72rem; line-height: 1.45; }
.instagram-card { display: flex; flex-direction: column; }
.instagram-profile { display: grid; grid-template-columns: 25px 1fr; grid-template-rows: auto auto; column-gap: 8px; align-items: center; padding-top: 12px; }
.instagram-avatar { grid-row: 1 / 3; width: 25px; height: 25px; border-radius: 50%; background: url('/assets/drohnen-hotel-alpen-v2.webp') center / cover; box-shadow: 0 0 0 2px #e1306c; }
.instagram-profile b { font-size: .68rem; line-height: 1.1; }
.instagram-profile small { color: #7c8795; font-size: .56rem; line-height: 1.1; }
.meta-creative { flex: 1; margin-top: 10px; border-radius: 9px; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; color: white; background: linear-gradient(160deg, rgba(3, 31, 70, .08), rgba(3, 31, 70, .86)), url('/assets/drohnen-hotel-alpen-v2.webp') center / cover; }
.meta-creative span { font-size: .66rem; opacity: .78; }
.meta-creative strong { margin-top: 7px; font-size: 1.05rem; line-height: 1.15; }
.instagram-actions { display: flex; gap: 10px; padding-top: 7px; color: #1b2028; font-size: 1rem; line-height: 1; }
.campaign-result { grid-column: 1 / -1; justify-self: center; display: flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 99px; color: white; background: #071d39; box-shadow: 0 12px 30px rgba(0, 36, 78, .2); }
.campaign-result strong { color: var(--lime); font-family: "Roboto", sans-serif; font-size: 1.15rem; }
.campaign-result span { font-size: .72rem; font-weight: 600; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.pill { padding: 9px 14px; border-radius: 99px; border: 1px solid var(--line); background: rgba(255,255,255,.35); font-weight: 600; font-size: .86rem; }

.references { background: var(--white); }
.reference-intro { margin-top: 22px; }
.logo-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.logo-item { min-height: 135px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; transition: background .2s ease; }
.logo-item:hover { background: var(--paper-2); }
.logo-item img { width: min(100%, 190px); max-height: 58px; object-fit: contain; }
.cta-block { padding: 90px 20px; background: var(--white); color: white; }
.cta-inner { display: flex; justify-content: space-between; gap: 50px; align-items: end; padding: clamp(42px, 6vw, 78px); border-radius: 30px; background: var(--orange); box-shadow: 0 24px 70px rgba(0, 82, 175, .18); }
.cta-inner h2 { max-width: 850px; }
.cta-button { min-width: 215px; border-color: #071d39; background: #071d39; color: white; }
.cta-button:hover { border-color: white; background: white; color: #071d39; }

/* Detail pages */
.page-hero { padding: 88px 0 80px; }
.page-hero h1 { max-width: 1130px; }
.page-hero .lead { margin-top: 28px; }
.page-hero-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.page-hero-meta span { padding: 9px 14px; border-radius: 99px; background: var(--white); border: 1px solid var(--line); font-weight: 600; font-size: .85rem; }
.breadcrumb-wrap { border-bottom: 1px solid var(--line); background: #f8fbff; }
.breadcrumbs { min-height: 48px; display: flex; align-items: center; }
.breadcrumbs ol { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; list-style: none; padding: 8px 0; margin: 0; color: var(--muted); font-size: .78rem; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 8px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: #91a1b4; }
.breadcrumbs a { color: var(--orange-dark); font-weight: 700; }
.breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }
.wide-placeholder { height: min(62vw, 650px); min-height: 420px; border-radius: var(--radius); position: relative; overflow: hidden; background: linear-gradient(135deg, #052d5e, #007aff); }
.wide-placeholder.drone-bg { background: linear-gradient(140deg, #dff2ff, #73b8ff 70%, #0753a2); }
.wide-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wide-placeholder .visual-label { z-index: 2; }
.big-word { position: absolute; left: 4%; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.16); font-family: "Roboto", sans-serif; font-weight: 700; font-size: clamp(4rem, 12vw, 12rem); letter-spacing: -.08em; white-space: nowrap; }
.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.intro-grid .lead { font-size: clamp(1.35rem, 2.5vw, 2rem); color: var(--ink); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.card { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.35); display: flex; flex-direction: column; }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--lime); font-weight: 700; }
.card h3 { margin-top: auto; margin-bottom: 14px; font-size: 1.45rem; }
.card p { color: var(--muted); font-size: .95rem; }
.process { background: var(--green); color: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 58px; }
.process-step { border-top: 1px solid rgba(255,255,255,.3); padding-top: 22px; }
.process-step strong { color: var(--lime); display: block; margin-bottom: 35px; }
.process-step h3 { font-size: 1.35rem; margin-bottom: 12px; }
.process-step p { color: rgba(255,255,255,.7); font-size: .92rem; }
.quote { padding: 45px; background: var(--white); border-radius: var(--radius); font-family: "Roboto", sans-serif; font-size: clamp(1.5rem, 3vw, 2.8rem); line-height: 1.25; letter-spacing: -.03em; }
.faq-section { background: var(--white); }
.faq-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-heading p { color: var(--muted); max-width: 600px; }
.faq-list { max-width: 980px; margin: 56px 0 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; min-height: 82px; padding: 20px 64px 20px 0; cursor: pointer; list-style: none; font-size: clamp(1.08rem, 2vw, 1.35rem); font-weight: 700; line-height: 1.3; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 18px; height: 2px; background: var(--orange); transition: transform .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-answer { padding: 0 64px 26px 0; color: var(--muted); max-width: 800px; }
.faq-list summary:focus-visible { outline: 3px solid rgba(0, 122, 255, .3); outline-offset: 4px; border-radius: 4px; }

/* Supporting pages */
.prose { max-width: 800px; }
.prose h2 { font-size: 2rem; margin: 55px 0 20px; }
.prose h3 { font-size: 1.35rem; margin: 35px 0 14px; }
.prose p, .prose li { color: var(--muted); }
.prose p + p { margin-top: 18px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 55px; }
.post-card { background: var(--white); border-radius: 22px; overflow: hidden; border: 1px solid var(--line); }
.post-image { height: 220px; background: linear-gradient(135deg, var(--green), var(--lime)); position: relative; }
.post-card:nth-child(2) .post-image { background: linear-gradient(135deg, #d8edff, #58a9ff); }
.post-card:nth-child(3) .post-image { background: linear-gradient(135deg, #82c2ff, #0753a2); }
.post-content { padding: 24px; }
.post-content small { color: var(--orange-dark); font-weight: 700; }
.post-content h3 { font-size: 1.35rem; margin: 12px 0; }
.post-content p { color: var(--muted); font-size: .94rem; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-details { margin-top: 40px; display: grid; gap: 24px; }
.contact-details strong { display: block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--orange-dark); }
.contact-form { background: var(--white); padding: 38px; border-radius: var(--radius); border: 1px solid var(--line); }
.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-size: .84rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); padding: 14px; color: var(--ink); }
.field textarea { resize: vertical; min-height: 150px; }
.form-note { color: var(--muted); font-size: .78rem; margin: 16px 0; }

/* Footer */
.site-footer { padding: 75px 0 28px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; padding-bottom: 60px; }
.footer-brand p { color: rgba(255,255,255,.65); max-width: 370px; margin-top: 24px; }
.footer-col h4 { font-size: .82rem; color: var(--white); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 20px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: rgba(255,255,255,.86); }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); font-size: .82rem; }
.socials { display: flex; gap: 17px; }

@media (max-width: 950px) {
  .nav-links { position: fixed; inset: 88px 0 0; min-height: calc(100vh - 88px); background: var(--paper); padding: 45px 20px; display: none; flex-direction: column; align-items: flex-start; gap: 22px; font-size: 1.5rem; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .nav-wrap { justify-content: flex-start; }
  .menu-toggle { flex: 0 0 45px; margin-left: auto; }
  .hero-grid, .feature-split, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 480px; border-radius: 100px 100px 24px 24px; }
  .statement-inner, .intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .service-row { grid-template-columns: 55px 1fr 48px; }
  .service-row p { grid-column: 2 / 3; }
  .card-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-inner { align-items: start; flex-direction: column; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .hero { padding-top: 45px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-visual { min-height: 400px; }
  .hero-tag { width: 160px; font-size: .87rem; }
  .service-row { grid-template-columns: 42px 1fr 40px; gap: 12px; padding: 30px 0; }
  .service-row p { font-size: .92rem; }
  .card-grid, .post-grid, .process-grid { grid-template-columns: 1fr; }
  .card { min-height: 270px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-visual { min-height: 420px; }
  .service-panel-number { top: 24px; right: 12px; font-size: 8rem; }
  .marketing-dashboard { inset: 28px 18px 70px; gap: 9px; }
  .channel-card { padding: 13px; }
  .channel-head { gap: 6px; font-size: .72rem; }
  .channel-logo { width: 24px; height: 24px; }
  .live-status { display: none; }
  .search-query { margin: 15px 0 13px; padding: 8px 10px; }
  .meta-creative { padding: 12px; }
  .meta-creative strong { font-size: .86rem; }
  .campaign-result { padding: 8px 12px; }
  .logo-item { min-height: 100px; padding: 18px; }
  .cta-block { padding: 58px 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* 2026 content and component system */
.label-dark { color: #071d39; }
.scroll-cue span { position: relative; }
.scroll-cue span::before { content: ""; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.search-query { display: flex; align-items: center; gap: 9px; }
.search-icon { width: 13px; height: 13px; border: 2px solid #566578; border-radius: 50%; position: relative; flex: 0 0 auto; }
.search-icon::after { content: ""; width: 6px; height: 2px; background: #566578; position: absolute; right: -5px; bottom: -2px; transform: rotate(45deg); }
.google-g { width: 24px; height: 24px; object-fit: contain; flex: 0 0 auto; }
.instagram-actions { align-items: center; position: relative; height: 28px; }
.instagram-actions i { display: inline-block; position: relative; width: 18px; height: 18px; }
.ig-heart::before { content: ""; position: absolute; inset: 3px 2px 2px; border: 1.8px solid #1b2028; border-radius: 7px 7px 8px 8px; transform: rotate(45deg); }
.ig-comment { border: 1.8px solid #1b2028; border-radius: 50%; }
.ig-comment::after { content: ""; position: absolute; left: 1px; bottom: -3px; width: 6px; height: 6px; border-left: 1.8px solid #1b2028; transform: rotate(25deg); }
.ig-send { border-top: 1.8px solid #1b2028; transform: rotate(25deg) skew(-12deg); }
.ig-send::before { content: ""; position: absolute; inset: -1px 0 0; border-right: 1.8px solid #1b2028; border-bottom: 1.8px solid #1b2028; }
.ig-save { margin-left: auto; border: 1.8px solid #1b2028; border-bottom: 0; border-radius: 2px 2px 0 0; }
.ig-save::after { content: ""; position: absolute; width: 10px; height: 10px; left: 2px; bottom: -4px; border-right: 1.8px solid #1b2028; border-bottom: 1.8px solid #1b2028; transform: rotate(45deg); background: white; }

.visual-section { padding-top: 24px; padding-bottom: 68px; }
.intro-highlight { position: relative; overflow: hidden; background: linear-gradient(120deg, #eaf5ff, #f8fbff 60%, #e5f2ff); }
.intro-highlight::after { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(0,122,255,.16); border-radius: 50%; right: -120px; top: -180px; box-shadow: 0 0 0 48px rgba(0,122,255,.025), 0 0 0 96px rgba(0,122,255,.018); }
.intro-highlight .container { position: relative; z-index: 1; }
.body-copy { color: var(--muted); margin-top: 28px; }
.card-grid-four { grid-template-columns: repeat(2, 1fr); }
.card-grid-four .card { min-height: 295px; }
.advantage { background: #f7fbff; }
.info-strip { display: grid; grid-template-columns: .55fr 1.45fr; gap: 28px; margin-top: 28px; padding: 24px 28px; border-radius: 18px; background: #eaf5ff; border: 1px solid var(--line); }
.info-strip strong { color: var(--orange-dark); }

.workflow-visual { height: min(50vw, 570px); min-height: 440px; border-radius: var(--radius); position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 75% 20%, rgba(0,122,255,.55), transparent 30%), linear-gradient(135deg,#020b16,#052b59); box-shadow: var(--shadow); }
.workflow-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px); background-size: 52px 52px; }
.flow-node,.flow-core,.flow-output span,.flow-status { position: absolute; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); backdrop-filter: blur(14px); box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.flow-start { left: 7%; top: 39%; width: 190px; padding: 22px; border-radius: 18px; }
.flow-node small,.flow-core small { display: block; color: var(--lime); font-size: .65rem; letter-spacing: .12em; margin-bottom: 6px; }
.flow-core { left: 50%; top: 50%; transform: translate(-50%,-50%); width: 250px; padding: 30px; border-radius: 28px; text-align: center; background: rgba(0,122,255,.35); border-color: rgba(130,194,255,.5); }
.flow-core strong { font-size: 1.8rem; }
.flow-core div { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.flow-core div span { padding: 7px 10px; background: rgba(255,255,255,.12); border-radius: 8px; font-size: .75rem; }
.flow-output { position: absolute; right: 7%; top: 27%; display: grid; gap: 16px; }
.flow-output span { position: relative; width: 150px; padding: 14px 18px; border-radius: 14px; background: rgba(255,255,255,.92); color: var(--ink); font-weight: 700; }
.flow-line { position: absolute; top: 50%; height: 2px; background: linear-gradient(90deg,transparent,var(--lime),transparent); }
.flow-line::after { content: ""; position: absolute; right: 6px; top: -4px; width: 8px; height: 8px; border-top: 2px solid var(--lime); border-right: 2px solid var(--lime); transform: rotate(45deg); }
.line-a { left: 22%; width: 19%; }.line-b { left: 59%; width: 22%; }
.flow-status { left: 50%; bottom: 7%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 99px; font-size: .75rem; }
.flow-status i { width: 8px; height: 8px; border-radius: 50%; background: #4ee58b; box-shadow: 0 0 0 6px rgba(78,229,139,.12); }

.ads-stage { min-height: 510px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; align-items: center; padding: clamp(32px,6vw,76px); border-radius: var(--radius); color: white; background: radial-gradient(circle at 80% 15%,rgba(130,194,255,.34),transparent 30%),linear-gradient(130deg,#021225,#074b98); box-shadow: var(--shadow); }
.ads-stage-copy small { display: block; color: var(--lime); letter-spacing: .14em; font-weight: 700; }
.ads-stage-copy strong { display: block; font-size: clamp(2.4rem,5vw,5rem); line-height: 1; margin: 18px 0; }
.ads-stage-copy span { color: rgba(255,255,255,.65); }
.ads-metrics { display: grid; gap: 14px; }
.ads-metrics > div { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 22px 24px; border-radius: 18px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.ads-metrics small { color: rgba(255,255,255,.64); font-weight: 700; }.ads-metrics b { font-size: 2rem; color: var(--lime); }.ads-metrics .status-live { color: #65e89a; font-size: 1.2rem; }

.about-stage { min-height: 390px; padding: 50px; border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; color: white; background: radial-gradient(circle at 100% 0,rgba(0,122,255,.55),transparent 35%),linear-gradient(130deg,#020b16,#062c5d); }
.about-stage span { color: rgba(255,255,255,.42); font-size: clamp(1.2rem,2.5vw,2.2rem); font-weight: 800; }.about-stage strong { font-size: clamp(3.4rem,10vw,8rem); letter-spacing: -.08em; }

.cta-flat { padding: 0 0 162px; background: var(--white); }
.cta-flat .container { width: 100%; max-width: none; }
.cta-flat .cta-inner { align-items: center; min-height: 360px; border-radius: 0; padding-inline: max(20px, calc((100vw - var(--max))/2)); background: radial-gradient(circle at 88% 0,rgba(130,194,255,.58),transparent 28%),linear-gradient(120deg,#0066da,#007aff 55%,#0755b4); }
.cta-flat .eyebrow { color: white; }.cta-flat .eyebrow::before { background: white; }

.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field small { color: var(--muted); font-size: .72rem; }
.form-note a { text-decoration: underline; }.form-status { padding: 12px 14px; margin: 16px 0; border-radius: 10px; background: #eaf5ff; color: var(--ink); font-size: .86rem; }
.contact-page { padding-bottom: 110px; }

.post-card { display: block; transition: transform .2s,box-shadow .2s; }.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-image { display: grid; place-items: center; color: white; }.post-image span { font-size: clamp(2.4rem,5vw,4.7rem); font-weight: 900; letter-spacing: -.07em; }
.post-image.post-ki { background: linear-gradient(135deg,#031326,#0873e7); }.post-image.post-drone { background: linear-gradient(135deg,#d7efff,#1273cf); }.post-image.post-ads { background: linear-gradient(135deg,#0753a2,#00a1ff); }
.blog-tag-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin: 34px 0 0; }
.blog-tag-cloud span { padding: 8px 12px; border-radius: 99px; border: 1px solid var(--line); color: #26415f; background: #f5faff; font-size: .78rem; font-weight: 700; }
.article-page { padding: 80px 0 120px; }.article-layout { max-width: 980px; }.article-layout h1 { font-size: clamp(3rem,7vw,6.5rem); margin-top: 12px; }.back-link { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; margin-bottom: 54px; border: 1px solid var(--ink); border-radius: 99px; color: var(--ink); background: white; font-weight: 700; box-shadow: 0 8px 24px rgba(0,65,140,.08); transition: background .2s,color .2s,border-color .2s; }.back-link:hover { color: white; background: var(--orange); border-color: var(--orange); }.article-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 24px; color: var(--muted); font-size: .8rem; }.article-meta > * { display: inline-flex; align-items: center; gap: 18px; }.article-meta > *:not(:last-child)::after { content: ""; width: 3px; height: 3px; border-radius: 50%; background: #91a1b4; }.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }.article-tags span { padding: 6px 10px; border-radius: 99px; background: #eaf5ff; color: #26415f; font-size: .72rem; font-weight: 700; }.article-lead { margin-top: 28px; max-width: 780px; color: var(--muted); font-size: clamp(1.25rem,2.3vw,1.7rem); }.article-body { max-width: 760px; margin: 70px 0 0 auto; }.article-body h2 { font-size: clamp(1.8rem,3.4vw,3rem); margin: 48px 0 16px; }.article-body p { color: var(--muted); font-size: 1.08rem; }.article-note { margin-top: 48px; padding: 28px; border-left: 4px solid var(--orange); background: #eaf5ff; font-size: 1.15rem; }

@media (max-width: 1100px) { .nav-links { gap: 14px; font-size: .8rem; } }
@media (max-width: 950px) {
  .visual-section { padding-bottom: 50px; }
  .faq-heading { grid-template-columns: 1fr; gap: 24px; }
  .workflow-visual { min-height: 560px; }.flow-start { left: 6%; top: 12%; }.flow-core { top: 49%; }.flow-output { top: auto; right: 6%; bottom: 10%; grid-template-columns: repeat(3,1fr); }.flow-output span { width: auto; }.line-a,.line-b { display: none; }
  .ads-stage { grid-template-columns: 1fr; }.about-stage { flex-direction: column; justify-content: center; }.about-stage strong { order: -1; }
  .cta-flat .cta-inner { align-items: flex-start; justify-content: center; }
}
@media (max-width: 640px) {
  .page-hero { padding: 64px 0 54px; }.page-hero h1 { font-size: clamp(2.8rem,13vw,4rem); }.page-hero-meta { margin-top: 28px; }
  .breadcrumbs ol { flex-wrap: nowrap; overflow: hidden; width: 100%; }
  .breadcrumbs li { white-space: nowrap; }
  .breadcrumbs li:last-child { overflow: hidden; text-overflow: ellipsis; }
  .faq-list { margin-top: 38px; }.faq-list summary { min-height: 72px; padding-right: 44px; }.faq-answer { padding-right: 38px; }
  .card-grid-four { grid-template-columns: 1fr; }.info-strip { grid-template-columns: 1fr; gap: 8px; }
  .workflow-visual { min-height: 600px; }.flow-start { width: calc(100% - 40px); left: 20px; }.flow-core { width: calc(100% - 40px); }.flow-output { left: 20px; right: 20px; grid-template-columns: 1fr; }.flow-output span { padding: 10px 14px; }
  .ads-stage { min-height: 560px; padding: 28px 20px; }.ads-metrics > div { padding: 18px; }.ads-metrics b { font-size: 1.45rem; }
  .about-stage { min-height: 330px; padding: 30px 20px; }.about-stage strong { font-size: 3.2rem; }
  .cta-flat .cta-inner { min-height: 330px; }.article-body { margin-top: 50px; }
}
