/* Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Light theme (default) */
:root {
  --bg: #EAEAEA;
  --text: #111111;
  --text-secondary: #777777;
  --text-tertiary: #777777;
  --text-muted: #7a7a7a;
  --border: rgba(17, 17, 17, 0.08);
  --border-strong: rgba(17, 17, 17, 0.12);
  --surface: rgba(17, 17, 17, 0.03);
  --nav-bg: rgba(234, 234, 234, 0.8);
  --btn-bg: #111111;
  --btn-text: #FFFFFF;
  --phone-screen: #f5f5f7;
}

/* Dark theme */
[data-theme="dark"] {
  --bg: #252525;
  --text: #FFFFFF;
  --text-secondary: #A1A1A1;
  --text-tertiary: #A1A1A1;
  --text-muted: #9a9a9a;
  --border: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.12);
  --surface: rgba(255, 255, 255, 0.04);
  --nav-bg: rgba(37, 37, 37, 0.8);
  --btn-bg: #FFFFFF;
  --btn-text: #111111;
  --phone-screen: #161616;
}

/* Typography */
html {
  font-size: 100%; /* 16px base */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1;
  transition: background 0.3s, color 0.3s;
  position: relative;
}

body.no-watermark::before {
  display: none;
}

body::before {
  content: '';
  position: absolute;
  top: 50vh;
  left: 50%;
  width: min(960px, 90vw);
  aspect-ratio: 711 / 225;
  height: auto;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 711 225'%3E%3Cpath d='M633.085133,6.09100888 C619.325133,28.1710089 604.233933,50.7630089 589.089485,73.4737929 L586.249589,77.7333609 C585.776273,78.4434889 585.302983,79.1537089 584.829758,79.8640089 L581.9915,84.1266729 C561.001059,115.672645 540.292461,147.32899 523.278202,178.045708 C532.717383,170.463348 541.760573,163.532601 550.798243,156.538374 L553.106383,154.750384 C570.110959,141.563275 587.213201,127.936667 607.003008,109.122414 L608.073,108.102 L609.696963,105.868292 C611.856915,102.89814 613.990075,99.9717137 616.085133,97.0910089 C618.823053,94.3530889 634.154599,92.8145618 651.899861,91.9828514 L653.047964,91.9301685 C654.007338,91.8870751 654.973057,91.8459941 655.943538,91.806849 L657.211953,91.7568818 C658.05919,91.7242938 658.909508,91.6931445 659.761867,91.6633835 L661.041805,91.6197769 L663.045981,91.5557209 C674.413133,91.2066089 685.905133,91.0910089 695.085133,91.0910089 C697.868036,91.4388718 698.956819,93.4808551 699.235464,96.3750707 C706.407369,99.1114091 712.750016,102.871164 711.085133,105.091009 C688.085133,145.091009 667.085133,181.091009 652.085133,219.091009 C648.085133,227.091009 624.085133,210.091009 627.085133,203.091009 C634.941023,182.758117 643.224006,166.055519 651.934084,150.121429 C621.211066,177.432159 597.947931,195.594636 576.085133,216.091009 L575.408,215.279 L575.085133,216.091009 C565.185133,220.051009 543.523933,221.070709 546.002596,211.387717 L546.085133,211.091009 C554.193002,191.059803 565.030457,171.710993 576.753239,153.370038 C570.390265,158.853101 564.34796,163.907563 558.337546,168.897306 L556.084572,170.766137 L554.58258,172.010759 C539.558433,184.457188 524.357601,196.972937 504.467947,215.24369 L504.085133,216.091009 C503.850956,216.157917 503.595515,216.228182 503.320533,216.30128 C501.292851,218.167608 499.215706,220.09643 497.085133,222.091009 L493.122908,218.458817 C492.516556,218.563528 491.902486,218.665677 491.284109,218.764225 L490.398445,218.902401 C481.223933,220.302609 471.465133,220.811009 472.085133,217.091009 C484.215148,190.177538 498.787871,163.264067 514.550561,136.45953 C509.827823,141.562134 505.205006,146.633062 500.606329,151.698238 L498.308652,154.230467 L496.012892,156.762457 C495.304404,157.543973 494.595889,158.325557 493.887069,159.107306 L491.759415,161.453139 C474.01669,181.007439 455.909155,200.723839 433.085133,222.091009 L430.174164,219.178943 C422.767364,221.857863 397.560274,224.02194 401.085133,216.091009 C417.963484,181.837884 437.306185,147.584759 457.767541,113.331634 C436.196402,130.525231 413.292659,144.603438 391.642158,156.920003 C393.209883,162.379435 395.191765,168.359035 397.085133,175.091009 C404.085133,200.091009 383.085133,229.091009 311.085133,225.091009 C306.528412,224.262514 302.829696,220.002003 300.415495,214.868542 C295.188062,215.895691 287.493769,206.478054 291.085133,201.091009 C305.362981,184.25047 330.765173,170.894665 360.078778,156.165906 C358.115308,149.741282 356.546741,142.703077 356.68314,135.319505 C317.345565,166.360836 283.545557,189.157563 254.085133,220.091009 L249.818588,217.424479 C240.916292,219.535242 224.539261,219.501561 226.085133,214.091009 C235.378316,197.053506 244.071755,181.215492 252.862141,165.938334 C232.399505,193.678504 214.143573,213.66845 197.085133,218.091009 C168.085133,225.091009 174.085133,194.091009 182.085133,176.091009 C189.687361,159.716978 199.683419,143.684922 211.073393,127.594877 L206.085133,129.091009 L234.085133,96.0910089 L234.606006,96.2532969 C235.429361,95.2005505 236.255826,94.1464902 237.085133,93.0910089 C242.085133,87.0910089 273.085133,95.0910089 266.085133,102.091009 C244.085133,130.091009 224.085133,160.091009 213.085133,184.091009 C212.490501,185.428931 211.500545,186.593739 210.291853,187.58425 L210.514275,187.454597 C230.744841,178.203409 259.315371,150.174025 287.524025,110.203606 C290.925922,105.200947 294.437649,100.171432 298.085133,95.0910089 C303.085133,86.0910089 336.085133,94.0910089 328.085133,102.091009 C309.555647,127.899935 290.15029,152.395053 274.79586,177.025422 C302.683142,154.840475 333.705671,134.659006 366.445303,108.1753 C372.374874,100.421448 381.497074,92.6399301 395.085133,85.0910089 C419.085133,75.0910089 436.085133,109.091009 418.085133,105.091009 C394.433954,118.358743 388.086564,128.964356 388.677217,141.706804 C418.311519,126.373246 449.439522,108.398343 475.799115,83.5647841 C480.463166,75.9553211 485.163309,68.3458784 489.884752,60.7364492 L359.847,64.758 L367.085133,71.0910089 L252.085133,68.0910089 L251.675884,68.0826649 C238.523833,67.5338089 260.175133,40.0910089 269.085133,40.0910089 L503.731391,38.4958973 C508.635415,30.6379248 513.546781,22.7799598 518.449195,14.9219948 L522.085133,9.09100888 C526.085133,1.09100888 558.085133,6.09100888 554.085133,11.0910089 C550.071799,17.5310089 546.041044,23.9710089 542.003435,30.4110089 L538.541197,35.9310089 L537.074,38.268 L563.085133,38.0910089 L551.085133,47.0910089 L543.085133,59.0910089 L523.635,59.692 L522.959245,60.7710089 C521.806946,62.6110089 520.655444,64.4510089 519.504985,66.2910089 L516.056982,71.8110089 C494.690592,106.053009 473.77078,140.295009 454.886361,174.537009 C465.600234,164.480275 475.847554,154.840093 486.082952,145.180326 L489.080204,142.350749 C505.657971,126.695431 522.32059,110.877107 540.994414,93.0435152 C544.622658,87.2488642 548.274161,81.4617048 551.936985,75.6836015 L554.716724,71.3034112 C568.624195,49.4113214 582.647633,27.6535089 596.085133,6.09100888 C602.085133,-3.90899112 637.085133,0.0910088808 633.085133,6.09100888 Z M247.085133,24.0910089 C227.967917,55.1564845 210.221206,85.0798728 192.644156,115.280353 C197.881874,115.213985 203.353389,115.150715 209.085133,115.091009 L192.085133,130.091009 L186.085133,142.091009 C183.00176,142.123127 179.996789,142.152151 177.066044,142.178179 C163.059734,166.467102 148.934884,191.199134 134.085133,217.091009 C133.562764,217.926798 132.887589,218.511549 132.096098,218.876048 L130.085133,222.091009 C120.832989,218.566383 103.040039,207.665606 82.2651039,194.092296 C77.9264337,201.666046 73.5383792,209.326374 69.0851327,217.091009 C66.0851327,222.091009 31.0851327,225.091009 34.0851327,217.091009 C41.8886436,203.484887 49.4919745,190.279126 56.9912549,177.313508 C53.9759958,175.289167 50.9457043,173.249355 47.9142058,171.205772 L44.8828171,169.161365 C29.2238544,158.596581 13.6556915,148.035241 0.0851326779,139.091009 L0.0554128506,138.954831 C-0.739163905,134.741293 7.16205575,119.091009 14.0851327,119.091009 C45.4576225,118.678213 67.7988874,118.095017 89.9718453,117.482101 L91.8997202,117.428732 C101.964846,100.303143 112.1165,83.1572061 122.595503,65.588821 L118.085133,67.0910089 L148.085133,23.0910089 L148.184959,22.9419159 C151.801033,18.0520089 187.035133,16.1710089 182.085133,24.0910089 C162.712618,55.5713446 144.747458,85.8788855 126.940052,116.490431 C136.428855,116.256718 146.605153,116.030002 157.97971,115.818264 C175.746105,85.7626333 193.731619,55.5212214 213.085133,23.0910089 C216.085133,18.0910089 252.085133,16.0910089 247.085133,24.0910089 Z M365.301133,171.562633 L364.843596,171.812428 C349.907884,180.026289 336.271034,187.586838 324.991999,195.048459 C357.459482,193.432338 367.898724,185.599742 367.085133,179.091009 C366.85004,176.857633 366.186619,174.334098 365.301133,171.562633 Z M112.042885,142.216252 L110.704465,144.540637 C104.780901,154.819054 98.832803,165.180617 92.8143258,175.679504 C100.104569,180.201486 107.386717,184.764403 114.714063,189.447858 C124.055063,173.460313 133.208558,157.854214 142.331924,142.355174 L141.28871,142.356789 L137.786543,142.356125 C128.407926,142.349135 119.922649,142.300226 112.042885,142.216252 Z M662.647869,120.636172 L633.213148,124.409441 C629.871978,128.889113 626.516264,133.33168 623.179955,137.765868 L621.491512,140.011771 C611.564758,153.228935 601.861555,166.414723 593.282227,180.330949 C612.392344,164.470996 633.468701,147.8719 662.647869,120.636172 Z M35.4274022,140.210195 C46.2239898,147.005579 56.7370768,153.480056 67.1132696,159.853505 C70.6711505,153.726378 74.2156437,147.639421 77.7568071,141.573339 C74.970394,141.499236 72.209891,141.420602 69.4538902,141.338269 L67.0158304,141.264463 L66.4063059,141.245719 L63.3561151,141.150301 C54.3989269,140.86635 45.3270617,140.547322 35.4274022,140.210195 Z' fill='%23111111' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.05;
  pointer-events: none;
  z-index: -1;
}

[data-theme="dark"] body::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 711 225'%3E%3Cpath d='M633.085133,6.09100888 C619.325133,28.1710089 604.233933,50.7630089 589.089485,73.4737929 L586.249589,77.7333609 C585.776273,78.4434889 585.302983,79.1537089 584.829758,79.8640089 L581.9915,84.1266729 C561.001059,115.672645 540.292461,147.32899 523.278202,178.045708 C532.717383,170.463348 541.760573,163.532601 550.798243,156.538374 L553.106383,154.750384 C570.110959,141.563275 587.213201,127.936667 607.003008,109.122414 L608.073,108.102 L609.696963,105.868292 C611.856915,102.89814 613.990075,99.9717137 616.085133,97.0910089 C618.823053,94.3530889 634.154599,92.8145618 651.899861,91.9828514 L653.047964,91.9301685 C654.007338,91.8870751 654.973057,91.8459941 655.943538,91.806849 L657.211953,91.7568818 C658.05919,91.7242938 658.909508,91.6931445 659.761867,91.6633835 L661.041805,91.6197769 L663.045981,91.5557209 C674.413133,91.2066089 685.905133,91.0910089 695.085133,91.0910089 C697.868036,91.4388718 698.956819,93.4808551 699.235464,96.3750707 C706.407369,99.1114091 712.750016,102.871164 711.085133,105.091009 C688.085133,145.091009 667.085133,181.091009 652.085133,219.091009 C648.085133,227.091009 624.085133,210.091009 627.085133,203.091009 C634.941023,182.758117 643.224006,166.055519 651.934084,150.121429 C621.211066,177.432159 597.947931,195.594636 576.085133,216.091009 L575.408,215.279 L575.085133,216.091009 C565.185133,220.051009 543.523933,221.070709 546.002596,211.387717 L546.085133,211.091009 C554.193002,191.059803 565.030457,171.710993 576.753239,153.370038 C570.390265,158.853101 564.34796,163.907563 558.337546,168.897306 L556.084572,170.766137 L554.58258,172.010759 C539.558433,184.457188 524.357601,196.972937 504.467947,215.24369 L504.085133,216.091009 C503.850956,216.157917 503.595515,216.228182 503.320533,216.30128 C501.292851,218.167608 499.215706,220.09643 497.085133,222.091009 L493.122908,218.458817 C492.516556,218.563528 491.902486,218.665677 491.284109,218.764225 L490.398445,218.902401 C481.223933,220.302609 471.465133,220.811009 472.085133,217.091009 C484.215148,190.177538 498.787871,163.264067 514.550561,136.45953 C509.827823,141.562134 505.205006,146.633062 500.606329,151.698238 L498.308652,154.230467 L496.012892,156.762457 C495.304404,157.543973 494.595889,158.325557 493.887069,159.107306 L491.759415,161.453139 C474.01669,181.007439 455.909155,200.723839 433.085133,222.091009 L430.174164,219.178943 C422.767364,221.857863 397.560274,224.02194 401.085133,216.091009 C417.963484,181.837884 437.306185,147.584759 457.767541,113.331634 C436.196402,130.525231 413.292659,144.603438 391.642158,156.920003 C393.209883,162.379435 395.191765,168.359035 397.085133,175.091009 C404.085133,200.091009 383.085133,229.091009 311.085133,225.091009 C306.528412,224.262514 302.829696,220.002003 300.415495,214.868542 C295.188062,215.895691 287.493769,206.478054 291.085133,201.091009 C305.362981,184.25047 330.765173,170.894665 360.078778,156.165906 C358.115308,149.741282 356.546741,142.703077 356.68314,135.319505 C317.345565,166.360836 283.545557,189.157563 254.085133,220.091009 L249.818588,217.424479 C240.916292,219.535242 224.539261,219.501561 226.085133,214.091009 C235.378316,197.053506 244.071755,181.215492 252.862141,165.938334 C232.399505,193.678504 214.143573,213.66845 197.085133,218.091009 C168.085133,225.091009 174.085133,194.091009 182.085133,176.091009 C189.687361,159.716978 199.683419,143.684922 211.073393,127.594877 L206.085133,129.091009 L234.085133,96.0910089 L234.606006,96.2532969 C235.429361,95.2005505 236.255826,94.1464902 237.085133,93.0910089 C242.085133,87.0910089 273.085133,95.0910089 266.085133,102.091009 C244.085133,130.091009 224.085133,160.091009 213.085133,184.091009 C212.490501,185.428931 211.500545,186.593739 210.291853,187.58425 L210.514275,187.454597 C230.744841,178.203409 259.315371,150.174025 287.524025,110.203606 C290.925922,105.200947 294.437649,100.171432 298.085133,95.0910089 C303.085133,86.0910089 336.085133,94.0910089 328.085133,102.091009 C309.555647,127.899935 290.15029,152.395053 274.79586,177.025422 C302.683142,154.840475 333.705671,134.659006 366.445303,108.1753 C372.374874,100.421448 381.497074,92.6399301 395.085133,85.0910089 C419.085133,75.0910089 436.085133,109.091009 418.085133,105.091009 C394.433954,118.358743 388.086564,128.964356 388.677217,141.706804 C418.311519,126.373246 449.439522,108.398343 475.799115,83.5647841 C480.463166,75.9553211 485.163309,68.3458784 489.884752,60.7364492 L359.847,64.758 L367.085133,71.0910089 L252.085133,68.0910089 L251.675884,68.0826649 C238.523833,67.5338089 260.175133,40.0910089 269.085133,40.0910089 L503.731391,38.4958973 C508.635415,30.6379248 513.546781,22.7799598 518.449195,14.9219948 L522.085133,9.09100888 C526.085133,1.09100888 558.085133,6.09100888 554.085133,11.0910089 C550.071799,17.5310089 546.041044,23.9710089 542.003435,30.4110089 L538.541197,35.9310089 L537.074,38.268 L563.085133,38.0910089 L551.085133,47.0910089 L543.085133,59.0910089 L523.635,59.692 L522.959245,60.7710089 C521.806946,62.6110089 520.655444,64.4510089 519.504985,66.2910089 L516.056982,71.8110089 C494.690592,106.053009 473.77078,140.295009 454.886361,174.537009 C465.600234,164.480275 475.847554,154.840093 486.082952,145.180326 L489.080204,142.350749 C505.657971,126.695431 522.32059,110.877107 540.994414,93.0435152 C544.622658,87.2488642 548.274161,81.4617048 551.936985,75.6836015 L554.716724,71.3034112 C568.624195,49.4113214 582.647633,27.6535089 596.085133,6.09100888 C602.085133,-3.90899112 637.085133,0.0910088808 633.085133,6.09100888 Z M247.085133,24.0910089 C227.967917,55.1564845 210.221206,85.0798728 192.644156,115.280353 C197.881874,115.213985 203.353389,115.150715 209.085133,115.091009 L192.085133,130.091009 L186.085133,142.091009 C183.00176,142.123127 179.996789,142.152151 177.066044,142.178179 C163.059734,166.467102 148.934884,191.199134 134.085133,217.091009 C133.562764,217.926798 132.887589,218.511549 132.096098,218.876048 L130.085133,222.091009 C120.832989,218.566383 103.040039,207.665606 82.2651039,194.092296 C77.9264337,201.666046 73.5383792,209.326374 69.0851327,217.091009 C66.0851327,222.091009 31.0851327,225.091009 34.0851327,217.091009 C41.8886436,203.484887 49.4919745,190.279126 56.9912549,177.313508 C53.9759958,175.289167 50.9457043,173.249355 47.9142058,171.205772 L44.8828171,169.161365 C29.2238544,158.596581 13.6556915,148.035241 0.0851326779,139.091009 L0.0554128506,138.954831 C-0.739163905,134.741293 7.16205575,119.091009 14.0851327,119.091009 C45.4576225,118.678213 67.7988874,118.095017 89.9718453,117.482101 L91.8997202,117.428732 C101.964846,100.303143 112.1165,83.1572061 122.595503,65.588821 L118.085133,67.0910089 L148.085133,23.0910089 L148.184959,22.9419159 C151.801033,18.0520089 187.035133,16.1710089 182.085133,24.0910089 C162.712618,55.5713446 144.747458,85.8788855 126.940052,116.490431 C136.428855,116.256718 146.605153,116.030002 157.97971,115.818264 C175.746105,85.7626333 193.731619,55.5212214 213.085133,23.0910089 C216.085133,18.0910089 252.085133,16.0910089 247.085133,24.0910089 Z M365.301133,171.562633 L364.843596,171.812428 C349.907884,180.026289 336.271034,187.586838 324.991999,195.048459 C357.459482,193.432338 367.898724,185.599742 367.085133,179.091009 C366.85004,176.857633 366.186619,174.334098 365.301133,171.562633 Z M112.042885,142.216252 L110.704465,144.540637 C104.780901,154.819054 98.832803,165.180617 92.8143258,175.679504 C100.104569,180.201486 107.386717,184.764403 114.714063,189.447858 C124.055063,173.460313 133.208558,157.854214 142.331924,142.355174 L141.28871,142.356789 L137.786543,142.356125 C128.407926,142.349135 119.922649,142.300226 112.042885,142.216252 Z M662.647869,120.636172 L633.213148,124.409441 C629.871978,128.889113 626.516264,133.33168 623.179955,137.765868 L621.491512,140.011771 C611.564758,153.228935 601.861555,166.414723 593.282227,180.330949 C612.392344,164.470996 633.468701,147.8719 662.647869,120.636172 Z M35.4274022,140.210195 C46.2239898,147.005579 56.7370768,153.480056 67.1132696,159.853505 C70.6711505,153.726378 74.2156437,147.639421 77.7568071,141.573339 C74.970394,141.499236 72.209891,141.420602 69.4538902,141.338269 L67.0158304,141.264463 L66.4063059,141.245719 L63.3561151,141.150301 C54.3989269,140.86635 45.3270617,140.547322 35.4274022,140.210195 Z' fill='%23FFFFFF' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.content {
  max-width: 1200px;
  margin: 0 auto;
}

h1, h2, h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
  max-width: 65ch;
}

/* Nav */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  z-index: 100;
  background: var(--nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

nav .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
}

.logo svg {
  height: 32px;
  width: auto;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-cta {
  padding: 0.5rem 1.25rem;
  background: var(--btn-bg);
  color: var(--btn-text);
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-cta:hover {
  opacity: 0.85;
  transform: scale(1.03);
}

/* Theme toggle */
.theme-toggle {
  position: relative;
  width: 44px;
  height: 26px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
  flex-shrink: 0;
}

.theme-toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-track {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}

.toggle-icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-icon svg {
  width: 12px;
  height: 12px;
  stroke: var(--text-tertiary);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: var(--btn-bg);
  border-radius: 50%;
  transition: transform 0.3s;
}

[data-theme="dark"] .toggle-thumb {
  transform: translateX(18px);
}

/* Hero */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 1.5rem;
  min-height: 100vh;
}

.hero h1 {
  font-size: clamp(1.5rem, 1.2rem + 0.8vw, 2rem); /* 24px → 32px */
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 1rem;
  max-width: 700px;
  color: var(--text);
}

.app-icon {
  width: 120px;
  height: 120px;
  border-radius: 26.8px; /* 22.37% of 120px — matches iOS icon radius */
  margin-bottom: 3rem;
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.05),
    0 1px 1px rgba(0, 0, 0, 0.05),
    0 2px 2px rgba(0, 0, 0, 0.05),
    0 4px 4px rgba(0, 0, 0, 0.05),
    0 8px 8px rgba(0, 0, 0, 0.05);
}

.tagline {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem); /* 16px → 20px */
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.hero p {
  font-size: clamp(0.9375rem, 0.875rem + 0.2vw, 1.0625rem); /* 15px → 17px */
  color: var(--text-secondary);
  max-width: 52ch;
  line-height: 1.65;
  margin-bottom: 2.5rem;
}

/* App Store buttons */
.download-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.app-store-btn {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
}

a.app-store-btn:hover {
  transform: scale(1.03);
  opacity: 0.9;
}

.app-store-btn img {
  display: block;
  height: 54px;
  width: auto;
}

.app-store-btn .badge-dark {
  display: none;
}

[data-theme="dark"] .app-store-btn .badge-light {
  display: none;
}

[data-theme="dark"] .app-store-btn .badge-dark {
  display: block;
}

.mac-app-store-btn {
  position: relative;
  cursor: not-allowed;
  pointer-events: none;
}

.mac-app-store-btn img {
  opacity: 0.4;
}

.coming-soon {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #FF3B30;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(15deg);
  transform-origin: center;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.08),
    0 2px 2px rgba(0, 0, 0, 0.07),
    0 4px 6px rgba(0, 0, 0, 0.06),
    0 8px 12px rgba(0, 0, 0, 0.05),
    0 16px 24px rgba(0, 0, 0, 0.04);
}

/* iPhone frame */
.iphone-frame {
  position: relative;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1470 / 3000;
  margin: 3rem auto 0;
}

.iphone-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  filter:
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.08))
    drop-shadow(0 4px 6px rgba(0, 0, 0, 0.07))
    drop-shadow(0 12px 16px rgba(0, 0, 0, 0.06))
    drop-shadow(0 24px 32px rgba(0, 0, 0, 0.05));
}

.iphone-screen {
  position: absolute;
  top: 2.2%;
  left: 5.3%;
  right: 5.3%;
  bottom: 2.2%;
  background: var(--phone-screen);
  border-radius: 10.5% / 5.2%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iphone-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Features */
.features {
  padding: 0 1.5rem 6rem;
  max-width: 960px;
  margin: 0 auto;
}

.features-header {
  text-align: center;
  margin-bottom: 3rem;
}

.features-header h2 {
  font-size: clamp(1.75rem, 1.4rem + 1.5vw, 3rem); /* 28px → 48px */
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.features-header p {
  color: var(--text-tertiary);
  font-size: clamp(0.9375rem, 0.875rem + 0.2vw, 1.0625rem); /* 15px → 17px */
  max-width: 45ch;
  margin: 0 auto;
  line-height: 1.65;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--border);
  border-radius: 20px;
  overflow: hidden;
}

.feature-card {
  padding: 2rem 1.5rem;
  background: var(--bg);
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: var(--surface);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.feature-card h3 {
  font-size: 1.0625rem; /* 17px — card title, fixed */
  font-weight: 600;
  margin-bottom: 0.375rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.feature-card p {
  font-size: 0.9375rem; /* 15px — card body, fixed */
  color: var(--text-tertiary);
  line-height: 1.6;
}

/* CTA */
.cta {
  text-align: center;
  padding: 0 1.5rem 6rem;
}

.cta h2 {
  font-size: clamp(1.75rem, 1.3rem + 2vw, 3.5rem); /* 28px → 56px */
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.cta p {
  color: var(--text-tertiary);
  font-size: clamp(0.9375rem, 0.875rem + 0.2vw, 1.0625rem); /* 15px → 17px */
  line-height: 1.65;
  margin: 0 auto 2rem;
}

/* Legal pages */
body.no-watermark main {
  padding: 0 1.5rem;
}

.legal {
  padding: 7rem 0 4rem;
}

.legal h1 {
  font-size: clamp(1.75rem, 1.4rem + 1.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.legal-updated {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 3rem;
}

.legal h2 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

.legal p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.legal a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.2s;
}

.legal a:hover {
  opacity: 0.7;
}

.legal-back {
  margin-top: 3rem;
  font-size: 0.9375rem;
}

.legal-back a {
  text-decoration: none;
}

/* Footer */
footer {
  padding: 2rem 1.5rem;
  border-top: 1px solid var(--border);
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

footer p {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

footer a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

footer a:hover {
  color: var(--text);
}

.footer-right {
  display: flex;
  gap: 1.5rem;
}

.footer-right a {
  font-size: 0.8125rem;
}

/* Tablet (640px+) */
@media (min-width: 640px) {
  nav {
    padding: 1.25rem 2rem;
  }

  .nav-right {
    gap: 1rem;
  }

  .hero {
    padding: 7rem 2rem;
  }

  .iphone-frame {
    max-width: 300px;
    margin-top: 3.5rem;
  }

  .features {
    padding: 0 2rem 7rem;
  }

  footer {
    padding: 2rem;
  }

  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  body.no-watermark main {
    padding: 0 2rem;
  }

  .legal {
    padding: 7rem 0 4rem;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card {
    padding: 2.25rem 2rem;
  }

  .cta {
    padding: 0 2rem 7rem;
  }

}

/* Desktop (960px+) */
@media (min-width: 960px) {
  .hero {
    padding: 8rem 2rem;
  }

  .hero p {
    margin-bottom: 3rem;
  }

  .iphone-frame {
    max-width: 320px;
    margin-top: 4rem;
  }

  .features {
    padding: 0 2rem 8rem;
  }

  .features-header {
    margin-bottom: 4rem;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-card {
    padding: 2.5rem 2rem;
  }

  .cta {
    padding: 0 2rem 8rem;
  }

  .cta p {
    margin-bottom: 2.5rem;
  }
}
