* { box-sizing: border-box; }
body { margin: 0; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px; background: white; color: var(--brand-primary); }
.skip-link:focus { top: 10px; }
.nav-login-m { display: none; }
.nav { position: relative; z-index: 20; }
.pricing-main { max-width: 1080px; margin: 0 auto; padding: 0 26px; }
.pricing-intro { text-align: center; padding: 38px 0 30px; }
.pricing-eyebrow { display: inline-block; color: var(--brand-primary); font-size: 11px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; }
.pricing-intro h1 { font-family: var(--font-sans); font-weight: var(--fw-display); font-size: clamp(32px, 4.5vw, 48px); line-height: 1.17; letter-spacing: -1.2px; margin: 16px 0; }
.pricing-gradient { background: var(--brand-fill); background-clip: text; -webkit-background-clip: text; color: transparent; }
.pricing-intro p { font-size: 15px; color: var(--text-copy); line-height: var(--lh-copy); margin: 0 auto; }
/* Form basics that the host otherwise gets from workspace.css. Its final
   presentation comes from the same create.css, package-cards.css and checkout.css. */
#createview .cardhead { display: flex; align-items: center; }
#createview .cardhead > div { flex: 1; min-width: 0; }
#createview .create-2col { display: flex; flex-direction: column; gap: 0; }
#createview .cf { display: flex; flex-direction: column; min-width: 0; }
#createview .freepill { width: auto; min-height: 0; display: inline-flex; align-items: center; flex: none; border: 0; box-shadow: none; font-weight: 500; white-space: nowrap; }
#createview .freepill, #createview .freepill b { color: var(--brand-primary); }
#createview .freepill:hover { transform: none; background: var(--brand-tint); }
#createview button.evtype { min-height: 0; border-radius: 999px; background: #fff; box-shadow: none; font-size: 13px; }
#createview button.evtype:hover { transform: none; background: var(--brand-tint); }
#createview .pick-head { margin: 26px 0 6px; letter-spacing: -.4px; }
#createview .pick-sub { margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.6; }
#createview .plan-btn { margin-top: auto; }
#createview .evtype-chips { margin-top: 2px; }
#pricing-form-error { padding: 12px 18px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--brand-primary); outline-offset: 4px; }
.pricing-faq a { color: var(--brand-primary); text-underline-offset: 3px; }
@media (min-width: 640px) {
  #createview .create-2col { flex-direction: row; gap: 16px; align-items: flex-start; }
  #createview .cf-title { flex: 1 1 auto; }
  #createview .cf-date { flex: 0 0 220px; }
}
@media (max-width: 540px) { #createview .cardhead { flex-wrap: wrap; } }
.pricing-faq { margin: 44px 0; text-align: center; }
.pricing-faq h2 { font-size: 27px; margin: 8px 0 22px; letter-spacing: -.7px; font-weight: var(--fw-heading); line-height: var(--lh-heading); }
.pricing-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; text-align: left; }
.pricing-faq details { border: 1px solid var(--line); border-radius: 14px; background: white; }
.pricing-faq summary { display: flex; justify-content: space-between; gap: 14px; padding: 18px; list-style: none; cursor: pointer; font-size: 13px; font-weight: var(--fw-emphasis); }
.pricing-faq summary::-webkit-details-marker { display: none; }
.pricing-faq summary::after { content: ''; width: 7px; height: 7px; border-right: 2px solid var(--brand-primary); border-bottom: 2px solid var(--brand-primary); transform: rotate(45deg); flex: none; align-self: center; }
.pricing-faq details[open] summary::after { transform: rotate(225deg); }
.pricing-faq p { color: var(--text-copy); font-size: 13px; line-height: var(--lh-copy); margin: 0; padding: 0 18px 18px; }
.pricing-trial { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 44px; padding: 22px 28px; border-radius: 22px; background: linear-gradient(125deg, #fffffff2, #ffffffb8); border: 1px solid #fff; box-shadow: inset 0 1px 0 #fff, 0 12px 34px #34315908; }
.pricing-trial h2 { margin: 0 0 3px; font-family: var(--font-sans); font-size: 15px; font-weight: var(--fw-subheading); line-height: var(--lh-subheading); color: #292236; }
.pricing-trial p { margin: 0; color: var(--muted); font-size: 12px; line-height: var(--lh-help); }
.pricing-trial .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; flex: none; width: auto; min-height: 44px; padding: 11px 18px; border-radius: 12px; text-decoration: none; font-size: 12px; text-align: center; white-space: nowrap; }
.pricing-trial .btn svg { width: 16px; height: 16px; flex: none; }
.foot-copy { padding: 0 20px; }
@media (max-width: 820px) { .foot-inner { grid-template-columns: repeat(2, 1fr); } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 700px) {
  .pricing-main { padding: 0 var(--page-gutter); }
  .pricing-intro { padding: 30px 0 34px; }
  .pricing-intro h1 { font-size: 30px; letter-spacing: -.8px; font-weight: var(--fw-display); line-height: 1.17; }
  .pricing-intro p { font-size: 13px; color: var(--text-copy); line-height: var(--lh-copy); }
  .pricing-promise { font-size: 10.5px; }
  .pricing-promise span { margin: 0 4px; }
  .desktop-break { display: none; }
  .pricing-faq-grid { grid-template-columns: 1fr; }
  .pricing-trial { flex-direction: column; align-items: flex-start; gap: 18px; padding: 22px; }
  .pricing-trial h2 { font-size: 14px; font-weight: var(--fw-subheading); line-height: var(--lh-subheading); }
  .pricing-trial p { font-size: 11px; color: var(--muted); line-height: var(--lh-help); }
}
@media (max-width: 640px) {
  .nav.photoora-header { margin: 6px 6px 0; padding: 10px 12px; gap: 8px; }
  .nav .brandwrap { flex-wrap: nowrap; }
  .nav .links { gap: 7px; }
  .nav .login, .nav .nav-cta { display: none; }
  .nav-login-m { display: inline-block; }
  .nav .links a { white-space: nowrap; }
  .nav .links .btn { padding: 9px 16px; font-size: 13.5px; }
}
@media (max-width: 380px) { .pricing-intro h1 { font-size: 29px; letter-spacing: -.8px; font-weight: var(--fw-display); line-height: 1.17; } .pricing-eyebrow { font-size: 9px; letter-spacing: 1px; } }
