/* IziCamera website v4 — light-first redesign (PS feedback 2026-07-10):
   white base, sparse warm accents, text never sits on photos, real app
   screenshots (placeholder frames until v1.10 shots drop in).
   Security by construction: zero external resources (no CDNs, no web fonts,
   no scripts), so the site can neither track nor leak. */

:root {
  --ink: #181818;
  --grey: #676767;
  --grey-3: #9a9a9a;
  --orange: #ef8d0e;
  --orange-dark: #d97c05;
  --amber: #fcc35d;
  --cream: #fdf6ec;   /* warmed DOWN from the old pinkish tone */
  --soft: #f7f7f5;
  --border: #ececec;
  --good: #1e8e57;
  --blue: #2a7fc9;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn, .cta-btn {
  display: inline-block; font-weight: 700; border-radius: 45px;
  padding: 12px 26px; font-size: 15.5px; cursor: pointer;
}
.btn.solid, .cta-btn { background: var(--orange); color: #fff; }
.btn.solid:hover, .cta-btn:hover { background: var(--orange-dark); }
.btn.ghost { border: 2px solid var(--ink); color: var(--ink); padding: 10px 24px; }
.btn.dark { background: var(--ink); color: #fff; }
.btn.big { padding: 16px 38px; font-size: 17px; }

/* Google Play badge (self-contained SVG, official look; the "GET IT ON"
   version with the real store link swaps in at launch) */
.play-badge-link { display: inline-block; margin-top: 24px; }
.play-badge-img { height: 56px; width: auto; display: block; }
.play-badge-link:hover .play-badge-img { opacity: 0.88; }

/* ---------- Navigation ---------- */
header { position: sticky; top: 0; background: #fff; z-index: 50; border-bottom: 1px solid var(--border); }
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 16px 24px; max-width: 1280px; margin: 0 auto;
}
.logo { font-size: 23px; font-weight: 700; letter-spacing: -0.4px; display: flex; align-items: center; gap: 9px; color: var(--ink); }
.logo .lens {
  width: 30px; height: 30px; border-radius: 8px; background: var(--ink); position: relative; flex-shrink: 0;
}
.logo .lens::after { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: var(--amber); }
.logo .izi { font-weight: 800; color: var(--orange); }
nav.links { display: flex; gap: 20px; font-size: 15px; font-weight: 500; color: #333; align-items: center; }
nav.links a { white-space: nowrap; } /* nav items must never wrap onto two lines */
nav.links a:hover { color: var(--orange); }
nav.links .cta-btn { color: #fff; }
@media (max-width: 1120px) and (min-width: 941px) { nav.links { gap: 14px; font-size: 14px; } }

/* Web-apps dropdown (pure CSS hover, Alfred's "Go to Web service" pattern) */
.dropdown { position: relative; }
.dropdown > a::after { content: " ▾"; font-size: 11px; color: var(--grey-3); }
.dropdown .menu {
  display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
  box-shadow: 0 14px 34px rgba(24,24,24,0.12); padding: 8px 0; min-width: 200px;
}
.dropdown:hover .menu, .dropdown:focus-within .menu { display: block; }
.dropdown .menu a { display: block; padding: 10px 20px; font-size: 15px; }
.dropdown .menu a:hover { background: var(--soft); color: var(--ink); }
.dropdown .menu small { display: block; color: var(--grey-3); font-size: 12.5px; font-weight: 400; }

/* Mobile nav (pure CSS, no JavaScript) */
.nav-toggle { display: none; }
.nav-burger { display: none; font-size: 26px; cursor: pointer; user-select: none; color: var(--ink); }
@media (max-width: 940px) {
  .nav-burger { display: block; }
  nav.links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--border);
    flex-direction: column; padding: 18px 24px; gap: 16px; align-items: flex-start;
  }
  .nav-toggle:checked ~ nav.links { display: flex; }
  .dropdown .menu {
    display: block; position: static; transform: none; box-shadow: none;
    border: none; padding: 6px 0 0 16px; min-width: 0;
  }
  .dropdown .menu a { padding: 6px 0; }
}

/* ---------- Hero (white, airy; photo + REAL screenshot frame) ---------- */
.hero { background: #fff; overflow: hidden; }
.hero .inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; padding: 74px 0 92px; }
.hero h1 { font-size: 56px; line-height: 1.06; font-weight: 800; letter-spacing: -1.5px; }
.hero .sub { margin-top: 20px; font-size: 21px; color: #3a3a3a; max-width: 30em; }
.hero .cta-row { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero .note { margin-top: 14px; font-size: 14px; color: var(--grey); }
.hero-visual { position: relative; }
.hero-visual .room { border-radius: 2rem; overflow: hidden; box-shadow: 0 24px 60px rgba(24,24,24,0.16); }
.hero-visual .room img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; }
@media (max-width: 900px) {
  .hero .inner { grid-template-columns: 1fr; padding: 48px 0 96px; }
  .hero h1 { font-size: 38px; }
}

/* Phone frame — holds a REAL app screenshot (placeholder until the v1.10 shots) */
.phone {
  width: 178px; border: 7px solid var(--ink); border-radius: 30px; background: #000; overflow: hidden;
  aspect-ratio: 9/18.5; position: absolute; left: -26px; bottom: -38px;
  box-shadow: 0 22px 44px rgba(24,24,24,0.32);
}
.phone img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .phone { left: 8px; } }

/* ---------- Section headings ---------- */
section { padding: 84px 0; }
section.cream { background: var(--cream); }
section.soft { background: var(--soft); }
h2.sec { font-size: 42px; font-weight: 800; letter-spacing: -1.2px; line-height: 1.12; }
p.sec-sub { font-size: 20px; color: var(--grey); margin-top: 10px; }
.center { text-align: center; }
@media (max-width: 820px) { h2.sec { font-size: 32px; } section { padding: 60px 0; } }

/* ---------- Stats band ---------- */
.stat-row { display: flex; justify-content: center; gap: 64px; margin-top: 44px; flex-wrap: wrap; }
.stat { max-width: 300px; }
.stat .num { font-size: 62px; font-weight: 800; letter-spacing: -2px; }
.stat .num span { color: var(--orange); }
.stat .cap { color: var(--grey); font-size: 16px; margin-top: 2px; }

/* ---------- How it works: 3 step cards (clean line-icon art) ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 52px; }
.step { background: #fff; border-radius: 1.5rem; padding: 0 0 28px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 6px 24px rgba(24,24,24,0.05); }
.step .art { height: 170px; background: var(--cream); display: flex; align-items: center; justify-content: center; }
.step .art svg { width: 84px; height: 84px; stroke: var(--ink); fill: none; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.step .art svg .accent { stroke: var(--orange); }
.step .art svg .fill-accent { fill: var(--amber); stroke: none; }
.step h4 { font-size: 21px; font-weight: 800; margin-top: 22px; padding: 0 22px; }
.step p { color: var(--grey); font-size: 15.5px; margin: 8px 22px 0; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Feature showcase: CSS-only tabs, one screenshot per feature ----------
   Radio inputs (no JavaScript) — clicking a feature swaps the phone screenshot. */
.feat-tabs > input { display: none; }
.features-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; margin-top: 40px; }
.feat-list { display: flex; flex-direction: column; }
.feat-list label { display: flex; gap: 18px; padding: 18px 20px; border-radius: 1rem; align-items: flex-start; cursor: pointer; border: 1px solid transparent; }
.feat-list label:hover { background: var(--soft); }
.feat-list .ic { width: 46px; height: 46px; border-radius: 12px; background: #fff3e0; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; box-shadow: inset 0 0 0 1px #f3ddc0; }
.feat-list h4 { font-size: 18.5px; font-weight: 800; }
.feat-list p { color: var(--grey); font-size: 15px; margin-top: 2px; }
/* active feature highlight */
#ft1:checked ~ .features-grid label[for=ft1],
#ft2:checked ~ .features-grid label[for=ft2],
#ft3:checked ~ .features-grid label[for=ft3],
#ft4:checked ~ .features-grid label[for=ft4],
#ft5:checked ~ .features-grid label[for=ft5] { background: var(--cream); border-color: #f3ddc0; }
/* matching screenshot */
.feat-shots { display: flex; justify-content: center; position: relative; }
.feat-shots .shot { display: none; text-align: center; }
#ft1:checked ~ .features-grid .shot-1,
#ft2:checked ~ .features-grid .shot-2,
#ft3:checked ~ .features-grid .shot-3,
#ft4:checked ~ .features-grid .shot-4,
#ft5:checked ~ .features-grid .shot-5 { display: block; }
.shot .frame {
  width: 250px; border: 8px solid var(--ink); border-radius: 34px; overflow: hidden;
  background: #000; aspect-ratio: 9/18.5; box-shadow: 0 24px 56px rgba(24,24,24,0.22);
  margin: 0 auto;
}
.shot .frame img { width: 100%; height: 100%; object-fit: cover; }
.shot .cap { margin-top: 14px; font-size: 14px; color: var(--grey); font-weight: 600; }
@media (max-width: 900px) { .features-grid { grid-template-columns: 1fr; } }

/* Small feature cards grid */
.mini-feats { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 56px; }
.mini-feats .mf { background: var(--soft); border-radius: 1.2rem; padding: 24px; }
.mini-feats .mf .icon { font-size: 30px; }
.mini-feats .mf h4 { font-size: 17.5px; font-weight: 800; margin-top: 10px; }
.mini-feats .mf p { color: var(--grey); font-size: 14.5px; margin-top: 6px; }
@media (max-width: 900px) { .mini-feats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .mini-feats { grid-template-columns: 1fr; } }

/* ---------- Privacy centerpiece (LIGHT + loud — our best claim) ---------- */
.privacy-band { background: linear-gradient(180deg, #fff7ea, #ffffff 86%); position: relative; }
.privacy-band h2.sec { font-size: 48px; }
.privacy-band h2.sec em { font-style: normal; color: var(--orange); }
.privacy-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 48px; }
.privacy-cards .pc {
  background: #fff; border-radius: 1.4rem; padding: 28px 26px; text-align: left;
  border: 1px solid var(--border); border-top: 5px solid var(--orange);
  box-shadow: 0 10px 30px rgba(24,24,24,0.07);
}
.privacy-cards .pc:nth-child(2) { border-top-color: var(--good); }
.privacy-cards .pc:nth-child(3) { border-top-color: var(--blue); }
.privacy-cards .pc .icon {
  width: 54px; height: 54px; border-radius: 14px; background: #fff3e0;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.privacy-cards .pc:nth-child(2) .icon { background: #e7f6ee; }
.privacy-cards .pc:nth-child(3) .icon { background: #e8f1fa; }
.privacy-cards .pc h4 { font-size: 18.5px; font-weight: 800; margin-top: 14px; }
.privacy-cards .pc p { color: var(--grey); font-size: 15px; margin-top: 8px; }
.privacy-cards .pc em { color: var(--orange-dark); font-style: normal; font-weight: 700; }
@media (max-width: 900px) { .privacy-cards { grid-template-columns: 1fr; } .privacy-band h2.sec { font-size: 34px; } }

/* ---------- Use-case cards (photo TOP, text BELOW — never on the image) ---------- */
.uc-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; margin-top: 50px; }
.uc { border-radius: 1.2rem; overflow: hidden; text-align: left; background: #fff; border: 1px solid var(--border); box-shadow: 0 6px 20px rgba(24,24,24,0.05); }
.uc img { aspect-ratio: 3/2.6; object-fit: cover; width: 100%; transition: transform .2s ease; }
.uc:hover img { transform: scale(1.04); }
.uc .cap { padding: 15px 16px 18px; }
.uc .cap h4 { font-size: 16.5px; font-weight: 800; }
.uc .cap p { font-size: 14px; color: var(--grey); margin-top: 4px; line-height: 1.5; }
@media (max-width: 1000px) { .uc-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .uc-grid { grid-template-columns: 1fr; } }

/* ---------- Quote block ---------- */
.quote-block {
  display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center;
  background: #fff; border-radius: 2rem; overflow: hidden; box-shadow: 0 6px 24px rgba(24,24,24,0.08);
}
.quote-block img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.quote-block .q { padding: 44px 46px; }
.quote-block .q p.quote { font-size: 22px; line-height: 1.55; font-weight: 600; }
.quote-block .q p.quote::before { content: "\201C"; color: var(--orange); font-size: 46px; line-height: 0; vertical-align: -14px; margin-right: 4px; }
.quote-block .q .who { margin-top: 18px; color: var(--grey-3); font-weight: 700; font-size: 15px; }
@media (max-width: 820px) { .quote-block { grid-template-columns: 1fr; } .quote-block .q { padding: 28px 24px; } }

/* ---------- CTA band (slimmed down — an accent, not a wall) ---------- */
.cta-band { background: var(--ink); color: #fff; padding: 44px 24px; }
.cta-band .inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { font-size: 30px; font-weight: 800; letter-spacing: -0.8px; }
.cta-band p { color: #c7c7c7; font-size: 16px; margin-top: 4px; }
@media (max-width: 820px) { .cta-band .inner { justify-content: center; text-align: center; } }

/* ---------- Plans page ---------- */
.plans-note {
  background: #e7f6ee; border: 1px solid #bfe6d0; color: #14683f; border-radius: 14px;
  padding: 14px 20px; font-weight: 600; font-size: 15.5px; margin: 26px auto 0; max-width: 640px;
}
.plans-table-wrap { overflow-x: auto; margin-top: 44px; }
.plans-table { border-collapse: collapse; width: 100%; font-size: 15px; background: #fff; }
.plans-table th, .plans-table td { padding: 13px 16px; border-bottom: 1px solid var(--border); text-align: center; }
.plans-table td:first-child, .plans-table th:first-child { text-align: left; font-weight: 600; }
.plans-table thead th { font-size: 16.5px; font-weight: 800; border-bottom: 2px solid var(--ink); }
.plans-table thead th.hl { color: var(--orange-dark); }
.plans-table .group td { background: var(--soft); font-weight: 800; font-size: 13.5px; letter-spacing: .6px; text-transform: uppercase; color: var(--grey); }
.plans-table .yes { color: var(--good); font-weight: 800; }
.plans-table .no { color: #c9c9c9; font-weight: 700; }
.plans-table .val { font-weight: 700; }

/* ---------- FAQ (pure-CSS accordion via <details>) ---------- */
.faq { max-width: 760px; margin: 44px auto 0; text-align: left; }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  font-size: 17.5px; font-weight: 700; padding: 20px 4px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "▾"; color: var(--grey-3); font-size: 14px; transition: transform .15s ease; }
.faq details[open] summary::after { transform: rotate(180deg); }
.faq details p { color: var(--grey); font-size: 15.5px; padding: 0 4px 20px; max-width: 60em; }

/* ---------- Solutions cards ---------- */
.sol-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.sol { background: #fff; border-radius: 1.5rem; overflow: hidden; box-shadow: 0 6px 24px rgba(24,24,24,0.06); text-align: left; }
.sol img { width: 100%; aspect-ratio: 16/8.5; object-fit: cover; }
.sol .body { padding: 24px 26px 26px; }
.sol h3 { font-size: 20px; font-weight: 800; }
.sol p { color: var(--grey); font-size: 15px; margin-top: 8px; }
.sol .tag {
  display: inline-block; margin-top: 14px; font-size: 12.5px; font-weight: 800;
  border-radius: 45px; padding: 5px 14px; background: #fff3e0; color: var(--orange-dark);
}
.sol .tag.live { background: #e7f6ee; color: #1e8e57; }
@media (max-width: 820px) { .sol-grid { grid-template-columns: 1fr; } }

/* ---------- Contact cards ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.ccard { background: var(--soft); border-radius: 1.5rem; padding: 32px 28px; text-align: center; }
.ccard .icon { font-size: 36px; }
.ccard h3 { font-size: 19px; font-weight: 800; margin-top: 12px; }
.ccard p { color: var(--grey); font-size: 15px; margin-top: 8px; }
.ccard .btn { margin-top: 18px; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: #c7c7c7; padding: 64px 0 36px; font-size: 14.5px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; }
footer h5, footer h4 { color: #fff; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
footer a { display: block; margin-bottom: 10px; }
footer a:hover { color: #fff; }
footer .logo { color: #fff; margin-bottom: 12px; }
footer .logo .lens { background: #fff; }
footer .logo .lens::after { background: var(--orange); }
.foot-bottom { border-top: 1px solid #333; margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: #858585; font-size: 13px; }
@media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Legal pages ---------- */
.legal { max-width: 800px; margin: 0 auto; padding: 50px 24px 80px; }
.legal h1 { font-size: 34px; font-weight: 800; letter-spacing: -1px; margin-bottom: 6px; }
.legal .updated { color: var(--grey-3); margin-bottom: 30px; font-size: 14.5px; }
.legal h2 { font-size: 21px; font-weight: 800; margin: 30px 0 10px; }
.legal table { border-collapse: collapse; width: 100%; font-size: 14.5px; margin: 14px 0; }
.legal th, .legal td { border: 1px solid var(--border); padding: 9px 11px; text-align: left; vertical-align: top; }
.legal th { background: var(--cream); }
.legal ul { margin: 10px 0 10px 22px; }
.legal p { margin: 10px 0; }
.legal code { background: var(--soft); padding: 1px 6px; border-radius: 5px; font-size: 0.92em; }
.legal a { color: var(--orange-dark); }
