/*
Theme Name: Fickminne+
Theme URI: https://fickminne.eu/
Author: Roger Berzell
Description: Officiellt WordPress-tema för appen Fickminne+.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: fickminne-plus
*/

:root {
  --ink: #07091f;
  --ink-soft: #131035;
  --violet: #6657ef;
  --coral: #ff6254;
  --orange: #ff9b53;
  --white: #f9f8ff;
  --muted: #b9b6cd;
  --line: rgba(255, 255, 255, .12);
  --glass: rgba(255, 255, 255, .07);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 8%, rgba(102, 87, 239, .32), transparent 31rem),
    radial-gradient(circle at 8% 60%, rgba(255, 98, 84, .16), transparent 29rem),
    linear-gradient(145deg, #08091f, #100c30 52%, #060719);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.6;
  min-height: 100vh;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.site-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; padding: 18px 0; background: rgba(7, 9, 31, .72); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 15px; font-weight: 850; letter-spacing: .16em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 8px 24px rgba(255,98,84,.25); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: rgba(249,248,255,.72); text-decoration: none; font-size: 14px; font-weight: 650; }
.nav-links a:hover, .nav-links a:focus { color: #fff; }
.nav-cta { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--glass); }
.menu-button { display: none; border: 0; color: #fff; background: transparent; font-size: 25px; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding: 92px 0 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #dedbff; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(var(--coral), var(--orange)); box-shadow: 0 0 18px var(--coral); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 26px; font-size: clamp(54px, 7vw, 94px); }
h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 64px); }
h3 { font-size: 22px; }
.gradient-text { background: linear-gradient(105deg, #fff 10%, #c3bcff 54%, #ff8b75); background-clip: text; -webkit-background-clip: text; color: transparent; }
.lead { max-width: 650px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: 18px; text-decoration: none; font-weight: 750; }
.button-primary { background: linear-gradient(135deg, var(--coral), var(--orange)); box-shadow: 0 18px 45px rgba(255,98,84,.28); }
.button-secondary { background: rgba(255,255,255,.07); border-color: var(--line); backdrop-filter: blur(12px); }
.availability { margin-top: 18px; color: rgba(249,248,255,.48); font-size: 13px; }

.phone-stage { position: relative; display: grid; place-items: center; min-height: 600px; }
.phone-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(102,87,239,.28); filter: blur(55px); }
.phone { position: relative; width: min(330px, 84vw); padding: 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 54px; background: linear-gradient(145deg, #27283d, #0b0c18); box-shadow: 0 45px 100px rgba(0,0,0,.54); transform: rotate(3deg); }
.phone-screen { min-height: 612px; padding: 30px 19px 21px; overflow: hidden; border-radius: 42px; background: radial-gradient(circle at 90% 0, rgba(102,87,239,.45), transparent 15rem), linear-gradient(160deg,#0b0d2a,#17103c 50%,#09091c); }
.phone-top { display:flex; align-items:center; justify-content:space-between; font-size:10px; font-weight:800; letter-spacing:.14em; }
.phone-logo { display:flex; align-items:center; gap:8px; }
.phone-logo img { width:26px; height:26px; border-radius:8px; }
.phone h3 { margin: 29px 0 6px; font-size: 31px; }
.phone-sub { margin: 0 0 24px; color: rgba(255,255,255,.5); font-size: 12px; }
.capture { padding: 19px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(140deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); box-shadow: 0 20px 40px rgba(0,0,0,.3); }
.capture-label { font-size: 9px; font-weight: 800; letter-spacing: .14em; color: rgba(255,255,255,.66); }
.wave { height: 74px; display: flex; align-items: center; gap: 4px; margin: 14px 0; }
.wave i { display:block; flex:1; height:var(--h); border-radius:99px; background:linear-gradient(to top,rgba(255,255,255,.8),rgba(102,87,239,.8)); animation: breathe 1.8s ease-in-out infinite alternate; animation-delay: var(--d); }
@keyframes breathe { to { transform: scaleY(.56); opacity:.7; } }
.capture small { color: rgba(255,255,255,.5); }
.memory-title { margin: 27px 0 10px; font-size: 18px; }
.memory { display:flex; gap:14px; padding:14px; border:1px solid rgba(255,255,255,.08); border-radius:19px; background:rgba(255,255,255,.06); }
.date-tile { width:44px; height:48px; display:grid; place-items:center; align-content:center; flex:none; border-radius:13px; background:rgba(255,255,255,.08); }
.date-tile strong { font-size:18px; line-height:1; }
.date-tile span { font-size:8px; color:rgba(255,255,255,.5); }
.memory p { margin:0; font-size:12px; font-weight:700; }
.memory small { color:rgba(255,255,255,.45); }

.section { padding: 112px 0; }
.section-intro { max-width: 700px; margin-bottom: 52px; }
.section-intro p { color: var(--muted); font-size: 18px; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { min-height: 260px; padding: 29px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.feature-icon { display:grid; place-items:center; width:52px; height:52px; margin-bottom:42px; border-radius:16px; background:linear-gradient(135deg,rgba(255,98,84,.25),rgba(102,87,239,.25)); font-size:22px; }
.feature-card p { margin-bottom:0; color:var(--muted); }
.watch-panel { display:grid; grid-template-columns:.82fr 1.18fr; align-items:center; gap:70px; padding:64px; border:1px solid var(--line); border-radius:40px; background:radial-gradient(circle at 0 100%,rgba(255,98,84,.13),transparent 28rem),rgba(255,255,255,.045); }
.watch { width:230px; height:270px; margin:auto; display:grid; place-items:center; border:16px solid #262633; border-radius:66px; background:linear-gradient(150deg,#10112c,#221045); box-shadow:0 35px 70px rgba(0,0,0,.4); }
.watch-face { text-align:center; }
.watch-face small { display:block; margin-bottom:18px; color:rgba(255,255,255,.56); font-weight:700; letter-spacing:.1em; }
.watch-record { width:92px; height:92px; margin:auto; display:grid; place-items:center; border-radius:50%; background:linear-gradient(145deg,var(--coral),var(--orange)); box-shadow:0 0 38px rgba(255,98,84,.4); font-size:29px; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:36px; counter-reset:step; }
.step { position:relative; padding-top:26px; border-top:1px solid var(--line); }
.step::before { counter-increment:step; content:"0" counter(step); color:var(--coral); font-weight:850; letter-spacing:.12em; }
.step h3 { margin:26px 0 10px; }
.step p { color:var(--muted); }
.privacy-callout { display:flex; align-items:center; justify-content:space-between; gap:40px; padding:46px; border:1px solid rgba(119,238,192,.19); border-radius:32px; background:rgba(119,238,192,.055); }
.privacy-callout p { max-width:690px; margin:8px 0 0; color:var(--muted); }
.privacy-symbol { font-size:50px; }

.page-hero { padding: 100px 0 50px; max-width:800px; }
.page-hero p { color:var(--muted); font-size:20px; }
.content-card { max-width:900px; margin-bottom:100px; padding:clamp(24px,5vw,58px); border:1px solid var(--line); border-radius:34px; background:rgba(255,255,255,.055); }
.content-card h2 { margin-top:50px; font-size:30px; }
.content-card h2:first-child { margin-top:0; }
.content-card h3 { margin-top:30px; }
.content-card p, .content-card li { color:#d2cfdf; }
.content-card a { color:#ff9a87; }
.faq details { border-top:1px solid var(--line); padding:19px 0; }
.faq details:last-child { border-bottom:1px solid var(--line); }
.faq summary { cursor:pointer; font-weight:750; }
.faq details p { padding-right:30px; }
.support-form { display:grid; gap:16px; margin-top:28px; }
.field label { display:block; margin-bottom:7px; font-size:13px; font-weight:750; }
.field input, .field textarea { width:100%; padding:15px 16px; color:#fff; border:1px solid var(--line); border-radius:14px; background:rgba(0,0,0,.22); font:inherit; }
.field textarea { min-height:150px; resize:vertical; }
.notice { padding:15px 17px; border-radius:14px; background:rgba(119,238,192,.12); color:#bdf5dc; }
.notice-error { background:rgba(255,98,84,.12); color:#ffafa6; }
.site-footer { padding:48px 0 36px; border-top:1px solid rgba(255,255,255,.08); }
.footer-grid { display:flex; align-items:flex-start; justify-content:space-between; gap:30px; }
.footer-copy { max-width:470px; color:rgba(255,255,255,.5); font-size:14px; }
.footer-links { display:flex; gap:22px; flex-wrap:wrap; }
.footer-links a { color:rgba(255,255,255,.66); text-decoration:none; font-size:14px; }
.copyright { margin-top:34px; color:rgba(255,255,255,.36); font-size:12px; }

@media (max-width: 850px) {
  .menu-button { display:block; }
  .nav-links { display:none; position:absolute; top:75px; left:20px; right:20px; padding:18px; flex-direction:column; align-items:stretch; border:1px solid var(--line); border-radius:20px; background:#11112d; }
  .nav-links.is-open { display:flex; }
  .hero { grid-template-columns:1fr; gap:30px; padding-top:65px; }
  .hero-copy { text-align:center; }
  .eyebrow { justify-content:center; }
  .lead { margin-inline:auto; }
  .hero-actions { justify-content:center; }
  .phone { transform:none; }
  .feature-grid, .steps { grid-template-columns:1fr; }
  .feature-card { min-height:0; }
  .feature-icon { margin-bottom:25px; }
  .watch-panel { grid-template-columns:1fr; padding:40px 25px; text-align:center; }
  .privacy-callout, .footer-grid { align-items:flex-start; flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .wave i { animation:none; }
}

