:root {
  --pt-ink: #07111f;
  --pt-navy: #071a31;
  --pt-blue: #1ea7ff;
  --pt-cyan: #42f3ff;
  --pt-soft: #eef8ff;
  --pt-line: rgba(12, 67, 104, 0.14);
}

html { scroll-behavior: smooth; }
.pt-page { margin: 0; color: var(--pt-ink); background: #fff; }
.pt-page a { color: inherit; }
.pt-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.pt-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(4, 18, 34, .84);
  color: #fff;
  backdrop-filter: blur(18px);
}
.pt-header__inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.pt-logo { font-family: Inter, sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.pt-logo span { color: var(--pt-cyan); }
.pt-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.pt-nav a { color: rgba(255,255,255,.74); text-decoration: none; transition: color .2s ease; }
.pt-nav a:hover, .pt-nav a.is-active { color: #fff; }
.pt-nav__company { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 9px 15px; }

.pt-hero { position: relative; overflow: hidden; min-height: 760px; color: #fff; background: radial-gradient(circle at 75% 42%, rgba(22,149,255,.27), transparent 31%), linear-gradient(135deg, #040d19, #071b34 58%, #06243d); }
.pt-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(82,218,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(82,218,255,.1) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent 4%, #000 58%, transparent); }
.pt-hero__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 760px; gap: clamp(36px, 6vw, 84px); padding-block: 80px; }
.pt-kicker { margin: 0; color: #078ee4; font: 700 12px/1.4 Inter, sans-serif; letter-spacing: .18em; }
.pt-hero .pt-kicker, .pt-section--dark .pt-kicker { color: var(--pt-cyan); }
.pt-hero h1 { margin: 18px 0 0; max-width: 700px; font-size: clamp(44px, 5vw, 68px); line-height: 1.08; letter-spacing: -.055em; white-space: nowrap; }
.pt-hero h1 span { color: transparent; background: linear-gradient(100deg, #fff 2%, var(--pt-cyan) 56%, #58a8ff); background-clip: text; -webkit-background-clip: text; }
.pt-hero__lead { max-width: 610px; margin: 28px 0 0; color: rgba(235,247,255,.74); font-size: 18px; line-height: 1.75; word-break: keep-all; }
.pt-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.pt-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; }
.pt-button--primary { color: #00111f !important; background: linear-gradient(100deg, var(--pt-cyan), #6ab6ff); }
.pt-button--ghost { color: #fff !important; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.05); }
.pt-hero__facts { display: flex; gap: 26px; margin: 46px 0 0; }
.pt-hero__facts div { display: flex; align-items: center; gap: 8px; }
.pt-hero__facts dt { color: var(--pt-cyan); font: 700 11px Inter, sans-serif; }
.pt-hero__facts dd { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; }
.pt-hero__visual { position: relative; }
.pt-hero__visual img { position: relative; z-index: 2; width: 100%; border: 1px solid rgba(94,226,255,.28); border-radius: 28px; box-shadow: 0 40px 100px rgba(0,0,0,.55), 0 0 70px rgba(20,169,255,.18); }
.pt-orbit { position: absolute; z-index: 1; width: 108%; aspect-ratio: 1; left: -4%; top: 50%; border: 1px solid rgba(66,243,255,.24); border-radius: 50%; transform: translateY(-50%); box-shadow: inset 0 0 70px rgba(47,185,255,.09); }
.pt-signal { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(4,18,34,.82); font: 700 10px Inter, sans-serif; letter-spacing: .1em; backdrop-filter: blur(10px); }
.pt-signal span { width: 7px; height: 7px; border-radius: 50%; background: var(--pt-cyan); box-shadow: 0 0 14px var(--pt-cyan); }
.pt-signal--top { top: -18px; right: 24px; }
.pt-signal--bottom { bottom: -18px; left: 28px; }

.pt-section { padding-block: clamp(88px, 11vw, 148px); }
.pt-section__head { max-width: 720px; }
.pt-section__head h2, .pt-privacy-callout h2 { margin: 14px 0 0; font-size: clamp(36px, 5vw, 64px); line-height: 1.12; letter-spacing: -.048em; word-break: keep-all; }
.pt-section__head > p:last-child { margin: 24px 0 0; max-width: 640px; color: #5f6f7f; font-size: 18px; line-height: 1.75; word-break: keep-all; }
.pt-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 62px; }
.pt-card { min-height: 300px; padding: 34px; border: 1px solid var(--pt-line); border-radius: 24px; background: linear-gradient(145deg, #fff, #f4fbff); box-shadow: 0 20px 50px rgba(13,72,110,.07); }
.pt-card__number { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; color: #087ec4; background: #dff4ff; font: 700 12px Inter, sans-serif; }
.pt-card h3 { margin: 82px 0 0; font-size: 23px; letter-spacing: -.025em; }
.pt-card p { margin: 16px 0 0; color: #637281; font-size: 15px; line-height: 1.75; word-break: keep-all; }

.pt-section--preview { overflow: hidden; background: linear-gradient(180deg, #f2faff 0%, #fff 100%); }
.pt-preview__intro { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: start; max-width: 920px; margin-inline: auto; }
.pt-preview__brand { display: grid; gap: 14px; justify-items: start; }
.pt-preview__brand img { width: 72px; height: 72px; border-radius: 18px; box-shadow: 0 16px 36px rgba(6, 60, 91, .18); }
.pt-preview__brand span { color: #557181; font: 800 11px/1.3 Inter, sans-serif; letter-spacing: .16em; }
.pt-section--preview .pt-section__head h2 { font-size: clamp(32px, 4vw, 52px); }
.pt-preview__feature { max-width: 860px; margin: 52px auto 0; overflow: hidden; border: 1px solid rgba(41, 168, 224, .22); border-radius: 22px; background: #05182b; box-shadow: 0 24px 60px rgba(5, 64, 99, .16); }
.pt-preview__feature img { display: block; width: 100%; height: auto; }
.pt-preview__gallery { display: flex; gap: 18px; max-width: 1040px; margin: 30px auto 0; padding: 0 0 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: rgba(15, 123, 176, .38) transparent; scrollbar-width: thin; }
.pt-preview-card { flex: 0 0 220px; margin: 0; scroll-snap-align: start; }
.pt-preview__image-link { position: relative; display: block; overflow: hidden; border-radius: inherit; cursor: zoom-in; }
.pt-preview__image-link::after { content: "+"; position: absolute; right: 12px; bottom: 12px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(3, 18, 32, .72); font: 500 22px/1 Inter, sans-serif; opacity: 0; transform: scale(.86); transition: opacity .2s ease, transform .2s ease; backdrop-filter: blur(8px); }
.pt-preview__image-link:hover::after, .pt-preview__image-link:focus-visible::after { opacity: 1; transform: scale(1); }
.pt-preview__image-link:focus-visible { outline: 3px solid rgba(30,167,255,.45); outline-offset: 4px; }
.pt-preview-card img { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: cover; border: 1px solid rgba(8, 83, 124, .16); border-radius: 22px; background: #06172a; box-shadow: 0 20px 44px rgba(7, 64, 96, .16); }
.pt-preview-card figcaption { display: flex; align-items: center; gap: 10px; margin-top: 15px; color: #19384b; font-size: 14px; font-weight: 750; }
.pt-preview-card figcaption span { color: #0998dc; font: 800 11px Inter, sans-serif; letter-spacing: .08em; }
.pt-preview__notice { max-width: 1040px; margin: 12px auto 0; color: #728491; font-size: 12px; line-height: 1.7; word-break: keep-all; }
.pt-section--dark { color: #fff; background: linear-gradient(135deg, #06101d, #082540); }
.pt-privacy-callout { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.pt-privacy-callout__copy p { margin: 0; color: rgba(235,247,255,.7); font-size: 18px; line-height: 1.75; word-break: keep-all; }
.pt-text-link { display: inline-flex; gap: 12px; margin-top: 30px; color: var(--pt-cyan) !important; font-weight: 700; text-decoration: none; }
.pt-text-link span { transition: transform .2s ease; }
.pt-text-link:hover span { transform: translateX(4px); }
.pt-text-link--secondary { margin-left: 24px; color: #fff !important; }

.pt-footer { color: rgba(255,255,255,.64); background: #040b13; }
.pt-footer__inner { min-height: 112px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; font-size: 12px; }
.pt-footer__inner > div:first-child { display: flex; align-items: baseline; gap: 9px; }
.pt-footer strong { color: #fff; font: 800 17px Inter, sans-serif; }
.pt-footer__links { display: flex; gap: 18px; }
.pt-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.pt-footer p { margin: 0; }

.pt-header--policy { background: rgba(255,255,255,.91); color: var(--pt-ink); border-color: var(--pt-line); }
.pt-header--policy .pt-nav a { color: #5c6d7c; }
.pt-header--policy .pt-nav a:hover, .pt-header--policy .pt-nav a.is-active { color: #087ec4; }
.pt-header--policy .pt-nav__company { border-color: var(--pt-line); }
.pt-policy { padding: 80px 0 130px; background: linear-gradient(180deg, var(--pt-soft), #fff 360px); }
.pt-policy__layout { display: grid; grid-template-columns: 260px minmax(0, 790px); gap: clamp(48px, 9vw, 120px); justify-content: center; align-items: start; }
.pt-policy__aside { position: sticky; top: 128px; }
.pt-policy__aside h1 { margin: 14px 0 20px; font-size: 48px; line-height: 1.08; letter-spacing: -.05em; }
.pt-policy__aside > p:not(.pt-kicker) { margin: 0; color: #667686; font-size: 14px; line-height: 1.7; word-break: keep-all; }
.pt-policy__aside > a { display: inline-flex; margin-top: 30px; color: #087ec4; font-size: 13px; font-weight: 700; text-decoration: none; }
.pt-policy__document { padding: clamp(30px, 5vw, 64px); border: 1px solid var(--pt-line); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 24px 70px rgba(10,65,100,.09); }
.pt-policy__intro { padding-bottom: 38px; border-bottom: 1px solid var(--pt-line); font-size: 17px; line-height: 1.82; }
.pt-policy__document section { padding: 42px 0 6px; }
.pt-policy__document section + section { margin-top: 30px; border-top: 1px solid var(--pt-line); }
.pt-policy__document h2 { margin: 0 0 22px; font-size: 25px; line-height: 1.4; letter-spacing: -.025em; }
.pt-policy__document h3 { margin: 28px 0 12px; font-size: 17px; }
.pt-policy__document h4 { margin: 20px 0 8px; font-size: 15px; }
.pt-policy__document p { margin: 0 0 14px; color: #3f4d5b; font-size: 15px; line-height: 1.82; word-break: keep-all; }
.pt-policy__document ul, .pt-policy__document ol { margin: 10px 0 18px; padding-left: 1.45em; color: #3f4d5b; font-size: 15px; line-height: 1.82; }
.pt-policy__document li + li { margin-top: 4px; }
.pt-policy__note { padding: 14px 16px; border-radius: 10px; color: #516270 !important; background: #f1f5f7; font-size: 13px !important; }

/* Account and data deletion request */
.pt-delete { min-height: calc(100vh - 72px); padding: clamp(58px, 8vw, 112px) 0 120px; background: radial-gradient(circle at 12% 10%, rgba(30,167,255,.13), transparent 28%), linear-gradient(180deg, var(--pt-soft), #fff 520px); }
.pt-delete__layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr); gap: clamp(46px, 8vw, 110px); align-items: start; }
.pt-delete__intro { padding-top: 28px; }
.pt-delete__intro h1 { margin: 16px 0 24px; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.12; letter-spacing: -.05em; word-break: keep-all; }
.pt-delete__intro > p { max-width: 610px; margin: 0; color: #5a6c7c; font-size: 17px; line-height: 1.78; word-break: keep-all; }
.pt-delete__notice { margin-top: 36px; padding: 26px 28px; border: 1px solid var(--pt-line); border-radius: 20px; background: rgba(255,255,255,.78); }
.pt-delete__notice h2 { margin: 0 0 16px; font-size: 17px; }
.pt-delete__notice ul { margin: 0; padding-left: 1.35em; color: #405363; font-size: 14px; line-height: 1.8; }
.pt-delete__notice p { margin: 18px 0 0; padding-top: 18px; border-top: 1px solid var(--pt-line); color: #677786; font-size: 13px; line-height: 1.7; }
.pt-delete__security { margin-top: 18px !important; padding: 14px 16px; border-radius: 12px; color: #785922 !important; background: #fff8e9; font-size: 13px !important; }
.pt-delete__card { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--pt-line); border-radius: 26px; background: rgba(255,255,255,.97); box-shadow: 0 28px 80px rgba(10,65,100,.12); }
.pt-delete__card h2 { margin: 0; font-size: 27px; letter-spacing: -.03em; }
.pt-delete__card > div > p { margin: 10px 0 30px; color: #6a7885; font-size: 14px; line-height: 1.65; }
.pt-delete__form { display: grid; gap: 19px; }
.pt-field { display: grid; gap: 8px; }
.pt-field > span { font-size: 13px; font-weight: 700; }
.pt-field em { color: #d53e4f; font-style: normal; }
.pt-field b { margin-left: 5px; color: #8693a0; font-size: 11px; font-weight: 600; }
.pt-field input, .pt-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfdae3; border-radius: 11px; color: var(--pt-ink); background: #fff; font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
.pt-field textarea { min-height: 108px; resize: vertical; }
.pt-field input:focus, .pt-field textarea:focus { outline: 0; border-color: #159eea; box-shadow: 0 0 0 3px rgba(30,167,255,.13); }
.pt-field input.is-invalid, .pt-field textarea.is-invalid { border-color: #d53e4f; }
.pt-field small, .pt-delete__confirm-error { min-height: 17px; color: #c93043; font-size: 12px; }
.pt-delete__confirm { display: flex; align-items: flex-start; gap: 11px; padding: 15px; border: 1px solid var(--pt-line); border-radius: 12px; background: #f7fbfe; color: #455766; font-size: 13px; line-height: 1.55; cursor: pointer; }
.pt-delete__confirm input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: #168fd4; }
.pt-delete__confirm input.is-invalid + span { color: #b52f3e; }
.pt-delete__confirm-error { display: block; margin-top: -14px; }
.pt-button--delete { width: 100%; border: 0; color: #fff !important; background: linear-gradient(105deg, #0d7fc2, #075287); cursor: pointer; }
.pt-button--delete:disabled { opacity: .62; cursor: wait; }
.pt-delete__status { padding: 13px 15px; border-radius: 10px; font-size: 13px; line-height: 1.55; }
.pt-delete__status.is-error { color: #a92536; background: #fff0f2; border: 1px solid #f4c6cc; }
.pt-delete__done { padding: 28px 4px; text-align: center; }
.pt-delete__done-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; color: #08754f; background: #e5f8ef; font-size: 28px; font-weight: 800; }
.pt-delete__done p { margin: 12px 0; color: #627383; line-height: 1.7; }
.pt-delete__done .pt-button { margin-top: 24px; }
.pt-delete__hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 900px) {
  .pt-hero__grid { grid-template-columns: 1fr; padding-block: 72px 100px; }
  .pt-hero__visual { max-width: 720px; }
  .pt-card-grid { grid-template-columns: 1fr; }
  .pt-card { min-height: auto; }
  .pt-card h3 { margin-top: 46px; }
  .pt-preview__intro { grid-template-columns: 1fr; gap: 28px; }
  .pt-preview__brand { display: flex; align-items: center; }
  .pt-preview__brand img { width: 62px; height: 62px; border-radius: 16px; }
  .pt-preview__feature { margin-top: 44px; }
  .pt-preview-card { flex-basis: 210px; }
  .pt-privacy-callout { grid-template-columns: 1fr; }
  .pt-policy__layout { grid-template-columns: 1fr; }
  .pt-policy__aside { position: static; }
  .pt-policy__aside h1 br { display: none; }
  .pt-delete__layout { grid-template-columns: 1fr; }
  .pt-delete__intro { padding-top: 0; }
  .pt-footer__inner { grid-template-columns: 1fr; gap: 12px; padding-block: 32px; }
}

@media (max-width: 640px) {
  .pt-shell { width: min(100% - 32px, 1180px); }
  .pt-header__inner { height: 64px; }
  .pt-nav a:not(.pt-nav__company) { display: none; }
  .pt-nav__company { padding: 7px 12px; }
  .pt-hero { min-height: 0; }
  .pt-hero__grid { min-height: 0; padding-block: 62px 86px; }
  .pt-hero h1 { font-size: 40px; white-space: normal; }
  .pt-hero__lead { font-size: 16px; }
  .pt-hero__facts { gap: 14px; flex-wrap: wrap; }
  .pt-signal { display: none; }
  .pt-section { padding-block: 76px; }
  .pt-card { padding: 26px; border-radius: 18px; }
  .pt-preview__feature { margin-top: 36px; border-radius: 18px; }
  .pt-preview__gallery { gap: 14px; margin-right: -16px; padding-right: 16px; }
  .pt-preview-card { flex-basis: 68vw; max-width: 250px; }
  .pt-preview-card img { border-radius: 18px; }
  .pt-policy { padding: 48px 0 80px; }
  .pt-policy__aside h1 { font-size: 40px; }
  .pt-policy__document { padding: 28px 22px; border-radius: 18px; }
  .pt-policy__document h2 { font-size: 21px; }
  .pt-text-link--secondary { display: flex; margin-left: 0; }
  .pt-delete { padding-top: 46px; }
  .pt-delete__intro h1 { font-size: 38px; }
  .pt-delete__card { padding: 26px 20px; border-radius: 18px; }
}
