/* DroneCRM marketing site. One light theme, Libre Franklin throughout. */

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
img { max-width: 100%; }

:root {
  color-scheme: light;
  --bg: #FFFFFF;
  --ink: #1B1B1A;
  --ink-2: #55524C;
  --ink-3: #736F67;
  --rule: #E3E0DA;
  --plate: #ECEAE5;
  --soft: #F5F4F1;
  --orange: #EF5B25;
  --orange-hover: #F2743F;
  --pen: #2D4B9A;
  --sans: "Libre Franklin", "Franklin Gothic Medium", "Helvetica Neue", Arial, sans-serif;
  --hand: "Nanum Pen Script", "Bradley Hand", "Segoe Print", cursive;
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 18px/1.62 var(--sans);
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1080px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 32px); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--orange); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
p { margin: 0 0 1em; }
h1, h2, h3 { text-wrap: balance; }
[id] { scroll-margin-top: 24px; }

/* Buttons and links */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 20px; border: 1.5px solid var(--ink); border-radius: 4px; cursor: pointer;
  font: 700 16px/1.1 var(--sans); color: var(--ink); background: var(--orange); text-decoration: none; white-space: nowrap;
}
.btn:hover { background: var(--orange-hover); }
.btn-sm { padding: 8px 13px; font-size: 14.5px; }
.btn-lg { padding: 15px 24px; font-size: 17px; }
.btn-plain { background: #fff; }
.btn-plain:hover { background: var(--soft); }
.text-link { font-weight: 600; }

/* Header */
.top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 20px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 21px; letter-spacing: -.02em; text-decoration: none; color: var(--ink); }
.logo svg { width: 36px; height: 22px; flex: none; }
.top nav { display: flex; align-items: center; gap: 24px; font-size: 15.5px; }
.top nav a:not(.btn) { color: var(--ink-2); text-decoration: none; }
.top nav a:not(.btn):hover { color: var(--ink); text-decoration: underline; }
.top nav a[aria-current="page"] { color: var(--ink); font-weight: 600; }
.label-sm { display: none; }
@media (max-width: 560px) {
  .top nav { gap: 14px; }
  .hide-sm { display: none; }
  .label-lg { display: none; }
  .label-sm { display: inline; }
}

/* Headings */
h1 { margin: 0 0 24px; max-width: 12.5em; font-weight: 800; font-size: clamp(40px, 6.2vw, 68px); line-height: 1.02; letter-spacing: -.032em; }
.h1-sm { font-size: clamp(36px, 5vw, 54px); }
h2 { margin: 0 0 20px; font-weight: 800; font-size: clamp(28px, 3.4vw, 38px); line-height: 1.1; letter-spacing: -.022em; }
.intro { max-width: 31em; margin-bottom: 28px; font-size: clamp(19px, 1.8vw, 21px); line-height: 1.5; color: var(--ink-2); }
.prose { max-width: 36em; }
.prose ul { padding-left: 1.2em; }
.prose li + li { margin-top: .45em; }
.crumbs { margin: 0 0 18px; font-size: 14.5px; color: var(--ink-3); }
.crumbs a { color: var(--ink-2); }
.legal { padding-bottom: clamp(48px, 7vw, 88px); font-size: 17px; line-height: 1.6; }
.legal h2 { margin: 2.2em 0 .5em; font-size: 22px; letter-spacing: -.01em; }
.legal h2:first-child { margin-top: .5em; }
.legal ul { padding-left: 1.2em; }
.legal li + li { margin-top: .45em; }
.legal a { color: inherit; text-underline-offset: 3px; }
.fine { margin: 12px 0 0; font-size: 14.5px; color: var(--ink-3); }

/* Home hero */
.hero { padding-block: clamp(36px, 7vw, 84px) 0; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.works { max-width: 44em; margin: 26px 0 0; font-size: 15.5px; color: var(--ink-3); }

/* Interactive demo plate and handwritten notes (the app itself is styled in demo.css) */
.demo-plate { position: relative; margin-top: clamp(44px, 6vw, 68px); padding: 78px 40px 40px; background: var(--plate); border-radius: 12px; }
.note { position: absolute; margin: 0; font-family: var(--hand); font-size: 27px; line-height: .92; color: var(--pen); }
.scrawl { position: absolute; overflow: visible; fill: none; stroke: var(--pen); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.note-d1 { top: 14px; left: 52px; width: 330px; }
.scrawl-d1 { top: 40px; left: 128px; width: 44px; height: 55px; }
.note-d2 { top: 12px; right: 52px; width: 290px; text-align: right; }
.scrawl-d2 { top: 44px; right: 170px; width: 44px; height: 55px; }
.demo-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 20px; margin-top: 12px; font-size: 14.5px; color: var(--ink-3); }
.demo-foot p { margin: 0; }
.demo-foot button { padding: 0; border: 0; background: none; font: inherit; color: var(--ink-2); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
@media (max-width: 860px) {
  .demo-plate { padding: 10px; border-radius: 10px; }
  .note, .scrawl { display: none; }
}

/* Sections */
.sec { padding-top: clamp(64px, 9vw, 104px); }
.features { max-width: 920px; margin: 8px 0 0; }
.feat { display: grid; grid-template-columns: 12rem minmax(0, 1fr); gap: 6px 36px; padding: 22px 0 20px; border-top: 1px solid var(--rule); }
.feat:last-child { border-bottom: 1px solid var(--rule); }
.feat dt { font-weight: 700; font-size: 19px; line-height: 1.4; }
.feat dd { margin: 0; max-width: 36em; }
@media (max-width: 700px) { .feat { grid-template-columns: minmax(0, 1fr); } }

/* Quote builder */
.tool { margin-top: clamp(64px, 9vw, 104px); padding-block: clamp(48px, 6vw, 72px); background: var(--soft); border-block: 1px solid var(--rule); }
.tool-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (max-width: 900px) { .tool-grid { grid-template-columns: minmax(0, 1fr); } }
.tool .lede { max-width: 30em; color: var(--ink-2); }
.sentence { max-width: 24em; margin: 0; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.8; }
.sentence input, .sentence select {
  margin: 0 .06em; padding: 0 .1em; border: 0; border-bottom: 3px solid var(--orange); border-radius: 0;
  font: inherit; font-weight: 700; line-height: 1.2; color: var(--ink); background-color: transparent; text-align: center;
}
.sentence select {
  -webkit-appearance: none; appearance: none; padding-right: .85em; cursor: pointer; text-align: left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%231B1B1A' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .1em center; background-size: .45em;
}
.sentence input[type="number"] { -moz-appearance: textfield; }
.sentence input::-webkit-outer-spin-button, .sentence input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.extras { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 22px 0 0; padding: 0; border: 0; font-size: 17px; }
.extras legend { float: left; margin-right: 18px; padding: 0; font-weight: 700; }
.extras label { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.extras input { width: 18px; height: 18px; margin: 0; accent-color: var(--ink); }
.extras .p { color: var(--ink-3); }
.result { max-width: 26em; margin: 30px 0 0; font-size: clamp(20px, 2.2vw, 24px); line-height: 1.4; }
.result strong { font-weight: 800; }
.small { margin: 16px 0 0; font-size: 14.5px; color: var(--ink-3); }

.phone {
  position: relative; justify-self: center; width: 300px; max-width: 100%; padding: 34px 18px 22px;
  background: #fff; border: 10px solid #1B1B1A; border-radius: 40px;
  box-shadow: 0 30px 60px -30px rgba(40, 30, 20, .45); font-size: 14px; line-height: 1.45;
}
.phone::before { content: ""; position: absolute; top: 8px; left: 50%; width: 84px; height: 20px; margin-left: -42px; border-radius: 12px; background: #1B1B1A; }
.q-co { display: flex; align-items: center; gap: 8px; margin: 0 0 16px; font-weight: 700; font-size: 13.5px; }
.q-co i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 5px; background: #3A5BA0; color: #fff; font-style: normal; font-size: 10px; }
.phone h3 { margin: 0; font-size: 19px; line-height: 1.2; font-weight: 800; letter-spacing: -.01em; }
.q-site { margin: 4px 0 12px; font-size: 13px; color: var(--ink-3); }
.q-lines { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.q-lines li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--rule); font-size: 13.5px; }
.q-lines li span:last-child, .q-total span:last-child, .q-dep span:last-child { font-variant-numeric: tabular-nums; white-space: nowrap; }
.q-total { display: flex; justify-content: space-between; margin-top: 10px; font-weight: 800; font-size: 17px; }
.q-dep { display: flex; justify-content: space-between; margin-top: 2px; font-size: 13.5px; color: var(--ink-2); }
.q-btn { display: block; margin-top: 16px; padding: 12px; border-radius: 8px; background: var(--orange); text-align: center; font-weight: 700; font-size: 15px; }
.q-small { margin: 8px 0 0; text-align: center; font-size: 12px; color: var(--ink-3); }

/* Assistant */
.asst { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 880px) { .asst { grid-template-columns: minmax(0, 1fr); } }
.morning { padding: 20px 24px 6px; background: var(--soft); border-radius: 8px; font-size: 16.5px; line-height: 1.55; }
.kicker { margin: 0 0 8px; font-size: 13.5px; color: var(--ink-3); }
.email { margin-top: 16px; overflow: hidden; background: #fff; border: 1px solid #D9D5CE; border-radius: 8px; font-size: 16px; line-height: 1.55; }
.email .hdr { display: grid; gap: 1px; padding: 12px 18px; border-bottom: 1px solid var(--rule); font-size: 14.5px; color: var(--ink-2); }
.email .hdr b { font-weight: 600; color: var(--ink); }
.email .body { padding: 16px 18px 4px; }
.email .body p { margin-bottom: .8em; }
.email .acts { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 18px; border-top: 1px solid var(--rule); background: #FBFAF8; }
.email .acts span { padding: 6px 12px; border: 1px solid #CFCBC3; border-radius: 4px; font-size: 14px; font-weight: 600; }
.email .acts span:first-child { background: var(--ink); border-color: var(--ink); color: #fff; }

/* Integrations */
.integrations { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; max-width: 980px; margin: 8px 0 0; }
.integrations div { padding: 18px 0 20px; border-top: 1px solid var(--rule); }
.integrations dt { font-weight: 700; }
.integrations dd { margin: 4px 0 0; }
@media (max-width: 720px) { .integrations { grid-template-columns: minmax(0, 1fr); } }

/* Pricing summary on the home page */
.plan-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 32px; max-width: 920px; margin: 8px 0 22px; }
.plan-strip > div { padding-top: 14px; border-top: 1px solid var(--ink); }
.plan-strip b { display: block; font-size: 19px; }
.plan-strip .amt { font-size: 30px; font-weight: 800; letter-spacing: -.02em; line-height: 1.3; }
.plan-strip .amt small { font-size: 15px; font-weight: 500; letter-spacing: 0; color: var(--ink-2); }
.plan-strip p { margin: 4px 0 0; font-size: 16px; color: var(--ink-2); }
@media (max-width: 720px) { .plan-strip { grid-template-columns: minmax(0, 1fr); } }

/* FAQ */
.faq { max-width: 40em; margin: 0; }
.faq dt { margin-top: 26px; font-weight: 700; }
.faq dt:first-child { margin-top: 4px; }
.faq dd { margin: 4px 0 0; }

/* Closing call to action */
.last { margin-top: clamp(72px, 9vw, 112px); padding-top: 36px; border-top: 3px solid var(--ink); }
.last .prose { margin-bottom: 24px; }

/* Pricing page */
.page-head { padding-block: clamp(36px, 6vw, 72px) 8px; }
.billing { display: inline-flex; margin: 0; padding: 0; border: 1.5px solid var(--ink); border-radius: 6px; overflow: hidden; }
.billing label { position: relative; }
.billing input { position: absolute; inset: 0; margin: 0; opacity: 0; cursor: pointer; }
.billing span { display: block; padding: 9px 16px; font-weight: 600; font-size: 15px; }
.billing input:checked + span { background: var(--ink); color: #fff; }
.billing input:focus-visible + span { outline: 2px solid var(--orange); outline-offset: -4px; }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 clamp(20px, 3vw, 40px); margin-top: 44px; }
.plan { display: grid; grid-row: span 6; grid-template-rows: subgrid; align-content: start; padding-top: 22px; border-top: 1px solid var(--ink); }
.plan.pick { padding-top: 19px; border-top: 4px solid var(--orange); }
.plan h2 { margin: 0; font-size: 24px; }
.plan .who { margin: 4px 0 18px; color: var(--ink-2); }
.price { margin: 0; font-weight: 800; font-size: 44px; line-height: 1; letter-spacing: -.03em; }
.price .per { margin-left: 2px; font-size: 16px; font-weight: 500; letter-spacing: 0; color: var(--ink-2); }
.price-note { margin: 8px 0 20px; font-size: 14.5px; color: var(--ink-3); }
.plan .btn { justify-self: start; }
.ticks { display: grid; gap: 9px; align-content: start; margin: 24px 0 0; padding: 0; list-style: none; font-size: 16px; }
.ticks li { position: relative; padding-left: 24px; }
.ticks li::before { content: ""; position: absolute; left: 2px; top: .45em; width: 11px; height: 6px; border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-45deg); }
@media (max-width: 860px) {
  .plans { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .plan { grid-row: auto; grid-template-rows: none; }
}
.table-wrap { overflow-x: auto; margin-top: 8px; }
.compare { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 16px; }
.compare th, .compare td { padding: 11px 14px; border-bottom: 1px solid var(--rule); text-align: left; vertical-align: top; }
.compare thead th { border-bottom: 2px solid var(--ink); font-size: 15.5px; }
.compare tbody th { font-weight: 400; }
.compare td, .compare thead th + th { width: 18%; text-align: center; }
.compare .no { color: #B0ABA2; }

/* Sign up and log in */
.auth { padding-block: clamp(36px, 6vw, 72px) 0; }
.auth-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
@media (max-width: 860px) { .auth-grid { grid-template-columns: minmax(0, 1fr); } }
.form { display: grid; gap: 18px; max-width: 460px; margin-top: 8px; }
.form label { display: grid; gap: 6px; font-weight: 600; font-size: 15.5px; }
.form input, .form select {
  width: 100%; padding: 12px 14px; border: 1.5px solid #B9B4AB; border-radius: 4px;
  font: 400 17px/1.3 var(--sans); color: var(--ink); background: #fff;
}
.form input:focus-visible, .form select:focus-visible { border-color: var(--ink); outline: 2px solid var(--ink); outline-offset: 1px; }
.hint { font-weight: 400; font-size: 14px; color: var(--ink-3); }
.terms { margin: 0; font-size: 14.5px; color: var(--ink-2); }
.form .btn { justify-self: start; }
.form-status { min-height: 1.4em; margin: 0; font-size: 15px; color: var(--ink-2); }
.row-between { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; font-size: 15px; }
.alt { margin-top: 22px; font-size: 16px; }
.auth-aside { padding: 26px 28px 10px; background: var(--soft); border-radius: 8px; }
.auth-aside h2 { margin: 0 0 12px; font-size: 22px; }
.auth-aside ol { display: grid; gap: 10px; margin: 0 0 18px; padding-left: 1.2em; }
.auth-narrow .form { max-width: 400px; }

/* Footer */
.site-foot { margin-top: clamp(80px, 10vw, 128px); background: var(--soft); border-top: 1px solid var(--rule); }
.foot-grid { display: grid; grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr)); gap: 32px; padding-block: 48px 32px; }
.foot-grid h2 { margin: 0 0 12px; font-size: 14.5px; font-weight: 700; letter-spacing: 0; }
.foot-grid ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; font-size: 15px; }
.foot-grid a { color: var(--ink-2); text-decoration: none; }
.foot-grid a:hover { color: var(--ink); text-decoration: underline; }
.foot-brand p { max-width: 18em; margin: 12px 0 0; font-size: 15px; color: var(--ink-3); }
.foot-base { padding-block: 0 32px; font-size: 14px; color: var(--ink-3); }
.foot-base p { margin: 0; padding-top: 18px; border-top: 1px solid var(--rule); }
@media (max-width: 960px) {
  .foot-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
